@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
[lang=ja] ul[role=lineup]{font:10px/1.75 '-apple-system','Helvetica Neue','Hiragino Kaku Gothic ProN',meiryo,'M+ 1p',sans-serif}[lang=ja].device-pc ul[role=lineup]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;width:960px;margin:0 auto;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[lang=ja].device-pc ul[role=lineup]>li{width:240px;padding:0 8px 56px}[lang=ja].device-sp ul[role=lineup]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;padding:0 8px;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[lang=ja].device-sp ul[role=lineup]>li{width:50%;padding:0 8px 16px}[lang=en].device-pc ul[role=lineup]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;width:980px;margin:0 auto;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[lang=en].device-pc ul[role=lineup]>li{width:245px;padding:0 10px 62px}[lang=en].device-pc ul[role=lineup]>li a dl dd:nth-of-type(2){height:105px}[lang=en].device-sp ul[role=lineup]{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;padding:0 8px;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}[lang=en].device-sp ul[role=lineup]>li{width:50%;padding:0 8px 26px}[lang=en].device-sp ul[role=lineup]>li a dl dd:nth-of-type(2){height:99px}@media screen and (min-width:480px){.device-sp ul[role=lineup]>li{width:33.33%!important}}@media screen and (min-width:640px){.device-sp ul[role=lineup]>li{width:25%!important}}
[lang=ja].device-pc ul[role=lineup],[lang=ja].device-sp ul[role=lineup] {
  justify-content: flex-start;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
.spOnly{
  display: none;
}
img {
  width: initial;
}
.flex {
  display: flex;
}
@media screen and (max-width: 640px) {
  main br:not(.sp-br){
    display: none;
  }
  main br.sp-br{
    display: block !important;
  }
  .pcOnly{
    display: none !important;
  }
  .spOnly{
    display: block;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
dl a, p a {
  text-decoration: none;
  color: #333333;
}
/* ===============================================================================
Main
=============================================================================== */
/* main a[target=_blank]{
  color: #0000ff;
  display: inline;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
} */

.center{
  text-align: center;
}
.delighter {
  opacity: 0;
  -webkit-transform: translatey(100px);
  transform: translatey(100px);
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}
.delighter2 {
  opacity: 0;
  -webkit-transform: translatey(10px);
  transform: translatey(10px);
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}
.delighter.started {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.parapara {
  position: relative;
}
.parapara picture {
	position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: parapara 2s linear infinite 0s forwards;
          animation: parapara 2s linear infinite 0s forwards;
}
.parapara picture:nth-of-type(1) {
  z-index: 2;
  visibility: visible;
}
.parapara picture:nth-of-type(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  z-index: 0;
  visibility: hidden;
}
@-webkit-keyframes parapara {
  0% {
    visibility: visible;
    z-index: 2;
  }
  50.5% {
    visibility: visible;
    z-index: 2;
  }
  51% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes parapara {
  0% {
    visibility: visible;
    z-index: 2;
  }
  50.5% {
    visibility: visible;
    z-index: 2;
  }
  51% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
    z-index: 0;
  }
}
#bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
  background-image: url(../../img/bg.jpg);
  background-size: cover;
}
#container {
  font-family: "Clarimo UD PE DemiBold",sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: hidden;
  color: #333333;
  font-feature-settings: "palt";
}
.top {
  opacity: 0;
  transition: all .5s;
}
.top.active {
  opacity: 1;
}
.top h1 {
  display: none;
}
.top .mv {
  width: 100%;
  padding-top: 49.218%;
  border-top: 8px solid;
  border-bottom: 8px solid;
  position: relative;
}
.top .mv::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  bottom: -15px;
  background-color: #333333;
  position: absolute;
}
.top .mv .img {
  width: 100%;
  height: 100%;
	position: absolute;
  top: 0;
  left: 0;
}
.top .mv .img {
  background: url(../img/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  visibility: visible;
}
.top .mv p {
	position: absolute;
  z-index: 3;
}
.top .mv p:nth-of-type(1) {
  width: 26.64vw;
  top: 2.5vw;
  right: 2.8vw;
}
.top .mv p:nth-of-type(2) {
  width: 34.5312vw;
  top: 2.7vw;
  left: 6.6vw;
}
.top .mv p img {
  width: 100%;
}
.yodogawa{
  font-family: "Clarimo UD PE DemiBold",sans-serif;
  padding: 50px 0 60px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 3px solid #333333;
}
.yodogawa div.text {
  max-width: 22em;
  width: 88%;
  margin: 0 auto;
  padding: 10px 0 40px;
  text-align: left;
  position: relative;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .parapara {
  width: 616px;
  height: 158px;
  margin: 0 auto 40px;
}
.yodogawa .btn_shopping a {
  display: inline-block;
}
.index {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.index .title_index {
  display: flex;
  justify-content: center;
  transform: none;
  position: relative;
  background-color: #90e884;
  color: #ffffff;
  margin: 180px auto 0;
}
.index .title_index img {
  margin: -145px 0 0;
  position: relative;
  z-index: 1;
}
.index .title_index::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  position: absolute;
  top: -99px;
  background-color: #90e884;
  /* z-index: -1; */
}
.index ul li:nth-of-type(n + 2) {
  border-top: 3px solid #90e884;  
}
/* .index::after {
  content: '';
  display: block;
  background: url(../img/ribbon.svg) no-repeat;
  background-size: contain;
  width: 302px;
  height: 111px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
} */
.content {
  padding-top: 65px;
  margin-top: 100px;
  position: relative;
}
.content .inner {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
}
.contents::after {
  content: '';
  display: block;
  background: url(../../img/illust_bottom.png) repeat-x;
  background-size: 1366px 186px;
  background-position: top center;
  width: 100%;
  height: 186px;
  margin-top: 70px;
}
.contents h2.title_content {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  position: relative;
  background-color: #90e884;
  max-width: 840px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 13px;
}
.contents h2.title_content::after {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  position: absolute;
  top: -59px;
  background-color: #90e884;
}
.contents h2.title_content img {
  position: relative;
  z-index: 1;
}
.content::after {
  content: '';
  display: block;
  background: url(../img/no1.svg) no-repeat;
  background-size: contain;
  width: 94px;
  height: 94px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#content2::after {
  background: url(../img/no2.svg) no-repeat;
  background-size: contain;
}
#content2 h2.title_content {
  height: 110px;
}
#content2 .items li {
  width: 223px;
}
#content2 .items li dd p {
  font-size: 2.2rem;
}
#content2 .items li dd p span {
  font-size: 1.4rem;
}
.content .inner .text {
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  max-width: 22em;
  margin: 0 auto;
}
.content .items ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0 0 50px;
  flex-wrap: wrap;
}
#content1 .items li {
  width: 640px;
}
.content .items li dd {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.content .items li dd p {
  position: relative;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: .02em;
}
.content .items li dd p::after {
  content: '';
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 9px;
  position: absolute;
  left: 0;
}
#content1 .items li dd p::after {
  bottom: -1em;
}
#content1 .awards {
  max-width: 555px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.content .point {
  background-color: #90e884;
  padding: 120px 0 60px;
}
.content .point > div {
  max-width: 680px;
  margin: 0 auto;
}
.content .point h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  position: relative;
  background-color: #ffff80;
  max-width: 680px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.content .point h3 picture {
  z-index: 1;
}
.content .point h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  position: absolute;
  top: -59px;
  background-color: #ffff80;
}
.content .point h3:nth-of-type(n + 2) {
  margin-top: 120px;
}
#content1 .point h3:nth-of-type(1) picture img {
  margin-left: -20px;
}
#content1 .point h3:nth-of-type(2) {
  padding-bottom: 55px;
}
#content1 .point h3:nth-of-type(3) {
  padding-bottom: 45px;
}
#content2 .point h3 {
  height: 80px;
  padding-bottom: 40px;
}
#content2 .point h3:nth-of-type(2) {
  padding-bottom: 70px;
}
#content2 .point h3:nth-of-type(3) {
  padding-bottom: 58px;
}
#content2 .point h3:nth-of-type(4) {
  padding-bottom: 32px;
}
#content2 .point h3:nth-of-type(5) {
  padding-bottom: 80px;
}
.content .inner .point .introduct {
  background-color: #fff;
}
.content .inner .point .introduct .text {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  font-size: 1.8rem;
  padding: 40px 0;
  position: relative;
}
.content .inner .point .introduct .text span.small {
  font-size: 1.2rem;
  color: #666666;
}
.wave {
  padding-bottom: 7px;
  background: url(../img/wave.gif) repeat-x bottom left / auto 7px;
}
.content .inner .point .introduct .text span.wave {
  font-family: "Clarimo UD PE Bold",sans-serif;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  color: #1b4484;
  margin-bottom: 10px;
}
.content .inner .point .introduct .text .doll {
  position: absolute;
  width: 200px;
  right: -116px;
  top: 2px;
}
.content .inner .point .introduct hr {
  border-bottom: 3px solid #90e884;
}
.content .inner .point .introduct .class {
  max-width: 680px;
  margin: 0 auto;
}
.content .inner .point .introduct > div {
  position: relative;
}
.content .inner .point .introduct > div .title_sub {
  position: absolute;
  top: 30px;
  background-color: rgba(255,255,255,.8);
  font-size: 1.8rem;
  line-height: 1.33;
  border-left: 14px solid #1b4484;
}
.content .inner .point .introduct > div .title_sub div {
  padding: 10px 20px 10px 10px;
}
.content .inner .point .introduct > div .title_sub span {
  font-family: "Clarimo UD PE Bold",sans-serif;
  color: #1b4484;
  display: block;
  font-size: 3rem;
}
.content .img {
  max-width: 680px;
  width: 88%;
  margin: 0 auto;
}
.content .point p.btn {
  padding-top: 50px;
  text-align: center;
}
.content .point p.btn img {
  margin: 0 auto;
}
#content3::after {
  background: url(../img/no3.svg) no-repeat;
  background-size: contain;
}
#content3 h2.title_content {
  height: 100px;
  padding-bottom: 14px;
}
#content3 .point h3 {
  height: 80px;
  padding-bottom: 84px;
}
#content3 .pen {
  max-width: 460px;
  width: 92%;
  margin: 0 auto;
}
#content3 .items {
  padding-top: 40px;
}
#content3 .items ul {
  max-width: 460px;
  display: block;
  margin: 0 auto;
}
#content3 .items ul .note {
  color: #f72355;
  font-size: 1.3rem;
  padding-top: .5em;
}
#content3 .items li dt {
  font-family: "Clarimo UD PE Bold",sans-serif;
  font-size: 1.8rem;
  line-height: 1.11;
  color: #1b4484;
  display: inline-block;
  transform: rotate(-4deg);
}
#content3 .items li dd {
  padding-top: 1em;
  display: block;
}
#content3 .items li dd p {
  font-size: 2.2rem;
  line-height: 1.22;
  font-family: "Clarimo UD PE Bold",sans-serif;
  letter-spacing: 0;
}
#content3 .items li dd p small {
  font-size: 1.2rem;
}
#content3 .items li dd span {
  font-size: 1.4rem;
}
#content3 .items li dd span:last-of-type {
  font-family: "Clarimo UD PE DemiBold",sans-serif;
}
#content3 .items li dd p::after {
  display: none;
}
#content3 .items.others li dd p::after {
  display: block;
  margin-top: 3px;
}
#content3 .items li dd span.arrow {
  position: relative;
}
#content3 .items li dd span.arrow::after {
  content: '';
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 9px;
  position: absolute;
  right: -25px;
  bottom: 0.2em;
}
#content3 .inner .point .introduct > div .title_sub span {
  font-size: 2.2rem;
}
#content3 .inner .point .introduct > div .title_sub div {
  padding: 10px 20px 10px 10px;
}
#content3 .point h3:nth-of-type(2) {
  height: 70px;
  padding-bottom: 73px;
}
#content3 .point h4 {
  font-family: "Clarimo UD PE Bold",sans-serif;
  font-size: 2.2rem;
  color: #1b4484;
  border: 2px solid;
  display: inline-block;
  border-left: 14px solid;
  padding: 0.4em 1em;
  margin-top: 30px;
}
#content3 .items.others ul {
  max-width: 620px;
  display: flex;
  margin: 0 auto;
}
#content3 .items.others ul li {
  width: calc(50% - 50px);
  font-family: "Clarimo UD PE Bold",sans-serif;
}
#content3 .items.others li dt {
  font-size: 1.6rem;
  margin: 1.5em 0 1em;
}
#content3 .items.others li dd {
  font-size: 2rem;
  line-height: 2;
  padding-top: 0;
}
#content3 .items.others:first-of-type::before {
  content: '';
  display: block;
  background: url(../img/border.svg) repeat-x;
  background-size: cover;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1.5px;
}
.tax {
  max-width: 840px;
  margin: 0 auto;
  text-align: right;
  font-size: 1.2rem;
  line-height: 2;
}
.bonus {
  width: 500px;
  margin: 100px auto 0;
  text-align: center;
  border: 5px solid;
  background: url(../../img/bg_bonus.png);
}
.bonus .inner {
  border: 2px solid;
  margin: 5px;
  position: relative;
  padding-bottom: 30px;
  background: none;
}
.bonus .title {
  display: flex;
  margin: -35px 0 10px -55px;
  align-items: flex-end;
  column-gap: 10px;
}
.bonus .title p {
  width: 184px;
  line-height: 0;
}
.bonus .img {
  position: relative;
}
.bonus .img img {
  margin: 0 auto;
}
.bonus .img::before {
  content: '';
  display: block;
  background: url(../../img/illust_bonus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 62px;
  height: 75px;
  top: -70px;
  right: 10px;
}
.credit{
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-top: 100px;
}
.nav {
  border-bottom: #333333 solid 10px;
}
.nav ul {
  max-width: 840px;
  width: 82.666%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0;
}
.nav ul .nav-index{
  width: 367px;
}
#shopping {
  font: 10px/1.75 roboto,Helvetica,Arial,"Lucida Grande",sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  border-bottom: 10px solid;
}
#shopping .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 90px;
}
#shopping h2 {
  font-size: 2.7rem;
  border-bottom: 2px solid;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 75px;
}
#shopping h2 span {
  position: relative;
}
#shopping h2 span::before {
  content: '';
  display: block;
  background-image: url(../../img/icon_cart.svg);
  background-size: contain;
  width: 59px;
  height: 52px;
  position: absolute;
  left: -70px;
  top: -15px;
}
#shopping .link_index {
  text-align: center;
  padding-top: 50px;
}
#shopping .link_index a {
  display: inline-block;
}
hr {
  border-bottom: #333333 solid 10px;
}

