@charset "UTF-8";
html {
  width: 100vw;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #2F2B28;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-size: 1.6rem;
  min-height: 820px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  *font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 1.25vw;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #2F2B28;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

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

/*--------------------------------
### OUTER
--------------------------------*/
br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  a[href*="tel:"]:hover {
    text-decoration: none;
  }
}

a[href*="mailto:"] {
  text-decoration: underline;
}
a[href*="mailto:"]:hover {
  text-decoration: none;
}

.hidden {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#main-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #FFFCE6;
}
#main-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/bg-pineapple.png") repeat center/contain;
  background-size: 351px, 348px;
  opacity: 0.1;
}

#wrapper {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
  min-height: 100%;
}

.inner {
  max-width: 450px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .inner {
    max-width: 495px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    max-width: 100%;
  }
}

/*--------------------------------
### HEADER
--------------------------------*/
header {
  width: calc(100vw - 680px);
  height: 100%;
  min-height: 640px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1501px) {
  header {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header {
    width: auto;
    max-height: 720px;
    height: 100dvh;
    position: relative;
  }
}
header h1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
@media screen and (max-width: 1100px) {
  header h1 {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 100%;
    top: 0;
    z-index: 3;
  }
}
header p {
  position: absolute;
  bottom: 27px;
  left: 50%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
  background: url("../img/logo.webp") no-repeat center/contain;
  width: 534px;
  height: 290px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
}
@media screen and (min-width: 1101px) {
  header p {
    width: 39.05vw;
  }
}
@media screen and (max-width: 1100px) {
  header p {
    width: 45.05vw;
  }
}
@media screen and (max-width: 768px) {
  header p {
    width: 335px;
    height: 182px;
    bottom: 42px;
  }
}

nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
nav.start {
  opacity: 1;
  visibility: visible;
}
nav.end {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

/*--------------------------------
### NAVIGATION
--------------------------------*/
#header-menu {
  display: block;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 10000;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #482408;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.45));
          filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.45));
}
@media screen and (min-width: 1101px) {
  #header-menu {
    display: none;
  }
}
#header-menu:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #header-menu.is-hidden {
    opacity: 0;
  }
}
#header-menu.start {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #header-menu.start.is-hidden {
    opacity: 0;
  }
}
#header-menu.end {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#header-menu a {
  display: block;
  position: absolute;
  width: 20px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#header-menu a span.fr {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 10px;
  z-index: 2;
}
#header-menu a span.fr:nth-child(1) {
  top: 0;
}
#header-menu a span.fr:nth-child(2) {
  top: 5px;
}
#header-menu a span.fr:nth-child(3) {
  bottom: 0;
}
#header-menu a:hover {
  opacity: 1;
}
#header-menu.is-active a span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-400deg);
          transform: translateY(5px) rotate(-400deg);
}
#header-menu.is-active a span:nth-of-type(2) {
  opacity: 0;
}
#header-menu.is-active a span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(400deg);
          transform: translateY(-5px) rotate(400deg);
}

nav#gnavi {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: calc(-100vw + 100%);
  min-height: 640px;
  width: 210px;
  overflow: auto;
  background-color: #FFEF64;
}
@media screen and (min-width: 1501px) {
  nav#gnavi {
    width: 348px;
  }
}
@media screen and (max-width: 1100px) {
  nav#gnavi {
    min-height: 100%;
    right: -293px;
    width: 293px;
  }
}
@media screen and (max-width: 480px) {
  nav#gnavi {
    width: 100%;
    right: -100%;
  }
}
nav#gnavi:before {
  content: "";
  background: url("../img/bg_cross.png");
  opacity: 0.4;
  background-repeat: repeat;
  background-size: 25px 25px;
  overflow: hidden;
  height: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
nav#gnavi:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
  background: url("../img/nav_chara.png") no-repeat center/cover;
  width: 168px;
  height: 112px;
}
@media screen and (min-width: 1101px) {
  nav#gnavi:after {
    width: 162px;
    height: 108px;
  }
}
nav#gnavi.is-active {
  right: calc(-100vw + 100%);
}
@media screen and (max-width: 768px) {
  nav#gnavi.is-hidden {
    opacity: 0;
  }
}
nav#gnavi .wrap {
  border-top: 18px solid #FF9200;
  border-bottom: 18px solid #FF9200;
  padding: 0 0 0 43px;
  height: 100%;
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap {
    /*padding:0 0 0 vw(43);*/
  }
}
nav#gnavi .wrap ul.gnavi-menu {
  position: absolute;
  top: 40%;
  left: 43px;
  z-index: 10;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
@media screen and (min-width: 1101px) {
  nav#gnavi .wrap ul.gnavi-menu {
    top: 40%;
    left: 35px;
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
  }
}
@media screen and (max-width: 480px) {
  nav#gnavi .wrap ul.gnavi-menu {
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
nav#gnavi .wrap ul.gnavi-menu li {
  padding: 4px 0;
}
@media screen and (max-width: 768px) {
  nav#gnavi .wrap ul.gnavi-menu li {
    padding: 5px 0;
  }
}
nav#gnavi .wrap ul.gnavi-menu li a {
  display: inline-block;
  position: relative;
  outline: 0;
}
nav#gnavi .wrap ul.gnavi-menu li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFCE00;
  -webkit-filter: drop-shadow(0 1px 0 #482408);
          filter: drop-shadow(0 1px 0 #482408);
  outline: 2px solid #482408;
  position: absolute;
  top: 38%;
  left: -0.75em;
  -webkit-transform: translate(0, -38%);
          transform: translate(0, -38%);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
nav#gnavi .wrap ul.gnavi-menu li a:hover {
  color: #fff;
}
nav#gnavi .wrap ul.gnavi-menu li a:hover:before {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active {
  color: #FFCE00;
}
nav#gnavi .wrap ul.gnavi-menu li a.is-active:before {
  opacity: 1;
}
nav#gnavi .wrap ul.gnavi-menu li a img {
  max-width: 90px;
}
nav#gnavi .wrap ul.gnavi-menu li a img.--novelty {
  max-width: 110px;
}
nav#gnavi .wrap ul.gnavi-menu li a img.--goods {
  max-width: 70px;
}
nav#gnavi .wrap ul.gnavi-menu li a img.--event {
  max-width: 130px;
}
nav#gnavi .wrap ul.gnavi-menu li a img.--special {
  max-width: 150px;
}
nav#gnavi .wrap ul.gnavi-menu li a img.--live {
  max-width: 50px;
}

