@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%;
}
/* ===============================================================================
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: "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;
  visibility: hidden;
  -webkit-animation: parapara 2s linear infinite 0s forwards;
  animation: parapara 2s linear infinite 0s forwards;
}
.top .mv .img:nth-of-type(1) {
  background: url(../img/mv1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  visibility: visible;
}
.top .mv .img:nth-of-type(2) {
  background: url(../img/mv2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  z-index: 0;
  visibility: hidden;
}
.top .mv p {
	position: absolute;
  z-index: 3;
}
.top .mv p:nth-of-type(1) {
  width: 23.671vw;
  bottom: 3vw;
  left: 4vw;
}
.top .mv p:nth-of-type(2) {
  width: 30.625vw;
  bottom: 7.5vw;
  left: 2vw;
}
.top .mv p:nth-of-type(3) {
  width: 19.68vw;
  bottom: 3vw;
  right: 4vw;
}
.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: 25em;
  width: 88%;
  margin: 0 auto;
  padding: 10px 0 40px 30px;
  text-align: left;
  position: relative;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .flex {
  max-width: 1150px;
  margin: 0 auto;
}
.yodogawa .stamp {
  width: 370px;
  position: relative;
}
.yodogawa .stamp p {
  position: absolute;
  -webkit-animation: shake-lr 4.5s linear infinite;
	        animation: shake-lr 4.5s linear infinite;
}
.yodogawa .stamp1 p:nth-of-type(1) {
  top: 90px;
  right: 80px;
}
.yodogawa .stamp1 p:nth-of-type(2) {
  top: 170px;
  left: 80px;
  animation-delay: .3s;
}
.yodogawa .stamp1 p:nth-of-type(3) {
  top: 350px;
  left: 130px;
  animation-delay: .5s;
}
.yodogawa .stamp2 p:nth-of-type(1) {
  top: 10px;
  left: 70px;
}
.yodogawa .stamp2 p:nth-of-type(2) {
  top: 210px;
  right: 80px;
  animation-delay: .8s;
}
.yodogawa .btn_shopping a {
  display: inline-block;
}
.index {
  max-width: 840px;
  margin: 0 auto;
}
.index .title_index {
  display: flex;
  justify-content: center;
  transform: none;
  position: relative;
  background-color: #6c94b8;
  color: #ffffff;
  margin: 100px auto 0;
  z-index: -1;
}
.index .title_index img {
  margin: -20px 0 30px;
}
.index .title_index::after {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  position: absolute;
  top: -59px;
  background-color: #6c94b8;
  z-index: -1;
}
.index li {
  border-top: 2px solid #ffffff;
}
.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: 100px;
}
.content .inner {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
}
.content .content_title {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.content .content_title p {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-animation: shake-lr 4.5s linear infinite;
  animation: shake-lr 4.5s linear infinite;
}
.content .content_title p img {
  margin: 0 auto;
}
.content .inner.top {
  margin-top: 60px;
}
.content .inner .text {
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  padding: 30px 0 40px;
}
.content .inner .text1 {
  font-size: 1.8rem;
  padding: 30px 0 40px;
}
.content .point ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.content .point ul li.reverse {
  flex-direction: row-reverse;
}
.content .point ul li::before {
  content: '';
  display: block;
  background: url(../img/border.svg) repeat-x;
  background-size: cover;
  width: 840px;
  height: 3px;
  position: absolute;
  top: -1.5px;
}
.content .point ul li:last-of-type::after {
  content: '';
  display: block;
  background: url(../img/border.svg) repeat-x;
  background-size: cover;
  width: 840px;
  height: 3px;
  position: absolute;
  bottom: -1.5px;
}
.content .point ul li > div {
  width: 50%;
}
.content .point ul li > div:last-of-type{
  padding-left: 35px;
  margin-top: -20px;
}
.content .point ul li .point_title {
  font-size: 2rem;
  font-family: "Clarimo UD PE Bold",sans-serif;
  line-height: 1.2;
  color: #e5b366;
  position: relative;
}
.content .point ul li .point_title1 {
  line-height: 2;
}
.content .point ul li .point_title::before {
  content: '';
  display: block;
  background: url(../img/contents1_icon.svg);
  background-size: contain;
  width: 80px;
  height: 76px;
  position: absolute;
  top: -6px;
  left: -10px;
}
.content .point ul li .point_title p {
  padding-left: 55px;
  white-space: nowrap;
}
.content .point ul li .about {
  color: #333333;
  padding-top: 1em;
}
.content .point ul li .flex {
  padding-top: 30px;
  gap: 20px;
}
.content .point ul li .flex p:nth-of-type(2){
  transition-delay: .5s;
}
.content .point ul li .flex p:nth-of-type(3){
  transition-delay: 1s;
}
#content1 .point ul li .flex p:nth-of-type(1){
  padding-top: 50px;
}
#content1 .point ul li .flex p:nth-of-type(3){
  padding-top: 80px;
}
#content1 .point ul li:nth-of-type(3) .flex p:nth-of-type(1) {
  padding-top: 10px;
}
.content .point ul li .flex .delighter {
  transform: none;
  transition: all .1s linear;
}
.content .point ul li:nth-of-type(2) .flex{
  justify-content: center;
}
.content .point ul li:nth-of-type(3) .flex p {
  padding-top: 0;
  padding-left: 140px;
  transition-delay: .5s;
}
#content1 .inner2 .point ul li:nth-of-type(1) .flex p:nth-of-type(1) {
  padding-top: 0;
  padding-left: 240px;
}
#content1 .inner2 .point ul li:nth-of-type(1) .flex p:nth-of-type(1) {
  padding-top: 0;
  padding-left: 240px;
}
.content .point ul li:nth-of-type(2) > div:last-of-type {
  margin-top: 0px;
}
#content1 .inner2 .point ul li:nth-of-type(2) .flex p:nth-of-type(1) {
  padding-top: 70px;
  padding-left: 130px;
}
#content1 .inner2 .point ul li:nth-of-type(2) .flex p:nth-of-type(2) {
  padding-top: 90px;
  padding-left: 0;
}
.content .items ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 50px 0 30px;
  flex-wrap: wrap;
}
.content .items ul li {
  width: 260px;
}
.content .items2 ul li {
  width: 347px;
}
.content .items li dl {
  text-align: center;
}
.content .items li dd {
  padding-top: 40px;
}
.content .items li dd span {
  position: relative;
  text-align: left;
  font-size: 1.8rem;
}
.content .items li dd span::after {
  content: '';
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 20.53px;
  height: 7px;
  position: absolute;
  bottom: 4px;
  right: -30px;
}

.content .img {
  max-width: 680px;
  width: 88%;
  margin: 0 auto;
}
.link_category {
  text-align: center;
  padding: 60px 0 70px;
  position: relative;
}
.link_category p:nth-of-type(n + 2) {
  padding-top: 10px;
}
.link_category a {
  display: inline-block;
}
#content2 .point ul li .point_title {
  color: #a3be80;
}
#content2 .point ul li .point_title::before {
  background: url(../img/contents2_icon.svg);
  background-size: contain;
}
#content2 .content_title p {
  top: -90px;
}
#content2 .point ul li .flex {
  padding-top: 60px;
}
.content .point ul li:nth-of-type(1) > div:last-of-type {
  margin-top: 50px;
}
#content2 .point ul li .flex p:nth-of-type(1) {
  padding-top: 30px;
}
#content2 .point ul li .flex p:nth-of-type(2) {
  padding-top: 0;
}
#content2 .point ul li .flex p:nth-of-type(3) {
  padding-top: 40px;
}
#content2 .point ul li .flex p:nth-of-type(4) {
  padding-top: 10px;
  transition-delay: 1.5s;
}
#content2 .point ul li.comment .flex {
  padding-top: 0px;
  justify-content: end;
  padding-right: 20px;
}
#content2 .point ul li:nth-of-type(3) .flex p {
  padding-left: 240px;
}
#content2 .inner2 .point ul li:last-of-type .flex {
  padding-top: 50px;
  padding-right: 0;
  justify-content: start;
}
#content2 .inner2 .point ul li:last-of-type .flex p {
  padding-left: 0;
}
#content2 .inner2 .point ul li:last-of-type .flex p:last-of-type {
  transition-delay: 1s;
}
.content .point ul li.comment > div:last-of-type {
  margin-top: 40px;
}
.content .point ul li.comment .flex img {
  width: 200px;
}
.point ul li.comment .flex p:nth-of-type(1) {
  padding-top: 0px !important;
}
#content2 .items2 ul li {
  width: 280px;
}
#content2 .items li dd {
  padding-top: 10px;
}
#content2 .inner2 .point ul li .flex {
  padding-top: 50px;
  padding-right: 50px;
  justify-content: end;
}
#content3 .items ul li {
  width: 470px;
}
#content3 .point ul li .point_title {
  color: #e9976a;
}
#content3 .point ul li .point_title::before {
  background: url(../img/contents3_icon.svg) no-repeat;
  background-size: contain;
}
#content3 .point ul li.comment .flex {
  padding-top: 10px;
  margin-left: -15px;
}
#content3 .inner2 .point ul li .flex .delighter {
  transition-delay: .5s;
}
#content3 .inner2 .point ul li .flex {
  justify-content: flex-end;
  padding-top: 40px;
  padding-right: 110px;
}
#content3 .inner3 .point ul li.comment .flex {
  justify-content: end;
  padding-right: 15px;
  padding-top: 0;
}
#content4 .content_title p {
  top: -110px;
}
#content4 .items ul li {
  width: 460px;
}
#content4 > div:nth-of-type(n + 3) {
  padding-top: 50px;
}
#content4 .inner .link_category::before {
  content: '';
  display: block;
  background: url(../img/border.svg) repeat-x;
  background-size: cover;
  width: 840px;
  height: 3px;
  position: absolute;
  top: -1.5px;
}
.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: 100px;
}
.bonus .title p {
  width: 102px;
}
.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 .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;
  }  
}
@media screen and (min-width: 1024px){
  .yodogawa .btn_shopping {
    margin-top: -20px;
  }
  .content .items li dd {
    white-space: nowrap;
  }
}
@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/mv1_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .top .mv .img:nth-of-type(2) {
    background: url(../img/mv2_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .top .mv p:nth-of-type(1) {
    display: none;
  }
  .top .mv p:nth-of-type(2) {
    width: 89.866vw;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .top .mv p:nth-of-type(3) {
    width: 57.333vw;
    bottom: auto;
    top: 4vw;
    right: 3vw;
  }
  .top .mv::after {
    display: none;
  }
  .yodogawa .flex .stamp {
    display: none;
  }
  .index li:last-of-type img {
    border-radius: 0;
  }
  .content .point ul li > div:last-of-type {
    padding-left: 20px;
  }
  .content .point ul li .flex {
    padding-top: 10px;
  }
  .content .point ul li.comment .flex img {
    width: 170px;
  }
  #content2 .inner2 .point ul li .flex {
    padding-top: 20px;
  }
}
@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;
    border-bottom: none;
  }
  .yodogawa .stamp {
    width: auto;
    margin-bottom: 30px;
  }
  .yodogawa .stamp img {
    width: initial;
    margin: 0 auto;
  }
  .yodogawa .stamp p:nth-of-type(1) {
    bottom: 10px;
    left: 10px;
    animation-delay: .3s;
  }
  .yodogawa .stamp p:nth-of-type(2) {
    top: 15px;
    right: 100px;
  }
  .yodogawa .stamp p:nth-of-type(3) {
    bottom: 0;
    right: 30px;
    animation-delay: .5s;
  }
  .yodogawa div.text {
    font-size: 1.8rem;
    line-height: 1.41;
    padding: 20px 0 30px;
  }
  .index .title_index {
    margin: 50px auto 0;
    height: 40px;
  }
  .index .title_index img {
    width: 145px;
    margin: -20px 0 15px;
  }
  .index .title_index::after {
    height: 40px;
    top: -39px;
  }
  .content {
    padding-top: 60px;
    margin-top: 20px;
  }
  .content .content_title p {
    width: 95px;
    margin: 0 auto;
    top: -45px;
  }
  .content .point ul li::before, .content .point ul li:last-of-type::after {
    display: none;
  }
  .content .point ul li .point_title {
    padding-bottom: 1em;
    font-size: 1.8rem;
  }
  .content .point ul li .point_title1 {
    padding-bottom: 0.5em;
    line-height: 2.8;
  }
  .content .point ul li .flex {
    display: none;
  }
  .content > .items {
    margin-top: 0;
    padding-bottom: 25px;
  }
  .content .inner .text {
    width: 88%;
    margin: 0 auto;
    font-size: 1.8rem;
    padding: 20px 0 30px;
  }
  .content h3.title_category img {
    width: 100%;
  }
  .content .items ul {
    display: flex;
    padding: 20px 5.33vw;
    gap: 2.66vw;
  }
  .content .items ul li {
    width: calc(50% - 1.33vw);
    padding-top: 10px;
  }
  .content .items2 ul li {
    width: calc(65% - 1.33vw);
  }
  .content .items li:first-of-type::after {
    width: calc(33% - 1.33vw);
  }
  .content .point ul li {
    display: block;
  }
  .content .point ul li > div {
    width: 88%;
    margin: 0 auto;
  }
  .content .point ul li .title {
    font-size: 1.8rem;
    line-height: 1.1;
    display: flex;
    align-items: end;
    padding: 20px 0 10px;
  }  
  .content .point ul li .title.center {
    align-items: center;
  }
  .content .title_point img {
    width: 108px;
    padding-right: 5px;
  }
  .content .point ul li > div:last-of-type {
    padding-left: 0;
    margin-top: 0 !important;
    padding: 0 0 30px;
  }
  .content .point ul li .about {
    padding-top: .5em;
  }
  .content .point ul li .about p {
    padding-top: .5em;
  }
  .content .items li dd {
    font-size: 1.4rem;
    padding: 0.5em 0 0 0;
    display: flex;
    justify-content: center;
    margin-bottom: .5em;
    padding-top: 20px;
  }
  .content .items li dd span {
    font-size: 1.4rem;
    line-height: 1.14;
    white-space: nowrap;
  }
  .content .items li dd span::after {
    bottom: 5px;
    right: -25px;
  }
  .content .inner.top {
    margin-top: 0;
  }
  .link_category {
    padding: 0 0 40px;
  }
  .link_category a {
    display: inline-block;
  }
  .link_category p {
    line-height: 0;
  }
  #content2 .content_title p {
    top: -50px;
  }
  #content3 .content_title p {
    top: -30px;
  }
  .parapara5 {
    height: 88vw;
    animation: parapara5 3.0s steps(5) infinite;
  }
  @keyframes parapara5 {
    to {
      background-position: -440vw 0;
    }
  }  
  #content2 .items2 ul li {
    width: calc(65% - 1.33vw);
  }
  #content4 .content_title p {
    top: -50px;
  }
  #content4 > div:nth-of-type(n + 3) {
    padding-top: 0;
  }
  #content4 .inner .link_category::before {
    display: none;
  }
  .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: -8vw 0 2vw -5vw;
    column-gap: 15vw;
  }
  .bonus .title p {
    width: 18.5vw;
    margin-bottom: -1vw;
  }
  .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;
  }
  .message .parapara {
    width: 93.333vw;
    height: 68.38vw;
    margin: 30px auto 0;
  }  
}

.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;
  }
}