@media screen and (min-width: 835px) {
  #container {
    min-width: 1000px;
  }
  .content .inner .point .introduct .text span.wave {
    white-space: nowrap;
  }
  #content2 .items li dd p {
    white-space: nowrap;
  }
  #content3 .items li dd p {
    white-space: nowrap;
    font-size: 2rem;
  }
}
@media screen and (min-width: 641px) {
  .yodogawa .btn_shopping {
    z-index: 1;
    position: relative;
  }  
  #content2 .inner .point .introduct .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 835px) {
  .top .mv {
    height: 0;
    padding-top: 130.6%;
    border-top: 1.2vw solid;
    border-bottom: 1.4vw solid;
  }
  .top .mv .img {
    background: url(../img/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .top .mv p:nth-of-type(1) {
    width: 93.6vw;
    top: auto;
    bottom: 2.5vw;
    right: 3.5vw;
  }
  .top .mv p:nth-of-type(2) {
    width: 93.466vw;
    top: 6.2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top .mv::after {
    display: none;
  }
  .yodogawa .parapara {
    width: 88%;
    height: auto;
    margin: 0 auto 30vw;
  }
}
@media screen and (max-width: 640px) {
  .content .inner .point .introduct hr {
    border-bottom: 2px solid #90e884;
  }
  #bg {
    background-image: url(../../img/bg_sp.jpg);
    background-size: cover;
    transform: scale(1.2);
    position: fixed;
    z-index: -3;  
  }  
  .contents::after {
    background: url(../../img/illust_bottom_sp.png) repeat-x;
    background-size: 95.78vw 29.33vw;
    height: 29.33vw;
    margin-top: 0;
  }
  .yodogawa{
    padding: 10px 0 50px;
    font-size: 1.5rem;
    line-height: 2.33;
    border-bottom: none;
  }
  .yodogawa div.text {
    font-size: 1.8rem;
    line-height: 1.22;
    padding: 20px 0 30px;
  }
  .index .title_index {
    margin: 50px auto 0;
  }
  .index .title_index img {
    margin: -19vw 0 0;
  }
  .index .title_index::after {
    height: 60px;
    top: -59px;
  }
  .content::after {
    width: 42px;
    height: 42px;
    top: 42px;
  }
  .contents h2.title_content {
    padding: 0 0 9vw;
    height: 10vw;
  }
  #content2 h2.title_content {
    padding: 0 0 10vw;
    height: 10vw;
  }
  .contents h2.title_content::after {
    height: 60px;
    top: -59px;
  }
  .content .inner .text {
    width: 88%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 15px 0;
  }
  #content1 .items li {
    width: 88%;
  }
  #content2 .items li {
    width: 88%;
    margin: 0 auto;
  }
  #content2 .items li dt img {
    width: 33.6vw;
    margin: 0 auto;
  }
  .content .items li dd {
    padding-top: 20px;
    justify-content: initial;
    font-size: 1.4rem;
  }
  .content .items li dd p {
    letter-spacing: -.02em;
  }
  #content2 .items li dd p {
    font-size: 2rem;
  }
  .content {
    padding-top: 120px;
    margin-top: 0;
  }
  .content .point {
    padding: 100px 0 30px;
  }
  .content .point h3 {
    width: 88%;
    height: 7vw;
    padding-bottom: 0;
    margin-bottom: -0.7vw;
  }
  #content2 .point h3 {
    height: 6vw !important;
    padding-bottom: 0 !important;
  }
  #content2 .point h3:nth-of-type(2) picture {
    margin-top: -17.1vw;
  }
  #content2 .point h3:nth-of-type(3) picture {
    margin-top: -15.4vw;
  }
  #content2 .point h3:nth-of-type(5) picture {
    margin-top: -17.4vw;
  }
  .content .point h3 picture {
    display: inline-block;
    margin-top: -13.4vw;
  }
  #content1 .point h3:nth-of-type(1) picture img {
    margin-left: -5vw;
  }
  #content1 .inner .point .introduct > div.out {
    max-width: initial;
    width: 100vw;
    margin-left: -6vw;
  }
  .content .point h3:nth-of-type(2) {
    padding-bottom: 0;
  }
  .content .point h3:nth-of-type(n + 2) {
    margin-top: 100px;
  }
  .content .point .introduct {
    width: 88%;
    margin: 0 auto;
  }
  .content .point p.btn {
    padding-top: 30px;
  }
  .content .point p.btn a {
    display: inline-block;
  }
  .content .inner .point .introduct .text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 25px 0 20px;
  }
  #content1 .inner .point .introduct .text.over {
    width: 94%;
  }
  .content .inner .point .introduct .class {
    width: 100%;
  }
  .content .inner .point .introduct .text span.wave {
    font-size: 1.8rem;
  }
  .content .inner .point .introduct .text span.wave2 {
    font-size: 1.6rem;
  }
  .content .inner .point .introduct .text .doll {
    top: -95px;
    right: -30px;
    display: block;
    position: relative;
    text-align: right;
    width: auto;
    margin-bottom: -110px;
  }
  .content .inner .point .introduct .text .doll img {
    width: 133px;
    display: inline;
  }
  .content .inner .point .introduct > div .title_sub {
    top: 10px;
    font-size: 1.1rem;
    border-left: 6px solid #1b4484;
  }
  .content .inner .point .introduct > div .title_sub span {
    font-size: 1.6rem;
  }
  .content .inner .point .introduct > div .title_sub div {
    padding: 5px 10px 5px 10px;
  }
  #content1 .point h3:nth-of-type(2) {
    padding-bottom: 1vw;
  }
  #content1 .point h3:nth-of-type(3) {
    padding-bottom: 0;
  }
  #content3 h2.title_content {
    padding: 0 0 9.7vw;
    height: 7vw;
  }
  #content3 .point h3 {
    width: 88%;
    height: 6vw;
    padding-bottom: 2.8vw;
  }
  #content3 .items {
    padding-top: 20px;
    width: 94%;
    margin: 0 auto;
  }
  #content3 .items ul {
    padding: 0 0 20px;
  }
  #content3 .items li dt {
    font-size: 1.4rem;
  }
  #content3 .items li dd p {
    font-size: 1.7rem;
  }
  #content3 .items li dd p span {
    font-size: 1.3rem;
  }
  #content3 .items li dd span:last-of-type {
    font-size: 1.4rem;
  }
  #content3 .items ul .note {
    font-size: 1.1rem;
  }
  #content3 .inner .point .introduct > div .title_sub div {
    padding: 3px 10px 2px 5px;
  }
  #content3 .inner .point .introduct > div .title_sub span {
    font-size: 1.6rem;
  } 
  #content3 .point h3:nth-of-type(2) {
    width: 88%;
    height: 6vw;
    padding-bottom: 1.5vw;
  }
  #content3 .point h4 {
    font-size: 1.3rem;
    letter-spacing: -.04em;
    border: 1px solid;
    border-left: 6px solid;
    padding: 0.2em 0.4em;
    margin-top: 15px;
  }
  #content3 .items.others {
    width: 100%;
    padding-bottom: 10px;
  }
  #content3 .items.others ul {
    width: 94%;
    gap: 10vw 2vw;
  }
  #content3 .items.others ul li {
    width: calc((100% - 2vw)/2);
  }
  #content3 .items.others li dt {
    font-size: 1.15rem;
    letter-spacing: -.03em;
  }
  #content3 .items.others li dd p {
    font-size: 1.3rem;
  }
  #content3 .items.others li dd {
    font-size: 1.4rem;
  }
  #content3 .items li dd p small {
    font-size: 1rem;
  }
  .tax {
    line-height: 3;
    font-size: 1rem;
    padding-right: 6vw;
  }
  .content .inner.top {
    margin-top: 0;
  }
  .bonus {
    width: 89.47vw;
    margin: 15vw auto 0;
    border: 1.2vw solid;
  }
  .bonus .inner {
    padding-bottom: 6vw;
  }
  .bonus h3 {
    width: 43.71vw;
  }
  .bonus .title {
    margin: -6vw 0 2vw -5vw;
    column-gap: 10vw;
  }
  .bonus .title p {
    width: 20vw;
  }
  .bonus .img {
    width: 87%;
    margin: 0 auto;
  }
  .bonus .img::before {
    width: 13.5vw;
    height: 0;
    padding-top: 19.6%;
    top: -12.5vw;
    right: -5vw;
  }
  .credit {
    font-size: 1.3rem;
    padding-top: 50px;
  }
  .nav {
    border-top: 1.4vw solid;
    border-bottom: 1.4vw solid;
  }
  .nav ul {
    padding: 30px 0 25px;
  }
  .nav ul li {
    width: 10.4vw;
  }
  .nav ul .nav-index{
    width: 36.266vw;
  }
  #shopping h2 {
    font-size: 3.44vw;
    border-bottom: 1vw solid;
    padding-bottom: 1em;
    margin-bottom: 30px;
  }
  #shopping .inner {
    padding: 15vw 5vw 10vw;
  }
  #shopping h2 span::before {
    width: 7.71vw;
    height: 6.71vw;
    left: -3em;
    top: -0.7em;
  }
  #shopping .link_index {
    width: 50.7vw;
    margin: 0 auto;
    padding-top: 30px;
  }
  #shopping {
    border-bottom: 1.4vw solid;
  }
  hr {
    border-bottom: 1.4vw solid;
  }
}

