@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=en] ul[role=lineup]{font:10px/1.75 '-apple-system','Helvetica Neue','Hiragino Kaku Gothic ProN',meiryo,'M+ 1p',sans-serif}[lang=en].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=en].device-pc ul[role=lineup]>li{width:240px;padding:0 8px 56px}[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 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=en].device-pc ul[role=lineup],[lang=en].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;
  z-index: -1;
}
.top .mv .img:nth-of-type(1) {
  background: url(../img/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  visibility: visible;
}
.top .mv p {
	position: absolute;
  z-index: 3;
  width: 18.359vw;
  top: 1.3vw;
  right: 1.2vw;
}
.top .mv .parapara {
  position: absolute;
  width: 37.265vw;
  height: auto;
  top: 3.1vw;
  left: 49.7%;
  transform: translateX(-50%);
}
/* .top .mv .text2 picture {
  width: 593px;
  position: absolute;
  width: 44.453vw;
  height: auto;
  top: 3vw;
  left: 51%;
  transform: translateX(-50%);
} */
.top .mv p img {
  width: 100%;
}
.top .mv .text3 {
	position: absolute;
  width: 19.1vw;
  top: 2vw;
  left: 18.6vw;
}

.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: 23em;
  width: 88.5%;
  margin: 0 auto;
  padding: 10px 0 40px 20px;
  text-align: left;
  position: relative;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .img_yodogawa {
  max-width: 456px;
  width: 84.5%;
  margin: 0 auto 20px;
}
.yodogawa .btn_shopping a {
  display: inline-block;
}
.cherry-blossom-container {
  position: relative;
  /* height: 100vh; */
  /* width: 100%; */
  overflow: hidden;
}
.petal {
  position: absolute;
  background-color: #ffbdcf;
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
  z-index: -1;
}
.petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}

