@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

h1 {
  font-size: 2em;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

embed,
object,
iframe {
  vertical-align: bottom;
  border: 0;
}

img,
video {
  vertical-align: top;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

fieldset {
  border: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 1px;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  flex-flow: column;
  min-width: 1080px;
  min-height: 100vh;
  color: #565656;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", verdana, meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.024em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  flex: 1;
}

/* Anchors
---------------------------------------- */
a {
  color: #63c0d6;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a[href^=http],
a[href^="mailto:"] {
  word-break: break-all;
}
/* form
---------------------------------------- */
input[disabled],
textarea[disabled],
select[disabled] {
  color: #ccc;
  background: #f4f4f4;
}
input[readonly],
textarea[readonly],
select[readonly] {
  background: #f4f4f4;
}

input[type=text],
input[type=tel],
input[type=number],
input[type=email],
input[type=password],
input[type=url],
input[type=date],
input[type=month],
input[type=week],
input[type=datetime],
input[type=datetime-local],
input[type=search] {
  padding: 4px 8px;
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  padding: 4px 8px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0;
}

select {
  padding: 4px 8px;
  border: 1px solid #ccc;
  -webkit-appearance: menulist;
          appearance: menulist;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 300;
  opacity: 1;
}

::placeholder {
  color: #bbb;
  font-weight: 300;
  opacity: 1;
}

/* Accessibility
---------------------------------------- */
/**
 * キーボードでアクセスできない要素のフォーカスインジケーターを無効化する。
 */
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * `aria-busy="true"`が指定された要素ではカーソルを読み込みの時のものにする。
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * `disabled`された要素ではカーソルで要求された操作が受け付けられないことを示す。
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/**
 * キーボード操作"以外"でフォーカスされた際はフォーカスインジケーターを消す。
 * Safariで標準搭載されるまでは実装時に必ずfocus-visibleのPolyfillを導入する。
 */
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

/* stylelint-disable-next-line no-descending-specificity */
:focus:not(:focus-visible) {
  outline: 0;
}

/**
 * inert属性が付与されている要素は操作対象外にする。
 * モーダル実装時に必ずinertのPolyfillを導入する。
 */
[inert] {
  cursor: default !important;
  pointer-events: none !important;
}

[inert],
[inert] * {
  -webkit-user-select: none !important;
          user-select: none !important;
}

[hidden] {
  display: none !important;
}

.js-observeTarget {
  --delay: 0s;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) var(--delay);
}
.is-IE .js-observeTarget {
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.js-observeTarget[data-visible=true] {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.menu-open {
  height: 100%;
}

.header-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}

.header-nav {
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 9999;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 450px;
  height: 100vh;
  padding: 80px 10px 80px 20px;
  background: #fff;
  border-top: 1px solid #eee;
  transition: all 0.5s 0s ease-in-out;
}
.menu-open .header-nav {
  right: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
}
.header-nav a {
  transition: all 0.2s;
  color: #1f5c7f;
}
.header-nav a:hover {
  color: #297aa8;
  text-decoration: none;
}
.header-nav__large {
  font-weight: bold;
  font-size: 2.2rem;
}
.header-nav__large li {
  margin-bottom: 18px;
}
.header-nav__small li {
  margin-bottom: 18px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.header-nav__small li a {
  padding-bottom: 3px;
  color: #485f48;
  border-bottom: 1px solid #d9e2d9;
}

.header {
  height: 80px;
  padding: 10px 0;
  background-color: #fff;
}
.header__lead {
  font-size: 1.2rem;
  text-align: center;
}
.header__id {
  width: 140px;
  height: 30px;
  margin: 10px auto 0;
}
.header__id img {
  width: 100%;
  height: auto;
}

.footer {
  padding: 30px 0 50px;
  text-align: center;
}
.footer__nav {
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer__nav li {
  margin-bottom: 20px;
}
.footer__nav li a {
  display: inline-block;
  padding-bottom: 3px;
  color: #31a1bb;
  text-decoration: none;
  border-bottom: 1px solid #31a1bb;
}
.is-Win .footer__nav li a {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.footer__copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #31a1bb;
}
.is-Win .footer__copyright {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

main .l-inner {
  width: 1000px;
  margin: 0 auto;
}
main .l-inner + .l-inner {
  margin-top: 80px;
}
main .l-innerBlock + .l-innerBlock {
  margin-top: 40px;
}

main .l-section {
  padding: 80px 0;
}

.l-grid {
  --grid-rows: 1;
  --grid-columns: 6;
  --grid-gap: 40px;
  display: grid;
  grid-template-rows: repeat(var(--grid-rows, 1), 1fr);
  grid-template-columns: repeat(var(--grid-columns, 6), 1fr);
  gap: var(--grid-gap, 40px);
}
.l-grid .colspan2 {
  grid-column: auto/span 2;
}
.l-grid .rowspan2 {
  grid-row: auto/span 2;
}
.l-grid .colspan3 {
  grid-column: auto/span 3;
}
.l-grid .rowspan3 {
  grid-row: auto/span 3;
}
.l-grid .colspan4 {
  grid-column: auto/span 4;
}
.l-grid .rowspan4 {
  grid-row: auto/span 4;
}
.l-grid .colspan5 {
  grid-column: auto/span 5;
}
.l-grid .rowspan5 {
  grid-row: auto/span 5;
}
.l-grid .colspan6 {
  grid-column: auto/span 6;
}
.l-grid .rowspan6 {
  grid-row: auto/span 6;
}
.l-grid[data-grid="1"] {
  --grid-columns: 1;
}
.l-grid[data-grid="2"] {
  --grid-columns: 2;
}
.l-grid[data-grid="3"] {
  --grid-columns: 3;
}
.l-grid[data-grid="4"] {
  --grid-columns: 4;
}
.l-grid[data-grid="5"] {
  --grid-columns: 5;
}
.l-grid[data-grid="6"] {
  --grid-columns: 6;
}
.l-grid[data-grid="7"] {
  --grid-columns: 7;
}
.l-grid[data-grid="8"] {
  --grid-columns: 8;
}
.l-grid[data-grid="9"] {
  --grid-columns: 9;
}
.l-grid[data-grid="10"] {
  --grid-columns: 10;
}
.l-grid[data-grid="11"] {
  --grid-columns: 11;
}
.l-grid[data-grid="12"] {
  --grid-columns: 12;
}

.l-hero {
  position: relative;
  background-color: #f7fcfa;
}
.l-hero-inner {
  position: relative;
}
.l-hero .hero {
  position: relative;
  overflow: hidden;
}
.l-hero .hero img {
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  min-width: 1600px;
  height: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-hero .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.l-hero .logo img {
  width: 150px;
}

.l-intro {
  width: 100%;
  padding: 64px 0;
  background: #f1fdff;
}
.l-intro .intro {
  color: #277e93;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
.is-Win .l-intro .intro {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-intro .intro a {
  color: #1a4d6b;
  text-decoration: underline;
}
.l-intro .intro a:hover {
  color: #297aa8;
  text-decoration: none;
}

.l-howto {
  padding: 10px 0;
  color: #565656;
  background-color: #fbfcec;
}
.l-howto__wrap {
  padding: 30px 0;
  border-top: 3px dotted #ffd39c;
  border-bottom: 3px dotted #ffd39c;
}
.l-howto__contents {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.l-howto__contents .m-image {
  width: 250px;
  margin: 0;
}
.l-howto__fukidashi {
  padding: 32px;
  text-align: center;
  background: #fff;
  border: 2px solid #ffe9cf;
  border-radius: 40px;
}
.l-howto__fukidashi p {
  font-size: 2.4rem;
  margin-bottom: 24px;
  font-weight: bold;
}
.l-howto__fukidashi .m-btn {
  height: 48px;
  padding: 0 48px;
  font-weight: bold;
  background-color: #ff9a1c;
  border-radius: 24px;
  font-size: 1.8rem;
  line-height: 2.6666666667;
}
.l-howto__fukidashi .m-btn:hover {
  background-color: #ffb14f;
}

.l-finish {
  padding: 5px 0;
  background-color: #fcd1d1;
  background-size: 100px 10px;
}
.l-finish .finish {
  padding: 32px 0;
  color: #dd0f0f;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-top: 2px dashed #f78e8e;
  border-bottom: 2px dashed #f78e8e;
  font-size: 2.2rem;
  line-height: 1.5909090909;
}
.is-Win .l-finish .finish {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-finish .finish-img {
  margin-top: 20px;
  text-align: center;
}
.l-finish .finish-img img {
  width: 750px;
}
.l-finish .finish .space {
  margin-left: -5px;
}
.l-finish .finish a {
  color: #dd0f0f;
  text-decoration: underline;
}
.l-finish .finish a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l-step {
  padding: 50px 0;
  padding-top: 24vw;
  background: url(../img/step_bg_01.png) 0 0 no-repeat, url(../img/step_bg_02.jpg) 0 0 repeat;
  background-size: contain;
}
.l-step .headline--lv2 {
  color: #2b80b0;
}
.l-step .headline--lv2::before {
  background: #2b80b0;
}
.l-step .headline--lv3.step1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-step .headline--lv3.step1 img {
  width: 80px;
}
.l-step .headline--lv3.step1 span {
  margin-left: 8px;
  padding-top: 16px;
}
.l-step .step {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.l-step .step__item {
  width: 275px;
}
.l-step .step__item__hl {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
}
.l-step .step__item__hl img {
  width: 80px;
  height: 80px;
}
.l-step .step__item__fig {
  text-align: center;
}
.l-step .step__item__fig img {
  width: 225px;
}
.l-step .step__item__txt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
}
.is-Win .l-step .step__item__txt {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-step .step__item__txt > span {
  color: #3bb0cb;
}
.l-step__fukidashiBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}
.l-step__fukidashi {
  position: relative;
  margin: 24px 50px 0 0;
  padding: 24px;
  color: #30725d;
  font-weight: bold;
  background: #d0ebe2;
  border-radius: 15px;
  font-size: 1.8rem;
  line-height: 2;
}
.l-step__fukidashi::after {
  position: absolute;
  top: calc(50% - 15px);
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid transparent;
  border-right: 0;
  border-bottom: 16px solid transparent;
  border-left: 32px solid #d0ebe2;
  content: "";
}
.l-step__solarbear img {
  width: 210px;
}

.l-present {
  padding: 50px 0;
  background: #ffdce8;
}
.l-present .headline--lv2 {
  color: #a7023b;
}
.l-present .headline--lv2::before {
  background: #a7023b;
}
.l-present__container {
  position: relative;
  margin-bottom: 30px;
  padding: 48px;
  background: #fff;
  border-radius: 15px;
}
.l-present__container::before {
  position: absolute;
  top: -75px;
  right: -50px;
  width: 325px;
  height: 250px;
  background: url(../img/present_img_01.png) no-repeat;
  background-size: cover;
  content: "";
}
.l-present__container::after {
  position: absolute;
  bottom: -30px;
  left: -60px;
  width: 255px;
  height: 221px;
  background: url(../img/present_img_03.png) no-repeat;
  background-size: cover;
  content: "";
}
.l-present__container__item {
  margin-bottom: 40px;
}
.l-present__container .present__title {
  padding: 16px;
  color: #fff;
  text-align: center;
  background: #fe77a6;
  border-radius: 15px;
  font-size: 3.2rem;
  line-height: 1;
}
.l-present__container .present__prize {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  padding: 8px 0;
  color: #565656;
  font-weight: bold;
  border-bottom: 1px dashed #feaac7;
}
.l-present__container .present__prize dt {
  font-size: 2.4rem;
  line-height: 2.5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 300px;
  background-size: 50px auto;
}
.l-present__container .present__prize dt .present__prize__crown {
  width: 60px;
  margin-right: 10px;
}
.l-present__container .present__prize dt .present__prize__crown img {
  width: 100%;
  margin-right: 8px;
}
.l-present__container .present__prize dt .present__prize__prize {
  display: inline-block;
}
.l-present__container .present__prize dt .present__prize__num {
  font-size: 1.8rem;
}
.l-present__container .present__prize dd {
  font-size: 1.8rem;
  width: 300px;
}
.l-present__container .present__prize dd span {
  font-size: 4rem;
  line-height: 1.25;
  display: inline-block;
  margin: 0 8px;
  color: #da024d;
}
.l-present__container .fukidashi__wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 60px 0 0;
}
.l-present__container .fukidashi__wrap .fukidashi {
  position: relative;
  width: 700px;
  padding: 32px;
  color: #b56400;
  font-weight: bold;
  text-align: center;
  background-color: #ffe9cf;
  border-radius: 15px;
  font-size: 2rem;
}
.l-present__container .fukidashi__wrap .fukidashi::before {
  position: absolute;
  top: calc(50% - 10px);
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-right: 30px solid #ffe9cf;
  border-bottom: 10px solid transparent;
  border-left: 0;
  content: "";
}

.l-puzzle {
  padding: 30px 0 50px;
  color: #565656;
  background-color: #c5e1f1;
}
.l-puzzle .headline--lv2 {
  color: #153e56;
}
.l-puzzle .headline--lv2::before {
  background: #153e56;
}
.l-puzzle__download {
  text-align: center;
}
.l-puzzle__download .m-image {
  margin-bottom: 24px;
}
.l-puzzle__download .m-btn {
  height: 56px;
  margin: 0 20px;
  padding: 0 88px;
  color: #fff;
  font-weight: bold;
  background: #297aa8;
  border-radius: 28px;
  font-size: 1.8rem;
  line-height: 3.1111111111;
}
.l-puzzle__download .m-btn:hover {
  background: #3697ce;
}
.l-puzzle__textbox {
  margin-top: 32px;
  color: #565656;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
}
.l-puzzle__textbox a {
  color: #297aa8;
  text-decoration: underline;
}
.l-puzzle__textbox a:hover {
  color: #3697ce;
  text-decoration: none;
}
.l-puzzle__hl {
  margin-bottom: 16px;
  color: #153e56;
  border-bottom: 1px solid #153e56;
}
.l-puzzle__quiz {
  margin-top: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 30px;
}
.l-puzzle__quiz__unit {
  margin-bottom: 32px;
}
.l-puzzle__quiz__title {
  margin-bottom: 16px;
  color: #297aa8;
  border-bottom: 2px solid #297aa8;
  font-size: 2rem;
}
.l-puzzle__quiz__table {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
.l-puzzle__quiz__table tr:not(:first-child):nth-child(odd) {
  background: #f4f4f4;
}
.l-puzzle__quiz__table th,
.l-puzzle__quiz__table td {
  vertical-align: top;
}
.l-puzzle__quiz__table th {
  padding: 14px 10px 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #4ba2d3;
  border-bottom: 2px solid #297aa8;
}
.l-puzzle__quiz__table__number {
  width: 30px;
  padding: 14px 10px 5px;
  text-align: right;
}
.l-puzzle__quiz__table__search {
  padding: 14px 10px 5px;
}
.l-puzzle__quiz__table__search a {
  text-decoration: underline;
}
.l-puzzle__quiz__table__search a:hover {
  text-decoration: none;
}
.l-puzzle__quiz__table__question {
  width: 600px;
  padding: 14px 32px 5px 10px;
}

.l-judge {
  padding: 80px 0;
  color: #fff;
  background-color: #e2f3ed;
}
.l-judge .headline--lv2 {
  color: #29604f;
}
.l-judge .headline--lv2::before {
  background: #29604f;
}
.l-judge .headline--lv3 {
  color: #29604f;
}
.l-judge__profile {
  position: relative;
  max-width: 850px;
  margin: 0 auto 40px;
  text-align: center;
}
.l-judge__profile::before, .l-judge__profile::after {
  position: absolute;
  content: "";
}
.l-judge__profile::before {
  top: 130px;
  left: 140px;
  width: 119px;
  height: 175px;
  background: url(../img/judge_img_01.png) 0 0 no-repeat;
  background-size: cover;
}
.l-judge__profile::after {
  top: 190px;
  right: 180px;
  width: 80px;
  height: 106px;
  background: url(../img/judge_img_02.png) 0 0 no-repeat;
  background-size: cover;
}
.l-judge__profile__img {
  max-width: 250px;
  margin: 0 auto 10px;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 50%;
}
.l-judge__profile__img img {
  width: 100%;
  height: auto;
}
.l-judge__profile__introduce {
  color: #29604f;
  font-weight: bold;
  text-align: left;
  font-size: 1.8rem;
}
.is-Win .l-judge__profile p {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-judge__profile__message {
  max-width: 700px;
  margin: 30px auto 0;
  padding: 30px;
  background: #fff;
  border: 6px solid #3f967a;
  border-radius: 20px;
}
.l-judge__profile__message__lead {
  margin-bottom: 15px;
  color: #47a889;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-judge__profile__message__img {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 5px;
}
.l-judge__profile__message__img img {
  width: 100%;
  height: auto;
}
.l-judge__profile__text {
  margin-top: 24px;
  color: #29604f;
  font-weight: bold;
  font-size: 1.8rem;
}

.l-think {
  padding: 50px 0;
  text-align: center;
  background-color: #c5e1f1;
}
.l-think .headline--lv2 {
  color: #153e56;
}
.l-think .headline--lv2::before {
  background: #153e56;
}
.l-think .headline--lv3 {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  color: #29604f;
  font-size: 2.6rem;
}
.l-think .headline--lv3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffbc69;
  content: "";
}
.l-think .m-note {
  margin-bottom: 24px;
  color: #565656;
  text-align: left;
}
.l-think .c-lead {
  color: #297aa8;
  font-size: 2rem;
}
.l-think .c-lead span {
  font-size: 2.5rem;
  margin: 0 5px;
  color: #e88100;
}
.l-think-movie {
  margin-top: -30px;
}
.l-think .think-items ul {
  display: flex;
  justify-content: space-between;
}
.l-think .think-items ul .think-item {
  width: 315px;
  font-weight: bold;
  border-radius: 12px;
}
.l-think .think-items ul .think-item__btn {
  margin-top: 24px;
  text-align: center;
}
.l-think .think-items ul .think-item__btn .m-btn {
  height: 48px;
  padding: 0 32px;
  background: #297aa8;
  border-radius: 24px;
  font-size: 1.8rem;
  line-height: 2.6666666667;
}
.l-think .think-items ul .think-item__btn .m-btn:hover {
  background: #3697ce;
}
.l-think .think-example {
  margin-top: 40px;
  padding: 32px 32px 60px;
  background: #e6f2f9;
  border-radius: 40px;
}
.l-think .think-example__hl {
  font-size: 2.4rem;
  margin-bottom: 24px;
  color: #297aa8;
}
.l-think .think-example ul {
  display: flex;
  gap: 90px;
  justify-content: center;
}
.l-think .think-solarbear {
  margin-top: 50px;
}
.l-think .think-solarbear__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-think .think-solarbear__fukidashi {
  position: relative;
  width: 680px;
  padding: 30px;
  background: #f9f4e2;
  border-radius: 20px;
}
.l-think .think-solarbear__fukidashi::after {
  position: absolute;
  top: 50px;
  right: -30px;
  width: 30px;
  height: 24px;
  background: url(../img/think_arrow_fukidashi.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.l-think .think-solarbear__fukidashi p {
  margin-bottom: 30px;
  color: #e88100;
  font-weight: bold;
  text-align: left;
}
.l-think .think-solarbear__btn .m-btn {
  padding: 24px 40px;
  font-weight: bold;
  background-color: #ffa330;
  border-radius: 48px;
  box-shadow: 3px 3px 10px #a8a08d;
  transition: all 0.2s;
  font-size: 2rem;
  cursor: pointer;
}
.l-think .think-solarbear__btn .m-btn:hover {
  background-color: #ffb14f;
}
.l-think .think-solarbear__btn .m-btn span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.l-think .think-solarbear__img img {
  width: 275px;
}
.l-think-draw img {
  width: 765px;
}
.l-think-hint__items {
  display: flex;
  justify-content: space-around;
  background: url(../img/think_arrow.png) center center no-repeat;
  background-size: 30px auto;
}
.l-think-hint__item {
  width: 350px;
}
.l-think-hint__item img {
  width: 300px;
  margin-top: 30px;
}
.l-think-hint__item p {
  position: relative;
  display: table-cell;
  height: 160px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-radius: 15px;
}
.l-think-hint__item p::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 20px 15px 0;
  content: "";
}
.l-think-hint__btn {
  margin-top: 30px;
}

.l-more {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 5px dotted #c9e3f2;
}
.l-more .headline--lv2 {
  color: #297aa8;
}
.l-more .headline--lv2::before {
  background: #297aa8;
}
.l-more__contents {
  margin-top: 40px;
}
.l-more__contents > ul {
  display: flex;
  justify-content: space-between;
}
.l-more__contents > ul li {
  width: 420px;
}
.l-more__contents > ul li a {
  display: block;
}
.l-more__contents > ul li a img:hover {
  opacity: 0.8;
}
.l-more__contents > ul li p {
  font-weight: bold;
  text-align: center;
}

.l-term {
  padding: 80px 0;
}
.l-term .headline--lv2 {
  color: #2e89bc;
}
.l-term .headline--lv2::before {
  background: #2e89bc;
}
.l-term .color-single {
  color: #47a889;
}
.l-term .color-group {
  color: #44c;
}
.l-term .termList {
  max-width: 800px;
  margin: 0 auto;
}
.l-term .termList__unit {
  display: flex;
  padding: 16px 0;
  font-weight: bold;
  border-top: 1px solid #c6e1f1;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-term .termList__unit__hl {
  flex-basis: 9em;
  flex-shrink: 0;
}
.is-Win .l-term .termList__unit__hl {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-term .termList__unit__content {
  flex-grow: 1;
  color: #565656;
}
.is-Win .l-term .termList__unit__content {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-term .termList__unit__content a {
  color: #5facd8;
  text-decoration: underline;
  cursor: pointer;
}
.l-term .termList__unit__content a:hover {
  text-decoration: none;
}
.l-term .termList__unit__content a.color-single {
  color: #47a889;
}
.l-term .termList__unit__content a.color-group {
  color: #44c;
}
.l-term .termList__unit__content .is-small {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.l-term .termList__unit__content .is-small.m-ul {
  margin-top: 8px;
}
.l-term .termList__unit__content__dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.l-term .termList__unit__content__dl:first-child {
  margin-top: 0;
}
.l-term .termList__unit__content__dl:last-child {
  margin-bottom: 0;
}
.l-term .termList__unit__content__dl dt {
  position: relative;
  width: 90px;
  margin-right: 8px;
}
.l-term .termList__unit__content__dl dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: ":";
}
.l-term .termList__unit__content > .termList__unit__ul > li {
  padding-bottom: 16px;
  list-style: none;
  border-bottom: 1px dashed #c6e1f1;
}
.l-term .termList__unit__content > .termList__unit__ul > li:last-child {
  padding-top: 16px;
  padding-bottom: 0;
  border: none;
}
.l-term .termList__unit__content .termList__unit__ul__parts > li {
  margin-top: 16px;
  margin-bottom: 24px;
}
.l-term .termList__unit__content .termList__unit__ul__parts > li:last-child {
  margin-bottom: 0;
}
.l-term .termList__unit__content .termList__unit__ul__parts > li > .m-ul {
  margin-top: 16px;
}
.l-term .termList__unit__content .termList__unit__ul__parts > li > .m-ol {
  margin: 8px 0 0;
}
.l-term .termList__unit__content .termList__unit__ul__parts > li > .m-ol li {
  margin-bottom: 0;
  padding-bottom: 8px;
}
.l-term .termList__unit__content .termList__unit__ul__parts > li > .m-ol li:last-child {
  padding-bottom: 0;
}
.l-term .termList__unit__btn .m-btn {
  height: 48px;
  padding: 0 40px;
  color: #fff;
  text-decoration: none;
  background: #3bb0cb;
  border-radius: 24px;
  font-size: 1.6rem;
  line-height: 3;
  transition: all 0.2s;
}
.l-term .termList__unit__btn .m-btn:hover {
  opacity: 0.8;
}
.l-term .termList__unit__btn .m-btn.is-double {
  font-size: 1.6rem;
  line-height: 1.75;
  height: auto;
  padding: 8px 20px;
  border-radius: 36px;
}
.l-term .termList__unit__btn .m-btn.is-single {
  background: #47a889;
}
.l-term .termList__unit__btn .m-btn.is-group {
  background: #6c6cd7;
}
.l-term .termList__unit__btn__items {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.l-term .termList__unit__post {
  margin-top: 24px;
}
.l-term .termList__unit__post__title span.attention {
  color: #dd0f0f;
}
.l-term .termList__unit__post__detail {
  margin-top: 16px;
  padding: 24px;
  background: #eff6fb;
  font-size: 1.6rem;
}
.l-term__attention {
  margin-top: 20px;
  margin-bottom: 30px;
}
.l-term__attention h3 {
  margin-bottom: 5px;
  text-align: center;
}
.l-term__attention h3 img {
  width: 40px;
  height: 40px;
}
.l-term__attention p {
  margin-bottom: 0.5em;
  color: #9f0f0f;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
.is-Win .l-term__attention p {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-term__attention__list {
  display: flex;
  justify-content: center;
}
.l-term__term h3 {
  margin-bottom: 15px;
  color: #605284;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
.is-Win .l-term__term h3 {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-term__term__tbl {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.l-term__term__tbl div {
  border-bottom: 1px solid #efecf8;
}
.l-term__term__tbl div dl {
  display: flex;
  padding: 0.5em 0;
  font-weight: bold;
  border-top: 1px solid #efecf8;
  font-size: 1.8rem;
  line-height: 1.5;
}
.l-term__term__tbl div dl dt {
  flex-shrink: 0;
  padding-right: 1em;
  color: #8271ac;
}
.is-Win .l-term__term__tbl div dl dt {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-term__term__tbl div dl dd {
  color: #251748;
}
.is-Win .l-term__term__tbl div dl dd {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-term__closing {
  color: #dd0f0f;
}

.l-template {
  padding-bottom: 50px;
  color: #38846c;
}
.l-template .headline--lv2 {
  color: #38846c;
}
.l-template .headline--lv3 {
  color: #38846c;
}
.l-template .c-lead {
  color: #3f967a;
}
.l-template__items {
  margin-bottom: 30px;
}
.l-template__items ul {
  display: flex;
  justify-content: center;
}
.l-template__items ul li {
  width: 400px;
  text-align: center;
}
.l-template__items ul li img {
  width: 350px;
  border: 1px solid #ccc;
}
.l-template__btn {
  margin-top: 30px;
  text-align: center;
}
.l-template__btn .m-btn {
  height: 48px;
  padding: 0 48px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffa330;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 2.6666666667;
}
.l-template__btn .m-btn:hover {
  background-color: #ffb14f;
}

.l-application {
  padding: 50px 0;
  background-color: #def1eb;
}
.l-application .headline--lv2 {
  color: #1a3c31;
}
.l-application .c-lead {
  color: #214e40;
}
.l-application .headline--lv3 {
  color: #214e40;
}
.l-application .attention {
  margin-top: 20px;
  margin-bottom: 30px;
}
.l-application .attention__hl {
  margin-bottom: 5px;
  padding-top: 47px;
  color: #9f0f0f;
  font-weight: bold;
  text-align: center;
  background: url(/assets/img/icn_attention.png) no-repeat top center;
  background-size: 40px 40px;
  font-size: 2rem;
  line-height: 1;
}
.is-Win .l-application .attention__hl {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-application .attention__list__item {
  position: relative;
  padding: 0 0 0 30px;
  color: #0a1914;
}
.is-Win .l-application .attention__list__item {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-application .attention__list__item::before {
  position: absolute;
  top: 1em;
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #88cdb7;
  border-radius: 3px;
  content: "";
}
.l-application .attention p {
  margin-bottom: 0.5em;
  color: #0a1914;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
.is-Win .l-application .attention p {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.mdl-application figure {
  width: 600px;
}
.mdl-application figure img {
  width: 600px;
}
.mdl-application figure figcaption {
  margin-top: 0.75em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.is-Win .mdl-application figure figcaption {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.l-cooperation {
  padding: 50px 0;
  color: #565656;
  background-color: #fbfcec;
}
.l-cooperation .headline--lv2 {
  color: #565656;
}
.l-cooperation .headline--lv2::before {
  background: #565656;
}
.l-cooperation__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.is-Win .l-cooperation__lead {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-cooperation__content {
  margin-top: 32px;
  padding: 40px;
  background: #fff;
  border-radius: 40px;
}
.l-cooperation__item {
  margin-bottom: 32px;
}
.l-cooperation__item:last-child {
  margin-bottom: 0;
}
.l-cooperation__title {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-cooperation__title::before, .l-cooperation__title::after {
  flex-grow: 0.01;
  width: 80px;
  height: 2px;
  background: #565656;
  content: "";
}
.l-cooperation__title::before {
  margin-right: 24px;
}
.l-cooperation__title::after {
  margin-left: 24px;
}
.l-cooperation__img {
  margin-top: 16px;
  text-align: center;
}
.l-cooperation__img a {
  display: inline-block;
  width: 300px;
  padding-top: 40px;
  overflow: hidden;
  color: #324232;
  white-space: nowrap;
  text-decoration: none;
  text-indent: 100%;
}
.is-Win .l-cooperation__img a {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-cooperation__img.sonpo {
  background: url(../img/cooperation_logo_sonysonpo.png) no-repeat center top/300px 80px;
}
.l-cooperation__img.sonpo a {
  width: 350px;
}
.l-cooperation__img.gandeco {
  background: url(../img/cooperation_logo_gandeco.png) no-repeat center top/160px 40px;
}
.l-cooperation__name {
  margin-top: 16px;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
}
.l-cooperation__name.center {
  text-align: center;
}
.l-cooperation__name a {
  color: #565656;
}

.l-contact {
  padding: 50px 0;
  color: #216d7f;
  text-align: center;
  background-color: #e4f4f8;
}
.l-contact .headline--lv2 {
  color: #216d7f;
}
.l-contact .headline--lv2::before {
  background: #216d7f;
}
.l-contact .contact__btn {
  margin-top: 24px;
}
.l-contact .contact__btn a {
  display: inline-block;
  height: 48px;
  padding: 0 56px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #3bb0cb;
  border-radius: 24px;
  transition: background-color 0.2s linear;
  font-size: 1.8rem;
  line-height: 2.6666666667;
}
.is-Win .l-contact .contact__btn a {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-contact .contact__btn a:hover {
  background-color: #8bd0e1;
}

.l-shoot {
  padding: 50px;
}
.l-shoot figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-shoot figure img {
  width: 100%;
  max-width: 1000px;
}

.l-modal-overwrite {
  transition: all 0.1s 0s ease-in-out;
}
.l-modal-overwrite .modal__overlay {
  z-index: 100001;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}
.l-modal-overwrite .modal__container {
  padding: 40px;
  border-radius: 10px;
}
.l-modal-overwrite .modal__btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100002;
  width: 50px;
  height: 50px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #63c0d6;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.2s;
}
.l-modal-overwrite .modal__btn::before, .l-modal-overwrite .modal__btn::after {
  position: absolute;
  top: 15px;
  left: 24px;
  width: 2px;
  height: 20px;
  background: #fff;
  content: "";
}
.l-modal-overwrite .modal__btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-modal-overwrite .modal__btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-modal-overwrite .modal__content figure img {
  width: 600px;
}

#modal-download .modal__btn {
  right: 40px;
  transition: all 0.2s 0s ease-in-out;
}
#modal-download .modal__container {
  max-width: 1000px;
  margin: 30px 0;
}
#modal-download .modal__download__title {
  margin-bottom: 32px;
  text-align: center;
}
#modal-download .modal__download__items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 750px;
}
#modal-download .modal__download__item .m-btn {
  height: 48px;
  padding: 0 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #3bb0cb;
  background: #6c6cd7;
  border-radius: 24px;
  font-size: 1.6rem;
  line-height: 3;
  transition: all 0.2s;
}
#modal-download .modal__download__item .m-btn:hover {
  opacity: 0.8;
}

.l-modal-download.modal__container {
  max-width: 1000px;
  max-height: none;
}

.l-modal-shoot.modal__container {
  max-width: 640px;
}
.l-modal-shoot .modal__content figure img {
  width: 600px;
}
.l-modal-shoot .modal__content figure figcaption {
  margin-top: 12px;
}

.l-award {
  padding: 80px 0;
}
.l-award .headline--lv2 {
  color: #1f5c7f;
}
.l-award .headline--lv2::before {
  background: #1f5c7f;
}
.l-award .lead {
  text-align: center;
}
.l-award .headline--lv3 {
  font-size: 3.6rem;
  position: relative;
  margin-top: 80px;
}
.l-award .headline--lv3.-is01 {
  padding-top: 33px;
  color: #f2537b;
}
.l-award .headline--lv3.-is01::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 33px;
  margin: 0 auto;
  background: url(../img/award_icon_01.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
}
.l-award .headline--lv3.-is02 {
  padding-top: 30px;
  color: #5d902c;
}
.l-award .headline--lv3.-is02::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../img/award_icon_02.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
}
.l-award .headline--lv3.-is03 {
  padding-top: 26px;
  color: #ff8f03;
}
.l-award .headline--lv3.-is03::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 40px;
  height: 26px;
  margin: 0 auto;
  background: url(../img/award_icon_05.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
}
.l-award__tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 0 8px;
  border-bottom: 2px solid #ccc;
}
.l-award__tabs.-is01 {
  border-bottom: 2px solid #f2537b;
}
.l-award__tabs.-is02 {
  border-bottom: 2px solid #5d902c;
}
.l-award__tab {
  font-size: 2.4rem;
  line-height: 1;
  width: calc(50% - 16px);
  padding: 24px;
  font-weight: bold;
  text-align: center;
  background: #f9f9f9;
  border: 2px solid #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  transition: all 0.2s;
}
.l-award__tab:hover {
  background: #e0e0e0;
}
.l-award__tab.active {
  cursor: default;
}
.-is01 .l-award__tab {
  color: #fff;
  background: #f2537b;
  border: 2px solid #f2537b;
  border-bottom: none;
}
.-is01 .l-award__tab:hover {
  background: #f6829f;
}
.-is01 .l-award__tab.active {
  position: relative;
  color: #f2537b;
  background: #fff;
}
.-is01 .l-award__tab.active::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.-is02 .l-award__tab {
  color: #fff;
  background: #5d902c;
  border: 2px solid #5d902c;
  border-bottom: none;
}
.-is02 .l-award__tab:hover {
  background: #76b738;
}
.-is02 .l-award__tab.active {
  position: relative;
  color: #5d902c;
  background: #fff;
}
.-is02 .l-award__tab.active::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.l-award__tab-content {
  display: none;
  background: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.l-award__tab-content.active {
  display: block;
  opacity: 1;
}
.l-award__list__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-award__list__items::after {
  display: block;
  width: 306px;
  content: "";
}
.l-award__list__item {
  width: 306px;
  margin-bottom: 32px;
  text-align: center;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.l-award__list__item.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.l-award__list__item a {
  display: block;
  color: #222;
  transition: all 0.2s;
}
.l-award__list__item a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-award__list__item__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-award__list__item__img__frame {
  padding: 4px;
  border: 4px solid #ccc;
}
.-is01 .l-award__list__item__img__frame {
  border-color: #faeff1;
}
.-is02 .l-award__list__item__img__frame {
  border-color: #ddefcc;
}
.l-award__list__item__img__frame img {
  display: block;
  min-width: 180px;
  max-width: 100%;
  max-height: 280px;
}
.l-award__list__item__img .blank {
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-award__list__item__title {
  margin-top: 8px;
  font-weight: bold;
  font-size: 1.8rem;
}
.l-award__list__item__title + .l-award__list__item__name {
  margin-top: 8px;
}
.l-award__btnBox {
  margin-bottom: 80px;
}
.l-award__btn__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-award__btn__item {
  display: block;
  min-width: 240px;
  margin: 0;
  margin: 0 16px;
  padding: 18px 20px;
  color: #fff;
  color: #1f5c7f;
  font-weight: bold;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #e9f7fb;
  border-radius: 28px;
  transition: all 0.2s;
  font-size: 1.6rem;
  line-height: 1;
}
.l-award__btn__item:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
.l-award__group__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.l-award__group__items li {
  font-size: 2.2rem;
  width: 33.333%;
  font-weight: bold;
  text-align: center;
}
.l-award__detail__title {
  padding: 5px 0;
  background: #daecf6;
}
.l-award__detail__title__wrap {
  padding: 40px 0;
  border-top: 2px dashed #3697ce;
  border-bottom: 2px dashed #3697ce;
}
.l-award__detail__title__wrap > .l-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.l-award__detail__title__wrap p {
  font-size: 3.6rem;
  position: relative;
  color: #1f5c7f;
  font-weight: bold;
}
.l-award__detail__title__wrap p.award_01::after {
  position: absolute;
  top: -20px;
  width: 122px;
  height: 103px;
  margin-left: 16px;
  background: url(../img/award_img_01.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.l-award__detail__title__wrap p.award_02::after {
  position: absolute;
  top: -15px;
  width: 110px;
  height: 95px;
  margin-left: 16px;
  background: url(../img/award_img_02.png) 0 0 no-repeat;
  background-size: contain;
  content: "";
}
.l-award__detail__title__wrap p span {
  margin-right: 24px;
}
.l-award__detail__items {
  margin: 80px 0;
}
.l-award__detail__item {
  padding: 64px 0;
  border-bottom: 1px solid #ccc;
}
.l-award__detail__item__top {
  display: flex;
  align-items: start;
  justify-content: center;
}
.l-award__detail__item__img {
  position: relative;
  display: flex;
  justify-content: center;
  width: 450px;
  margin-right: 40px;
}
.l-award__detail__item__img img {
  display: block;
  max-width: 100%;
  max-height: 500px;
  border: 1px solid #ccc;
}
.l-award__detail__item__img .blank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.l-award__detail__item__detail {
  width: calc(100% - 450px - 40px);
  font-weight: bold;
}
.l-award__detail__item__detail p + p {
  margin-top: 0;
}
.l-award__detail__item__detail__wrap {
  position: relative;
  margin-bottom: 24px;
  padding-left: 80px;
}
.l-award__detail__item__detail__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 92px;
  background: url(../img/award_icon_03.png) 0 0 no-repeat;
  background-size: cover;
  content: "";
}
.-award_02 .l-award__detail__item__detail__wrap::before {
  background: url(../img/award_icon_04.png) 0 0 no-repeat;
  background-size: cover;
}
.l-award__detail__item__detail__award {
  margin-bottom: 4px;
  font-size: 2rem;
  color: #ccc;
}
.-award_01 .l-award__detail__item__detail__award {
  color: #f2537b;
}
.-award_02 .l-award__detail__item__detail__award {
  color: #5d902c;
}
.l-award__detail__item__detail__title {
  font-size: 2.6rem;
}
.l-award__detail__item__bottom {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  margin-top: 40px;
}
.l-award__detail__item__judge {
  width: 200px;
  margin-right: 48px;
  overflow: hidden;
  text-align: center;
}
.l-award__detail__item__judge img {
  width: 140px;
  margin-bottom: 8px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.l-award__detail__item__comment {
  position: relative;
  width: 100%;
  padding: 24px;
  font-weight: bold;
  border-radius: 16px;
}
.l-award__detail__item__comment::before {
  position: absolute;
  top: 38px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-right: 18px solid #555;
  border-bottom: 11px solid transparent;
  border-left: 0;
  content: "";
}
.-award_01 .l-award__detail__item__comment {
  color: #f2537b;
  background: #faeff1;
}
.-award_01 .l-award__detail__item__comment::before {
  border-right: 18px solid #faeff1;
}
.-award_02 .l-award__detail__item__comment {
  color: #5d902c;
  background: #eaf5df;
}
.-award_02 .l-award__detail__item__comment::before {
  border-right: 18px solid #eaf5df;
}
.l-award__btnBox .headline--lv2 {
  color: #1f5c7f;
}
.l-award__btnBox .headline--lv2::before {
  background: #1f5c7f;
}

.l-award-cooperation {
  padding: 50px 0;
  color: #565656;
  background-color: #e6f2f9;
}
.l-award-cooperation__content {
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 24px;
  background: #fff;
  border-radius: 40px;
}
.l-award-cooperation__item {
  width: 33.333%;
  padding: 16px;
  font-weight: bold;
  text-align: center;
}
.l-award-cooperation__item:last-child {
  margin-bottom: 0;
}
.l-award-cooperation__title {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #1f5c7f;
}
.l-award-cooperation__title::before, .l-award-cooperation__title::after {
  flex-grow: 0.01;
  width: 96px;
  height: 2px;
  background: #daecf6;
  content: "";
}
.l-award-cooperation__title::before {
  margin-right: 24px;
}
.l-award-cooperation__title::after {
  margin-left: 24px;
}
.l-award-cooperation__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.l-award-cooperation__img {
  text-align: center;
}
.l-award-cooperation__img a {
  display: inline-block;
  width: 300px;
  padding-top: 40px;
  overflow: hidden;
  color: #324232;
  white-space: nowrap;
  text-decoration: none;
  text-indent: 100%;
}
.is-Win .l-award-cooperation__img a {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.l-award-cooperation__img.sonpo {
  width: 100%;
  height: 50px;
  background: url(../img/cooperation_logo_sonysonpo.png) no-repeat center center;
  background-size: contain;
}
.l-award-cooperation__img.sonpo a {
  width: 100%;
}
.l-award-cooperation__img.solarbear {
  width: 100%;
  height: 50px;
  background: url(../img/cooperation_logo_solarbear.jpg) no-repeat center center;
  background-size: contain;
}
.l-award-cooperation__img.solarbear a {
  width: 100%;
}
.l-award-cooperation__name {
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
}
.l-award-cooperation__name.center {
  text-align: center;
}
.l-award-cooperation__name a {
  color: #565656;
}

.headline--lv2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 24px;
  font-weight: bold;
  text-align: center;
  font-size: 4rem;
  line-height: 1.25;
}
.headline--lv2::before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 4px;
  background: #666;
  border-radius: 2px;
  content: "";
}

.headline--lv3 {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
.headline--lv3 .is-deco {
  position: relative;
  display: inline-block;
  color: #3bb0cb;
}
.headline--lv3 .is-deco::before, .headline--lv3 .is-deco::after {
  position: absolute;
  top: 2px;
  display: block;
  width: 2px;
  height: 35px;
  background-color: #3bb0cb;
  content: "";
}
.headline--lv3 .is-deco::before {
  left: -30px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.headline--lv3 .is-deco::after {
  right: -30px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.hover-opacity.focus-visible, .hover-opacity:focus-visible {
  opacity: 0.75;
}
.is-IE .hover-opacity:hover {
  opacity: 0.75;
}

.link-underline {
  text-decoration: underline;
}

.m-accordion {
  display: block;
  width: 100%;
  text-align: left;
}
.m-accordion.js-accordion {
  position: relative;
  cursor: pointer;
}
.m-accordion.js-accordion::before, .m-accordion.js-accordion::after {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  background: #565656;
  content: "";
}
.m-accordion.js-accordion::after {
  -webkit-transform: scaleY(1) rotate(-90deg);
          transform: scaleY(1) rotate(-90deg);
}
.m-accordion.js-accordion.-open::after, .m-accordion.js-accordion.default-open:not(.-close)::after {
  -webkit-transform: scaleY(0) rotate(-90deg);
          transform: scaleY(0) rotate(-90deg);
}
.m-accordion.default-open + .m-accordion-contents {
  display: block;
}

.m-accordion-contents {
  display: none;
}

/* stylelint-disable scss/percent-placeholder-pattern */
.m-btn:disabled {
  cursor: default;
  opacity: 0.3;
}
.w-100.m-btn {
  width: 100%;
  min-width: 0;
}
.w-auto.m-btn {
  width: auto;
  min-width: 0;
}

.m-btn {
  transition: background 0.2s, color 0.2s;
  display: inline-block;
  min-width: 240px;
  padding: 12px 20px;
  color: #fff;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: #565656;
}
.m-btn.focus-visible, .m-btn:focus-visible {
  text-decoration: none;
  background: #707070;
}
.is-IE .m-btn:hover {
  text-decoration: none;
  background: #707070;
}

.btnWrap {
  text-align: center;
}
.btnWrap .m-btn:not(:only-child) {
  margin: 0 10px;
}

.m-cssform {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}
.m-cssform + .m-radio {
  position: relative;
  display: inline-block;
  margin: 8px 40px 8px 0;
  padding-left: 24px;
  cursor: pointer;
}
.m-cssform + .m-radio::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  content: "";
}
.m-cssform + .m-radio::after {
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #565656;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  content: "";
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.m-cssform[type=radio]:checked + .m-radio::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.m-cssform[type=radio].focus-visible + .m-radio, .m-cssform[type=radio]:focus-visible + .m-radio {
  text-decoration: underline;
}
.m-cssform + .m-check {
  position: relative;
  display: inline-block;
  margin: 8px 40px 8px 0;
  padding-left: 24px;
  cursor: pointer;
}
.m-cssform + .m-check::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  content: "";
}
.m-cssform + .m-check::after {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 5px;
  height: 10px;
  margin-top: -6px;
  border-right: 2px solid #565656;
  border-bottom: 2px solid #565656;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform: translateY(4px) scale(0) rotate(45deg);
          transform: translateY(4px) scale(0) rotate(45deg);
  opacity: 0;
  content: "";
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.m-cssform[type=checkbox]:checked + .m-check::after {
  -webkit-transform: translateY(0) scale(1) rotate(45deg);
          transform: translateY(0) scale(1) rotate(45deg);
  opacity: 1;
}
.m-cssform[type=checkbox].focus-visible + .m-check, .m-cssform[type=checkbox]:focus-visible + .m-check {
  text-decoration: underline;
}

.m-cssform-select {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.m-cssform-select::before, .m-cssform-select::after {
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  position: absolute;
  top: 50%;
  display: block;
  width: 6px;
  height: 1px;
  background: #565656;
  content: "";
}
.m-cssform-select::before {
  right: 11.5px;
  -webkit-transform: translateY(1.8px) rotate(45deg);
          transform: translateY(1.8px) rotate(45deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.m-cssform-select::after {
  right: 6px;
  -webkit-transform: translateY(1.8px) rotate(-45deg);
          transform: translateY(1.8px) rotate(-45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.m-cssform-select.-open::before, .m-cssform-select.default-open:not(.-close)::before {
  -webkit-transform: translateY(-1.8px) rotate(-45deg);
          transform: translateY(-1.8px) rotate(-45deg);
}
.m-cssform-select.-open::after, .m-cssform-select.default-open:not(.-close)::after {
  right: 6px;
  -webkit-transform: translateY(-1.8px) rotate(45deg);
          transform: translateY(-1.8px) rotate(45deg);
}
.m-cssform-select select {
  padding-right: 24px;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
.m-cssform-select select::-ms-expand {
  display: none;
}

.m-dl {
  display: flex;
}
.m-dl > dt {
  flex: 0 0 auto;
  margin-right: 1em;
}
.m-dl > dd {
  flex: 1;
}
.m-dl.type-col {
  display: block;
}
.m-dl.type-col > dt {
  margin-right: 0;
  margin-bottom: 10px;
}

.m-hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, background 0.2s;
  transition: transform 0.2s, background 0.2s, -webkit-transform 0.2s;
  background: #1f5c7f;
}
.m-hamburger span {
  transition: all 0.2s;
  position: relative;
  display: block;
  width: 30px;
  height: 2px;
}
.m-hamburger span:nth-of-type(1) {
  margin-bottom: 6px;
}
.m-hamburger span:nth-of-type(3) {
  margin-top: 6px;
}
.m-hamburger span::before, .m-hamburger span::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
}
.m-hamburger span::before {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.m-hamburger span::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.m-hamburger.focus-visible span::before, .m-hamburger.focus-visible span::after, .m-hamburger:focus-visible span::before, .m-hamburger:focus-visible span::after {
  transition-timing-function: cubic-bezier(0.49, 0.46, 0.05, 0.995);
  transition-duration: 0.25s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.m-hamburger.focus-visible span::before, .m-hamburger:focus-visible span::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: 0.35s;
}
.m-hamburger.focus-visible span::after, .m-hamburger:focus-visible span::after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  transition-delay: 0s;
}
.m-hamburger.focus-visible span:nth-of-type(2)::before, .m-hamburger:focus-visible span:nth-of-type(2)::before {
  transition-delay: 0.45s;
}
.m-hamburger.focus-visible span:nth-of-type(2)::after, .m-hamburger:focus-visible span:nth-of-type(2)::after {
  transition-delay: 0.1s;
}
.m-hamburger.focus-visible span:nth-of-type(3)::before, .m-hamburger:focus-visible span:nth-of-type(3)::before {
  transition-delay: 0.55s;
}
.m-hamburger.focus-visible span:nth-of-type(3)::after, .m-hamburger:focus-visible span:nth-of-type(3)::after {
  transition-delay: 0.2s;
}
.is-IE .m-hamburger:hover span::before, .is-IE .m-hamburger:hover span::after {
  transition-timing-function: cubic-bezier(0.49, 0.46, 0.05, 0.995);
  transition-duration: 0.25s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.is-IE .m-hamburger:hover span::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition-delay: 0.35s;
}
.is-IE .m-hamburger:hover span::after {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  transition-delay: 0s;
}
.is-IE .m-hamburger:hover span:nth-of-type(2)::before {
  transition-delay: 0.45s;
}
.is-IE .m-hamburger:hover span:nth-of-type(2)::after {
  transition-delay: 0.1s;
}
.is-IE .m-hamburger:hover span:nth-of-type(3)::before {
  transition-delay: 0.55s;
}
.is-IE .m-hamburger:hover span:nth-of-type(3)::after {
  transition-delay: 0.2s;
}

.m-hamburger.-open span:nth-of-type(1) {
  margin-bottom: -2px;
  -webkit-transform: rotate(-135deg) scale3d(-1, -1, 1);
          transform: rotate(-135deg) scale3d(-1, -1, 1);
}
.m-hamburger.-open span:nth-of-type(2) {
  -webkit-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}
.m-hamburger.-open span:nth-of-type(3) {
  margin-top: -2px;
  -webkit-transform: rotate(135deg) scale3d(1, -1, 1);
          transform: rotate(135deg) scale3d(1, -1, 1);
}
.m-hamburger.-open span::before, .m-hamburger.-open span::after {
  background: #1f5c7f;
}
.m-hamburger.-open {
  background: none;
}

.m-iframe {
  position: relative;
  margin-bottom: 20px;
}
.m-iframe::before {
  float: left;
  padding-top: 56.25%;
  content: "";
}
.m-iframe[data-ratio="1:1"]::before {
  padding-top: 100%;
}
.m-iframe[data-ratio="4:3"]::before {
  padding-top: 75%;
}
.m-iframe[data-ratio="3:2"]::before {
  padding-top: 66.6666666667%;
}
.m-iframe[data-ratio="16:9"]::before {
  padding-top: 56.25%;
}
.m-iframe[data-ratio="2:1"]::before {
  padding-top: 50%;
}
.m-iframe[data-ratio="3:4"]::before {
  padding-top: 133.3333333333%;
}
.m-iframe[data-ratio="2:3"]::before {
  padding-top: 150%;
}
.m-iframe[data-ratio=golden]::before {
  padding-top: 61.804697157%;
}
.m-iframe[data-ratio=silver]::before {
  padding-top: 70.7213578501%;
}
.m-iframe::after {
  display: table;
  clear: both;
  content: "";
}
.m-iframe > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-image-fit {
  position: relative;
}
.m-image-fit::before {
  float: left;
  padding-top: 56.25%;
  content: "";
}
.m-image-fit[data-ratio="1:1"]::before {
  padding-top: 100%;
}
.m-image-fit[data-ratio="4:3"]::before {
  padding-top: 75%;
}
.m-image-fit[data-ratio="3:2"]::before {
  padding-top: 66.6666666667%;
}
.m-image-fit[data-ratio="16:9"]::before {
  padding-top: 56.25%;
}
.m-image-fit[data-ratio="2:1"]::before {
  padding-top: 50%;
}
.m-image-fit[data-ratio="3:4"]::before {
  padding-top: 133.3333333333%;
}
.m-image-fit[data-ratio="2:3"]::before {
  padding-top: 150%;
}
.m-image-fit[data-ratio=golden]::before {
  padding-top: 61.804697157%;
}
.m-image-fit[data-ratio=silver]::before {
  padding-top: 70.7213578501%;
}
.m-image-fit::after {
  display: table;
  clear: both;
  content: "";
}
.m-image-fit > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-image-fit img {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center", sans-serif;
}
.m-image-fit.-contain img {
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center", sans-serif;
}

.m-image {
  margin: 0 auto;
  text-align: center;
}
.m-image img:not([width]) {
  width: auto;
  max-width: 100%;
}
.m-image.w-100 img {
  width: 100%;
  max-width: none;
}

.m-note {
  font-size: 1.2rem;
  line-height: 1.5;
}

.m-ol-paren li {
  position: relative;
  padding-left: 3em;
  list-style-position: inside;
  counter-increment: cnt;
}
.m-ol-paren li::before {
  position: absolute;
  left: 0;
  display: marker;
  content: "（" counter(cnt) "）";
}

.m-ol {
  margin-bottom: 24px;
}
.m-ol li {
  margin-bottom: 8px;
  margin-left: 20px;
  list-style: inherit;
}
.m-ol:not(ol) li {
  list-style: decimal;
}
.m-ol.is-round {
  list-style: none;
  counter-reset: number;
}
.m-ol.is-round li {
  position: relative;
  margin-left: 0;
  padding-left: 28px;
}
.m-ol.is-round li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  border: 2px solid #565656;
  border-radius: 50%;
  content: counter(number);
  counter-increment: number;
  font-size: 1.4rem;
  line-height: 1.1428571429;
}

p + p,
p + .m-paragraph,
.m-paragraph + p,
.m-paragraph + .m-paragraph {
  margin-top: 1.75em;
}

.m-tab .tab-nav li {
  cursor: pointer;
}
.m-tab .tab-content .tab-pane {
  display: none;
}
.m-tab .tab-content .tab-pane.-show {
  display: block;
}

.m-ul-bullet li {
  position: relative;
  margin-left: 20px;
}
.m-ul-bullet li::before {
  position: absolute;
  top: 0;
  left: -18px;
  content: "・";
}

.m-ul li {
  margin-bottom: 8px;
  margin-left: 20px;
  list-style: inherit;
}
.m-ul:not(ul) li {
  list-style: disc;
}

.m-box {
  padding: 48px;
  background: #fff;
  border-radius: 15px;
}

.c-flow {
  width: 800px;
  margin: 0 auto;
}
.c-flow__list__item {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
}
.c-flow__list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background-color: #47a889;
  border-radius: 15px;
  content: "1";
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.is-Win .c-flow__list__item::before {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-flow__list__item:nth-of-type(2)::before {
  content: "2";
}
.c-flow__list__item:nth-of-type(3)::before {
  content: "3";
}
.c-flow__list__item:nth-of-type(4)::before {
  content: "4";
}
.c-flow__list__item:nth-of-type(5)::before {
  content: "5";
}
.c-flow__list__item:nth-of-type(6)::before {
  content: "6";
}
.c-flow__list__item a {
  text-decoration: underline;
}
.c-flow__list__item__hl {
  font-size: 2rem;
  line-height: 1.5;
  color: #214e40;
  font-weight: bold;
}
.is-Win .c-flow__list__item__hl {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-flow__list__item__hl a {
  color: #30725d;
  cursor: pointer;
}
.c-flow__list__item__txt {
  margin-top: 0.5em;
  color: #0a1914;
}
.is-Win .c-flow__list__item__txt {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-flow__list__item__hl + .c-flow__list__item__txt {
  margin-top: 0;
}
.c-flow__list__item__list__item {
  position: relative;
  padding-left: 30px;
  color: #0a1914;
}
.is-Win .c-flow__list__item__list__item {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-flow__list__item__list__item::before {
  position: absolute;
  top: 1em;
  left: 12px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #88cdb7;
  border-radius: 3px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  content: "";
}
.c-flow__list__item b {
  font-weight: bold;
}
.c-flow__list__item__images {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.c-flow__list__item__image {
  width: 270px;
  text-align: center;
}
.c-flow__list__item__image img {
  width: 200px;
}
.c-flow__list__item__btn {
  text-align: center;
}
.c-flow__list__item__btn .m-btn {
  height: 60px;
  padding: 0 60px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffa330;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 3.3333333333;
}
.c-flow__list__item__btn .m-btn:hover {
  background-color: #ffb14f;
}
.c-flow__link__btns {
  display: flex;
  justify-content: center;
}
.c-flow__link__btn {
  width: 300px;
  font-weight: bold;
  text-align: center;
}
.c-flow__link__btn .m-btn {
  display: inline-block;
  height: 48px;
  padding: 0 40px;
  background-color: #64bea1;
  border-radius: 24px;
  font-size: 1.6rem;
  line-height: 3;
}
.c-flow__link__btn .m-btn:hover {
  background-color: #88cdb7;
}

.c-lead {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
.is-Win .c-lead {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-lead .note {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.c-study {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.c-study.is-sora {
  color: #9ccce7;
}
.c-study.is-bea {
  color: #4aa1d3;
}
.c-study.is-seal {
  flex-direction: row-reverse;
  color: #4f2c00;
}
.c-study__fig {
  flex-shrink: 0;
  width: 120px;
  margin-right: 20px;
}
.c-study__fig img {
  width: 120px;
}
.c-study.is-seal .c-study__fig {
  margin: 0 0 0 20px;
}
.c-study__txt {
  padding: 0 60px 0 0;
  font-size: 1.8rem;
  line-height: 2;
}
.is-Win .c-study__txt {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.c-study__txt i {
  color: #de1101;
  font-style: normal;
}
.c-study__txt i.is-bold {
  font-weight: bold;
}
.c-study__txt b {
  font-weight: bold;
}
.c-study__txt ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.c-study__txt ul li::before {
  position: absolute;
  top: 1em;
  left: 12px;
  width: 6px;
  height: 6px;
  background-color: #64bea1;
  border-radius: 3px;
  content: "";
}
.c-study.is-seal .c-study__txt {
  padding: 0 0 0 60px;
}

.c-movie-cards {
  display: flex;
  justify-content: space-between;
}
.c-movie-cards .c-movie-card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 15px);
  height: auto;
}
.c-movie-cards .c-movie-card__title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  padding-bottom: 25px;
  color: #29604f;
  font-size: 2.2rem;
  line-height: 0.6818181818;
}
.c-movie-cards .c-movie-card__title span {
  font-size: 15px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.image-fit:not(.-contain) {
  object-fit: cover;
  font-family: "object-fit: cover", sans-serif;
}

.image-fit.-contain {
  object-fit: contain;
  font-family: "object-fit: contain", sans-serif;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}
.nobr {
  display: inline-block;
}

.text-bold {
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.color-attention {
  color: #dd0f0f;
}

.u-lineClamp-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.u-lineClamp-2 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-3 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-4 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-5 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-6 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-7 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-8 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-9 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-10 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.u-lineClamp-11 {
  /* stylelint-disable-next-line */
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.modal__container {
  box-sizing: border-box;
  max-width: 500px;
  max-height: 100vh;
  padding: 30px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
}

.modal__close {
  background: transparent;
  border: 0;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

@media screen and (max-width: 1399.98px){
  .l-grid[data-grid-xxl="1"] {
    --grid-columns: 1;
  }
  .l-grid[data-grid-xxl="2"] {
    --grid-columns: 2;
  }
  .l-grid[data-grid-xxl="3"] {
    --grid-columns: 3;
  }
  .l-grid[data-grid-xxl="4"] {
    --grid-columns: 4;
  }
  .l-grid[data-grid-xxl="5"] {
    --grid-columns: 5;
  }
  .l-grid[data-grid-xxl="6"] {
    --grid-columns: 6;
  }
  .l-grid[data-grid-xxl="7"] {
    --grid-columns: 7;
  }
  .l-grid[data-grid-xxl="8"] {
    --grid-columns: 8;
  }
  .l-grid[data-grid-xxl="9"] {
    --grid-columns: 9;
  }
  .l-grid[data-grid-xxl="10"] {
    --grid-columns: 10;
  }
  .l-grid[data-grid-xxl="11"] {
    --grid-columns: 11;
  }
  .l-grid[data-grid-xxl="12"] {
    --grid-columns: 12;
  }
  .hide-down-xxl {
    display: none !important;
  }
}

@media screen and (max-width: 1199.98px){
  .l-grid[data-grid-xl="1"] {
    --grid-columns: 1;
  }
  .l-grid[data-grid-xl="2"] {
    --grid-columns: 2;
  }
  .l-grid[data-grid-xl="3"] {
    --grid-columns: 3;
  }
  .l-grid[data-grid-xl="4"] {
    --grid-columns: 4;
  }
  .l-grid[data-grid-xl="5"] {
    --grid-columns: 5;
  }
  .l-grid[data-grid-xl="6"] {
    --grid-columns: 6;
  }
  .l-grid[data-grid-xl="7"] {
    --grid-columns: 7;
  }
  .l-grid[data-grid-xl="8"] {
    --grid-columns: 8;
  }
  .l-grid[data-grid-xl="9"] {
    --grid-columns: 9;
  }
  .l-grid[data-grid-xl="10"] {
    --grid-columns: 10;
  }
  .l-grid[data-grid-xl="11"] {
    --grid-columns: 11;
  }
  .l-grid[data-grid-xl="12"] {
    --grid-columns: 12;
  }
  .hide-down-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px){
  .l-grid[data-grid-lg="1"] {
    --grid-columns: 1;
  }
  .l-grid[data-grid-lg="2"] {
    --grid-columns: 2;
  }
  .l-grid[data-grid-lg="3"] {
    --grid-columns: 3;
  }
  .l-grid[data-grid-lg="4"] {
    --grid-columns: 4;
  }
  .l-grid[data-grid-lg="5"] {
    --grid-columns: 5;
  }
  .l-grid[data-grid-lg="6"] {
    --grid-columns: 6;
  }
  .l-grid[data-grid-lg="7"] {
    --grid-columns: 7;
  }
  .l-grid[data-grid-lg="8"] {
    --grid-columns: 8;
  }
  .l-grid[data-grid-lg="9"] {
    --grid-columns: 9;
  }
  .l-grid[data-grid-lg="10"] {
    --grid-columns: 10;
  }
  .l-grid[data-grid-lg="11"] {
    --grid-columns: 11;
  }
  .l-grid[data-grid-lg="12"] {
    --grid-columns: 12;
  }
  .hide-down-lg {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px){
  body {
    min-width: 0;
  }
  input[type=file] {
    width: 100%;
  }
  select {
    width: 100%;
  }
  .header-nav {
    width: 80%;
  }
  .header-nav__large {
    font-size: 1.6rem;
  }
  .header {
    height: auto;
  }
  main .l-inner {
    width: auto;
    margin: 0 24px;
  }
  main .l-inner + .l-inner {
    margin-top: 40px;
  }
  main .l-innerBlock + .l-innerBlock {
    margin-top: 20px;
  }
  main .l-section {
    padding: 40px 0;
  }
  .l-grid {
    --grid-columns: 2;
    --grid-gap: 32px;
  }
  .l-grid[data-grid-md="1"] {
    --grid-columns: 1;
  }
  .l-grid[data-grid-md="2"] {
    --grid-columns: 2;
  }
  .l-grid[data-grid-md="3"] {
    --grid-columns: 3;
  }
  .l-grid[data-grid-md="4"] {
    --grid-columns: 4;
  }
  .l-grid[data-grid-md="5"] {
    --grid-columns: 5;
  }
  .l-grid[data-grid-md="6"] {
    --grid-columns: 6;
  }
  .l-grid[data-grid-md="7"] {
    --grid-columns: 7;
  }
  .l-grid[data-grid-md="8"] {
    --grid-columns: 8;
  }
  .l-grid[data-grid-md="9"] {
    --grid-columns: 9;
  }
  .l-grid[data-grid-md="10"] {
    --grid-columns: 10;
  }
  .l-grid[data-grid-md="11"] {
    --grid-columns: 11;
  }
  .l-grid[data-grid-md="12"] {
    --grid-columns: 12;
  }
  .l-hero-inner {
    width: 100%;
  }
  .l-hero .hero img {
    top: 0;
    left: 0;
    width: 100%;
    min-width: auto;
    -webkit-transform: none;
            transform: none;
  }
  .l-hero .logo {
    display: none;
  }
  .l-intro {
    display: flex;
    align-items: center;
    padding: 32px 0;
  }
  .l-intro .intro {
    font-size: 1.6rem;
    line-height: 2;
  }
  .l-howto__contents {
    flex-direction: column;
    gap: 24px;
  }
  .l-howto__contents .m-image {
    width: 150px;
  }
  .l-howto__fukidashi {
    width: 100%;
    padding: 24px;
  }
  .l-howto__fukidashi p {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .l-finish {
    background-size: 100px 10px;
  }
  .l-finish .finish {
    padding: 15px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .l-finish .finish-img img {
    width: 100%;
  }
  .l-step {
    padding-top: 32vw;
  }
  .l-step .headline--lv3.step1 {
    flex-direction: column;
  }
  .l-step .headline--lv3.step1 span {
    font-size: 1.6rem;
    margin-left: 0;
    padding-top: 24px;
  }
  .l-step .step {
    flex-direction: column;
    margin-top: 0;
  }
  .l-step .step__item {
    width: 100%;
    margin-top: 32px;
  }
  .l-step .step__item__fig img {
    width: 70%;
  }
  .l-step__fukidashiBox {
    flex-direction: column;
  }
  .l-step__fukidashi {
    width: 100%;
    margin: 0 0 32px;
    padding: 16px;
    text-align: center;
    font-size: 1.6rem;
  }
  .l-step__fukidashi::after {
    top: auto;
    right: 0;
    bottom: -42px;
    left: 0;
    margin: 0 auto;
    border-top: 24px solid #d0ebe2;
    border-right: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: none;
  }
  .l-step__solarbear img {
    width: 136px;
  }
  .l-present {
    padding: 50px 0 16px;
  }
  .l-present__container {
    margin-bottom: 8px;
    padding: 24px;
  }
  .l-present__container::before {
    top: -38px;
    right: -20px;
    width: 128px;
    height: 96px;
  }
  .l-present__container::after {
    right: 0;
    bottom: 24px;
    left: 0;
    width: 154px;
    height: 133px;
    margin: 0 auto;
  }
  .l-present__container .present__title {
    font-size: 2.4rem;
    line-height: 1;
    padding: 12px;
  }
  .l-present__container .present__prize {
    display: block;
  }
  .l-present__container .present__prize dt {
    justify-content: center;
    font-size: 2.2rem;
    line-height: 2.5;
    width: 100%;
  }
  .l-present__container .present__prize dt .present__prize__crown {
    width: 40px;
    height: 34px;
  }
  .l-present__container .present__prize dd {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
  .l-present__container .present__prize dd span {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .l-present__container .fukidashi__wrap {
    margin: 24px 0 150px;
  }
  .l-present__container .fukidashi__wrap .fukidashi {
    width: 100%;
    font-size: 1.6rem;
    padding: 16px;
  }
  .l-present__container .fukidashi__wrap .fukidashi::before {
    top: auto;
    right: 0;
    bottom: -42px;
    left: 0;
    margin: 0 auto;
    border-top: 24px solid #ffe9cf;
    border-right: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }
  .l-puzzle {
    background-size: 100px 10px;
  }
  .l-puzzle__download .m-btn {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .l-puzzle__quiz {
    padding: 16px;
  }
  .l-puzzle__quiz__table tr:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .l-puzzle__quiz__table th,
.l-puzzle__quiz__table td {
    display: block;
  }
  .l-puzzle__quiz__table th {
    text-align: left;
    border-bottom: none;
  }
  .l-puzzle__quiz__table__search {
    width: 100%;
  }
  .l-puzzle__quiz__table__search::before {
    position: relative;
    display: block;
    color: #297aa8;
    font-size: 1.2rem;
    content: "ヒントのページ";
  }
  .l-puzzle__quiz__table__question {
    width: calc(100% - 30px);
    padding: 14px 10px 5px;
  }
  .l-judge__profile::before, .l-judge__profile::after {
    background-size: contain;
  }
  .l-judge__profile::before {
    top: 150px;
    left: -8px;
    width: 72px;
    height: 105px;
  }
  .l-judge__profile::after {
    right: 10px;
    width: 43px;
    height: 57px;
  }
  .l-judge__profile {
    margin-bottom: 0;
  }
  .l-judge__profile__img {
    max-width: 200px;
  }
  .l-judge__profile__message {
    padding: 20px;
    border: 3px solid #29604f;
  }
  .l-think .headline--lv3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .l-think .headline--lv3::after {
    height: 2px;
  }
  .l-think .c-lead {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .l-think .c-lead span {
    font-size: 2rem;
  }
  .l-think .think-items ul {
    display: block;
  }
  .l-think .think-items ul .think-item {
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }
  .l-think .think-items ul .think-item__btn {
    margin-top: 8px;
  }
  .l-think .think-example {
    padding: 24px;
    border-radius: 20px;
  }
  .l-think .think-example__hl {
    margin-bottom: 16px;
  }
  .l-think .think-example ul {
    flex-direction: column;
    gap: 8px;
  }
  .l-think .think-solarbear {
    margin-top: 20px;
  }
  .l-think .think-solarbear__wrap {
    display: block;
  }
  .l-think .think-solarbear__fukidashi {
    width: 100%;
  }
  .l-think .think-solarbear__fukidashi::after {
    top: auto;
    right: auto;
    bottom: -25px;
    left: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .l-think .think-solarbear__btn .m-btn {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
  .l-think .think-solarbear__img img {
    width: 130px;
  }
  .l-think-draw img {
    width: 100%;
  }
  .l-think-hint__items {
    display: block;
    background: none;
  }
  .l-think-hint__item {
    width: 100%;
  }
  .l-think-hint__item img {
    width: 70%;
    margin-top: 0;
  }
  .l-think-hint__item p {
    display: block;
    height: auto;
  }
  .l-think-hint__item:first-child {
    position: relative;
    margin-bottom: 70px;
  }
  .l-think-hint__item:first-child::after {
    position: absolute;
    right: 0;
    bottom: -57px;
    left: 0;
    width: 25px;
    height: 50px;
    margin: 0 auto;
    background: url(../img/think_arrow.png) 0 0 no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    content: "";
  }
  .l-more__contents > ul {
    flex-direction: column;
  }
  .l-more__contents > ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .l-term {
    padding: 50px 0;
  }
  .l-term .termList__unit {
    flex-direction: column;
  }
  .l-term .termList__unit__hl {
    flex-basis: auto;
    margin-bottom: 16px;
  }
  .l-term .termList__unit__content__dl {
    flex-direction: column;
    margin: 16px 0;
    padding-bottom: 16px;
    border-bottom: 1px dashed #c6e1f1;
  }
  .l-term .termList__unit__content__dl:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-term .termList__unit__content__dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .l-term .termList__unit__content__dl dt::after {
    position: relative;
  }
  .l-term .termList__unit__btn .m-btn {
    width: 100%;
  }
  .l-term .termList__unit__btn .m-btn.is-double {
    padding: 8px 5px;
  }
  .l-term .termList__unit__btn__items {
    display: block;
  }
  .l-term .termList__unit__btn:last-child {
    margin-top: 16px;
  }
  .l-term__attention p {
    text-align: left;
  }
  .l-template__items ul li {
    width: 50%;
  }
  .l-template__items ul li img {
    width: 90%;
  }
  .l-template__btn .m-btn {
    padding: 0;
  }
  .l-application .attention p {
    text-align: left;
  }
  .mdl-application figure {
    width: 100%;
  }
  .mdl-application figure img {
    width: 100%;
  }
  .l-cooperation__lead {
    text-align: left;
  }
  .l-cooperation__content {
    padding: 24px;
    border-radius: 20px;
  }
  .l-cooperation__title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .l-cooperation__title::before, .l-cooperation__title::after {
    width: 20px;
    margin-left: 0;
  }
  .l-cooperation__title::before {
    margin-right: 16px;
  }
  .l-cooperation__title::after {
    margin-left: 16px;
  }
  .l-cooperation__img a {
    width: 100%;
    padding-top: 40px;
  }
  .l-cooperation__img.sonpo {
    background-size: 180px 48px;
  }
  .l-cooperation__img.sonpo a {
    width: 100%;
    padding-top: 20px;
    background-size: 180px 48px;
  }
  .l-cooperation__name {
    font-size: 2rem;
    margin-top: 8px;
  }
  .l-shoot {
    padding: 24px;
  }
  .l-modal-overwrite .modal__container {
    padding: 16px;
  }
  #modal-download .modal__btn {
    right: 20px;
  }
  #modal-download .modal__container {
    max-width: calc(100% - 30px);
  }
  #modal-download .modal__download__title {
    font-size: 1.6rem;
  }
  #modal-download .modal__download__items {
    flex-direction: column;
    width: 100%;
  }
  #modal-download .modal__download__item {
    margin-top: 16px;
  }
  #modal-download .modal__download__item:first-child {
    margin-top: none;
  }
  .l-modal-download.modal__container {
    max-width: calc(100% - 30px);
  }
  .l-modal-shoot.modal__container {
    max-width: calc(100% - 30px);
  }
  .l-modal-shoot .modal__content figure img {
    width: 100%;
  }
  .l-award {
    padding: 40px 0;
  }
  .l-award .lead {
    text-align: left;
  }
  .l-award .headline--lv3 {
    margin-top: 32px;
    font-size: 2.4rem;
  }
  .l-award .headline--lv3.-is01::before {
    width: 24px;
    height: 19px;
  }
  .l-award .headline--lv3.-is02 {
    padding-top: 24px;
  }
  .l-award .headline--lv3.-is02::before {
    width: 24px;
    height: 23px;
  }
  .l-award .headline--lv3.-is03 {
    padding-top: 24px;
  }
  .l-award .headline--lv3.-is03::before {
    width: 24px;
    height: 23px;
  }
  .l-award__tabs {
    justify-content: space-around;
  }
  .l-award__tab {
    font-size: 1.6rem;
    line-height: 1;
    padding: 16px 8px;
  }
  .l-award__list__item {
    width: calc(50% - 4px);
    font-size: 1.4rem;
  }
  .l-award__list__item__img__frame {
    padding: 2px;
    border: 2px solid #ccc;
  }
  .l-award__list__item__img__frame img {
    min-width: 100%;
    max-width: 100%;
    max-height: 150px;
  }
  .l-award__list__item__title {
    font-size: 1.5rem;
  }
  .l-award__btn__items {
    display: block;
  }
  .l-award__btn__item {
    margin-bottom: 16px;
  }
  .l-award__group__items {
    gap: 16px 0;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .l-award__group__items li {
    width: 100%;
    font-size: 1.8rem;
  }
  .l-award__detail__title__wrap {
    padding: 16px;
  }
  .l-award__detail__title__wrap > .l-inner {
    gap: 0;
    justify-content: start;
    margin: 0;
  }
  .l-award__detail__title__wrap p {
    font-size: 2.4rem;
    width: 100%;
  }
  .l-award__detail__title__wrap p.award_01::after {
    top: 5px;
    right: 0;
    width: 70px;
    height: 59px;
  }
  .l-award__detail__title__wrap p.award_02::after {
    top: 4px;
    right: 0;
    width: 65px;
    height: 56px;
  }
  .l-award__detail__title__wrap p span {
    display: block;
    font-size: 1.6rem;
  }
  .l-award__detail__items {
    margin: 40px 0;
  }
  .l-award__detail__item {
    padding: 32px 0;
  }
  .l-award__detail__item__top {
    display: block;
  }
  .l-award__detail__item__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .l-award__detail__item__img img {
    max-height: 350px;
  }
  .l-award__detail__item__detail {
    width: 100%;
  }
  .l-award__detail__item__detail__wrap {
    margin-bottom: 16px;
    padding-left: 56px;
  }
  .l-award__detail__item__detail__wrap::before {
    width: 48px;
    height: 62px;
  }
  .l-award__detail__item__detail__award {
    font-size: 1.6rem;
  }
  .l-award__detail__item__detail__title {
    font-size: 1.8rem;
  }
  .l-award__detail__item__bottom {
    margin-top: 16px;
  }
  .l-award__detail__item__judge {
    width: 88px;
    margin-right: 16px;
  }
  .l-award__detail__item__judge img {
    width: 58px;
  }
  .l-award__detail__item__judge figcaption {
    font-size: 1.2rem;
  }
  .l-award__detail__item__comment {
    width: calc(100% - 58px - 16px);
    padding: 16px;
  }
  .l-award__detail__item__comment::before {
    top: 20px;
    left: -12px;
    border-top: 8px solid transparent;
    border-right: 12px solid #555;
    border-bottom: 8px solid transparent;
  }
  .-award_01 .l-award__detail__item__comment::before {
    border-right: 12px solid #faeff1;
  }
  .-award_02 .l-award__detail__item__comment::before {
    border-right: 12px solid #eaf5df;
  }
  .l-award-cooperation__content {
    display: block;
    padding: 24px;
    border-radius: 20px;
  }
  .l-award-cooperation__item {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
  .l-award-cooperation__title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .l-award-cooperation__title::before, .l-award-cooperation__title::after {
    width: 40px;
    margin-left: 0;
  }
  .l-award-cooperation__title::before {
    margin-right: 16px;
  }
  .l-award-cooperation__title::after {
    margin-left: 16px;
  }
  .l-award-cooperation__box {
    height: auto;
  }
  .l-award-cooperation__box > p {
    margin-bottom: 8px;
  }
  .l-award-cooperation__img a {
    width: 100%;
    padding-top: 40px;
  }
  .l-award-cooperation__img.sonpo {
    background-size: 180px 48px;
  }
  .l-award-cooperation__img.sonpo a {
    width: 100%;
    padding-top: 20px;
    background-size: 180px 48px;
  }
  .l-award-cooperation__img.solarbear {
    background-size: 180px 48px;
  }
  .l-award-cooperation__img.solarbear a {
    width: 100%;
    padding-top: 20px;
    background-size: 180px 48px;
  }
  .l-award-cooperation__name {
    font-size: 2rem;
  }
  .headline--lv2 {
    font-size: 2.6rem;
    line-height: 1.4423076923;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .headline--lv3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .btnWrap .m-btn:not(:only-child) {
    margin: 5px 0;
  }
  .m-hamburger {
    width: 40px;
    height: 40px;
  }
  .m-hamburger span {
    width: 20px;
  }
  p + p,
p + .m-paragraph,
.m-paragraph + p,
.m-paragraph + .m-paragraph {
    margin-top: 1.5em;
  }
  .m-box {
    padding: 24px;
  }
  .c-flow {
    width: 100%;
  }
  .c-flow__list__item__hl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .c-flow__list__item__images {
    justify-content: space-between;
  }
  .c-flow__list__item__image img {
    width: 130px;
  }
  .c-flow__list__item__btn .m-btn {
    padding: 0;
  }
  .c-flow__link__btns {
    display: block;
  }
  .c-flow__link__btn {
    width: auto;
    margin-bottom: 20px;
  }
  .c-lead {
    text-align: left;
  }
  .c-lead.sp-center {
    text-align: center;
  }
  .c-study {
    align-items: flex-start;
    margin: 20px -10px 0;
  }
  .c-study.is-seal {
    flex-direction: row;
  }
  .c-study__fig {
    width: 70px;
    margin-right: 0;
  }
  .c-study__fig img {
    width: 70px;
  }
  .c-study.is-seal .c-study__fig {
    margin: 0;
  }
  .c-study__txt {
    padding: 0 10px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-study.is-seal .c-study__txt {
    padding: 0 10px;
  }
  .c-movie-cards {
    display: block;
  }
  .c-movie-cards .c-movie-card {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .c-movie-cards .c-movie-card__title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-bottom: 10px;
  }
  .c-movie-cards .c-movie-card__title span {
    font-size: 12px;
  }
  .sp-hide {
    display: none !important;
  }
  .hide-down-md {
    display: none !important;
  }
  .sp-align-left {
    text-align: left;
  }
  .sp-align-center {
    text-align: center;
  }
  .sp-align-right {
    text-align: right;
  }
}

@media screen and (max-width: 575.98px){
  .l-grid[data-grid-sm="1"] {
    --grid-columns: 1;
  }
  .l-grid[data-grid-sm="2"] {
    --grid-columns: 2;
  }
  .l-grid[data-grid-sm="3"] {
    --grid-columns: 3;
  }
  .l-grid[data-grid-sm="4"] {
    --grid-columns: 4;
  }
  .l-grid[data-grid-sm="5"] {
    --grid-columns: 5;
  }
  .l-grid[data-grid-sm="6"] {
    --grid-columns: 6;
  }
  .l-grid[data-grid-sm="7"] {
    --grid-columns: 7;
  }
  .l-grid[data-grid-sm="8"] {
    --grid-columns: 8;
  }
  .l-grid[data-grid-sm="9"] {
    --grid-columns: 9;
  }
  .l-grid[data-grid-sm="10"] {
    --grid-columns: 10;
  }
  .l-grid[data-grid-sm="11"] {
    --grid-columns: 11;
  }
  .l-grid[data-grid-sm="12"] {
    --grid-columns: 12;
  }
  .hide-down-sm {
    display: none !important;
  }
}

@media screen and (min-width: 576px){
  .hide-up-sm {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  .pc-hide {
    display: none !important;
  }
  .hide-up-md {
    display: none !important;
  }
}

@media screen and (min-width: 992px){
  .hide-up-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1200px){
  .hide-up-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1400px){
  .hide-up-xxl {
    display: none !important;
  }
}

@media (hover: hover){
  a:hover {
    text-decoration: underline;
  }
  a:active {
    text-decoration: underline;
  }
  .hover-opacity:hover {
    opacity: 0.75;
  }
  .link-underline {
    text-decoration: none;
  }
  .m-btn:hover {
    text-decoration: none;
    background: #707070;
  }
  .m-hamburger:hover span::before, .m-hamburger:hover span::after {
    transition-timing-function: cubic-bezier(0.49, 0.46, 0.05, 0.995);
    transition-duration: 0.25s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .m-hamburger:hover span::before {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    transition-delay: 0.35s;
  }
  .m-hamburger:hover span::after {
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    transition-delay: 0s;
  }
  .m-hamburger:hover span:nth-of-type(2)::before {
    transition-delay: 0.45s;
  }
  .m-hamburger:hover span:nth-of-type(2)::after {
    transition-delay: 0.1s;
  }
  .m-hamburger:hover span:nth-of-type(3)::before {
    transition-delay: 0.55s;
  }
  .m-hamburger:hover span:nth-of-type(3)::after {
    transition-delay: 0.2s;
  }
}

@media (pointer: fine){
  a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}

/*# sourceMappingURL=style.css.map */