@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: calc(1px - 0.0625em);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.2;
  color: #0a1423;
  background: #FFF;
}

.wrapper {
  background: #FFF;
}

.bottomWrapper {
  position: relative;
  background: #FFF;
  z-index: 1;
  overflow: hidden;
}

a {
  color: #0a1423;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

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

.pc {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width:767px) {
  .sp {
    display: inline-block;
  }
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

a.disabled {
  pointer-events: none;
}

.tac {
  text-align: center;
}

/* Scss Document */
#header {
  position: relative;
  z-index: 1001;
}

.tokyo #header .header {
  background-color: #f6f6f6;
}

#header .header {
  background-color: #f6f6f6;
}

#header .header.simple .header-container {
  padding: 15px;
}

#header .header-container {
  max-height: 60px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#header .header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
      flex: 0 0 110px;
  padding-right: 5px;
  height: 22px;
}

#header .header-logo a {
  display: block;
}

#header .header-logo svg {
  width: 125px;
  fill: #037;
  height: auto;
}

.tokyo #header .header-logo svg {
  fill: #542f8e;
  width: 210px;
}

.tokyo .floating-menu-icn,
.tokyo .footer {
  background-color: #542f8e;
}

@media screen and (min-width: 1024px) {
  .footer.simple {
    display: block;
    position: relative;
    padding: 15px 15px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 5px 20px;
  }
}
.footer {
  background-color: #182b52;
  padding-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .footer.simple .footer-cnt {
    border-width: 0;
  }
}
.footer-cnt.inline {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

@media screen and (min-width: 1024px) {
  .footer-cnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-cnt .list {
    padding: 20px 0;
  }
}
.footer-cnt .list {
  padding: 15px 15px 20px;
  list-style-type: none;
}

.footer-cnt.inline .list .item {
  display: inline-block;
  position: relative;
  line-height: 2;
  margin-top: 0;
  margin-right: 15px;
}

.footer-cnt .list a {
  color: #fff;
  font-size: 14px;
}

.footer-cnt.inline .list .item + .item:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 1px;
  height: 15px;
  display: block;
}

.footer-cnt.inline .list .item + .item {
  margin-left: 15px;
}