/*--------------------------------
### MAIN COMMON
--------------------------------*/
#main-content {
  width: 420px;
  margin: 0;
  -webkit-transform: translate(calc(100vw - 630px), 0);
          transform: translate(calc(100vw - 630px), 0);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1501px) {
  #main-content {
    width: 450px;
    -webkit-transform: translate(calc(100vw - 798px), 0);
            transform: translate(calc(100vw - 798px), 0);
  }
}
@media screen and (max-width: 1100px) {
  #main-content {
    -webkit-transform: translate(calc(100vw - 390px), 0);
            transform: translate(calc(100vw - 390px), 0);
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  #main-content {
    width: auto;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#main-content .inner {
  width: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #main-content .inner {
    margin: 0 auto;
  }
}

.section-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
.section-content.--head, .section-content.--head01, .section-content.--head02 {
  position: relative;
}
.section-content.--head:before, .section-content.--head01:before, .section-content.--head02:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
.section-content.--head:before {
  content: "";
  height: 72px;
  background: url("../img/c-head.png") no-repeat top/cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
.section-content.--head01:before {
  height: 169px;
  top: -110px;
  background: url("../img/c-head01.png") no-repeat top/cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
.section-content.--head02:before {
  height: 106px;
  top: -30px;
  background: url("../img/c-head02.png") no-repeat top/cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
.section-content.--head02b {
  position: relative;
}
.section-content.--head02b:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 106px;
  background: url("../img/c-head02.png") no-repeat top/cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
.section-content.--head03 {
  position: relative;
}
.section-content.--head03:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 106px;
  background: url("../img/c-head03.png") no-repeat top/cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
.section-content.--head04 {
  position: relative;
}
.section-content.--head04:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: -48px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("../img/c-head04.png") no-repeat top/cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}

.main-content-title {
  text-align: left;
  margin: 0 auto 10px;
}
.main-content-title h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 203px;
  margin: 0 auto;
}
.main-content-title h2:before, .main-content-title h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 64px;
  height: 2px;
  background: url("../img/line.png");
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.main-content-title h2:before {
  left: -70px;
}
.main-content-title h2:after {
  right: -70px;
}
.main-content-title h2.--blue:before, .main-content-title h2.--blue:after {
  background: url("../img/line2.png");
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.main-content-title h3 {
  color: #D9BE71;
}
.main-content-title p {
  padding: 20px 0;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1101px) {
  .main-content-title p {
    padding: 22px 0;
    font-size: 15.4px;
  }
}
.main-content-title p img {
  width: 24px;
}
@media screen and (min-width: 1101px) {
  .main-content-title p img {
    width: 26.4px;
  }
}

.main-content-body p {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 20px;
}

.btn {
  margin: 0 auto;
}
.btn .btn-common {
  position: relative;
  z-index: 1;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  color: #fff;
  border-radius: 100px;
  padding: 16px 14px 16px;
  background-color: #009AFC;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-filter: drop-shadow(0 6px 0 #482408);
          filter: drop-shadow(0 6px 0 #482408);
}
.btn .btn-common span {
  -webkit-box-shadow: 2px 3px 0 0 #A5DD41 inset;
          box-shadow: 2px 3px 0 0 #A5DD41 inset;
  border-radius: 100px;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: 2px 3px 0 0 #00E7FF inset;
          box-shadow: 2px 3px 0 0 #00E7FF inset;
}
.btn .btn-common:before, .btn .btn-common:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  -webkit-filter: none;
          filter: none;
}
.btn .btn-common:before {
  width: 11px;
  height: 9px;
  top: 10px;
  left: 13px;
  z-index: 2;
  background-color: #00E7FF;
}
.btn .btn-common:after {
  display: block;
  position: absolute;
  top: 52%;
  right: 12px;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  z-index: 0;
  width: 8px;
  height: 14px;
  background: url("../img/arrow-blue.png") no-repeat center/cover;
}
.btn .btn-common.--gray {
  cursor: default;
  background-color: #B7B7B7;
  border: 2px solid #F4F4F4;
  outline: 5px solid #E2E2E2;
  outline-offset: -7px;
  -webkit-filter: drop-shadow(0 6px 0 #b0acaa);
          filter: drop-shadow(0 6px 0 #b0acaa);
}
.btn .btn-common.--gray:before {
  background-color: #F7F7F7;
}
.btn .btn-common.--gray:after {
  display: none;
}
.btn .btn-common.--gray span {
  -webkit-box-shadow: 3px 2px 0 0 #FBFBFB inset;
          box-shadow: 3px 2px 0 0 #FBFBFB inset;
}
.btn .btn-common.--gray:hover {
  opacity: 1;
}
.btn .btn-common.--orange {
  background-color: #FF9200;
}
.btn .btn-common.--orange:before {
  background-color: #A5DD41;
}
.btn .btn-common.--orange:after {
  background: url("../img/arrow-green.png") no-repeat center/cover;
}
.btn .btn-common.--orange span {
  -webkit-box-shadow: 2px 3px 0 0 #A5DD41 inset;
          box-shadow: 2px 3px 0 0 #A5DD41 inset;
}

.btn2 {
  margin: 0 auto;
}
.btn2.--mt {
  margin-top: 10px;
}
.btn2 span {
  display: block;
  padding: 5px;
}
.btn2 .btn-common {
  position: relative;
  z-index: 1;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  color: #FF9200;
  border-radius: 100px;
  padding: 16px 14px;
  border: 1px solid #FFF599;
}
.btn2 .btn-common:after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  width: 10px;
  height: 14px;
  background: url("../img/arrow-orange.png") no-repeat center/contain;
}
.btn2 .btn-common.--x {
  font-size: 14px;
}
.btn2 .btn-common.--x:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
  background: url("../img/icon-x.png") no-repeat center/contain;
  width: 19px;
  height: 19px;
}

@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-20%);
            transform: scaleX(0) translateX(-20%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-20%);
            transform: scaleX(0) translateX(-20%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(44px);
            transform: translateY(44px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUp_sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8.3333333333vw);
            transform: translateY(8.3333333333vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
}
@keyframes fadeInUp_sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8.3333333333vw);
            transform: translateY(8.3333333333vw);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
  }
}
/*#pagetop{
  position:fixed;
  right:vw(-52);
  bottom:vw(80);
  width:vw(52);
  height:vw(160);
  border-top:solid $black vw(1);
  border-bottom:solid $black vw(1);
  border-left:solid $black vw(1);
  border-radius:vw(10) 0 0 vw(10);
  background-color:$white;
  overflow:hidden;
  transition:$ts;
  z-index:10000;

  @include pc{
    right:-52px;
    bottom:80px;
    width:52px;
    height:160px;
    border-top:solid $black 1px;
    border-bottom:solid $black 1px;
    border-left:solid $black 1px;
    border-radius:10px 0 0 10px;
  }

  @include sp{
    right:sw(-70);
    bottom:sw(80);
    width:sw(70);
    height:sw(214);
    border-top:solid $black sw(1.4);
    border-bottom:solid $black sw(1.4);
    border-left:solid $black sw(1.4);
    border-radius:sw(10) 0 0 sw(10);
  }

  &.is-active{
    right:vw(0);
  }

  a{
    display:block;
    width:100%;
    height:100%;
    background:url(../images/pagetop.svg) no-repeat center /vw(18) auto;
    transition:$ts;

    @include pc{
      background:url(../images/pagetop.svg) no-repeat center /18px auto;
    }

    @include sp{
      background:url(../images/pagetop.svg) no-repeat center /sw(25) auto;
    }

    &:hover{
      opacity:.7;
    }
  }
}*/
/*--------------------------------
### SECTION
--------------------------------*/
#main-top {
  padding: 80px 0;
  position: relative;
}
#main-top .main-content-read {
  font-family: "M PLUS 1", sans-serif;
  text-align: center;
}
#main-top .main-top__announce {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #482408;
  font-weight: 900;
  -webkit-filter: drop-shadow(0 2px 0 #ffce00);
          filter: drop-shadow(0 2px 0 #ffce00);
  font-size: 16px;
}
#main-top .main-top__announce small {
  font-size: 12px;
}
#main-top .main-top__announce.--big {
  font-size: 20px;
}
#main-top .main-top__announce.--big small {
  font-size: 15px;
}
#main-top .main-top__announce.--big i {
  position: relative;
}
#main-top .main-top__announce.--big i:before {
  content: "";
  background: url("../img/icon-onpu.png") no-repeat center/contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
  width: 20px;
  height: 22px;
  vertical-align: sub;
  display: inline-block;
  margin-left: 2px;
}
#main-top .main-top__announce .color02 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-text-stroke: 0.35vw #fff;
  text-stroke: 1px #fff;
  paint-order: stroke;
  color: #fff;
}
#main-top .top-logo {
  max-width: 350px;
  margin: 0 auto 10px;
}
#main-top .main-top__announceImgWrap {
  width: 248px;
  margin: 10px auto;
}
#main-top .main-top__announce3 {
  font-weight: 700;
  color: #2F2B28;
  font-size: 16px;
  line-height: 1.44;
  text-align: center;
}
#main-top .main-top__announce3 small {
  font-size: 12px;
}
#main-top .main-top__announce3.--c6 {
  color: #482408;
}
#main-top .main-top__list {
  margin: 10px auto;
}
#main-top .main-top__item {
  position: relative;
  color: #FF9200;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.75;
}
#main-top .main-top__item:before {
  content: "";
  background: url("../img/icon-pineapple.png") no-repeat center/contain;
  width: 14px;
  height: 24px;
  margin-right: 6px;
  vertical-align: bottom;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}

