@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-11-17 17:22:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-12px) rotate(-6deg);
            transform: translateX(-12px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(8px) rotate(6deg);
            transform: translateX(8px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-8px) rotate(-3.6deg);
            transform: translateX(-8px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(5px) rotate(2.4deg);
            transform: translateX(5px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-1.2deg);
            transform: translateX(-3px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-12px) rotate(-6deg);
            transform: translateX(-12px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(8px) rotate(6deg);
            transform: translateX(8px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-8px) rotate(-3.6deg);
            transform: translateX(-8px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(5px) rotate(2.4deg);
            transform: translateX(5px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-1.2deg);
            transform: translateX(-3px) rotate(-1.2deg);
  }
}

.wobble-hor-bottom {
	-webkit-animation: wobble-hor-bottom 1.2s ease-in infinite both;
	        animation: wobble-hor-bottom 1.2s ease-in infinite both;
}
.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: "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 {
  background: url(../img/mv.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
	position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top .mv p {
	position: absolute;
}
.top .mv p:nth-of-type(1) {
  width: 5.78vw;
  top: 27px;
  left: 8vw;
}
.top .mv p:nth-of-type(2) {
  width: 20.585vw;
  top: 28px;
  right: 6vw;
}.top .mv p:nth-of-type(3) {
  width: 49.453vw;
  bottom: 3.5vw;
    left: 6vw;
}
.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: 10px 0 40px;
  text-align: left;
  position: relative;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .flex {
  max-width: 1280px;
  margin: 0 auto;
}
.yodogawa p {
  width: 377px;
}
.yodogawa .btn_shopping a {
  display: inline-block;
}
.tt_about .parapara1 {
  width: 710px;
  height: 415px;
  margin: 60px auto 35px;
}
.tt_about .parapara2 {
  width: 670px;
  height: 175px;
  margin: 0 auto 35px;
}
.tt_about .text {
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.tt_about .text span {
  font-size: 2.6rem;
  background-color: #ffffa4;
}
.tt_newchara {
  max-width: 840px;
  margin: 0 auto;
  border-top: 3px solid #333333;
  padding-bottom: 50px;
}
.tt_newchara h2 {
  width: 557px;
  margin: 55px auto 10px;
}
.tt_newchara .parapara {
  width: 749px;
  height: 679px;
  margin: 50px auto -105px;
  z-index: -1;
}
.tt_newchara a {
  color: #ff807c;
  display: inline;
}
.tt_newchara .text {
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.index {
  max-width: 840px;
  margin: 0 auto;
}
.index .title_index {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  position: relative;
  background-color: #800215;
  color: #ffffff;
  font-size: 4rem;
  padding: 0;
  max-width: 840px;
  width: 100%;
  height: 60px;
  margin: 100px auto 0;
  z-index: -1;
}
.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: #800215;
  z-index: -1;
}
.index .title_index .parapara {
  width: 420px;
  height: 100px;
  margin-top: -40px;
}
.index li:nth-of-type(n + 2) {
  border-top: 2px solid #800215;
}
.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;
}
.contents h2, .contents .title_items{
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  position: relative;
}
.contents h2.title_content {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  position: relative;
  background-color: #800215;
  color: #ffffff;
  font-size: 4rem;
  padding: 0 0 5px;
  max-width: 840px;
  width: 100%;
  height: 95px;
  margin: 0 auto;
}
.contents h2.title_content i {
  margin-top: -40px;
}
.contents h2.title_content i img {
  height: 128px;
}

.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: #800215;
  z-index: -1;
}
.contents h2.title_content span {
  margin-top: -50px;
}
.content {
  padding-top: 65px;
  margin-top: 100px;
}
.content .inner {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
}
.content .inner.top {
  margin-top: 60px;
}
.content .inner .text {
  font-size: 2rem;
  display: flex;
  justify-content: center;
  padding: 30px 0 60px;
}
.content .inner .text1 {
  font-size: 1.8rem;
  padding: 25px 0 50px;
}
#content2.content .inner .text2 {
  position: relative;
}
#content2.content .inner .text2 div {
  max-width: 690px;
  width: 88.8%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
#content2.content .inner .text2::before {
  content: '';
  display: block;
  background: url(../img/border.svg) repeat-x;
  background-size: cover;
  width: 840px;
  height: 3px;
  position: absolute;
}
#content2.content .inner .text2 p {
  width: 88px;
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.content h3.title_category {
  font-size: 3.1rem;
  color: #fff;
  text-align: center;
  background-color: #800215;
  line-height: 1.94;
}
.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 > div {
  width: 50%;
}
.content .point ul li > div:last-of-type{
  padding-left: 35px;
  margin-top: -20px;
}
.content .point ul li .title {
  font-size: 2rem;
  color: #800215;
}
.content .point ul li .title span {
  background-color: #ffffa4;
}
.content .point ul li .about {
  color: #333333;
  padding-top: 1em;
}
.content .point ul li .about p {
  color: #666666;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
}
.content .title_point img {
  width: 163px;
}
.content > .items {
  background-color: #ffffa4;
  padding-bottom: 50px;
}
.contents .title_items {
  background-color: #ffffa4;
  height: 110px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0% ;
  margin-top: 140px;
}
.contents .title_items > div {
  position: absolute;
  margin-left: 760px;
  margin-top: -50px;
}
.contents .title_items2 > div {
  margin-left: -410px;
  margin-top: -40px;
  z-index: 1;
}
.contents .title_items3 > div {
  margin-left: -540px;
  margin-top: -50px;
  z-index: 1;
}
.contents .title_items > div img.comment {
  max-width: initial;
  position: absolute;
  top: -35px;
  left: -80px;
  z-index: -1;
}
.contents .title_items3 > div img.comment {
  left: 45px;
  top: -15px;
}
.contents .title_items > div img.chara {
  width: 156px;
}
.contents .title_items > div img.chara2 {
  width: 233px;
}
.contents .title_items2 > div img.comment {
  left: 15px;
  top: -15px;
}
.content > .items p {
  max-width: 1200px;
  margin: 0 auto;
}
.content > .items .items_link {
  background: #ffffff;
  border-radius: 40px;
  max-width: 840px;
  margin: 20px auto 0;
  padding: 30px 40px 10px;
  display: flex;
  flex-wrap: wrap;
}
.content > .items .items_link a {
  display: block;
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  margin-bottom: 1.5em;
}
.content > .items .items_link a:last-of-type {
  margin-bottom: .8em;
}
.content > .items .items_link a::after {
  content: '';
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 20.53px;
  height: 7px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.content > .items .items_link dt {
  border-right: 1px solid #800215;
  padding: 0 .5em 0 0;
  margin-right: .5em;
}
.content > .items .items_link dt span {
  width: 26px;
  height: 26px;
  font-size: 1.68rem;
  border-radius: 50%;
  background-color: #800215;
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.content > .items.items2 .items_link dd {
  padding: 20px 0 0 65px;
}
.content > .items .items_link dl {
  display: flex;
  width: 235px;
  margin-bottom: 20px;
}
.content > .items.items2 .items_link {
  background: initial;
  margin: 0 auto;
  justify-content: center;
}
.content > .items.items2-1 .items_link {
  justify-content: start;
  gap: 20px 10px;
  max-width: 620px;
  padding: 0;
}
.content > .items.items2 .items_link dl {
  width: 300px;
  display: block;
}
.content > .items.items2-1 .items_link dl {
  width: 200px;
  display: block;
}
.content > .items.items2-1 .items_link a::after {
  bottom: 10px;
  left: auto;
  right: 0;
}
.content > .items.items2-1 .items_link a:last-of-type {
  margin-bottom: 1.5em;
}
.content > .items.items2 .items_link dt {
  border-right:none;
  padding: 0;
  margin-right: 0;
}
.content .items ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 30px 0;
  flex-wrap: wrap;
}
.content .items ul li {
  width: 200px;
  position: relative;
}
.content .items.liner ul {
  padding: 30px 0 0;

}
.content .items.liner ul li {
  width: 430px;
}
.content .items.liner dd {
  padding: 20px 0 0;
  text-align: center;
}
.content .items.liner li dl::after {
  bottom: 8px;
  right: 130px;
}
.content .items.items1 dd {
  padding: 20px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}
.content .items.items1-4 dd {
  padding: 20px 0 0 20px;
}
.content .items li dl {
  position: relative;
  text-align: center;
}
.content .items li dl::after {
  content: '';
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 20.53px;
  height: 7px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.content .items.items1-1 li dl::after {
  bottom: 5px;
  right: -16px;
}
.content .items li dl.line1::after {
  display: none;
}
.content .items li dl.line1 dd {
  position: relative;
  display: inline-block;
}
.content .items li dl.line1 dd::after {
  content: '';
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 20.53px;
  height: 7px;
  position: absolute;
  bottom: 7px;
  right: -25px;
}
.link_category {
  text-align: center;
  margin-top: 50px;
}
#content2.content .items.items1-1 dd {
  padding: 20px 0 0 0;
}
#content2.content .items.items1-1 li dl::after {
  right: 4px;
}
#content3.content .items.items1-1 ul li {
  width: 444px;
}
#content3.content .items.items1-1 dd {
  text-align: center;
}
#content3.content .items.items1-1 li dl::after {
  right: 114px;
}
#content3.content .memo {
  padding: 130px 0 45px;
  position: relative;
}
#content3.content .memo div {
  max-width: 694px;
  margin: 0 auto;
}
#content3.content .memo .chara {
  position: absolute;
  top: 24px;
  left: 90px;
  z-index: 0;
}
#content3.content .memo2 .chara {
  top: 17px;
}
#content3.content .memo p {
  z-index: 1;
  position: relative;
}
#content3.content .items.items1-2 ul li {
  width: 280px;
}
#content3.content .items.items1-2 li dl::after {
  right: 30px;
}
.content .memo::before {
  content: '';
  display: block;
  background: url(../img/border.svg) repeat-x;
  background-size: cover;
  width: 840px;
  height: 3px;
  position: absolute;
  top: -1.5px;
}
.contents .title_items.title_items4 > div {
  margin-left: 490px;
  margin-top: -110px;
}
.contents .title_items.title_items4 > div img.comment {
  top: 30px;
  left: -285px;
  z-index: 1;
}
.contents .title_items.title_items4 > div img.chara {
  width: 200px;
}
#content4.content .items li dl::after {
  bottom: 5px;
  right: 48px;
}
#content4.content .items.items1-3 li dl::after {
  right: 32px;
}
#content4.content > .items p {
  max-width: 840px;
}
.link_category p:nth-of-type(n + 2) {
  padding-top: 30px;
}
.link_category a {
  display: inline-block;
}
.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{
  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;
  }  
  .content > .items .items_link dl:nth-of-type(2),
  .content > .items .items_link dl:nth-of-type(5),
  .content > .items .items_link dl:nth-of-type(8){
    width: 260px;
  }
  .content > .items .items_link dl:nth-of-type(3n) {
    width: 245px;
  }  
}
@media screen and (min-width: 1024px){
  .yodogawa .btn_shopping {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1024px){
  .yodogawa .btn_shopping {
      margin-top: 0
  }
}
@media screen and (max-width: 835px) {
  .top .mv .img {
    background: url(../img/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .top .mv {
    height: 0;
    padding-top: 130.6%;
    border-top: 1.2vw solid;
    border-bottom: 1.4vw solid;
  }
  .top .mv p:nth-of-type(1) {
    width: 12.352vw;
    top: 4vw;
    left: 6vw;
  }
  .top .mv p:nth-of-type(2) {
    width: 34.666vw;
    top: 4vw;
    right: 4vw;
  }
  .top .mv p:nth-of-type(3) {
    width: 90.8vw;
    bottom: 15vw;
    left: 4.6vw;
  }
  .top .mv::after {
    display: none;
  }
  .contents .title_items > div {
    margin-left: 440px;
  }
  .index li:last-of-type img {
    border-radius: 0;
  }
  .content > .items .items_link {
    border-radius: 0;
  }
  .contents .title_items > div {
    margin-left: -440px;
  }
  .contents .title_items2 > div {
    margin-left: -440px;
  }
  .contents .title_items3 > div {
    margin-left: -580px;
  }
}
@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;
  }
  .yodogawa p {
    display: none;
  }
  .yodogawa .spOnly img {
    width: 93vw;
    margin: 5px auto 0;
  }
  .yodogawa div.text {
    font-size: 4.2vw;
    line-height: 1.41;
    padding: 20px 0 30px;
  }
  .tt_about .parapara1 {
    width: 92.533vw;
    height: 65.866vw;
    margin: 30px auto 20px;
  }
  .tt_about .parapara2 {
    width: 90.666vw;
    height: 29.866vw;
    margin: 0 auto 20px;
  }
  .tt_about .text, .tt_newchara .text {
    width: 89%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .tt_about .text span, .tt_newchara .text span{
    font-size: 1.8rem;
  }
  .tt_newchara {
    padding-bottom: 0;
  }
  .tt_newchara h2 {
    max-width: 345px;
    margin: 35px auto 10px;
  }
  .tt_newchara .parapara {
    width: 100vw;
    height: 73.333vw;
    margin: 30px auto 5vw;
  }
  .index .title_index {
    height: 40px;
  }
  .index .title_index::after {
    height: 40px;
    top: -39px;
  }
  .index .title_index .parapara {
    width: 264px;
    height: 62px;
    margin-top: -23px;
  }
  .content {
    padding-top: 60px;
    margin-top: 20px;
  }
  .contents h2.title_content::after {
    height: 30px;
    top: -29px;
  }
  .contents h2.title_content i {
    margin-top: -20px;
    margin-right: 5px;
  }
  .contents h2.title_content i img {
    height: auto;
    width: 50px;
  }
  .contents h2.title_content {
    font-size: 2rem;
    height: 45px;
  }
  .contents h2.title_content span {
    margin-top: -25px;
  }
  .content > .items {
    margin-top: 0;
    padding-bottom: 25px;
  }
  .content .inner .text {
    width: 88%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 20px 0 30px;
  }
  #content2.content .inner .text2 div {
    padding: 25px 0;
  }
  #content2.content .inner .text2 p {
    width: 17.5vw;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 10vw;
    right: 7vw;
  }
  .content h3.title_category {
    font-size: 1.8rem;
  }
  .content .items ul {
    display: flex;
    padding: 20px 5.33vw;
    gap: 2.66vw;
  }
  .content .items.items1 ul {
    align-items: flex-end; 
  }
  .content .items ul li {
    width: calc(50% - 1.33vw);
    padding-top: 10px;
  }
  .content .items li:first-of-type::after {
    width: calc(33% - 1.33vw);
  }
  .content .items.items1 ul li:first-of-type {
    width: calc(50% - 1.33vw);
  }
  .content .items.items1 ul li:first-of-type a {
    width: 100%;
  }
  .content .items ul.pyramid li:first-of-type {
    width: 100%;
    padding-top: 0;
  }
  .content .items ul.pyramid li:first-of-type a {
    width: calc(50% - 1.33vw);
    margin: 0 auto;
  }
  .content .items li::after {
    bottom: -15px;
  }
  .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;
    padding: 10px 0 30px;
  }
  .content .point ul li .about p {
    padding-top: .5em;
  }
  .contents .title_items {
    height: 60px;
    border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
    margin-top: 65px;
  }
  .contents .title_items picture {
    padding-top: 30px;
  }
  .contents .title_items > div {
    margin-left: -60px;
    margin-top: -60px;
  }
  .contents .title_items > div img.comment {
    top: 8px;
    left: -24px;
    z-index: 1;
  }
  .contents .title_items > div img.chara {
    width: 160px;
    margin-left: -95px;
    margin-top: -5px;
  }
  .contents .title_items2 > div {
    margin-left: -270px;
    margin-top: 50px;
  }
  .contents .title_items2 > div img.comment {
    top: -66px;
    left: 6px;
    z-index: 1;
  }
  .contents .title_items2 > div img.chara {
    width: 80px;
    margin-left: 0;
    margin-top: -55px;
  }
  .contents .title_items3 {
    margin-top: 85px;
  }
  .contents .title_items3 > div img.chara2 {
    width: 106px;
  }
  .contents .title_items3 > div {
    margin-left: -180px;
    margin-top: -80px;
  }
  .contents .title_items3 > div img.comment {
    top: -19px;
    left: -5px;
  }
  .content > .items .items_link {
    margin: 0 auto;
    width: 88%;
    padding: 10px 15px 15px;
  }
  .content > .items .items_link dl {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .content > .items .items_link dt {
    border-right: none;
    border-bottom: 1px solid #800215;
    padding: 0 0 0.5em 0;
    margin: 0;
  }
  .content .items dd {
    font-size: 1.4rem;
    padding: 0.5em 0 0 0;
    display: flex;
    margin-bottom: .5em;
  }
  .content .items li dl::after {
    bottom: -10px;
  }
  .content .items.items1 dd {
    padding: 20px 0 0 0;
  }
  .content > .items .items_link a {
    width: 50%;
  }
  .content > .items .items_link a {
    margin-bottom: 0;
  }
  .content > .items .items_link a:last-of-type {
    margin-bottom: 0;
  }
  .content > .items .items_link a::after {
    position: relative;
    bottom: 0;
  }
  .content .inner.top {
    margin-top: 0;
  }
  .content .items.liner ul li:first-of-type a {
    width: 225px;
  }
  .content > .items.items2 .items_link {
    padding: 0;
    gap: 10px;
  }
  .content > .items.items2 .items_link dl {
    width: calc((100% - 10px)/2);
  }
  .content > .items.items2 .items_link dt {
    border-bottom: none;
  }
  .content > .items.items2 .items_link dd {
    padding: 15px 0 0 0;
  }
  .content > .items.items2 .items_link dd {
    display: block;
  }
  .content > .items.items2 .items_link a {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .content > .items.items2-1 .items_link a {
    width: calc((100% - 10px)/2);
  }
  .content > .items.items2-1 .items_link dl {
    width: 100%;
  }
  .content > .items.items2-1 .items_link a::after {
    position: absolute;
    bottom: 0;
  }
  .link_category {
    margin-top: 30px;
  }
  .link_category a {
    display: inline-block;
  }
  .link_category p {
    line-height: 0;
  }
  .link_category p:nth-of-type(n + 2) {
    padding-top: 20px;
  }
  .content .memo::before {
    width: 110vw;
    margin-left: -8vw;
  }
  #content3.content .memo {
    max-width: 353px;
    margin: 0 auto;
    padding: 100px 0 30px;
  }
  #content3.content .memo .chara {
    top: 20px;
    left: 0;
  }
  #content3.content .memo2 {
    max-width: 330px;
    padding: 160px 0 30px;
  }
  .contents .title_items.title_items4 > div {
    margin-left: -250px;
    margin-top: -50px;
  }
  .contents .title_items.title_items4 > div img.chara {
    width: 83px;
    margin-left: 0;
    margin-top: 0;
  }
  .contents .title_items.title_items4 > div img.comment {
    top: 5px;
    left: 80px;
  }
  .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.2rem;
    padding-top: 50px;
  }
  .nav {
    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: "この記事をシェアする";
  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;
  }
}