.index {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.index .title_index {
  display: flex;
  justify-content: center;
  transform: none;
  position: relative;
  background-color: #75bcbc;
  color: #ffffff;
  margin: 180px auto 0;
}
.index .title_index img {
  margin: -100px 0 -39px;
}
.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: #75bcbc;
  z-index: -1;
}
.index .list {
  background-color: #f4f480;
  text-align: center;
}
.index .list h3 {
  padding: 20px 0;
}
.index .list h3 img {
  margin: 0 auto;
}
.index .list ul {
  background-color: #ffffff;
  margin: 0 35px;
}
.index .list ul li:nth-of-type(n + 2):before {
  content: '';
  display: block;
  background: url(../img/border.svg) no-repeat;
  width: 100%;
  height: 3px;
}
.index .list ul li dl {
  display: flex;
  align-items: center;
  padding: 30px;
}
.index .list ul li dl dd {
  width: 70%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.55;
}
.index .list ul li dl dt {
  width: 30%;
}
.index .list ul li dl dt h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 0.2em;
  letter-spacing: -.01em;
}
.index .list ul li dl dt h4 span {
  font-size: 3rem;
  display: block;
}
.index .list ul li dl dt p img {
  width: 133px;
}
.index .list .level {
  max-width: 703px;
  width: 90.6%;
  margin: 0 auto;
  padding: 30px 0;
}
.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: #75bbbb;
  max-width: 840px;
  width: 100%;
  height: 140px;
  margin: 0 auto;
  z-index: 1;
}
.contents h2.title_content img {
  margin: -10px 0 58px;
}
.contents h2.title_content::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  position: absolute;
  top: -99px;
  background-color: #75bbbb;
  z-index: -1;
}
.content .inner .text1 {
  background-color: #f4f480;
  position: relative;
}
.content .inner .text1 > p {
  position: absolute;
  bottom: 0;
}
.content .inner .text1 > p:nth-of-type(1) {
  width: 250px;
  left: 25px;
}
.content .inner .text1 > p:nth-of-type(2) {
  width: 197px;
  right: 105px;
}
.content .inner .text1 > div {
  font-size: 2rem;
  color: #00967e;
  padding:40px 0;
  max-width: 12em;
  margin: 0 auto;
}
.content .inner .try .title {
  max-width: 695px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 25px;
  position: relative;
}
.content .inner .try .title::before {
  content: '';
  display: block;
  background: url(../img/img_sakura.png) no-repeat;
  background-size: contain;
  width: 115px;
  height: 143px;
  position: absolute;
  top: 45px;
  right: -30px;
}
.content .inner .try .title dt {
  width: 235px;
}
.content .inner .try .title dd {
  width: calc(100% - 235px - 25px);
  color: #00967e;
  font-size: 2.8rem;
  line-height: 1.6;
  padding-bottom: 15px;
  position: relative;
}
.border_text {
  background: url(../img/border_text.svg) repeat-x;
  background-position: bottom left;
  display: inline-block;
  white-space: nowrap;
  padding-top: 0.2em;
}
.content .inner .try > .parapara {
  max-width: 710px;
  height: 710px;
  margin: 0 auto;
  padding: 0 65px;
}
.content .inner .try .img {
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.content .inner .text {
  font-size: 1.8rem;
  line-height: 1.44;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  max-width: 440px;
  margin: 0 auto;
}
.content .inner .comment {
  max-width: 710px;
  width: 88.5%;
  margin: 0 auto;
  padding: 10px 0 65px;
}
.content .inner .comment dl {
  display: flex;
  gap: 35px;
  font-size: 1.8rem;
  line-height: 1.44;
}
.content .inner .comment dl.chara {
  flex-direction: row-reverse;
  margin-top: 35px;
}
.content .inner .comment dl dt {
  width: 133px;
  line-height: 2;
  text-align: center;
}
.content .inner .comment dl.chara dt span {
  font-size: 1.2rem;
}
.content .inner .comment dl dd {
  width: 540px;
  border: 2px solid #00967e;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  position: relative;
}
.content .inner .comment dl dd div img {
  max-width: 303px;
  display: block;
  padding: 1em 0;
}
.content .inner .comment dl.chara dd {
  border: 2px solid #ff8297;
}
.content .inner .comment dl dd span {
  font-size: 1.6rem;
}
.content .inner .comment dl dd::after {
  content: '';
  display: block;
  background: url(../img/il_comment1.jpg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 41px;
  position: absolute;
  top: 40px;
  left: -32px;
}
.content .inner .comment dl.chara dd::after {
  background: url(../img/il_comment2.jpg) no-repeat;
  background-size: contain;
  left: auto;
  right: -32px;
}
.content .items {
  background: #f4f480;
  padding: 40px 0 10px;
  text-align: center;
}
.content .items h3 {
  font-size: 2.6rem;
  font-family: "Clarimo UD PE Bold",sans-serif;
  margin-bottom: 40px;
}
.content .items ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 0 0 40px;
}
.content .items li dt {
  width: 245px;
}
.content .items li dd {
  padding-top: 15px;
  display: flex;
  justify-content: center;
}
.content .items li dd p {
  position: relative;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.09;
}
.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;
  bottom: -0.7em;
}
.end {
  position: relative;
  overflow: hidden;
  background-color: #75bcbc;
}
.end .inner {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  line-height: 1.75;
  background-color: initial;
  color: #fff;
  font-family: "Clarimo UD PE Bold",sans-serif;
  padding-top: 75px;
  position: relative;
  z-index: 1;
  max-width: 490px;
  margin: 0 auto;
}
.end .petal {
  z-index: 0;
}
.content .items2 {
  background-color: #fff;
}
.content .items2 ul {
  flex-wrap: wrap;
}
.content .items2 li {
  max-width: 330px;
}
.content .items2 li p {
  position: relative;
}
.content .items2 li p::after {
  content: '';
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 9px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.content .items2 li div {
  margin-top: 15px;
}
.content .items2 li div dl {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #f3f380;
}
.content .items2 li div dl dt {
  font-size: 1.4rem;
  line-height: 1.2;
  width: 100px;
  height: 48px;
  background-color: #f3f380;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .items2 li div dl dd {
  padding: 0 0 0 5px;
}
.content .items2 li div img {
  height: 42px;
  padding: 0 7px;
}
.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: 88px;
}
.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 {
  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;
  }
}
@media screen and (min-width: 641px) {
  ul[role="lineup"] {
    justify-content: center;
  }
  .yodogawa .btn_shopping {
    z-index: 1;
    position: relative;
  }  
  .content .items.smaller li dt {
    width: 200px;
  }
  .content .inner .try .title2::before {
    background: url(../img/img_sakura2.svg) no-repeat;
    background-size: contain;
    width: 110px;
    height: 142px;
    top: 50px;
    right: 0;
  }
}
@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:nth-of-type(1) {
    background: url(../img/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .top .mv p {
    width: 93.698vw;
    bottom: 2vw;
    top: auto;
    right: 3vw;
  }
  .top .mv .parapara {
    width: 73.866vw;
    top: 13.5vw;
    left: 50%;
  }
  .top .mv::after {
    display: none;
  }
  .top .mv .text3 {
    width: 93.2vw;
    top: 4.8vw;
    left: 3vw;
  }
  .yodogawa .parapara {
    width: 88.5%;
    height: auto;
    margin: 0 auto 30vw;
  }
}
@media screen and (max-width: 640px) {
  #bg {
    background-image: url(../../img/bg_sp.jpg);
    background-size: cover;
  }  
  .contents::after {
    background: url(../../img/illust_bottom_sp.png) repeat-x;
    background-size: 95.78vw 29.33vw;
    height: 29.33vw;
  }
  .yodogawa{
    padding: 10px 0 50px;
    font-size: 1.5rem;
    line-height: 2.33;
    border-bottom: none;
  }
  .yodogawa div.text {
    font-size: 4.2vw;
    line-height: 1.41;
    padding: 20px 0 30px;
  }
  .index .title_index {
    margin: 50px auto 0;
  }
  .index .title_index img {
    margin: -15vw 0 -7.1vw;
  }
  .index .title_index::after {
    height: 60px;
    top: -59px;
  }
  .index .list h3 {
    padding: 5vw 0;
  }
  .index .list ul {
    margin: 0 20px ;
  }
  .index .list ul li dl {
    display: block;
    padding: 20px;
  }
  .index .list ul li dl dt {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
    padding-bottom: 15px;
  }
  .index .list ul li dl dt h4 {
    font-size: 1.2rem;
    line-height: 1.44;
  }
  .index .list ul li dl dt h4 span {
    font-size: 2rem;
    display: block;
  }
  .index .list ul li dl dt p img {
    width: 72px;
  }
  .index .list ul li dl dd {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .index .list .level {
    padding: 20px 0;
  }
  .contents h2.title_content {
    height: 22vw;
    z-index: 1;
  }
  .contents h2.title_content::after {
    height: 60px;
    top: -59px;
  }
  .contents h2.title_content img {
    margin: -4.2vw 0 0;
  }
  .content .inner .text1 > p:nth-of-type(1) {
    width: 38vw;
    left: 2.5vw;
  }
  .content .inner .text1 > p:nth-of-type(2) {
    width: 32.33vw;
    right: 0;
  }
  .content .inner .text1 > div {
    font-size: 1.8rem;
    line-height: 1.27;
    padding: 7vw 0 20vw;
  }
  .content .inner .try .title {
    gap: 0;
  }
  .content .inner .try .title::before {
    background: url(../img/img_sakura_sp.png) no-repeat;
    background-size: contain;
    width: 10.8vw;
    height: 26vw;
    top: 9vw;
    right: 2vw;
  }
  .content .inner .try > .parapara {
    height: 0;
    padding: 100% 0 0;
  }  
  .content .inner .try .title dt {
    width: 33vw;
  }
  .content .inner .try .title dd {
    font-size: 1.7rem;
    width: 60vw;
    padding-bottom: 20px;
  }
  .content .inner .try .title dd.line2 {
    padding-bottom: 30px;
  }
  .content .inner .try .zoom {
    width: 88.5%;
  }
  .content .inner .comment {
    padding: 0 0 20px;
    margin-top: -20px;
  }
  .content .inner .comment dl {
    display: block;
  }
  .content .inner .comment dl.chara {
    margin-top: 20px;
  }
  .content .inner .comment dl dt {
    width: 100%;
    display: flex;
    padding-bottom: 30px;
    gap: 1em;
    align-items: flex-end;
  }
  .content .inner .comment dl.chara dt {
    gap: 0;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .content .inner .comment dl dt p {
    width: 90px;
  }
  .content .inner .comment dl dd {
    margin: 0 auto;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 20px;
  }
  .content .inner .comment dl dd span {
    font-size: 1.4rem;
  }
  .content .inner .comment dl dd::after {
    background: url(../img/il_comment1_sp.jpg) no-repeat;
    background-size: contain;
    width: 35px;
    height: 21px;
    top: -21px;
    left: 20px;
  }
  .content .inner .comment dl.chara dd::after {
    background: url(../img/il_comment2_sp.jpg) no-repeat;
    background-size: contain;
    width: 35px;
    height: 21px;
    top: -21px;
    left: auto;
    right: 20px;
  }
  .content .items h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .content .inner .text {
    width: 88.5%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .content .items ul {
    gap: 15px;
    padding: 0 6% 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content .items ul li {
    width: calc((100% - 15px)/2);
  }
  .content .items li dt {
    width: 100%;
  }
  .content .items li dd p {
    padding-top: 10px;
    font-size: 1.5rem;
  }
  .content .items li dd {
    display: block;
  }
  .content .items li dd p::after {
    bottom: -1em;
  }
  .content {
    padding-top: 120px;
    margin-top: 0;
  }
  .content .items {
    padding: 30px 0 0;
  }
  .end .inner {
    padding: 35px 6% 0;
    font-size: 1.8rem;
  }
  .content .items2 ul li {
    width: 100%;
    margin: 0 auto 10px;
  }
  .content .items2 li dd {
    display: flex;
  }
  .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: -10vw 0 2vw -5vw;
    column-gap: 3vw;
  }
  .bonus .title p {
    width: 29.82vw;
  }
  .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 6.14vw 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;
  }
}