#main-about {
  background-color: #fff;
  padding: 80px 0;
}
#main-about .about__imgWrap {
  width: calc(100% - 10px);
  margin: 0 auto;
}
#main-about figure {
  height: 200px;
}
@media screen and (min-width: 1101px) {
  #main-about figure {
    height: 217.8px;
  }
}
@media screen and (min-width: 1501px) {
  #main-about figure {
    height: 236.5px;
  }
}
@media screen and (max-width: 768px) {
  #main-about figure {
    height: 235px;
  }
}
@media screen and (max-width: 480px) {
  #main-about figure {
    height: 51.6666666667vw;
  }
}
#main-about figure .anim .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  #main-about figure .anim .anim-cover {
    width: 385px;
  }
}
@media screen and (min-width: 1501px) {
  #main-about figure .anim .anim-cover {
    width: 416px;
  }
}
@media screen and (max-width: 768px) {
  #main-about figure .anim .anim-cover {
    width: 416px;
  }
}
@media screen and (max-width: 480px) {
  #main-about figure .anim .anim-cover {
    width: 91.0256410256vw;
  }
}
#main-about figure img {
  cursor: pointer;
}
#main-about .free {
  margin: 10px auto 0;
  width: calc(100% - 32px);
}
#main-about .free table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 1101px) {
  #main-about .free table {
    font-size: 17.6px;
  }
}
#main-about .free table:nth-child(n+2) {
  border-top: dashed rgba(212, 126, 11, 0.3) 1px;
}
#main-about .free table tr:last-child th, #main-about .free table tr:last-child td {
  border-bottom: 0;
}
#main-about .free table th {
  width: 20%;
  border-bottom: dashed rgba(212, 126, 11, 0.3) 1px;
  color: #FF9200;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
#main-about .free table td {
  width: 80%;
  border-bottom: dashed rgba(212, 126, 11, 0.3) 1px;
  font-weight: 700;
  padding: 0.8em 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #2F2B28;
}
#main-about .free table td small {
  font-size: 12px;
  margin: 0;
  display: inline-block;
}
#main-about .free table td a {
  display: inline-block;
  font-size: 12px;
  background-color: #FF9200;
  color: #fff;
  padding: 0 0.4em 0.1em;
  margin: 0 0 0 0.5em;
  border-radius: 4px;
}
@media screen and (min-width: 1101px) {
  #main-about .free table td a {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 13.2px;
  }
}
#main-about .free table td small {
  font-size: 12px !important;
}
#main-about .free table td .fontRegular {
  font-size: 14px;
  font-weight: 400;
}
#main-about .free table td ul li {
  margin-top: 4px;
}
#main-about .free .iframe-aspect {
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
#main-about .free .iframe-aspect iframe {
  width: 100%;
  height: 100%;
}

/* #method ----------------------*/
#main-method {
  padding: 40px 0 40px;
  background-color: #FFFCE6;
}
#main-method:before {
  content: "";
  background-image: url("../img/bg_cross.png");
  opacity: 0.2;
  background-repeat: repeat;
  background-size: 15px 15px;
  overflow: hidden;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main-method .notice {
  margin-top: 12px;
}
#main-method .notice p {
  margin: 0;
  font-family: "Inter", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1101px) {
  #main-method .notice p {
    font-size: 12.1px;
  }
}
@media screen and (max-width: 1100px) {
  #main-method .notice p {
    font-size: 12px;
  }
}

.main-content-body {
  position: relative;
  z-index: 1;
}