.footer-cnt .list .item + .item {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .footer.simple .footer-cnt-prt {
    position: absolute;
    right: 15px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-cnt-prt {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-copy,
  .footer-logo {
    margin-top: 0;
    text-align: right;
  }
}
.footer-logo {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer-copy {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-copy,
  .footer-logo {
    margin-top: 0;
    text-align: right;
  }
}
.footer-copy {
  margin-top: 30px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.footer-logo a {
  display: inline-block;
}

.tokyo .footer .footer-logo svg {
  width: 180px;
}

.footer-logo svg {
  display: block;
  width: 125px;
  height: 28px;
  fill: #fff;
}

.lp-today-message {
  text-align: center;
  font-family: ads-bancollar, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.9282576867vw;
  color: #468838;
  padding-top: 2em;
}
@media screen and (min-width:1600px) {
  .lp-today-message {
    font-size: 46.8521229868px;
  }
}
@media screen and (max-width:767px) {
  .lp-today-message {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 0.5em;
  }
}

.lp-wrapper {
  width: 100vw;
  background: #f9be00;
  overflow-x: clip;
}

.lp-title {
  position: relative;
}
.lp-title h1 {
  text-align: center;
  padding: 5.1244509517vw 7.3206442167vw 0vw 7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-title h1 {
    padding: 81.9912152269px 117.1303074671px 0px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-title h1 {
    padding: 35px 0 0 0;
  }
}
.lp-title h1 img {
  margin: auto;
  width: 66.7642752562vw;
  padding-left: 3%;
}
@media screen and (min-width:1600px) {
  .lp-title h1 img {
    width: 1068.2284040996px;
  }
}
@media screen and (max-width:767px) {
  .lp-title h1 img {
    width: 94%;
  }
}

.lp-bg-wrap {
  background: url(../images/main_bg6.svg);
  background-size: 100% 100%;
}
@media screen and (max-width:767px) {
  .lp-bg-wrap {
    background-size: 700% 300%;
    background-position: center top;
  }
}

.lp-message2,
.lp-message {
  background: url(../images/main_bg.svg);
  background-size: 100% 100%;
  margin-top: -7.3206442167vw;
}
@media screen and (max-width:767px) {
  .lp-message2,
  .lp-message {
    background-size: 300% 100%;
    background-position: center top;
  }
}
@media screen and (min-width:1600px) {
  .lp-message2,
  .lp-message {
    margin-top: -117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-message2,
  .lp-message {
    margin-top: -60px;
  }
}
.lp-message2__inner,
.lp-message__inner {
  max-width: 1600px;
  margin: auto;
  padding: 12.4450951684vw 7.3206442167vw 12.4450951684vw 7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-message2__inner,
  .lp-message__inner {
    padding: 199.121522694px 117.1303074671px 199.121522694px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-message2__inner,
  .lp-message__inner {
    padding: 100px 15px 50px 15px;
  }
}
.lp-message2__lead,
.lp-message__lead {
  font-family: "FOT-筑紫オールドゴシック Std B";
  font-weight: 400;
  font-style: normal;
  color: #fffbc7;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 2.0497803807vw;
  margin-bottom: 2.5em;
}
@media screen and (min-width:1600px) {
  .lp-message2__lead,
  .lp-message__lead {
    font-size: 32.7964860908px;
  }
}
@media screen and (max-width:767px) {
  .lp-message2__lead,
  .lp-message__lead {
    font-size: 18px;
  }
}
.lp-message2__desc,
.lp-message__desc {
  font-family: "FOT-筑紫オールドゴシック Std D";
  font-weight: 400;
  font-style: normal;
  color: #fffbc7;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 1.6105417277vw;
}
@media screen and (min-width:1600px) {
  .lp-message2__desc,
  .lp-message__desc {
    font-size: 25.7686676428px;
  }
}
@media screen and (max-width:767px) {
  .lp-message2__desc,
  .lp-message__desc {
    font-size: 15px;
  }
}

.lp-message2 {
  background: url(../images/main_bg4.svg);
  background-size: 100% 100%;
}
@media screen and (max-width:767px) {
  .lp-message2 {
    background-size: 300% 100%;
    background-position: center top;
  }
}
.lp-message2__inner {
  max-width: 1600px;
  margin: auto;
  padding: 7.3206442167vw 7.3206442167vw 19.7657393851vw 7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-message2__inner {
    padding: 117.1303074671px 117.1303074671px 316.2518301611px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-message2__inner {
    padding: 50px 15px 170px 15px;
  }
}

.lp-date {
  position: relative;
  z-index: 1;
  margin-top: -7.3206442167vw;
  text-align: center;
}
@media screen and (min-width:1600px) {
  .lp-date {
    margin-top: -117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-date {
    margin-top: -60px;
  }
}
.lp-date__inner {
  max-width: 1600px;
  margin: auto;
  padding: 0vw 7.3206442167vw 5.1244509517vw 7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-date__inner {
    padding: 0px 117.1303074671px 81.9912152269px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-date__inner {
    padding: 0 15px 45px 15px;
  }
}
.lp-date__title {
  text-align: center;
}
.lp-date__title img {
  width: 30.9663250366vw;
  margin-top: -7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-date__title img {
    width: 495.4612005857px;
  }
}
@media screen and (min-width:1600px) {
  .lp-date__title img {
    margin-top: -117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-date__title img {
    width: 245px;
    margin-top: -30px;
  }
}
.lp-date .-date {
  display: none;
}
.lp-date .-date-img {
  text-align: center;
  padding: 2.196193265vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .lp-date .-date-img {
    padding: 35.1390922401px 0px 0px 0px;
  }
}
@media screen and (max-width:767px) {
  .lp-date .-date-img {
    padding-top: 15px;
  }
}
.lp-date .-date-img img {
  margin: auto;
  width: 43.9238653001vw;
}
@media screen and (min-width:1600px) {
  .lp-date .-date-img img {
    width: 702.7818448023px;
  }
}
@media screen and (max-width:767px) {
  .lp-date .-date-img img {
    max-width: 420px;
    width: 100%;
  }
}

.lp-category {
  position: relative;
  z-index: 1;
}
.lp-category__inner {
  max-width: 1600px;
  margin: auto;
  padding: 0vw 7.3206442167vw 5.1244509517vw 7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-category__inner {
    padding: 0px 117.1303074671px 81.9912152269px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-category__inner {
    padding: 0 15px 15px 15px;
  }
}
.lp-category__title {
  text-align: center;
}
.lp-category__title img {
  width: 33.3821376281vw;
}
@media screen and (min-width:1600px) {
  .lp-category__title img {
    width: 534.1142020498px;
  }
}
@media screen and (max-width:767px) {
  .lp-category__title img {
    width: 319.2px;
  }
}
.lp-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.196193265vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .lp-category__list {
    padding: 35.1390922401px 0px 0px 0px;
  }
}
@media screen and (max-width:767px) {
  .lp-category__list {
    padding: 5px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-category__item {
  width: 32%;
  background: url(../images/category_bg.svg);
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:767px) {
  .lp-category__item {
    min-width: 350px;
    width: auto;
    margin-bottom: 10px;
  }
}
.lp-category__name {
  position: relative;
  padding-top: 10%;
  text-align: center;
  width: 16.2518301611vw;
  margin: auto;
}
@media screen and (min-width:1600px) {
  .lp-category__name {
    width: 260.0292825769px;
  }
}
@media screen and (max-width:767px) {
  .lp-category__name {
    width: 155.4px;
  }
}
.lp-category__name img {
  width: 100%;
  height: auto;
}
.lp-category__desc {
  font-family: "FOT-筑紫オールドゴシック Std D";
  font-weight: 400;
  font-style: normal;
  color: #fffbc7;
  line-height: 1.8;
  font-size: 1.317715959vw;
  padding: 5% 10% 0 10%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width:1600px) {
  .lp-category__desc {
    font-size: 21.0834553441px;
  }
}
@media screen and (max-width:767px) {
  .lp-category__desc {
    font-size: 16px;
  }
}
.lp-category__ill {
  width: 80%;
  margin: auto;
}
@media screen and (max-width:767px) {
  .lp-category__ill {
    max-width: 260px;
  }
}
.lp-category__ill img {
  width: 100%;
}
.lp-category__bt {
  position: relative;
  padding-bottom: 10%;
  text-align: center;
  margin: auto;
  width: 16.2518301611vw;
}
@media screen and (min-width:1600px) {
  .lp-category__bt {
    width: 260.0292825769px;
  }
}
@media screen and (max-width:767px) {
  .lp-category__bt {
    width: 155.4px;
  }
}
.lp-category__bt img {
  width: 100%;
  height: auto;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.lp-category__bt a:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.lp-detail {
  font-family: "FOT-筑紫オールドゴシック Std M";
}
.lp-detail__inner {
  max-width: 850px;
  margin: auto;
  padding: 0vw 7.3206442167vw 12.4450951684vw 7.3206442167vw;
  line-height: 1.8;
  font-size: 1.317715959vw;
  color: #337036;
}
@media screen and (min-width:1600px) {
  .lp-detail__inner {
    padding: 0px 117.1303074671px 199.121522694px 117.1303074671px;
  }
}
@media screen and (min-width:1600px) {
  .lp-detail__inner {
    font-size: 21.0834553441px;
  }
}
@media screen and (max-width:767px) {
  .lp-detail__inner {
    padding: 0 15px 70px 15px;
    font-size: 16px;
    display: block;
  }
}
.lp-detail__col {
  max-width: 1600px;
  margin: auto;
  padding: 0vw 7.3206442167vw 5.1244509517vw 7.3206442167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.8;
  font-size: 1.317715959vw;
  color: #337036;
}
@media screen and (min-width:1600px) {
  .lp-detail__col {
    padding: 0px 117.1303074671px 81.9912152269px 117.1303074671px;
  }
}
@media screen and (min-width:1600px) {
  .lp-detail__col {
    font-size: 21.0834553441px;
  }
}
@media screen and (max-width:767px) {
  .lp-detail__col {
    padding: 0 15px 45px 15px;
    font-size: 16px;
    display: block;
  }
}
.lp-detail__left {
  width: 65%;
}
@media screen and (max-width:767px) {
  .lp-detail__left {
    width: auto;
  }
}
.lp-detail__right {
  width: 30%;
}
@media screen and (max-width:767px) {
  .lp-detail__right {
    width: auto;
  }
}
.lp-detail li,
.lp-detail p {
  margin-bottom: 0.8em;
}
.lp-detail li em,
.lp-detail p em {
  font-family: "FOT-筑紫オールドゴシック Std M";
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f0e2a0));
  background: linear-gradient(transparent 50%, #f0e2a0 50%);
}
.lp-detail li {
  list-style: disc;
  margin-left: 1em;
}
.lp-detail h2 {
  font-size: 1.4641288433vw;
  font-family: "FOT-筑紫オールドゴシック Std D";
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width:1600px) {
  .lp-detail h2 {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:767px) {
  .lp-detail h2 {
    font-size: 18px;
  }
}
.lp-detail h2 span {
  display: inline-block;
  width: 6em;
  border: 1px solid #337036;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-detail h2 span {
    display: block;
    width: auto;
  }
}

.lp-judge {
  position: relative;
  z-index: 1;
  background: url(../images/main_bg2.svg);
  background-size: 100% 100%;
}
@media screen and (max-width:767px) {
  .lp-judge {
    background-size: 300% 100%;
    background-position: center top;
  }
}
.lp-judge__inner {
  max-width: 1600px;
  margin: auto;
  padding: 0vw 7.3206442167vw 19.7657393851vw 7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-judge__inner {
    padding: 0px 117.1303074671px 316.2518301611px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__inner {
    padding: 0 15px 140px 15px;
  }
}
.lp-judge__title {
  text-align: center;
}
.lp-judge__title img {
  width: 28.1844802343vw;
  margin-top: -7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-judge__title img {
    width: 450.9516837482px;
  }
}
@media screen and (min-width:1600px) {
  .lp-judge__title img {
    margin-top: -117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__title img {
    width: 269.5px;
    margin-top: -60px;
  }
}
.lp-judge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.196193265vw 0vw 0vw 0vw;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width:1600px) {
  .lp-judge__list {
    padding: 35.1390922401px 0px 0px 0px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__list {
    padding-top: 30px;
    gap: 5%;
  }
}
.lp-judge__item {
  width: 23%;
  word-break: break-all;
  font-family: "FOT-筑紫オールドゴシック Std M";
  color: #337036;
}
@media screen and (max-width:767px) {
  .lp-judge__item {
    width: 45%;
    margin-bottom: 15px;
  }
}
.lp-judge__item:nth-child(odd) {
  color: #ec6626;
}
.lp-judge__item:nth-child(odd) .lp-judge__name {
  background: #ec6626;
}
.lp-judge__comment {
  position: relative;
  background: #FFF;
  padding: 1.0980966325vw 1.0980966325vw 1.0980966325vw 1.0980966325vw;
  line-height: 1.6;
  font-size: 1.1713030747vw;
  min-height: 14.4em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  letter-spacing: 0.05em;
}
@media screen and (min-width:1600px) {
  .lp-judge__comment {
    padding: 17.5695461201px 17.5695461201px 17.5695461201px 17.5695461201px;
  }
}
@media screen and (min-width:1600px) {
  .lp-judge__comment {
    font-size: 18.7408491947px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__comment {
    font-size: 14px;
    padding: 10px;
    min-height: 22.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lp-judge__comment::before {
  content: "";
  position: absolute;
  left: 2.196193265vw;
  width: 2.5622254758vw;
  height: 2.2693997072vw;
  background: url(../images/balloon-angle.svg) left top no-repeat;
  background-size: contain;
  bottom: -2.196193265vw;
}
@media screen and (min-width:1600px) {
  .lp-judge__comment::before {
    left: 35.1390922401px;
    width: 40.9956076135px;
    height: 36.3103953148px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__comment::before {
    left: 15px;
    width: 24.5px;
    height: 21.7px;
    bottom: -21px;
  }
}
@media screen and (min-width:1600px) {
  .lp-judge__comment::before {
    bottom: -35.1390922401px;
  }
}
.lp-judge__ph {
  text-align: center;
}
.lp-judge__ph img {
  width: 70%;
  height: auto;
}
.lp-judge__name {
  line-height: 1.6;
  font-size: 2.0497803807vw;
  font-family: "FOT-筑紫オールドゴシック Std B";
  margin: 0 0 0.5em 0;
  background: #337036;
  color: #f0e2a0;
  padding: 0 0.2em;
  text-align: center;
}
@media screen and (min-width:1600px) {
  .lp-judge__name {
    font-size: 32.7964860908px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__name {
    font-size: 20px;
    padding: 0.2em 0.2em;
  }
}
.lp-judge__name span {
  font-size: 1.4641288433vw;
}
@media screen and (min-width:1600px) {
  .lp-judge__name span {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__name span {
    display: block;
    font-size: 14px;
    text-align: center;
  }
}
.lp-judge__job {
  font-size: 1.4641288433vw;
  line-height: 1.6;
  font-family: "FOT-筑紫オールドゴシック Std D";
  margin-bottom: 0.5em;
  min-height: 3.2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (min-width:1600px) {
  .lp-judge__job {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__job {
    font-size: 15px;
  }
}
.lp-judge__profile {
  line-height: 1.6;
  font-size: 1.317715959vw;
  font-family: "FOT-筑紫オールドゴシック Std M";
}
@media screen and (min-width:1600px) {
  .lp-judge__profile {
    font-size: 21.0834553441px;
  }
}
@media screen and (max-width:767px) {
  .lp-judge__profile {
    font-size: 15px;
  }
}

.lp-awards {
  width: 100%;
  text-align: center;
  padding: 2.196193265vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .lp-awards {
    padding: 35.1390922401px 0px 0px 0px;
  }
}
.lp-awards img {
  width: 70%;
  margin: auto;
}
@media screen and (max-width:767px) {
  .lp-awards img {
    width: 100%;
    max-width: 345px;
  }
}

.lp-result {
  background: url(../images/main_bg5.svg);
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #337036;
  margin-top: -7.3206442167vw;
}
@media screen and (max-width:767px) {
  .lp-result {
    background-size: 300% 100%;
    background-position: center top;
  }
}
@media screen and (min-width:1600px) {
  .lp-result {
    margin-top: -117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-result {
    margin-top: -50px;
  }
}
.lp-result__inner {
  max-width: 1600px;
  margin: auto;
  padding: 0vw 7.3206442167vw 12.4450951684vw 7.3206442167vw;
  text-align: center;
  color: #337036;
}
@media screen and (min-width:1600px) {
  .lp-result__inner {
    padding: 0px 117.1303074671px 199.121522694px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-result__inner {
    padding: 0 15px 50px 15px;
  }
}
.lp-result__title {
  text-align: center;
  position: relative;
  padding: 0vw 0vw 5.1244509517vw 0vw;
}
@media screen and (min-width:1600px) {
  .lp-result__title {
    padding: 0px 0px 81.9912152269px 0px;
  }
}
@media screen and (max-width:767px) {
  .lp-result__title {
    padding-bottom: 30px;
  }
}
.lp-result__title img {
  width: 26.5007320644vw;
  margin-top: -7.3206442167vw;
}
@media screen and (min-width:1600px) {
  .lp-result__title img {
    width: 424.0117130307px;
  }
}
@media screen and (min-width:1600px) {
  .lp-result__title img {
    margin-top: -117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-result__title img {
    width: 258.3px;
    margin-top: -60px;
  }
}
.lp-result h3 {
  line-height: 1.6;
  font-size: 4.39238653vw;
  font-family: "FOT-筑紫オールドゴシック Std E";
}
@media screen and (min-width:1600px) {
  .lp-result h3 {
    font-size: 70.2781844802px;
  }
}
@media screen and (max-width:767px) {
  .lp-result h3 {
    font-size: 36px;
    line-height: 1.4;
  }
}
.lp-result h4 {
  line-height: 1.6;
  font-size: 2.9282576867vw;
  font-family: "FOT-筑紫オールドゴシック Std B";
}
@media screen and (min-width:1600px) {
  .lp-result h4 {
    font-size: 46.8521229868px;
  }
}
@media screen and (max-width:767px) {
  .lp-result h4 {
    font-size: 24px;
  }
}
.lp-result p {
  font-size: 1.756954612vw;
  padding-top: 0.6em;
  line-height: 1.6;
  font-family: "FOT-筑紫オールドゴシック Std D";
}
@media screen and (min-width:1600px) {
  .lp-result p {
    font-size: 28.1112737921px;
  }
}
@media screen and (max-width:767px) {
  .lp-result p {
    font-size: 15px;
    text-align: left;
    padding-top: 1em;
  }
}

.lp-other {
  font-family: "FOT-筑紫オールドゴシック Std M";
  line-height: 1.8;
  background: url(../images/main_bg3.svg);
  background-size: 100% 100%;
  margin-top: -7.3206442167vw;
  margin-bottom: 2.196193265vw;
  padding: 0vw 7.3206442167vw 5.1244509517vw 7.3206442167vw;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width:767px) {
  .lp-other {
    background-size: 300% 100%;
    background-position: center top;
  }
}
@media screen and (min-width:1600px) {
  .lp-other {
    margin-top: -117.1303074671px;
    margin-bottom: 35.1390922401px;
  }
}
@media screen and (min-width:1600px) {
  .lp-other {
    padding: 0px 117.1303074671px 81.9912152269px 117.1303074671px;
  }
}
@media screen and (max-width:767px) {
  .lp-other {
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 0 15px 30px 15px;
  }
}
.lp-other h2 {
  font-size: 1.4641288433vw;
  font-family: "FOT-筑紫オールドゴシック Std D";
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width:1600px) {
  .lp-other h2 {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:767px) {
  .lp-other h2 {
    font-size: 18px;
  }
}
.lp-other h2.-sponser-title {
  margin-bottom: 0;
  margin-top: 0;
  padding: 7.3206442167vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .lp-other h2.-sponser-title {
    padding: 117.1303074671px 0px 0px 0px;
  }
}
.lp-other h2.-sponser-title img {
  position: relative;
  width: 51.2445095168vw;
}
@media screen and (min-width:1600px) {
  .lp-other h2.-sponser-title img {
    width: 819.9121522694px;
  }
}
@media screen and (max-width:767px) {
  .lp-other h2.-sponser-title img {
    width: 100%;
    max-width: 490px;
    padding-top: 30px;
  }
}
.lp-other h2 span {
  display: inline-block;
  width: 10em;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
}
.lp-other p {
  margin: 1em 0 3em;
  font-size: 1.4641288433vw;
  font-family: "FOT-筑紫オールドゴシック Std D";
}
@media screen and (min-width:1600px) {
  .lp-other p {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:767px) {
  .lp-other p {
    font-size: 16px;
  }
}

.lp-sponsor {
  font-size: 1.4641288433vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/sub_bg1.svg);
  background-size: 100% 100%;
  padding: 7.3206442167vw 4.39238653vw 4.39238653vw 4.39238653vw;
  margin-top: -5.1244509517vw;
  margin-bottom: 3.6603221083vw;
}
@media screen and (min-width:1600px) {
  .lp-sponsor {
    font-size: 23.4260614934px;
  }
}
@media screen and (min-width:1600px) {
  .lp-sponsor {
    padding: 117.1303074671px 70.2781844802px 70.2781844802px 70.2781844802px;
  }
}
@media screen and (min-width:1600px) {
  .lp-sponsor {
    margin-top: -81.9912152269px;
    margin-bottom: 58.5651537335px;
  }
}
@media screen and (max-width:767px) {
  .lp-sponsor {
    font-size: 16px;
    gap: 15px;
    margin-bottom: 30px;
    margin-top: -45px;
    padding: 65px 15px 30px 15px;
  }
}
.lp-sponsor li img {
  max-width: initial;
  width: auto;
  height: 100px;
}
@media screen and (max-width:767px) {
  .lp-sponsor li img {
    height: 60px;
  }
}

.anime-clip {
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.anime-clip.in-view {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

.anime-clip-y {
  /* 最初は上側に極小（全て0%のライン） */
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.anime-clip-y.in-view {
  /* 下まで100%に広げる */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.anime-move-y {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  opacity: 0;
}
.anime-move-y.in-view {
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
  opacity: 1;
}

.anime-in {
  -webkit-transform: scale(2) rotate(45deg);
          transform: scale(2) rotate(45deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
}
.anime-in.in-view {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}/*# sourceMappingURL=style.css.map */