@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%;
}
/* ===============================================================================
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;
} */

/* ----------------------------------------------
 * Generated by Animista on 2022-8-1 15:15:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-lr
 * ----------------------------------------
 */
 @-webkit-keyframes shake-lr {
  33.1%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  3.3% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  6.6%,
  13.2%,
  19.8% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  9.9%,
  16.5%,
  23.1% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  26.3% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  29.7% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  33.1%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  3.3% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  6.6%,
  13.2%,
  19.8% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  9.9%,
  16.5%,
  23.1% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  26.3% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  29.7% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

.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;
  }
}
.parapara5 {
  height: 420px;
  background: url(../img/contents2_img2.jpg) no-repeat;
  background-size: auto 100%;
  animation: parapara5 3.0s steps(5) infinite;
}
@keyframes parapara5 {
  to {
    background-position: -2100px 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: "Aoto Gothic Bold",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;
  z-index: 2;
  visibility: visible;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-4-24 11:1:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/**
 * ----------------------------------------
 * animation shake-lr
 * ----------------------------------------
 */
 @-webkit-keyframes shake-lr {
  33.1%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  3.3% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  6.6%,
  13.2%,
  19.8% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  9.9%,
  16.5%,
  23.1% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  26.3% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  29.7% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  33.1%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  3.3% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  6.6%,
  13.2%,
  19.8% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  9.9%,
  16.5%,
  23.1% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  26.3% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  29.7% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
.top .mv p {
	position: absolute;
  z-index: 3;
}
.top .mv p:nth-of-type(1) {
  width: 18.4vw;
  top: 6.5vw;
  left: 8.54vw;
  -webkit-animation: shake-bottom 2.3s linear 2s infinite ;
	        animation: shake-bottom 2.3s linear 2s infinite ;
}
.top .mv p:nth-of-type(2) {
  width: 21.328vw;
  top: 13.8vw;
  left: 4.5vw;
}
.top .mv p:nth-of-type(3) {
  width: 37.1vw;
    bottom: 2vw;
    left: 4vw;
}
.top .mv p img {
  width: 100%;
}
.yodogawa{
  font-family: "Aoto Gothic Bold",sans-serif;
  padding: 50px 0 60px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 3px solid #333333;
}
.yodogawa div.text {
  max-width: 23em;
  width: 88%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: left;
  position: relative;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .flex {
  max-width: 1040px;
  margin: 0 auto;
}
.yodogawa .stamp1 {
  width: 311px;
  position: relative;
}
.yodogawa .stamp2 {
  width: 223px;
  position: relative;
}
@-webkit-keyframes dance {
  0% { 
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  } 

  50% { 
    -webkit-transform: rotate(0);
            transform: rotate(0);
  } 

  100% { 
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  } 
}
@keyframes dance { 
  0% { 
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  } 

  50% { 
    -webkit-transform: rotate(0);
            transform: rotate(0);
  } 

  100% { 
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  } 
}
.yodogawa .stamp p {
  position: absolute;
  -webkit-animation: dance 1s steps(1) infinite;
  animation: dance 1s steps(1) infinite; 
  /* -webkit-animation: shake-lr 4.5s linear infinite;
  animation: shake-lr 4.5s linear infinite; */
}
.yodogawa .stamp1 p:nth-of-type(1) {
  width: 161px;
  top: 0px;
  right: 50px;
}
.yodogawa .stamp1 p:nth-of-type(2) {
  width: 61px;
  top: 306px;
  right: 152px;
  animation-delay: .3s;
}
.yodogawa .stamp2 p:nth-of-type(1) {
  width: 103px;
  top: 108px;
  right: 0;
}
.yodogawa .stamp2 p:nth-of-type(2) {
  width: 126px;
  bottom: 0;
  left: 0;
  animation-delay: .2s;
}

.yodogawa .btn_shopping a {
  display: inline-block;
}
.index {
  max-width: 840px;
  margin: 0 auto;
}
.index .title_index {
  margin: 75px auto 0;
  z-index: -1;
}
.index ul {
  background-color: #fff;
}
.index ul li:nth-of-type(n + 2):before {
  content: '';
  display: block;
  background: url(../img/border.svg) no-repeat;
  width: 100%;
  height: 3px;
}
.index li:last-of-type img {
  border-radius: 0 0 33px 33px;
}
.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;
}
.content {
  padding-top: 65px;
  margin-top: 200px;
  position: relative;
}
.contents .title_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #67bcd7;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: .04em;
  max-width: 840px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}
.contents .title_content h2 {
  margin-top: -80px;
}
.contents .title_content h2 span {
  font-size: 3rem;
  display: block;
}
.contents .title_content::before {
  content: '';
  display: block;
  width: 100%;
  height: 140px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  position: absolute;
  top: -139px;
  background-color: #67bcd7;
  z-index: -1;
}
.contents .title_content::after {
  content: '';
  display: block;
  background: url(../img/title_bottom.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: -32px;
}
.content::before {
  content: '';
  display: block;
  background: url(../img/no1.png) no-repeat;
  background-size: contain;
  width: 156px;
  height: 153px;
  position: absolute;
  top: -145px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#content2.content::before {
  background: url(../img/no2.png) no-repeat;
  background-size: contain;
}
#content3.content::before {
  background: url(../img/no3.png) no-repeat;
  background-size: contain;
}
#content4.content::before {
  background: url(../img/no4.png) no-repeat;
  background-size: contain;
}

.content .inner {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
}
#content1.content .inner, #content1.content .inner .text1 {
  background-color: #005f63;
}
#content2.content .inner, #content2.content .inner .text1 {
  background-color: #8aa2d0;
}
#content3.content .inner, #content3.content .inner .text1 {
  background-color: #1b4480;
}
#content4.content .inner, #content4.content .inner .text1 {
  background-color: #c07c28;
}
.content1-1 {
  background-color: #94a47c !important;
} 
.content2-1 {
  background-color: #e77c3c !important;
}
.content3-1 {
  background-color: #ffab96 !important;
}
.content3-2 {
  background-color: #0f9f71 !important;
}
.content4-1 {
  background-color: #e77c3c !important;
}
.content .inner.top {
  margin-top: 60px;
}
.content .inner .text {
  font-size: 2rem;
  line-height: 1.74;
  letter-spacing: .04em;
  display: flex;
  justify-content: center;
  padding: 65px 0 40px;
  color: #67bcd7;
  text-align: center;
  background-color: #fff;
}
.content .inner .text1 {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .02em;
  padding: 40px 0 50px;
  color: #fff;
}

