@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Playwrite+DK+Uloopet:wght@100..400&display=swap");
/*========================================
*	common
========================================*/
::selection {
  color: #363d4d;
  background: #fff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #363d4d;
}

body {
  width: 100%;
}

a {
  color: #363d4d;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 750px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

#header {
  left: 0;
  top: 0;
}
@media only screen and (max-width: 750px) {
  #header {
    position: absolute !important;
  }
}
@media only screen and (min-width: 751px) {
  #header {
    background: transparent;
  }
}
#header .globalNav a {
  color: #000f73;
}

#footer {
  z-index: 1;
}

@keyframes fadein {
  0% {
    transform: translate3d(0, 13.3333333333vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadein-pc {
  0% {
    transform: translate3d(0, 7.1428571429vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadein-fix {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadein02 {
  0% {
    transform: translate3d(-50%, calc(-50% + 13.3333333333vw), 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
}
@keyframes fadein02-pc {
  0% {
    transform: translate3d(-50%, calc(-50% + 7.1428571429vw), 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
}
@keyframes fadein02-fix {
  0% {
    transform: translate3d(-50%, calc(-50% + 100px), 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
}
body {
  position: relative;
  background: url("../img/bg_event.jpg") repeat center top;
  background-size: 6.4vw auto;
}
body::before, body::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 7.3333333333vw;
  height: 100%;
  background: url("../img/bg_event_item_01.png") repeat-y left top;
  background-size: 7.3333333333vw auto;
}
body::before {
  left: 0;
  background: url("../img/bg_event_item_01.png") repeat-y left top;
  background-size: 7.3333333333vw auto;
}
@media only screen and (min-width: 751px) {
  body::before {
    background-image: url("../img/bg_event_item_01_pc.png");
    background-size: 5.9285714286vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  body::before {
    background-size: 83px auto;
  }
}
body::after {
  right: 0;
  background: url("../img/bg_event_item_02.png") repeat-y right top;
  background-size: 7.3333333333vw auto;
}
@media only screen and (min-width: 751px) {
  body::after {
    background-image: url("../img/bg_event_item_02_pc.png");
    background-size: 5.6428571429vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  body::after {
    background-size: 79px auto;
  }
}
@media only screen and (min-width: 751px) {
  body {
    background-size: 2.1428571429vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  body {
    background-size: 30px auto;
  }
}
body #page {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  body #page {
    overflow: hidden;
  }
}

.top section::before {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.top-under__inner, .top-inner {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.top .js--anime::before {
  animation: fadein02 1s ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.135, 0.56, 0.2, 0.99);
}
@media only screen and (min-width: 751px) {
  .top .js--anime::before {
    animation-name: fadein02-pc;
  }
}
@media only screen and (min-width: 1400px) {
  .top .js--anime::before {
    animation-name: fadein02-fix;
  }
}
.top .js--anime .top-under__inner, .top .js--anime .top-inner {
  animation: fadein 1s ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.135, 0.56, 0.2, 0.99);
}
@media only screen and (min-width: 751px) {
  .top .js--anime .top-under__inner, .top .js--anime .top-inner {
    animation-name: fadein-pc;
  }
}
@media only screen and (min-width: 1400px) {
  .top .js--anime .top-under__inner, .top .js--anime .top-inner {
    animation-name: fadein-fix;
  }
}
.top-main {
  position: relative;
  padding: 0 0 14.6666666667vw 0;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top-main {
    background-size: 13.2857142857vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .top-main {
    background-size: 186px auto;
  }
}
.top-btn__goods {
  position: fixed;
  width: 28.2666666667vw;
  height: 28.2666666667vw;
  right: 4vw;
  bottom: 21.3333333333vw;
  z-index: 11;
  background: url("../img/btn_goods.png") no-repeat center top;
  background-size: 100% auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
  cursor: pointer;
}
.top-btn__goods::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/btn_goods_on.png") no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top-btn__goods::before {
    transition: transform 200ms ease-in-out;
  }
}
.top-btn__goods.js--show {
  opacity: 1;
  pointer-events: auto;
}
.top-btn__goods.js--hide {
  opacity: 0 !important;
  pointer-events: none !important;
}
@media only screen and (min-width: 751px) {
  .top-btn__goods {
    left: 2.8571428571vw;
    bottom: 1.8571428571vw;
    width: 11vw;
    height: 11vw;
    transition: all 500ms;
    opacity: 1;
    pointer-events: auto;
  }
  .top-btn__goods:hover::before {
    transform: translate3d(0.3571428571vw, 0.3571428571vw, 0);
  }
}
@media only screen and (min-width: 1400px) {
  .top-btn__goods {
    left: 40px;
    bottom: 26px;
    width: 154px;
    height: 154px;
  }
  .top-btn__goods:hover::before {
    transform: translate3d(5px, 5px, 0);
  }
}
.top-under {
  position: relative;
  width: 100%;
  padding: 0 4vw 0;
  margin: 9.0666666667vw 0 0 0;
}
@media only screen and (min-width: 751px) {
  .top-under {
    padding: 0 5.7142857143vw 0;
    margin: 4.6428571429vw 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-under {
    padding: 0 80px 0;
    margin: 65px 0 0 0;
  }
}
.top-under::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  background: url("../img/deco_story.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-under::before {
    background-image: url("../img/deco_story_pc.png");
  }
}
.top-under:first-of-type {
  margin-top: 0 !important;
}
.top-under h2 {
  position: relative;
  height: 21.3333333333vw;
  background: #e6f6f7;
}
@media only screen and (min-width: 751px) {
  .top-under h2 {
    height: 7.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-under h2 {
    height: 100px;
  }
}
.top-under__h2 {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.top-under__sub {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.top-under__inner {
  position: relative;
  width: 100%;
  border: 0.2666666667vw solid #63a0a6;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .top-under__inner {
    border: 0.1428571429vw solid #63a0a6;
  }
}
@media only screen and (min-width: 1400px) {
  .top-under__inner {
    width: 1240px;
    margin: 0 auto;
    border: 2px solid #63a0a6;
  }
}
.top-under__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.8666666667vw;
  left: 1.3333333333vw;
  bottom: -1.8666666667vw;
  background: #63a0a6;
}
@media only screen and (min-width: 751px) {
  .top-under__inner::before {
    height: 0.5vw;
    left: 0.5714285714vw;
    bottom: -0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-under__inner::before {
    height: 7px;
    left: 8px;
    bottom: -8px;
  }
}
.top-under__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.6vw;
  height: 100%;
  right: -1.6vw;
  top: 1.6vw;
  background: #63a0a6;
}
@media only screen and (min-width: 751px) {
  .top-under__inner::after {
    width: 0.5714285714vw;
    right: -0.6428571429vw;
    top: 0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-under__inner::after {
    width: 8px;
    right: -9px;
    top: 8px;
  }
}
.top-under__contents {
  padding: 8.5333333333vw 5.0666666667vw 8.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-under__contents {
    padding: 3.1428571429vw 3.8571428571vw 3.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-under__contents {
    padding: 48px 54px 54px;
  }
}
.top .common-btn {
  position: relative;
  width: 77.3333333333vw;
  height: 16.1333333333vw;
  margin: 0 auto 8.6666666667vw;
  font-size: 4vw;
}
@media only screen and (min-width: 751px) {
  .top .common-btn {
    width: 27.1428571429vw;
    height: 5.6428571429vw;
    margin: 0 auto 2.8571428571vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top .common-btn {
    width: 380px;
    height: 79px;
    margin: 0 auto 40px;
    font-size: 18px;
  }
}
.top .common-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 751px) {
  .top .common-btn a span, .top .common-btn a::after {
    transition: transform 200ms ease-in-out;
  }
  .top .common-btn a:hover span, .top .common-btn a:hover::after {
    transform: translate3d(0.4285714286vw, 0.4285714286vw, 0);
  }
}
@media only screen and (min-width: 1400px) {
  .top .common-btn a:hover span, .top .common-btn a:hover::after {
    transform: translate3d(6px, 6px, 0);
  }
}
.top .common-btn a::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 1.0666666667vw;
  top: 1.2vw;
  background: url("../img/btn_01_off.png") repeat center top;
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top .common-btn a::before {
    left: 0.4285714286vw;
    top: 0.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top .common-btn a::before {
    left: 6px;
    top: 6px;
  }
}
.top .common-btn a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/btn_01_on.png") repeat center top;
  background-size: 100% auto;
  z-index: 2;
}
.top .common-btn a span {
  position: relative;
  display: block;
  z-index: 3;
}

@keyframes logo-animation {
  0% {
    transform: translate3d(0, 6.6666666667vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes logo-animation-pc {
  0% {
    transform: translate3d(0, 3.5714285714vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.top-mv {
  position: relative;
  width: 100%;
  height: 173.3333333333vw;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .top-mv {
    height: 55.5714285714vw;
  }
}
.top-mv__particle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.top-mv__chara {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-mv__chara-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.top-mv__chara-slide.js--before {
  transition: opacity 0ms;
  transition-delay: 1000ms;
  opacity: 0;
  z-index: 1;
}
.top-mv__chara-slide.js--current {
  transition: opacity 1000ms;
  opacity: 1;
  z-index: 2;
}
.top-mv__inner {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .top-mv__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 751px) {
  .top-mv__inner {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .top-mv__inner {
    height: 100%;
  }
}
.top-mv__logo {
  position: absolute;
  width: 83.4666666667vw;
  left: 8vw;
  top: 116vw;
  transform: translate3d(100vw, 0, 0);
}
.top-mv__logo.js--anime {
  animation: logo-animation 1s ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.135, 0.56, 0.2, 0.99);
  animation-delay: 0.4s;
}
@media only screen and (min-width: 751px) {
  .top-mv__logo.js--anime {
    animation-name: logo-animation-pc;
  }
}
@media only screen and (min-width: 751px) {
  .top-mv__logo {
    left: 34.9285714286vw;
    top: 35vw;
    width: 60.7142857143vw;
    animation-duration: 1s;
  }
}
.top-mv__date {
  position: absolute;
  width: 51.4666666667vw;
  left: 24.2666666667vw;
  top: 158.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-mv__date {
    left: 74.2857142857vw;
    top: 49.2857142857vw;
    width: 20.2857142857vw;
  }
}

.top-information {
  position: relative;
  width: 100%;
  padding: 16.9333333333vw 4vw 17.0666666667vw;
  background: url("../img/bg_information.jpg") repeat center top;
  background-size: 6.4vw auto;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .top-information {
    width: 100%;
    padding: 5.9285714286vw 0 6.5714285714vw;
    background-size: 2.1428571429vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information {
    padding: 83px 0 92px;
    background-size: 30px auto;
  }
}
.top-information::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 97.0666666667vw;
  height: 144.9333333333vw;
  background: url("../img/deco_information.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (min-width: 751px) {
  .top-information::before {
    width: 93.3571428571vw;
    height: 31.5vw;
    background-image: url("../img/deco_information_pc.png");
  }
}
@media only screen and (min-width: 1400px) {
  .top-information::before {
    width: 1307px;
    height: 441px;
  }
}
.top-information__place dd {
  position: relative;
  padding: 0 10.6666666667vw 0 0;
}
@media only screen and (min-width: 751px) {
  .top-information__place dd {
    padding: 0;
  }
}
.top-information__place dd a {
  content: "";
  position: absolute;
  width: 9.2vw;
  height: 9.2vw;
  right: -0.5333333333vw;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: url("../img/btn_map.png") no-repeat center top;
  background-size: 100% auto;
}
.top-information__place dd a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/btn_map_on.png") no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top-information__place dd a::before {
    transition: transform 200ms ease-in-out;
  }
}
@media only screen and (min-width: 751px) {
  .top-information__place dd a {
    width: 2.4285714286vw;
    height: 2.4285714286vw;
    right: -2.4285714286vw;
    transition: opacity 300ms;
  }
  .top-information__place dd a:hover::before {
    transform: translate3d(0.1428571429vw, 0.1428571429vw, 0);
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__place dd a {
    width: 34px;
    height: 34px;
    right: -34px;
  }
  .top-information__place dd a:hover::before {
    transform: translate3d(2px, 2px, 0);
  }
}
.top-information__inner {
  position: relative;
  width: 100%;
  border: 0.2666666667vw solid #a6638c;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .top-information__inner {
    width: 87.7142857143vw;
    margin: 0 auto;
    border: 0.1428571429vw solid #a6638c;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__inner {
    width: 1228px;
    border: 2px solid #a6638c;
  }
}
.top-information__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1.8666666667vw;
  left: 1.3333333333vw;
  bottom: -1.8666666667vw;
  background: #a6638c;
}
@media only screen and (min-width: 751px) {
  .top-information__inner::before {
    height: 0.5714285714vw;
    left: 0.5714285714vw;
    bottom: -0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__inner::before {
    height: 8px;
    left: 8px;
    bottom: -8px;
  }
}
.top-information__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.6vw;
  height: 100%;
  right: -1.6vw;
  top: 1.6vw;
  background: #a6638c;
}
@media only screen and (min-width: 751px) {
  .top-information__inner::after {
    width: 0.5714285714vw;
    right: -0.5714285714vw;
    top: 0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__inner::after {
    width: 8px;
    right: -8px;
    top: 8px;
  }
}
.top-information__inner h2 {
  position: relative;
  height: 17.3333333333vw;
  background: #f7e6f1;
}
@media only screen and (min-width: 751px) {
  .top-information__inner h2 {
    height: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__inner h2 {
    height: 80px;
  }
}
.top-information__h2 {
  position: absolute;
  width: 73.8666666667vw;
  left: 9.0666666667vw;
  top: -4.8vw;
}
@media only screen and (min-width: 751px) {
  .top-information__h2 {
    width: 26.5714285714vw;
    left: 30.8571428571vw;
    top: -1.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__h2 {
    width: 372px;
    left: 432px;
    top: -25px;
  }
}
.top-information__sub {
  position: absolute;
  width: 21.3333333333vw;
  left: 35.6vw;
  top: 14.4vw;
}
@media only screen and (min-width: 751px) {
  .top-information__sub {
    width: 6.3571428571vw;
    left: 40.8571428571vw;
    top: 4.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__sub {
    width: 89px;
    left: 572px;
    top: 66px;
  }
}
.top-information__contents {
  padding: 12vw 5.3333333333vw 9.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-information__contents {
    display: flex;
    padding: 4.1428571429vw 4.8571428571vw 5.2857142857vw;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__contents {
    padding: 58px 68px 74px;
  }
}
.top-information__contents-logo {
  width: 57.6vw;
  margin: 0 auto 8.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-information__contents-logo {
    width: 18.4285714286vw;
    margin: 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__contents-logo {
    width: 258px;
  }
}
.top-information__data dl {
  margin: 0 0 4vw 0;
}
.top-information__data dl:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 751px) {
  .top-information__data dl {
    display: flex;
    align-items: center;
    margin: 0 0 1.5714285714vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__data dl {
    margin: 0 0 22px 0;
  }
}
.top-information__data dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  margin: 0 0 0.5333333333vw 0;
  width: 21.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 5.3333333333vw;
  border: 0.1333333333vw solid #363d4c;
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-information__data dl dt {
    margin: 0 0.4285714286vw 0 0;
    width: 7.1428571429vw;
    height: 2vw;
    border-radius: 2vw;
    border: 0.0714285714vw solid #363d4c;
    font-size: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__data dl dt {
    margin: 0 6px 0 0;
    width: 100px;
    height: 28px;
    border-radius: 28px;
    border: 1px solid #363d4c;
    font-size: 15px;
  }
}
.top-information__data dl dd {
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-information__data dl dd {
    line-height: 2.1428571429vw;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-information__data dl dd {
    line-height: 30px;
    font-size: 16px;
  }
}

.top-story {
  position: relative;
  background: url("../img/bg_story.jpg") repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .top-story {
    background-image: url("../img/bg_story_pc.jpg");
    background-size: 93.3333333333vw auto;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story {
    background-size: 1400px auto;
  }
}
.top-story h2,
.top-story .top-story__contents {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.top-story.js--anime h2,
.top-story.js--anime .top-story__contents {
  animation: fadein 1s ease-in-out forwards;
  animation-timing-function: cubic-bezier(0.135, 0.56, 0.2, 0.99);
}
@media only screen and (min-width: 751px) {
  .top-story.js--anime h2,
.top-story.js--anime .top-story__contents {
    animation-name: fadein-pc;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story.js--anime h2,
.top-story.js--anime .top-story__contents {
    animation-name: fadein-fix;
  }
}
.top-story__inner {
  padding: 13.6vw 0 18vw;
}
@media only screen and (min-width: 751px) {
  .top-story__inner {
    padding: 4.4285714286vw 0 7vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story__inner {
    padding: 62px 0 98px;
  }
}
.top-story h2 {
  margin: 0 auto 7.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-story h2 {
    margin: 0 auto 4vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story h2 {
    margin: 0 auto 56px;
  }
}
.top-story__h2 {
  width: 34.4vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .top-story__h2 {
    width: 12.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story__h2 {
    width: 174px;
  }
}
.top-story__sub {
  width: 26.1333333333vw;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .top-story__sub {
    width: 7.7857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story__sub {
    width: 109px;
  }
}
.top-story__read {
  width: 60.4vw;
  height: 26.6666666667vw;
  margin: 0 auto 6.1333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-story__read {
    width: 50vw;
    height: 2.5714285714vw;
    margin: 0 auto 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story__read {
    width: 700px;
    height: 36px;
    margin: 0 auto 30px;
  }
}
.top-story__text {
  margin-bottom: 12vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media only screen and (min-width: 751px) {
  .top-story__text {
    margin-bottom: 0;
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story__text {
    font-size: 16px;
  }
}
.top-story__text p {
  margin-top: 7.4666666667vw;
  text-align: center;
  line-height: 7.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-story__text p {
    margin-top: 2.5714285714vw;
    line-height: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-story__text p {
    margin-top: 36px;
    line-height: 30px;
  }
}
.top-story__text p:first-of-type {
  margin-top: 0 !important;
}
.top-story__text p span {
  position: relative;
  background: linear-gradient(transparent 70%, #e892c7 30%);
}
.top-story__contents {
  padding: 0 8.8vw 0;
}
@media only screen and (min-width: 751px) {
  .top-story__contents {
    padding: 0;
  }
}
.top-story__slider {
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 751px) {
  .top-story__slider {
    height: 100%;
  }
}
.top-story__slider-item {
  position: absolute;
  width: 16.7142857143vw;
  height: 100%;
  background-size: 100% auto !important;
  background-repeat: repeat-y !important;
  top: 0;
}
.top-story__slider-item01 {
  left: 2.1428571429vw;
  background: url("../img/img_story_01_pc.png") repeat-y center top;
}
.top-story__slider-item02 {
  right: 2.1428571429vw;
  background: url("../img/img_story_02_pc.png") repeat-y center top;
}
.top-story__slider-inner-sp {
  position: relative;
  width: 301.3333333333vw;
  height: 66.6666666667vw;
  background: url("../img/img_story.png") repeat-x left center;
  background-size: 301.3333333333vw 66.6666666667vw;
  transform: translate3d(0, 0, 0);
  will-change: background-position;
}
@media only screen and (min-width: 751px) {
  .top-story__slider-inner-pc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}

.top-event {
  margin-top: 17.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-event {
    margin-top: 7.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event {
    margin-top: 100px;
  }
}
.top-event .top-under__h2 {
  width: 14.8vw;
}
@media only screen and (min-width: 751px) {
  .top-event .top-under__h2 {
    width: 5.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event .top-under__h2 {
    width: 83px;
  }
}
.top-event .top-under__sub {
  width: 37.2vw;
}
@media only screen and (min-width: 751px) {
  .top-event .top-under__sub {
    width: 15.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event .top-under__sub {
    width: 214px;
  }
}
.top-event__contents:nth-of-type(2) {
  padding-top: 0;
}
.top-event__title {
  height: 7.2vw;
}
.top-event__title:has(.top-event__update) {
  height: auto;
}
@media only screen and (min-width: 751px) {
  .top-event__title {
    display: flex;
    align-items: center;
    height: 2.8571428571vw !important;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__title {
    height: 40px !important;
  }
}
.top-event__update {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.6666666667vw;
  height: 6.4vw;
  margin-top: 5.0666666667vw;
  font-size: 3.2vw;
  border: 0.2666666667vw solid #e892c7;
  color: #e892c7;
}
@media only screen and (min-width: 751px) {
  .top-event__update {
    width: 5.7142857143vw;
    height: 2vw;
    margin: 0 0 0 1.1428571429vw;
    font-size: 1vw;
    border: 1px solid #e892c7;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__update {
    width: 80px;
    height: 28px;
    margin: 0 0 0 16px;
    font-size: 14px;
  }
}
.top-event__read {
  display: inline;
  height: 8.5333333333vw;
  font-size: 4.5333333333vw;
  margin: 0 0 5.3333333333vw;
  padding: 1.0666666667vw 1.3333333333vw;
  padding-left: 2.4vw;
  background: #92a0e8;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .top-event__read {
    display: inline;
    height: 2.8571428571vw;
    line-height: 2.2857142857vw;
    font-size: 1.5714285714vw;
    margin: 1.8571428571vw 0 1.8571428571vw;
    padding: 0.2857142857vw 0.5714285714vw;
    padding-left: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__read {
    height: 40px;
    line-height: 32px;
    font-size: 22px;
    margin: 26px 0 26px;
    padding: 4px 8px;
    padding-left: 10px;
  }
}
.top-event__text {
  font-size: 3.7333333333vw;
  line-height: 5.6vw;
  font-weight: 400;
  margin-bottom: 10.6666666667vw;
}
.top-event__text:last-of-type {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 751px) {
  .top-event__text {
    font-size: 1.1428571429vw;
    line-height: 1.5714285714vw;
    margin-bottom: 3.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 52px;
  }
}
.top-event__text-icon {
  position: relative;
  padding-left: 4.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-event__text-icon {
    padding-left: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__text-icon {
    padding-left: 20px;
  }
}
.top-event__text-icon::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 1.0666666667vw;
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/icon_star.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .top-event__text-icon::before {
    top: 0.3571428571vw;
    width: 1.0714285714vw;
    height: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__text-icon::before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
}
.top-event__text p {
  margin-top: 5.3333333333vw;
}
.top-event__text p a {
  display: inline;
  color: #636fa6;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .top-event__text p a {
    transition: opacity 300ms;
  }
  .top-event__text p a:hover {
    opacity: 0.6;
  }
}
.top-event__text p em {
  display: block;
  color: #92a0e8;
  font-style: normal;
  font-size: 4vw;
  margin-bottom: 2.1333333333vw;
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .top-event__text p em {
    font-size: 1.2857142857vw;
    margin-bottom: 0.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__text p em {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.top-event__text p .strong {
  font-weight: 700;
  font-style: normal;
}
@media only screen and (min-width: 751px) {
  .top-event__text p {
    margin-top: 1.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__text p {
    margin-top: 26px;
  }
}
.top-event__text p.top-event__attention-title {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-event__text p.top-event__attention-title {
    margin-top: 3.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__text p.top-event__attention-title {
    margin-top: 52px;
  }
}
.top-event__text p.top-event__attention-title span {
  font-size: 3.2vw;
}
@media only screen and (min-width: 751px) {
  .top-event__text p.top-event__attention-title span {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__text p.top-event__attention-title span {
    font-size: 14px;
  }
}
.top-event__img {
  margin-top: 5.3333333333vw;
}
.top-event__img img {
  border: 0.2666666667vw solid #dae2f2;
}
@media only screen and (min-width: 751px) {
  .top-event__img {
    display: flex;
    justify-content: center;
    margin-top: 1.8571428571vw;
  }
  .top-event__img img {
    border: 0.1428571429vw solid #dae2f2;
  }
  .top-event__img:has(.top-event__img-item:nth-of-type(2)) {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__img {
    margin-top: 26px;
  }
  .top-event__img img {
    border: 2px solid #dae2f2;
  }
}
.top-event__img-item {
  margin-top: 4.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-event__img-item {
    margin-top: 0;
    width: 39.1428571429vw;
  }
  .top-event__img-item:first-of-type {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__img-item {
    width: 548px;
  }
}
.top-event__img-item:first-of-type {
  margin-top: 0;
}
.top-event__attention {
  margin-top: -0.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-event__attention {
    margin-top: 0;
  }
}
.top-event__attention li {
  position: relative;
  padding-left: 4vw;
  font-size: 3.2vw;
  line-height: 4.8vw;
}
@media only screen and (min-width: 751px) {
  .top-event__attention li {
    padding-left: 1.1428571429vw;
    font-size: 1vw;
    line-height: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__attention li {
    padding-left: 16px;
    font-size: 14px;
    line-height: 22px;
  }
}
.top-event__attention li::before {
  position: absolute;
  display: block;
  content: "・";
  left: 0vw;
}
.top-event__list {
  margin-top: 4.5333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-event__list {
    display: flex;
    justify-content: center;
    margin-top: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__list {
    margin-top: 28px;
  }
}
.top-event__list-item {
  margin-top: 4.5333333333vw;
  border: 0.2666666667vw solid #dae2f2;
}
.top-event__list-item:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 751px) {
  .top-event__list-item {
    width: 32.8571428571vw;
    margin: 0 1.4285714286vw !important;
    border: 0.1428571429vw solid #dae2f2;
  }
}
@media only screen and (min-width: 1400px) {
  .top-event__list-item {
    width: 460px;
    margin: 0 20px !important;
    border: 2px solid #dae2f2;
  }
}

.top-benefits .top-under__h2 {
  width: 21.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-benefits .top-under__h2 {
    width: 8.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits .top-under__h2 {
    width: 114px;
  }
}
.top-benefits .top-under__sub {
  width: 25.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-benefits .top-under__sub {
    width: 10.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits .top-under__sub {
    width: 144px;
  }
}
@media only screen and (min-width: 751px) {
  .top-benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.top-benefits__item {
  margin-top: 9.6vw;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item {
    width: 38.5714285714vw;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item {
    width: 540px;
  }
}
.top-benefits__item:first-of-type {
  margin-top: 0;
}
.top-benefits__item-title {
  display: inline-block;
  text-align: center;
  height: 8.5333333333vw;
  line-height: 8.5333333333vw;
  margin-bottom: 5.3333333333vw;
  font-size: 4.5333333333vw;
  background: #92a0e8;
  color: #fff;
  font-weight: 700;
  padding: 0 2.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-title {
    height: 2.8571428571vw;
    padding: 0 1vw;
    line-height: 2.8571428571vw;
    margin: 0 auto 1.7142857143vw;
    font-size: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-title {
    height: 40px;
    line-height: 40px;
    margin: 0 auto 24px;
    padding: 0 14px;
    font-size: 22px;
  }
}
.top-benefits__item-img {
  width: 100%;
  margin: 0 0 4.8vw 0;
  border: 0.2666666667vw solid #dae2f2;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-img {
    width: 32.8571428571vw;
    height: 32.8571428571vw;
    margin: 0 auto 2.1428571429vw;
    border: 0.1428571429vw solid #dae2f2;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-img {
    width: 460px;
    height: 460px;
    margin: 0 auto 30px;
    border: 2px solid #dae2f2;
  }
}
.top-benefits__item-text {
  font-size: 3.7333333333vw;
  line-height: 5.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-text {
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.top-benefits__item-text-highlight {
  margin-bottom: 4.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-text-highlight {
    margin-bottom: 1.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-text-highlight {
    margin-bottom: 26px;
  }
}
.top-benefits__item-text-highlight span {
  position: relative;
  background: linear-gradient(transparent 70%, #f2deaa 30%);
}
.top-benefits__item-text-highlight em {
  font-weight: 700;
  font-style: normal;
}
.top-benefits__item-text-name {
  position: relative;
  padding-left: 4vw;
  margin: 0 0 2.9333333333vw 0;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-text-name {
    padding-left: 1.2857142857vw;
    margin: 0 0 1.8571428571vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-text-name {
    padding-left: 18px;
    margin: 0 0 26px 0;
  }
}
.top-benefits__item-text-name::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0.6666666667vw;
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/icon_star.png) no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-text-name::before {
    top: 0.3571428571vw;
    width: 1.0714285714vw;
    height: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-text-name::before {
    top: 5px;
    width: 15px;
    height: 15px;
  }
}
.top-benefits__item-text-attention {
  margin: 5.3333333333vw 0 0 0;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-text-attention {
    margin: 1.8571428571vw 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-text-attention {
    margin: 26px 0 0 0;
  }
}
.top-benefits__item-text-attention li {
  position: relative;
  padding-left: 4vw;
  font-size: 3.2vw;
  line-height: 4.8vw;
}
@media only screen and (min-width: 751px) {
  .top-benefits__item-text-attention li {
    padding-left: 1.0714285714vw;
    font-size: 1vw;
    line-height: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-benefits__item-text-attention li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 22px;
  }
}
.top-benefits__item-text-attention li::before {
  position: absolute;
  display: block;
  content: "※";
  left: 0vw;
}

.top-about .top-under__h2 {
  width: 17.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-about .top-under__h2 {
    width: 6.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-about .top-under__h2 {
    width: 92px;
  }
}
.top-about .top-under__sub {
  width: 38vw;
}
@media only screen and (min-width: 751px) {
  .top-about .top-under__sub {
    width: 14.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-about .top-under__sub {
    width: 208px;
  }
}
.top-about__contents {
  font-size: 3.7333333333vw;
  line-height: 5.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-about__contents {
    font-size: 1.0714285714vw;
    line-height: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-about__contents {
    font-size: 15px;
    line-height: 30px;
  }
}
.top-about__contents dl {
  margin: 3.7333333333vw 0 0 0;
}
@media only screen and (min-width: 751px) {
  .top-about__contents dl {
    display: flex;
    justify-content: start;
    margin: 1.7857142857vw 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-about__contents dl {
    margin: 25px;
  }
}
.top-about__contents dl:first-of-type {
  margin-top: 0;
}
.top-about__contents dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.6666666667vw;
  height: 6.4vw;
  margin: 0 0 2.6666666667vw 0;
  border-radius: 6.4vw;
  background: #e6e9f7;
  font-weight: normal;
}
@media only screen and (min-width: 751px) {
  .top-about__contents dl dt {
    width: 8.5714285714vw;
    height: 2vw;
    margin: 0 1vw 0 0;
    border-radius: 2vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-about__contents dl dt {
    width: 120px;
    height: 28px;
    margin: 0 14px 0 0;
    border-radius: 28px;
  }
}
.top-about__contents dl dd {
  position: relative;
  display: flex;
  align-items: center;
}
.top-about__contents dl dd .top-about__map {
  content: "";
  position: relative;
  width: 9.2vw;
  height: 9.2vw;
  margin-left: 2vw;
  background: url("../img/btn_map.png") no-repeat center top;
  background-size: 100% auto;
}
.top-about__contents dl dd .top-about__map::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/btn_map_on.png") no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .top-about__contents dl dd .top-about__map::before {
    transition: transform 200ms ease-in-out;
  }
}
@media only screen and (min-width: 751px) {
  .top-about__contents dl dd .top-about__map {
    width: 2.4285714286vw;
    height: 2.4285714286vw;
    margin-left: 0.7142857143vw;
    transition: opacity 300ms;
  }
  .top-about__contents dl dd .top-about__map:hover::before {
    transform: translate3d(0.1428571429vw, 0.1428571429vw, 0);
  }
}
@media only screen and (min-width: 1400px) {
  .top-about__contents dl dd .top-about__map {
    width: 34px;
    height: 34px;
    margin-left: 10px;
  }
  .top-about__contents dl dd .top-about__map:hover::before {
    transform: translate3d(2px, 2px, 0);
  }
}
.top-about__text {
  margin: 4.8vw 0 0 0;
  line-height: 5.6vw;
}
@media only screen and (min-width: 751px) {
  .top-about__text {
    margin: 1.7142857143vw 0 0 0;
    line-height: 1.6vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-about__text {
    margin: 25px;
    line-height: 20px;
  }
}
.top-about__text a {
  display: inline;
  color: #636fa6;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .top-about__text a {
    transition: opacity 300ms;
  }
  .top-about__text a:hover {
    opacity: 0.6;
  }
}

.top-goods .top-under__h2 {
  width: 17.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-goods .top-under__h2 {
    width: 6.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods .top-under__h2 {
    width: 88px;
  }
}
.top-goods .top-under__sub {
  width: 31.0666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-goods .top-under__sub {
    width: 12.2142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods .top-under__sub {
    width: 171px;
  }
}
.top-goods__contents {
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-goods__contents {
    font-size: 1.1428571429vw;
    line-height: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods__contents {
    font-size: 16px;
    line-height: 30px;
  }
}
.top-goods__read {
  text-align: center;
  margin: 0 0 4.2666666667vw 0;
}
@media only screen and (min-width: 751px) {
  .top-goods__read {
    margin: 0 0 2vw 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods__read {
    margin: 0 0 28px 0;
  }
}
.top-goods__list {
  display: flex;
  flex-wrap: wrap;
}
.top-goods__list-item {
  width: 38.4vw;
  margin: 6.6666666667vw 0 0 4.2666666667vw;
}
.top-goods__list-item a {
  height: auto;
}
@media only screen and (max-width: 750px) {
  .top-goods__list-item:first-of-type {
    margin-top: 0;
  }
  .top-goods__list-item:nth-of-type(2) {
    margin-top: 0;
  }
  .top-goods__list-item:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 751px) {
  .top-goods__list-item {
    width: 25.1428571429vw;
    margin: 2.5714285714vw 0 0 1.6428571429vw;
  }
  .top-goods__list-item:first-of-type, .top-goods__list-item:nth-of-type(1), .top-goods__list-item:nth-of-type(2), .top-goods__list-item:nth-of-type(3) {
    margin-top: 0;
  }
  .top-goods__list-item:first-of-type, .top-goods__list-item:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods__list-item {
    width: 354px;
    margin: 36px 0 0 23px;
  }
  .top-goods__list-item:first-of-type, .top-goods__list-item:nth-of-type(1), .top-goods__list-item:nth-of-type(2), .top-goods__list-item:nth-of-type(3) {
    margin-top: 0;
  }
  .top-goods__list-item:first-of-type, .top-goods__list-item:nth-of-type(4) {
    margin-left: 0;
  }
}
.top-goods__list-img {
  position: relative;
  width: 100%;
  border: 0.2666666667vw solid #dae2f2;
}
.top-goods__list-img .icon-plus {
  position: absolute;
  display: block;
  right: 1.0666666667vw;
  bottom: 1.0666666667vw;
  z-index: 2;
  pointer-events: none;
}
.top-goods__list-img .icon-plus img {
  width: 4.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-goods__list-img .icon-plus img {
    width: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods__list-img .icon-plus img {
    width: 40px;
  }
}
@media only screen and (min-width: 751px) {
  .top-goods__list-img {
    border: 0.1428571429vw solid #dae2f2;
    overflow: hidden;
  }
  .top-goods__list-img:hover > img {
    transform: scale(1.05);
  }
  .top-goods__list-img > img {
    transition: transform 400ms;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods__list-img {
    border: 2px solid #dae2f2;
  }
}
.top-goods__list-title {
  margin-top: 1.0666666667vw;
  color: #636fa6;
}
@media only screen and (min-width: 751px) {
  .top-goods__list-title {
    margin-top: 0.5714285714vw;
    line-height: 1.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods__list-title {
    margin-top: 8px;
    line-height: 26px;
  }
}
.top-goods__list-price {
  margin-top: 1.0666666667vw;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .top-goods__list-price {
    margin-top: 0.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-goods__list-price {
    margin-top: 8px;
  }
}

.top-shop .top-benefits__list {
  justify-content: center;
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-shop .top-benefits__list {
    margin-top: 3.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop .top-benefits__list {
    margin-top: 48px;
  }
}
.top-shop .top-benefits__item {
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .top-shop .top-benefits__item-title {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-shop .top-event__attention li::before {
  content: "※";
}
.top-shop .top-under__h2 {
  width: 33.4666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-shop .top-under__h2 {
    width: 12.3571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop .top-under__h2 {
    width: 173px;
  }
}
.top-shop .top-under__sub {
  width: 61.8666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-shop .top-under__sub {
    width: 24.9285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop .top-under__sub {
    width: 349px;
  }
}
.top-shop__contents .common-btn {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-shop__contents .common-btn {
    margin-top: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop__contents .common-btn {
    margin-top: 18px;
  }
}
.top-shop__text {
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-shop__text {
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.top-shop__text p {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-shop__text p {
    margin-top: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop__text p {
    margin-top: 24px;
  }
}
.top-shop__text p:first-of-type {
  margin-top: 0 !important;
}
.top-shop__attention {
  margin-top: 5.3333333333vw;
  line-height: 4.8vw;
}
@media only screen and (min-width: 751px) {
  .top-shop__attention {
    margin-top: 1.7142857143vw;
    line-height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop__attention {
    margin-top: 24px;
    line-height: 24px;
  }
}
.top-shop__attention li {
  position: relative;
  padding-left: 4vw;
  font-size: 3.2vw;
}
@media only screen and (min-width: 751px) {
  .top-shop__attention li {
    padding-left: 1vw;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-shop__attention li {
    padding-left: 14px;
    font-size: 14px;
  }
}
.top-shop__attention li::before {
  position: absolute;
  display: block;
  content: "※";
  left: 0vw;
}

.top-attention a {
  display: inline;
  color: #636fa6;
  text-decoration: underline;
}
@media only screen and (min-width: 751px) {
  .top-attention a {
    transition: opacity 300ms;
  }
  .top-attention a:hover {
    opacity: 0.6;
  }
}
.top-attention .top-under__h2 {
  width: 26.2666666667vw;
}
@media only screen and (min-width: 751px) {
  .top-attention .top-under__h2 {
    width: 9.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-attention .top-under__h2 {
    width: 136px;
  }
}
.top-attention .top-under__sub {
  width: 81.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-attention .top-under__sub {
    width: 33.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-attention .top-under__sub {
    width: 463px;
  }
}
.top-attention__text {
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-attention__text {
    font-size: 1.1428571429vw;
    line-height: 2.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-attention__text {
    font-size: 16px;
    line-height: 30px;
  }
}
.top-attention__text p {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .top-attention__text p {
    margin-top: 1.5714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-attention__text p {
    margin-top: 22px;
  }
}
.top-attention__text span {
  font-weight: 700;
}
.top-attention__announce {
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 4.8vw;
}
@media only screen and (min-width: 751px) {
  .top-attention__announce {
    line-height: 1.5714285714vw;
    font-size: 1vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-attention__announce {
    line-height: 30px;
    font-size: 14px;
  }
}
.top-attention__list {
  margin: 2.9333333333vw 0 0 0;
}
@media only screen and (min-width: 751px) {
  .top-attention__list {
    margin: 1.5714285714vw 0 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .top-attention__list {
    margin: 22px 0 0 0;
  }
}
.top-attention__list:first-of-type {
  margin-top: 0 !important;
}
.top-attention__list li {
  position: relative;
  padding-left: 4vw;
  font-size: 3.7333333333vw;
  line-height: 5.6vw;
}
@media only screen and (min-width: 751px) {
  .top-attention__list li {
    padding-left: 1.1428571429vw;
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .top-attention__list li {
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}
.top-attention__list li::before {
  position: absolute;
  display: block;
  content: "・";
  left: 0vw;
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*-----------------------------------------------
 header
-----------------------------------------------*/
#pageSetup {
  position: absolute;
  z-index: -1;
  top: 700px;
  left: 0;
  width: 1px;
  height: 1px;
}

#pageTrigger {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 1px;
  height: 1px;
}

#header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 84px;
  transition: all 0.3s ease;
}

#header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#header .logo img {
  width: 141px;
  transition: all 0.3s ease;
}

#header nav {
  position: absolute;
  top: 30px;
  right: 30px;
}

#header nav .globalNav {
  display: inline-block;
  vertical-align: middle;
}

#header nav .globalNav li {
  display: inline-block;
  margin-left: 40px;
  font-size: 16px;
  font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif;
  line-height: 1;
  transition: all 0.3s ease;
}

#header nav .sns {
  display: inline-block;
  margin-left: 100px;
  vertical-align: middle;
}

#header nav .sns li {
  display: inline-block;
  width: 25px;
  margin-left: 30px;
}

#header nav .sns li img {
  width: 100%;
}

#header.on {
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

#header.on .logo img {
  width: 119px;
}

@media only screen and (max-width: 1100px) {
  #header nav .sns {
    margin-left: 30px;
  }
  #header nav .sns li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #header nav .globalNav li {
    margin-left: 20px;
  }
  #header nav .sns {
    margin-left: 10px;
  }
  #header nav .sns li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    height: 70px;
  }
  #header .logo {
    position: static;
    width: 22.03125%;
    max-width: 141px;
    padding: 5px 0 0 10px;
  }
  #header .logo img {
    width: 100%;
  }
  #header nav {
    display: none;
  }
  #header.on {
    background: none;
    box-shadow: none;
  }
}
/*-----------------------------------------------
 aside
-----------------------------------------------*/
#aside {
  position: fixed;
  z-index: 5;
  top: 35%;
  right: 10px;
}

#aside p {
  margin-bottom: 5px;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #000f73;
}

#aside span {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  margin: 0 auto 20px;
  background-color: #000f73;
}

#aside .sns li {
  width: 25px;
  margin-bottom: 20px;
}

#aside .sns li img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #aside {
    display: none;
  }
}
/*-----------------------------------------------
 content
-----------------------------------------------*/
#content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  #content {
    position: relative;
  }
}
/*-----------------------------------------------
 sns
-----------------------------------------------*/
#sns {
  position: relative;
  z-index: 1;
  margin-bottom: 20;
  text-align: center;
  color: #000f73;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

#sns .logo {
  width: 197px;
  margin: 0 auto 20px;
}

#sns .logo path {
  fill: #000f73;
}

#sns .sns {
  margin-bottom: 10px;
}

#sns .sns li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 10px;
}

#sns .sns li img {
  width: 100%;
}

#sns nav {
  margin-bottom: 5px;
}

#sns nav.navigation li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}
#sns nav.navigation li a,
#sns nav.navigation li a:link,
#sns nav.navigation li a:visited {
  display: inline !important;
  color: #000f73 !important;
  text-decoration: none;
}

#sns nav.navigation li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #000f73;
}

#sns nav.navigation li a {
  padding: 0 10px;
}

#sns nav.navigation li:last-child::after {
  display: none;
}

#sns .notice {
  margin-bottom: 20px;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
  position: relative;
  padding: 15px 0;
  background-color: #000f73;
  text-align: center;
}

#footer small {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

#footer .pagetop {
  position: fixed;
  opacity: 0;
  z-index: 10;
  right: 10px;
  bottom: 28px;
  transform: translateY(200px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#footer .pagetop.on {
  opacity: 1;
  transform: translateY(0);
}

#footer .pagetop.off {
  opacity: 0;
  transform: translateY(200px);
}

#footer .footer_marv_logo {
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  #footer .footer_marv_logo {
    padding: 15px 0 0 0;
  }
}
#footer .footer_marv_logo img {
  width: 20%;
  max-width: 100px;
}

#footerNavigation {
  display: none;
}

#footerNavigation .bg {
  position: fixed;
  opacity: 0;
  z-index: 10;
  bottom: -200px;
  width: 100%;
  height: 70px;
  background-color: #fff;
  transform: skew(0deg, -2deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#footerNavigation .bg::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #acd1e9, #f6b6c2);
}

#footerNavigation .inner {
  position: fixed;
  opacity: 0;
  z-index: 11;
  bottom: -200px;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#footerNavigation .inner .sns {
  font-size: 0;
  padding: 10px;
}

#footerNavigation .inner .sns li {
  display: inline-block;
  margin-right: 5px;
}

#footerNavigation .inner .sns li img {
  width: 35px;
}

#footerNavigation .inner .logo {
  position: absolute;
  bottom: 10px;
  right: 75px;
}

#footerNavigation .inner .logo img {
  width: 110px;
}

#footerNavigation .inner .menu {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 54px;
  background-image: url(/assets/img/global/menu@2x.png);
  background-size: 50px 54px;
}

#footerNavigation.on .bg {
  opacity: 1;
  bottom: 0;
}

#footerNavigation.on .inner {
  opacity: 1;
  bottom: 0;
}

#spNavigation {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 90vh;
  background-color: #fff;
  background-image: url(/assets/img/global/menuBg.png);
  background-size: cover;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}

#spNavigation .close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 50px;
  height: 64px;
  background-image: url(/assets/img/global/close@2x.png);
  background-size: 50px 64px;
}

#spNavigation nav > ul {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0 auto;
  text-align: center;
}

#spNavigation nav > ul > li {
  line-height: 3;
  font-family: A1 Mincho, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "Sawarabi Mincho", “メイリオ”, Meiryo, serif;
}

#spNavigation nav > ul > li::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #acd1e9, #f6b6c2);
  transform: skew(0deg, -2deg);
}

#spNavigation nav > ul > li a {
  font-size: 26px;
  font-size: 4.2317708333vw;
  color: #00176f;
}

#spNavigation nav > ul > li.logo img {
  width: 40%;
}

#spNavigation nav > ul > li.logo::before {
  display: none;
}

#spNavigation nav > ul > li ul {
  font-size: 0;
}

#spNavigation nav > ul > li ul li {
  display: inline-block;
  margin: 0 5px;
  padding-top: 5vw;
  width: 35px;
}

#spNavigation nav > ul > li ul li img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 110px;
  }
  #footer .pagetop {
    bottom: 140px;
  }
  #footer .pagetop img {
    width: 23.5px;
  }
  #footerNavigation {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  #footerNavigation .inner .logo {
    right: 75px;
  }
}
@media only screen and (max-width: 479px) {
  #footerNavigation .inner .logo {
    display: none;
    right: 75px;
  }
}
.post a:not(.btn_hw),
.recorded a:not(.btn_hw) {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.btn_hw-group {
  text-align: center;
}

.btn_hw {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 20px;
  min-width: 50%;
}

.btn_hw:hover {
  text-decoration: none;
}

.btn_howto {
  color: #fff;
  background: #f57f2b;
}

.btn_howto:link, .btn_howto:visited {
  color: #fff;
}

.btn_howto:hover {
  color: #fff;
  background: #f56500;
}

@media only screen and (max-width: 768px) {
  .btn_hw {
    font-size: 16px;
    min-width: 70%;
  }
}
.footerLine {
  position: relative;
  height: 45px;
  margin-bottom: 20px;
  background-image: url(/assets/img/global/line@2x.png);
  background-size: auto 45px;
  background-position: right 68px top;
  background-repeat: no-repeat;
}

.footerLine .pagetop {
  position: absolute;
  z-index: 1;
  bottom: -31px;
  right: 10px;
}

.footerLine .notes {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 45px;
}

.footerLine .notes .note {
  position: absolute;
  bottom: -45px;
  width: 40px;
  transform: scale(0.001);
}

.footerLine .notes .note1 {
  left: 10%;
}

.footerLine .notes .note2 {
  left: 20%;
}

.footerLine .notes .note3 {
  left: 30%;
}

.footerLine .notes .note4 {
  left: 50%;
  width: 20px;
}

.footerLine .notes .note5 {
  left: 65%;
  width: 20px;
}

.footerLine .notes .note6 {
  left: 74%;
  width: 20px;
}

.footerLine .notes .note7 {
  left: 74%;
  width: 20px;
}

.footerLine .notes .note8 {
  left: 84%;
  width: 30px;
}

.footerLine .notes .note9 {
  left: 14%;
  width: 20px;
}

.footerLine .notes .note10 {
  left: 54%;
}

.footerLine .notes .note11 {
  left: 60%;
}

.footerLine .notes .note12 {
  left: 90%;
}

@media only screen and (max-width: 768px) {
  .footerLine {
    background-position: right 48px top;
  }
  .footerLine .pagetop {
    bottom: -17px;
  }
  .footerLine .pagetop img {
    width: 23.5px;
  }
}
@keyframes modal-show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes modal-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  animation: modal-hide 500ms forwards;
}
.modal.js--show {
  pointer-events: auto;
  animation: modal-show 500ms forwards;
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #363b4d;
  opacity: 0.97;
  cursor: pointer;
}
.modal-inner {
  position: absolute;
  width: 92vw;
  left: 50%;
  top: 50dvh;
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .modal-inner {
    width: 57.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-inner {
    width: 800px;
  }
}
.modal-scroller {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 70vh;
  max-height: 154.6666666667vw;
  overflow: auto;
  overscroll-behavior-y: contain;
  padding: 16.8vw 5.3333333333vw 5.3333333333vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-scroller::-webkit-scrollbar {
  display: none;
}
.modal-scroller__inner {
  min-height: 100.1%;
}
@media only screen and (min-width: 751px) {
  .modal-scroller {
    height: 90vh;
    max-height: 52.4285714286vw;
    padding: 3vw 12.8571428571vw 3vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-scroller {
    max-height: 734px;
    padding: 42px 180px 42px;
  }
}
.modal-img {
  border: 0.2666666667vw solid #dae2f2;
}
@media only screen and (min-width: 751px) {
  .modal-img {
    border: 0.1428571429vw solid #dae2f2;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-img {
    border: 2px solid #dae2f2;
  }
}
.modal-text {
  margin-top: 3.2vw;
  font-size: 3.7333333333vw;
  line-height: 5.3333333333vw;
  color: #636fa6;
}
@media only screen and (min-width: 751px) {
  .modal-text {
    margin-top: 1.4285714286vw;
    font-size: 1.1428571429vw;
    line-height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.modal-about {
  font-size: 3.7333333333vw;
  margin-top: 3.7333333333vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .modal-about {
    font-size: 1.1428571429vw;
    margin-top: 1.4285714286vw;
    line-height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-about {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
  }
}
.modal-attention {
  font-size: 3.2vw;
  margin-top: 2.4vw;
  line-height: 5.3333333333vw;
}
@media only screen and (min-width: 751px) {
  .modal-attention {
    font-size: 1vw;
    margin-top: 0.7142857143vw;
    line-height: 1.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-attention {
    font-size: 14px;
    margin-top: 10px;
    line-height: 24px;
  }
}
.modal-price {
  margin-top: 3.2vw;
  font-size: 4vw;
  color: #363d4c;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  .modal-price {
    margin-top: 1.4285714286vw;
    font-size: 1.2857142857vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-price {
    margin-top: 20px;
    font-size: 18px;
  }
}
.modal-close {
  position: absolute;
  right: 2.1333333333vw;
  top: 2.1333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 10.6666666667vw;
  background: #f2deaa;
  border: 0.2666666667vw solid #363d4c;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  .modal-close {
    right: 1.1428571429vw;
    top: 1.1428571429vw;
    width: 2.8571428571vw;
    height: 2.8571428571vw;
    border-radius: 2.8571428571vw;
    border: 0.1428571429vw solid #363d4c;
    transition: opacity 300ms;
  }
  .modal-close:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-close {
    right: 16px;
    top: 16px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #363d4c;
  }
}
.modal-close::before, .modal-close::after {
  content: "";
  display: block;
  position: absolute;
  width: 5.3333333333vw;
  height: 0.2666666667vw;
  background: #363d4c;
  left: 50%;
  top: 50%;
}
@media only screen and (min-width: 751px) {
  .modal-close::before, .modal-close::after {
    width: 1.4285714286vw;
    height: 0.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-close::before, .modal-close::after {
    width: 20px;
    height: 1px;
  }
}
.modal-close::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.modal-close::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
/*# sourceMappingURL=../maps/share.css.map */