.method-exam {
  margin: 0 auto;
  width: calc(100% - 32px);
}
.method-exam .box {
  background-color: #fff;
  margin: 0 0 12px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  .method-exam .box {
    font-size: 15.4px;
    margin: 0 0 16.5px;
  }
}
@media screen and (max-width: 480px) {
  .method-exam .box {
    margin: 0 0 3.125vw;
  }
}
.method-exam .box h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #D47E0B;
  text-align: center;
  padding: 2px 10px;
  margin: 0;
  background-color: #FFF599;
}
.method-exam .box .image {
  padding: 16px 22px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.method-exam .box .image .image-item {
  width: 100%;
}
.method-exam .box .image figure {
  text-align: center;
  position: relative;
  height: 58px;
}
@media screen and (min-width: 1101px) {
  .method-exam .box .image figure {
    height: 63.8px;
  }
}
@media screen and (max-width: 768px) {
  .method-exam .box .image figure {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .method-exam .box .image figure {
    height: 14.5833333333vw;
  }
}
.method-exam .box .image figure .anim .anim-cover {
  width: 305px;
}
@media screen and (min-width: 1101px) {
  .method-exam .box .image figure .anim .anim-cover {
    width: 335.5px;
  }
}
@media screen and (min-width: 1501px) {
  .method-exam .box .image figure .anim .anim-cover {
    width: 363px;
  }
}
@media screen and (max-width: 1100px) {
  .method-exam .box .image figure .anim .anim-cover {
    width: 310.2px;
  }
}
@media screen and (max-width: 768px) {
  .method-exam .box .image figure .anim .anim-cover {
    width: 368px;
  }
}
@media screen and (max-width: 480px) {
  .method-exam .box .image figure .anim .anim-cover {
    width: 79.1666666667vw;
  }
}
.method-exam .box .image p {
  text-align: center;
  margin: 0;
}
.method-exam .box .image .main-content__details {
  font-size: 14px;
}
.method-exam .box .image .main-content__details b {
  font-size: 16px;
}
.method-exam .box .image .main-content__details small {
  font-size: 10px;
}
.method-exam .box .image .main-content__text {
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (min-width: 1101px) {
  .method-exam .box .image .main-content__text {
    font-size: calc(11w * 1px);
  }
}
.method-exam .box .image .main-content__text.--orange {
  text-align: left;
  color: #FF9200;
}

/* #Novelty ----------------------*/
#main-novelty {
  background-color: #fff;
  padding: 80px 0;
}
#main-novelty .novelty-cont .txt h3 {
  font-size: 16px;
  text-align: center;
  margin: 12px 0;
  color: #FF9200;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt h3 {
    font-size: 17.6px;
  }
}
#main-novelty .novelty-cont .txt h3 small {
  font-size: 14px;
}
#main-novelty .novelty-cont .txt .main-novelty__note p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont .txt .main-novelty__note p {
    font-size: 13.2px;
  }
}
#main-novelty .novelty-cont figure {
  height: 327px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont figure {
    height: 359.7px;
  }
}
@media screen and (min-width: 1501px) {
  #main-novelty .novelty-cont figure {
    height: 382.8px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont figure {
    height: 385px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-cont figure {
    height: 84.375vw;
  }
}
#main-novelty .novelty-cont figure .anim .anim-cover {
  width: 386px;
}
@media screen and (min-width: 1101px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 420.2px;
  }
}
@media screen and (min-width: 1501px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 448.8px;
  }
}
@media screen and (max-width: 768px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 448.8px;
  }
}
@media screen and (max-width: 480px) {
  #main-novelty .novelty-cont figure .anim .anim-cover {
    width: 98.7179487179vw;
  }
}
#main-novelty .novelty-cont figure img {
  cursor: pointer;
}

/* #Goods ----------------------*/
#main-goods,
#main-notice {
  padding: 50px 0;
  background-color: #DBFCFF;
}
#main-goods:before,
#main-notice:before {
  content: "";
  background-image: url("../img/bg_cross2.png");
  opacity: 0.2;
  background-repeat: repeat;
  background-size: 15px 15px;
  overflow: hidden;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main-goods .main-content-body,
#main-notice .main-content-body {
  width: calc(100% - 32px);
  margin: 0 auto;
}

#main-goods .box {
  background-color: #fff;
  margin: 0 0 12px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  #main-goods .box {
    font-size: 15.4px;
    margin: 0 0 16.5px;
  }
}
@media screen and (max-width: 480px) {
  #main-goods .box {
    margin: 0 0 3.125vw;
  }
}
#main-goods .box .main-content-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  padding: 2px 10px;
  margin: 0;
  color: #0076FC;
  background-color: #00E7FF;
}
#main-goods .box .image {
  padding: 16px 22px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#main-goods .box .image .image-item {
  width: 100%;
}
#main-goods .box .image figure {
  text-align: center;
  position: relative;
  height: 58px;
}
@media screen and (min-width: 1101px) {
  #main-goods .box .image figure {
    height: 63.8px;
  }
}
@media screen and (max-width: 768px) {
  #main-goods .box .image figure {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  #main-goods .box .image figure {
    height: 14.5833333333vw;
  }
}
#main-goods .box .image figure .anim .anim-cover {
  width: 305px;
}
@media screen and (min-width: 1101px) {
  #main-goods .box .image figure .anim .anim-cover {
    width: 335.5px;
  }
}
@media screen and (min-width: 1501px) {
  #main-goods .box .image figure .anim .anim-cover {
    width: 363px;
  }
}
@media screen and (max-width: 1100px) {
  #main-goods .box .image figure .anim .anim-cover {
    width: 310.2px;
  }
}
@media screen and (max-width: 768px) {
  #main-goods .box .image figure .anim .anim-cover {
    width: 368px;
  }
}
@media screen and (max-width: 480px) {
  #main-goods .box .image figure .anim .anim-cover {
    width: 79.1666666667vw;
  }
}
#main-goods .box .image p {
  text-align: center;
  margin: 0;
}
#main-goods .box .image .main-content__details {
  font-size: 14px;
}
#main-goods .box .image .main-content__details b {
  font-size: 16px;
}
#main-goods .box .image .main-content__details small {
  font-size: 10px;
}
#main-goods .box .image .main-content__text {
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (min-width: 1101px) {
  #main-goods .box .image .main-content__text {
    font-size: calc(11w * 1px);
  }
}
#main-goods .box .image .main-content__text.--orange {
  text-align: left;
  color: #FF9200;
}
#main-goods .free {
  margin: 16px auto 18px;
  width: calc(100% - 20px);
}
#main-goods .free table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}
@media screen and (min-width: 1101px) {
  #main-goods .free table {
    font-size: 17.6px;
  }
}
#main-goods .free table tr:last-child th, #main-goods .free table tr:last-child td {
  border-bottom: 0;
}
#main-goods .free table th {
  width: 17%;
  padding-right: 5px;
  border-bottom: dashed rgba(0, 231, 255, 0.3) 1px;
  color: #009AFC;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