.content .img {
  width: 100%;
  margin: 0 auto;
}
.content h3 {
  font-size: 3.1rem;
  text-align: center;
  color: #fff;
  padding: 17px 0;
}
.content h3 span {
  font-size: 18px;
  vertical-align: 4px;
  padding-right: 1em;
}
.content .desc {
  background-color: #fff;
}
.content .desc .title {
  text-align: right;
  padding-top: 45px;
  padding-right: 88px;
  position: relative;
  z-index: 1;
}
.content .desc .title img {
  height: 140px;
  display: inline-block;
}
.content .desc .img {
  width: 650px;
  filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.17));
  padding: 14px;
  background-color: #fff;
}
#content3.content .desc .img {
  max-width: 699px;
  width: 100%;
  filter: none;
  margin-top: -10px;
  margin-bottom: -20px;
}
.content .desc .text {
  text-align: left;
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.33;
  letter-spacing: .02em;
  padding: 40px 0 25px;
}
.content .btn_shopping {
  text-align: center;
  padding: 0 0 80px;
}
.content .btn_shopping img {
  margin: 0 auto;
}
.content .desc .btn_shopping {
  padding-top: 25px;
}
.content .title_shopping {
  text-align: center;
  padding-bottom: 25px;
}
.content .title_shopping img {
  margin: 0 auto;
}
#content4.content .btn_shopping a:first-of-type {
  padding-right: 30px;
}
.content .title_shopping + .btn_shopping a {
  display: inline-block;
}
.items .title_items {
  background-color: #ffffa2;
  height: 110px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  margin-top: 140px;
  text-align: center;
}
.items .title_items h2 {
  padding-top: 70px;
}
.items .title_items h2 img {
  margin:  0 auto;
}
.items .size {
  padding-top: 130px;
  background-color: #ffffa2;
}
.items .list {
  background-color: #fff;
}
.items .list dl {
  display: flex;
  gap: 5px;
  padding-bottom: 20px;
}
.items .list dl dt {
  color: #fff;
  font-size: 1.6rem;
  background-color: #67bcd7;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.items .list dl dd {
  font-size: 1.4rem;
}
.items p {
  color: #67bcd7;
  font-size: 1.4rem;
  text-align: right;
  padding: 40px 70px 40px 0;
  background-color: #fff;
}
.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: 70px;
}
.bonus .title p {
  width: 114px;
  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{
  font-family: "Aoto Gothic DemiBold",sans-serif;
  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 .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;
}
.message .parapara {
  width: 495px;
  height: 364px;
  margin: 50px auto 0;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  #container {
    min-width: 1000px;
  }
  .content .text {
    white-space: nowrap;
  }
}
@media screen and (min-width: 641px) {
  ul[role="lineup"] {
    justify-content: center;
  }
  .yodogawa .btn_shopping {
    z-index: 1;
    position: relative;
  }  
  .items .list .wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0 10px;
  }  
}
@media screen and (min-width: 1024px){
  .yodogawa .btn_shopping {
    margin-top: -110px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px){
  .yodogawa .btn_shopping {
      margin-top: 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:nth-of-type(1) {
    width: 31.84vw;
    top: 3vw;
    left: 16.6vw;
  }
  .top .mv p:nth-of-type(2) {
    width: 68vw;
    top: 15.3vw;
    left: 10.8vw;
  }
  .top .mv p:nth-of-type(3) {
    width: 91.2vw;
    bottom: 1.5vw;
    left: 2vw;
  }
  .top .mv::after {
    display: none;
  }
  .yodogawa .flex .stamp {
    display: none;
  }
  .content .desc .img {
    width: 88%;
    padding: 7px;
  }
  .content .btn_shopping {
    padding: 0 0 40px;
  }
  .content .desc .btn_shopping {
    padding-top: 5px;
  }
  .content .btn_shopping img {
    margin: 0 auto;
  }
}
@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;
    font-size: 1.5rem;
    line-height: 2.33;
    border-bottom: none;
  }
  .yodogawa .stamp {
    width: 88%;
    margin: 0 auto;
    position: relative;
  }
  .yodogawa .stamp2 {
    margin: -10px auto 20px;
  }
  .yodogawa .stamp p:nth-of-type(1) {
    width: 27.4%;
    top: 0;
    right: 0;
    animation-delay: .2s;
  }
  .yodogawa .stamp p:nth-of-type(2) {
    width: 10.33%;
    top: 12vw;
    left: 25.3%;
    right: inherit;
    animation-delay: 0s;
  }
  .yodogawa .stamp2 p:nth-of-type(1) {
    width: 18.91%;
    top: 0;
    left: 23.03%;
    right: initial;
    animation-delay: 0s;
  }
  .yodogawa .stamp2 p:nth-of-type(2) {
    width: 12.5%;
    bottom: 2.13vw;
    right: 0;
    left: initial;
    animation-delay: .4s;
  }
  .yodogawa .stamp img {
    width: initial;
    margin: 0 auto;
  }
  .yodogawa div.text {
    font-size: 4.2vw;
    line-height: 1.41;
    padding: 20px 0 30px;
  }
  .index .title_index {
    margin: 50px auto 0;
  }
  .content {
    padding-top: 60px;
    margin-top: 50px;
  }
  .contents .title_content {
    font-size: 2rem;
    background-color: #75b6b6;
  }
  .contents .title_content::before {
    background-color: #75b6b6;
    height: 60px;
    top: -59px;
  }
  .contents .title_content h2 {
    margin-top: -40px;
  }
  .contents .title_content h2 span {
    font-size: 1.6rem;
  }
  .contents .title_content::after {
    background: url(../img/title_bottom_sp.jpg) no-repeat;
    height: 5.33vw;
    background-size: cover;
    bottom: -5.33vw;
  }
  .content::before {
    top: -35px;
    width: 71px;
    height: 70px;
  }
  .content .inner .text {
    font-size: 1.6rem;
    line-height: 1.31;
    padding: 40px 5.8% 30px;
  }
  .content .inner .text1 {
    font-family: "Aoto Gothic DemiBold",sans-serif;
    padding: 20px 5.8% 30px;
    line-height: 1.375;
  }
  .content h3 {
    font-size: 1.8rem;
    padding: 10px 0 8px;
  }
  .content h3 span {
    display: block;
    font-size: 1.4rem;
    padding-right: 0;
    line-height: 1;
  }
  .content .desc .title img {
    height: 90px;
    max-width: initial;
    margin: 0 auto;
    display: block;
  }
  .content .desc .title {
    padding-top: 20px;
    padding-right: 0;
  }
  #content3.content .desc .img {
    margin-top: -4vw;
    margin-bottom: -10vw;
  }
  .content .inner.top {
    margin-top: 0;
  }
  .items .title_items {
    margin-top: 40px;
    height: 60px;
  }
  .items .title_items h2 {
    padding-top: 30px;
  }
  .items .title_items h2 img {
    margin: 0 auto;
    width: 150px;
  }
  .items .size {
    padding-top: 45px;
  }
  .items .list {
    display: flex;
    justify-content: center;
  }
  .items .list dl {
    gap: 15px;
  }
  .items .list dl dt {
    font-size: 1.48rem;
    width: 25px;
    height: 25px;
  }
  .items p {
    text-align: center;
    font-size: 1.2rem;
    padding: 30px 0 10px;
  }
  .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: 5.5vw;
  }
  .bonus .title p {
    width: 28vw;
  }
  .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.2rem;
    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 .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: "この記事をシェアする";
  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: "この記事をシェアする";
    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;
  }
}