.pswp__button--share, .pswp--supports-fs .pswp__button--fs {
  display: none;
}
/* ===============================================================================
Footer share
=============================================================================== */
.link {
  padding: 45px 0;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}
.link > a {
  color: #000000;
  text-decoration: none;
}
.link > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}
.link > ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "Share";
  text-align: center;
  color: #666;
}
.link > ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.link > ul.magazine-share li a img {
  display: block;
  width: 100%;
}
.link > ul.magazine-share li + li {
  margin-left: 40px;
}
.link > p {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 641px) {
  .link > ul.magazine-share {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    margin: 60px auto 35px;
    padding: 20px 0 35px;
    border: 1px #ccc solid;
    justify-content: center;
  }  
}
@media screen and (max-width: 640px) {
  .link {
    margin: 0 auto;
    padding: 15px 20px 40px;
  }
  .link > a {
    font-size: 16px;
    font-weight: 700;
    display: table;
    margin: 50px auto 0;
  }
  .link > ul.magazine-share {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 40px;
    padding: 20px 0 25px;
    border: 1px #ccc solid;
    justify-content: center;
  }
  .link > ul.magazine-share:before {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.33;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    content: "Share";
    text-align: center;
    color: #666;
  }
  .link > ul.magazine-share li + li {
    margin-left: 40px;
  }
  .link > ul.magazine-share li a {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
  }
  .link > p {
    text-align: center;
    font-size: 12px;
  }
}