#main-goods .free table td {
  width: 74%;
  border-bottom: dashed rgba(0, 231, 255, 0.3) 1px;
  padding: 0.8em 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.2;
  color: #2F2B28;
}
#main-goods .free table td b {
  font-size: 16px;
}
#main-goods .free table td a {
  display: inline-block;
  font-size: 12px;
  background-color: #FF9200;
  color: #fff;
  padding: 0 0.4em 0.1em;
  margin: 0 0 0 0.5em;
  border-radius: 4px;
}
@media screen and (min-width: 1101px) {
  #main-goods .free table td a {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 13.2px;
  }
}
#main-goods .free table td small {
  font-size: 12px !important;
}
#main-goods .free table td .fontRegular {
  font-size: 14px;
  font-weight: 400;
}
#main-goods .free table td ul li {
  margin-top: 4px;
}
#main-goods .main-goods__notes {
  font-size: 11px;
  color: #FF3C00;
  margin-bottom: 12px;
}
#main-goods .main-content__slider figure {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #00E7FF;
}
#main-goods .main-content__slider figure img {
  cursor: pointer;
}

.main-content__slider {
  position: relative;
  margin: 16px auto 0;
  width: calc(100% - 46px);
}
@media screen and (min-width: 1101px) {
  .main-content__slider {
    max-width: 358px;
  }
}
.main-content__slider.--orange img {
  cursor: pointer;
}
.main-content__slider.--orange .slide-arrow.prev {
  background: url("../img/slide_arrow_left_orange.png") no-repeat center/contain;
}
.main-content__slider.--orange .slide-arrow.next {
  background: url("../img/slide_arrow_right_orange.png") no-repeat center/contain;
}
.main-content__slider.--orange .slick-dots .slick-active button {
  background-color: #FF9200;
}

.main-lineup2__slideTitle {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.main-lineup2__slideTitle span {
  font-weight: 400;
}

.main-lineup2__price {
  margin: 0;
  font-size: 12px;
}
.main-lineup2__price:last-child {
  margin-bottom: 0;
}

.slide-arrow {
  width: 15px;
  height: 27px;
  position: absolute;
  bottom: 0;
}
.slide-arrow.prev {
  left: 27px;
  background: url("../img/slide_arrow_left.png") no-repeat center/contain;
}
.slide-arrow.next {
  right: 27px;
  background: url("../img/slide_arrow_right.png") no-repeat center/contain;
}
@media screen and (min-width: 1101px) {
  .slide-arrow:hover {
    opacity: 0.8;
  }
}

.slick-dots {
  margin: 5px 0 18px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots .slick-active button {
  background-color: #009AFC;
}
.slick-dots button {
  width: 9px;
  height: 9px;
  margin: 0 6px;
  border-radius: 100px;
  background-color: #E4E4E4;
}

/* #Popup-event ----------------------*/
#main-event {
  padding: 80px 0;
  background-color: #fff;
}
#main-event .live-promotion {
  width: calc(100% - 32px);
  margin: 0 auto;
  color: #482408;
}
#main-event .live-promotion h3 {
  margin: 0 0 8px;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
#main-event .live-promotion h3:nth-child(n+2) {
  margin-top: 12px;
}
#main-event .main-event__text {
  text-align: center;
  font-weight: 900;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  margin: 0;
}
#main-event .main-event__text span {
  color: #FF9200;
}
#main-event .main-event__note {
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 8px 0;
}
#main-event figure {
  height: 206px;
}
@media screen and (min-width: 1101px) {
  #main-event figure {
    height: 234px;
  }
}
@media screen and (max-width: 768px) {
  #main-event figure {
    max-height: 235px;
    height: 53.958vw;
  }
}
#main-event figure iframe {
  width: 100%;
  height: 100%;
}
#main-event figure.anim .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  #main-event figure.anim .anim-cover {
    width: 385px;
  }
}
@media screen and (min-width: 1501px) {
  #main-event figure.anim .anim-cover {
    width: 416px;
  }
}
@media screen and (max-width: 768px) {
  #main-event figure.anim .anim-cover {
    width: 416px;
  }
}
@media screen and (max-width: 480px) {
  #main-event figure.anim .anim-cover {
    width: 91.0256410256vw;
  }
}
#main-event .free {
  margin: 0 auto;
}
#main-event .free .main-event__wrap {
  border: 2px solid #FFF599;
  border-radius: 10px;
  margin-bottom: 8px;
}
#main-event .free table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  #main-event .free table {
    font-size: 17.6px;
  }
}
#main-event .free table tr:last-child th, #main-event .free table tr:last-child td {
  border-bottom: 0;
}
#main-event .free table th {
  width: calc(12% - 16px);
  border-bottom: dashed rgba(212, 126, 11, 0.3) 1px;
  color: #FF9200;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  padding-left: 16px;
  width: 90px;
}
#main-event .free table td {
  width: calc(88% - 16px);
  border-bottom: dashed rgba(212, 126, 11, 0.3) 1px;
  font-weight: 400;
  padding: 16px 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.2;
  color: #2F2B28;
}
#main-event .free table td small {
  font-size: 12px;
  margin: 0;
  display: inline-block;
}
#main-event .free table td a {
  display: inline-block;
  font-size: 12px;
  background-color: #FF9200;
  color: #fff;
  padding: 0 0.4em 0.1em;
  margin: 0 0 0 0.5em;
  border-radius: 4px;
}
@media screen and (min-width: 1101px) {
  #main-event .free table td a {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    font-size: 13.2px;
  }
}
#main-event .free table td small {
  font-size: 12px !important;
}
#main-event .free table td .fontRegular {
  font-size: 14px;
  font-weight: 400;
}
#main-event .free table td ul li {
  margin-top: 4px;
}
#main-event .free .iframe-aspect {
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
#main-event .free .iframe-aspect iframe {
  width: 100%;
  height: 100%;
}

/* #special.Live ----------------------*/
#main-special,
#main-live {
  padding: 80px 0;
  background-color: #fff;
}
#main-special .live-promotion,
#main-live .live-promotion {
  width: calc(100% - 32px);
  margin: 0 auto;
}
#main-special .live-promotion h3,
#main-live .live-promotion h3 {
  margin: 0 0 8px;
  text-align: center;
  color: #482408;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 800;
  font-size: 16px;
}
#main-special .live-promotion figure,
#main-live .live-promotion figure {
  height: 206px;
}
@media screen and (min-width: 1101px) {
  #main-special .live-promotion figure,
  #main-live .live-promotion figure {
    height: 234px;
  }
}
@media screen and (max-width: 768px) {
  #main-special .live-promotion figure,
  #main-live .live-promotion figure {
    max-height: 235px;
    height: 53.958vw;
  }
}
#main-special .live-promotion figure iframe,
#main-live .live-promotion figure iframe {
  width: 100%;
  height: 100%;
}
#main-special .live-promotion figure.anim .anim-cover,
#main-live .live-promotion figure.anim .anim-cover {
  width: 350px;
}
@media screen and (min-width: 1101px) {
  #main-special .live-promotion figure.anim .anim-cover,
  #main-live .live-promotion figure.anim .anim-cover {
    width: 385px;
  }
}
@media screen and (min-width: 1501px) {
  #main-special .live-promotion figure.anim .anim-cover,
  #main-live .live-promotion figure.anim .anim-cover {
    width: 416px;
  }
}
@media screen and (max-width: 768px) {
  #main-special .live-promotion figure.anim .anim-cover,
  #main-live .live-promotion figure.anim .anim-cover {
    width: 416px;
  }
}
@media screen and (max-width: 480px) {
  #main-special .live-promotion figure.anim .anim-cover,
  #main-live .live-promotion figure.anim .anim-cover {
    width: 91.0256410256vw;
  }
}
#main-special .live-promotion figure img,
#main-live .live-promotion figure img {
  border-radius: 10px;
  overflow: hidden;
}
#main-special .iframe-aspect,
#main-live .iframe-aspect {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#main-special .iframe-aspect iframe,
#main-live .iframe-aspect iframe {
  width: 100%;
  height: 100%;
}
#main-special .main-live__text,
#main-live .main-live__text {
  font-size: 16px;
  color: #482408;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

#main-special {
  padding: 50px 0 80px;
}

/* #prize ----------------------*/
#main-prize {
  padding: 34px 0 80px;
  background-color: #FFFCE6;
}
#main-prize:before {
  content: "";
  background-image: url("../img/bg_cross.png");
  opacity: 0.2;
  background-repeat: repeat;
  background-size: 15px 15px;
  overflow: hidden;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main-prize .main-content-body {
  width: calc(100% - 32px);
  margin: 0 auto;
}
#main-prize .main-prize__text {
  text-align: center;
  color: #482408;
  font-weight: 900;
  font-family: "M PLUS 1", sans-serif;
  font-size: 16px;
  margin: 0;
}
#main-prize .main-prize__text span {
  color: #FF9200;
}
#main-prize .box {
  background-color: #fff;
  margin: 12px 0;
  border-radius: 10px;
  overflow: hidden;
}
#main-prize .box .main-content-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #D47E0B;
  text-align: center;
  padding: 2px 10px;
  margin: 0;
  background-color: #FFF599;
}
#main-prize .box .image {
  padding: 16px 22px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#main-prize .box .image .image-item {
  width: 100%;
}
#main-prize .box .image p {
  text-align: center;
  margin: 0;
}
#main-prize .box .image .main-content__details {
  font-size: 14px;
}
#main-prize .box .image .main-content__details b {
  font-size: 16px;
}
#main-prize .box .image .main-content__details small {
  font-size: 10px;
}
#main-prize .box .image .main-content__text {
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (min-width: 1101px) {
  #main-prize .box .image .main-content__text {
    font-size: calc(11w * 1px);
  }
}
#main-prize .box .image .main-content__text.--orange {
  text-align: left;
  color: #FF9200;
}
#main-prize .btn2:nth-child(n+2) {
  margin-top: 8px;
}
#main-prize .main-prize__wrap {
  width: calc(100% - 46px);
  margin: 16px auto;
}
#main-prize .main-prize__wrap figure {
  height: 174px;
}
@media screen and (min-width: 1101px) {
  #main-prize .main-prize__wrap figure {
    height: 193.6px;
  }
}
@media screen and (min-width: 1501px) {
  #main-prize .main-prize__wrap figure {
    height: 211.2px;
  }
}
@media screen and (max-width: 768px) {
  #main-prize .main-prize__wrap figure {
    height: 209px;
  }
}
@media screen and (max-width: 480px) {
  #main-prize .main-prize__wrap figure {
    height: 44.375vw;
  }
}
#main-prize .main-prize__wrap figure .anim .anim-cover {
  width: 310px;
}
@media screen and (min-width: 1101px) {
  #main-prize .main-prize__wrap figure .anim .anim-cover {
    width: 340px;
  }
}
@media screen and (min-width: 1501px) {
  #main-prize .main-prize__wrap figure .anim .anim-cover {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  #main-prize .main-prize__wrap figure .anim .anim-cover {
    width: 370px;
  }
}
@media screen and (max-width: 480px) {
  #main-prize .main-prize__wrap figure .anim .anim-cover {
    width: 78.7179487179vw;
  }
}
#main-prize .main-prize__wrap figure img {
  cursor: pointer;
}

/* #Members ----------------------*/
#main-members {
  padding: 80px 0;
  background-color: #fff;
}
#main-members .members-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 32px);
  margin: 0 auto;
}
#main-members .members-cont:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#main-members .members-cont:nth-child(odd) ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#main-members .members-cont:nth-child(n+2) {
  margin-top: 24px;
}
#main-members .members-cont .txt {
  width: calc(100% - 132px);
}
#main-members .members-cont .txt h3 {
  font-weight: 900;
  text-align: left;
  margin: 0 0 4px;
  font-size: 16px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt h3 {
    font-size: 17.6px;
  }
}
#main-members .members-cont .txt h3.fontRed {
  color: #7D3234;
}
#main-members .members-cont .txt h3.fontPurple {
  color: #58316D;
}
#main-members .members-cont .txt p {
  font-family: "M PLUS 1", sans-serif;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 4px 0 0;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt p {
    font-size: 13.2px;
  }
}
#main-members .members-cont .txt ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul {
    margin-top: 8px;
    padding: 0;
  }
}
#main-members .members-cont .txt ul li:nth-child(n+2) {
  margin-left: 5px;
}
#main-members .members-cont .txt ul li a.icon.--youtube {
  display: inline-block;
  width: 24px;
  height: 24px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul li a.icon.--youtube {
    width: 30.8px;
    height: 30.8px;
  }
}
#main-members .members-cont .txt ul li a.icon.--youtube.--purple {
  background: url("../img/youtube01.png") no-repeat center/contain;
}
#main-members .members-cont .txt ul li a.icon.--youtube.--wine {
  background: url("../img/youtube02.png") no-repeat center/contain;
}
#main-members .members-cont .txt ul li a.icon.--x {
  display: inline-block;
  width: 19px;
  height: 19px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont .txt ul li a.icon.--x {
    width: 30.8px;
    height: 30.8px;
  }
}
#main-members .members-cont .txt ul li a.icon.--purple {
  background: url("../img/x01.png") no-repeat center/contain;
}
#main-members .members-cont .txt ul li a.icon.--wine {
  background: url("../img/x02.png") no-repeat center/contain;
}
#main-members .members-cont figure {
  width: 110px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure {
    width: 121px;
  }
}
@media screen and (max-width: 480px) {
  #main-members .members-cont figure {
    width: 28.2051282051vw;
  }
}
#main-members .members-cont figure .anim {
  height: 152px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure .anim {
    height: 167.2px;
  }
}
@media screen and (max-width: 480px) {
  #main-members .members-cont figure .anim {
    height: 38.9743589744vw;
  }
}
#main-members .members-cont figure .anim .anim-cover {
  width: 110px;
  height: 152px;
}
@media screen and (min-width: 1101px) {
  #main-members .members-cont figure .anim .anim-cover {
    width: 121px;
    height: 167.2px;
  }
}
@media screen and (max-width: 480px) {
  #main-members .members-cont figure .anim .anim-cover {
    width: 28.2051282051vw;
    height: 38.9743589744vw;
  }
}

#main-contact {
  padding: 40px 0 80px;
  background-color: #FFFCE6;
}
#main-contact:before {
  content: "";
  background-image: url("../img/bg_cross.png");
  opacity: 0.2;
  background-repeat: repeat;
  background-size: 15px 15px;
  overflow: hidden;
  height: 100%;
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main-contact .main-content-body {
  width: calc(100% - 32px);
  margin: 0 auto;
}
#main-contact .box {
  background-color: #fff;
  margin: 0 0 12px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1101px) {
  #main-contact .box {
    font-size: 15.4px;
    margin: 0 0 16.5px;
  }
}
@media screen and (max-width: 480px) {
  #main-contact .box {
    margin: 0 0 3.125vw;
  }
}
#main-contact .box h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #D47E0B;
  text-align: center;
  padding: 2px 10px;
  margin: 0;
  background-color: #FFF599;
}
#main-contact .box .txt {
  text-align: center;
  font-size: 14px;
  padding: 16px 16px 18px;
}
#main-contact .box .main-contact__define:nth-child(n+2) {
  margin-top: 14px;
}
#main-contact .box .main-contact__defineTitle {
  font-weight: 700;
}
#main-contact .box .main-contact__defineData small {
  font-size: 12px;
}

/*--------------------------------
### qa
--------------------------------*/
.qa__list {
  display: block;
}

.qa__item {
  position: relative;
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}
.qa__item:before {
  content: "・";
}
.qa__item:nth-child(n+2) {
  margin-top: 10px;
}
.qa__item.--box {
  background-color: #FFF599;
  border-radius: 10px;
  padding: 8px 16px;
  overflow: hidden;
}
.qa__item.--blue {
  background-color: #DBFCFF;
  padding: 0 0 8px;
}
.qa__item.--blue .main-content-head {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  padding: 2px 10px;
  margin: 0;
  color: #0076FC;
  background-color: #00E7FF;
}
.qa__item.--no {
  text-indent: inherit;
}
.qa__item.--no:before {
  display: none;
}

.qa__listBox {
  display: block;
}

.qa__itemBox {
  position: relative;
  color: #2F2B28;
  text-indent: -14px;
  font-size: 14px;
  padding: 0 16px;
}
.qa__itemBox:before {
  content: "・";
}

.qa__text {
  color: #2F2B28;
}
.qa__text.--center {
  text-align: center;
  margin: 0;
}
.qa__text:nth-child(n+2) {
  margin-top: 10px;
}
.qa__text.--mb0 {
  margin-bottom: 0;
}
.qa__text a {
  color: #2F2B28 !important;
  border-bottom: 1px solid #2F2B28;
}

.qa__box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
.qa__box.--orange {
  margin-top: 20px;
  border: 1px solid #FFF599;
}
.qa__box.--orange dt {
  border: none;
}

.qa__box > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  padding: 20px;
  background-color: #fff;
}
.qa__box > dl > dt.--blue {
  border: 1px solid #00E7FF;
  border-radius: 10px;
}
.qa__box > dl > dt:nth-child(n+2) {
  margin-top: 16px;
}

.pageSubTitle {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #009AFC;
}
.pageSubTitle.--orange {
  color: #FF9200;
}

.qa__box > dl > dt .crossBar {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qa__box > dl > dt .crossBar.--orange:before, .qa__box > dl > dt .crossBar.--orange:after {
  background-color: #FF9200;
}
.qa__box > dl > dt .crossBar:before, .qa__box > dl > dt .crossBar:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #009AFC;
}
.qa__box > dl > dt .crossBar:before {
  width: 1.6px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.qa__box > dl > dt .crossBar:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qa__box > dl > dd {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  max-height: 0;
  overflow: hidden;
}

.qa__box > dl > dd > span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #5FB1DE;
  margin-right: 23px;
}

/* アニメーション後のスタイル */
.qa__box > dl > dd.is-open {
  position: relative;
  max-height: 2000px;
  padding: 22px 20px 20px;
  border-radius: 0 0 10px 10px;
  margin-top: -22px;
  background-color: #fff;
}
.qa__box > dl > dd.is-open.--blue {
  border: 1px solid #00E7FF;
  border-top: 0;
}

/* プラスボタンのアニメーション */
.qa__box > dl > dt.is-open .crossBar:before {
  display: none;
}

/*--------------------------------
### MODAL
--------------------------------*/
.modal-open {
  /*position: fixed;
  display: flex;
   align-items: center;
   justify-content: center;
   top: 50%;
   left: 50%;
  width: 300px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
  transform: translate(-50%,-50%);*/
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
}

.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal-container.is-active {
  opacity: 1;
  visibility: visible;
}
.modal-container.is-active .modal-container-wrap {
  height: 100%;
}

.modal-container-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100vw - 630px);
  width: 450px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0;
}
@media screen and (min-width: 1501px) {
  .modal-container-wrap {
    left: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  .modal-container-wrap {
    left: calc(100vw - 390px);
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .modal-container-wrap {
    left: 0;
    width: 100vw;
  }
}

.modal-close {
  /*position: absolute;*/
  position: fixed;
  top: 20px;
  /*right:32px;*/
  right: calc(242px + -100vw + 100%);
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url(../img/close.svg) no-repeat center/contain;
  z-index: 10;
}
@media screen and (min-width: 1501px) {
  .modal-close {
    right: calc(380px + -100vw + 100%);
  }
}
@media screen and (max-width: 1100px) {
  .modal-close {
    right: calc(20px + -100vw + 100%);
  }
}
@media screen and (max-width: 768px) {
  .modal-close {
    right: calc(20px + 100vw - (480px + (100vw - 480px) / 2) + -100vw + 100%);
  }
}
@media screen and (max-width: 480px) {
  .modal-close {
    right: calc(20px + -100vw + 100%);
  }
}

.modal-container__content {
  text-align: center;
  padding: 90px 32px 90px;
  background: #2F2B28;
  /*height:100%;*/
}
@media screen and (max-width: 1100px) {
  .modal-container__content {
    max-width: 480px;
    margin: 0 auto;
    padding: 90px 20px 90px;
    position: relative;
  }
}

.category-select {
  width: 322px;
  /*position:absolute;*/
  position: fixed;
  top: 20px;
  left: 32px;
  z-index: 10;
  -webkit-transform: translate(calc(100vw - 630px), 0);
          transform: translate(calc(100vw - 630px), 0);
}
@media screen and (min-width: 1501px) {
  .category-select {
    -webkit-transform: translate(calc(100vw - 798px), 0);
            transform: translate(calc(100vw - 798px), 0);
  }
}
@media screen and (max-width: 1100px) {
  .category-select {
    width: 290px;
    left: 20px;
    -webkit-transform: translate(calc(100vw - 390px), 0);
            transform: translate(calc(100vw - 390px), 0);
  }
}
@media screen and (max-width: 768px) {
  .category-select {
    -webkit-transform: translate(calc(100vw - (480px + (100vw - 480px) / 2)), 0);
            transform: translate(calc(100vw - (480px + (100vw - 480px) / 2)), 0);
  }
}
@media screen and (max-width: 480px) {
  .category-select {
    width: 61.4583333333vw;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.category-select .category-select-wrap {
  border: solid #894926 1px;
  border-radius: 30px;
  font-size: 14px;
  color: #894926;
  text-align: left;
  position: relative;
  background-color: #2F2B28;
}
.category-select .category-select-wrap.show .category-select__current:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category-select .category-select-wrap .category-select__current {
  padding: 0.85em 1.5em;
}
.category-select .category-select-wrap .category-select__current:after {
  content: "";
  background: url(../img/select.svg) no-repeat center/contain;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.category-select .category-select-wrap .category-select__list {
  padding: 0 1.5em;
  display: none;
}
.category-select .category-select-wrap .category-select__list ul li {
  margin: 0 0 1em;
}

/*--------------------------------
### ANIMATION
--------------------------------*/
html, body {
  overflow: hidden;
}
html.end, body.end {
  overflow-x: hidden;
  overflow-y: auto;
}

header {
  width: 100vw;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header h1 .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header h1 .wrap {
    top: auto;
  }
}
header h1 .wrap:before {
  content: "";
  position: absolute;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: auto;
  background: url("../img/kv.webp") no-repeat center/cover;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1100px) {
  header h1 .wrap:before {
    background: url("../img/kv.webp") no-repeat 56%/cover;
  }
}
@media screen and (max-width: 768px) {
  header h1 .wrap:before {
    background: url("../img/kv.webp") no-repeat 55%/cover;
    height: 100%;
  }
}
header p {
  opacity: 0;
  -webkit-transform: translate(-50%, 35px);
          transform: translate(-50%, 35px);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
@media screen and (min-width: 1101px) {
  header p {
    -webkit-transform: translate(-50%, 38.5px);
            transform: translate(-50%, 38.5px);
  }
}
@media screen and (max-width: 768px) {
  header p {
    -webkit-transform: translate(-50%, 12px);
            transform: translate(-50%, 12px);
  }
}
header .sp-nav {
  position: absolute;
  width: 0%;
  overflow: hidden;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1) 1.5s;
  left: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .sp-nav {
    bottom: 10px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
header .sp-nav .sp-nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - 630px);
}
@media screen and (min-width: 1501px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header .sp-nav .sp-nav-wrap {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header .sp-nav .sp-nav-wrap {
    width: 100vw;
  }
}
header .sp-nav .sp-nav-wrap .anchor {
  display: block;
  max-width: 480px;
  width: 100vw;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  header .sp-nav .sp-nav-wrap .anchor {
    display: none;
  }
}
header .sp-nav .sp-nav-wrap .anchor:after {
  content: "";
  background: url("../img/scroll_sp.png") no-repeat center/contain;
  width: 16px;
  height: 9px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
header.start:before {
  opacity: 1;
}
header.start .sp-nav {
  width: 100%;
}
header.start h1 .wrap {
  width: 100%;
}
header.start p {
  bottom: 27px;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  header.start p {
    bottom: 27px;
  }
}
header.pros {
  width: calc(100vw - 630px);
}
@media screen and (min-width: 1501px) {
  header.pros {
    width: calc(100vw - 798px);
  }
}
@media screen and (max-width: 1100px) {
  header.pros {
    width: calc(100vw - 390px);
  }
}
@media screen and (max-width: 768px) {
  header.pros {
    width: auto;
  }
}

nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
nav.start {
  opacity: 1;
  visibility: visible;
}
nav.end {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

#main-content:before {
  /*content:"";
  width:0%;
  height:100%;
  top:0;
  left:-1px;
  z-index:1;
  position:absolute;
  transition:.5s cubic-bezier(0.65, 0, 0.35, 1);
  background: $beige;*/
}
#main-content .inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
#main-content.start:before {
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#main-content.start .inner {
  opacity: 1;
  visibility: visible;
}

#header-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.5s;
}
#header-menu.start {
  opacity: 1;
  visibility: visible;
}
#header-menu.start.is-hidden {
  /*@include sp{
    opacity:0;
  }*/
}
#header-menu.end {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.fadeInUp.is-active {
  opacity: 1;
}

.anim,
.anim-modal {
  width: 0%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.anim .anim-cover,
.anim-modal .anim-cover {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.anim.is-active,
.anim-modal.is-active {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.25s;
}

/*--------------------------------
### FOOTER
--------------------------------*/
footer {
  padding: 32px 20px;
  text-align: center;
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  background-color: #FF9200;
  font-size: 12px;
  font-weight: 700;
}
footer .footer__text {
  font-size: 16px;
  margin-bottom: 64px;
}
footer .footer__text02 {
  font-weight: 400;
}
footer .credit {
  margin: 8px 0 0;
}

body.modal-open {
  overflow: hidden;
}

.img-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}

.img-modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.img-modal .img-modal-content {
  width: 100%;
  max-width: 630px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.img-modal .img-modal-content img {
  cursor: default;
}

.img-modal img {
  width: 100%;
  max-width: 100%;
  max-height: calc(100% - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.img-modal .caption {
  color: #fff;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  height: 30px;
}

.img-modal .close-btn {
  font-size: 50px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  margin-top: 30px;
}

.img-modal .close-btn:hover {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transition: -webkit-filter 0.1s ease-in-out;
  transition: -webkit-filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out;
  transition: filter 0.1s ease-in-out, -webkit-filter 0.1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}