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

.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 {
  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/mv.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: 35.68vw;
  bottom: .7vw;
  left: 2.4vw;
}
.top .mv p:nth-of-type(2) {
  width: 11.406vw;
  bottom: 1vw;
  right: 2vw;
}
.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: 24em;
  width: 88%;
  margin: 0 auto;
  padding: 10px 0 40px 20px;
  text-align: left;
  position: relative;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .btn_shopping a {
  display: inline-block;
}
.index {
  max-width: 840px;
  margin: 0 auto;
  background-color: #f1e996;
  border-radius: 0 0 33px 33px;
  position: relative;
}
.index .title_index {
  display: flex;
  justify-content: center;
  transform: none;
  position: relative;
  background-color: #f1e996;
  color: #ffffff;
  margin: 180px auto 0;
}
.index .title_index img {
  margin: -20px 0 30px;
}
.index .title_index::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
  position: absolute;
  top: -99px;
  background-color: #f1e996;
  z-index: -1;
}
.index ul {
  max-width: 773px;
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
}
.index .list::before, .index .list::after {
  content: '';
  display: block;
  background: url(../img/border.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 3px;
}
.index li a {
  display: inline-block;
}
.index li img {
  width: 630px;
  margin: 0 auto;
}
.index li:nth-of-type(n + 2) {
  margin-top: -60px;
}
.index li:nth-of-type(2n) {
  text-align: right;
}
.index .index_img {
  max-width: 680px;
  margin: 0 auto;
}
.index::after {
  content: '';
  display: block;
  background: url(../img/ribbon.svg) no-repeat;
  background-size: contain;
  width: 302px;
  height: 111px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content {
  padding-top: 65px;
  margin-top: 100px;
  position: relative;
}
.content .inner {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
}
.contents::after {
  content: '';
  display: block;
  background: url(../../img/illust_bottom.png) repeat-x;
  background-size: 1366px 186px;
  background-position: top center;
  width: 100%;
  height: 186px;
  margin-top: 70px;
}
.contents h2.title_content {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  position: relative;
  background-color: #ffc87b;
  color: #00215e;
  font-size: 4rem;
  letter-spacing: .04em;
  padding: 0 0 5px;
  max-width: 840px;
  width: 100%;
  height: 95px;
  margin: 0 auto;
}
.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: #ffc87b;
  z-index: -1;
}
#content2 h2.title_content,
#content2 h2.title_content::after,
#content2 .set {
  background-color: #00ae5f;
}
#content3 h2.title_content,
#content3 h2.title_content::after,
#content3 .set {
  background-color: #bedeff;
}
#content4 h2.title_content,
#content4 h2.title_content::after,
#content4 .set {
  background-color: #c4b3ff;
}
#content5 h2.title_content,
#content5 h2.title_content::after,
#content5 .set {
  background-color: #ffc6be;
}
#content6 h2.title_content,
#content6 h2.title_content::after,
#content6 .set {
  background-color: #ffde36;
}

.content::after {
  content: '';
  display: block;
  background: url(../img/ribbon.svg) no-repeat;
  background-size: contain;
  width: 302px;
  height: 111px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.content .recommend {
  max-width: 550px;
  width: 88%;
  margin: 60px auto 50px;
  border: #00215e solid 3px;
  border-radius: 25px;
  position: relative;
}
.content .recommend::after {
  content: '';
  display: block;
  background: url(../img/text_recommend.png) no-repeat;
  background-size: contain;
  width: 316px;
  height: 74px;
  position: absolute;
  top: -50px;
  left: -45px;
}
.content .recommend > div {
  display: flex;
  justify-content: center;
  padding: 50px 0 20px;
}
.content .recommend > div li {
  font-size: 2rem;
  padding-bottom: .5em;
}
.content .recommend > div li::before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  background: url(../img/contents1_icon.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 22px;
  margin-right: 5px;
}
#content2 .recommend > div li::before {
  background: url(../img/contents2_icon.svg) no-repeat;
  background-size: contain;
}
#content3 .recommend > div li::before {
  background: url(../img/contents3_icon.svg) no-repeat;
  background-size: contain;
}
#content4 .recommend > div li::before {
  background: url(../img/contents4_icon.svg) no-repeat;
  background-size: contain;
}
#content5 .recommend > div li::before {
  background: url(../img/contents5_icon.svg) no-repeat;
  background-size: contain;
}
#content6 .recommend > div li::before {
  background: url(../img/contents6_icon.svg) no-repeat;
  background-size: contain;
}
.content .inner .text {
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.content .set {
  background-color: #ffc87b;
  padding: 20px 0 60px;
}
.content .set > div {
  max-width: 680px;
  margin: 0 auto;
}
.content .set h3 {
  padding-bottom: 15px;
}
.content .set .introduct li {
  position: relative;
}
.content .set .introduct .set_content li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.content .set .introduct > ul li:nth-of-type(n + 2)::before {
  content: "";
  display: block;
  background-image: url(../img/contents1_border.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -1.5px;
}
#content2 .set .introduct > ul li:nth-of-type(n + 2)::before {
  background-image: url(../img/contents2_border.svg);
}
#content3 .set .introduct > ul li:nth-of-type(n + 2)::before {
  background-image: url(../img/contents3_border.svg);
}
#content4 .set .introduct > ul li:nth-of-type(n + 2)::before {
  background-image: url(../img/contents4_border.svg);
}
#content5 .set .introduct > ul li:nth-of-type(n + 2)::before {
  background-image: url(../img/contents5_border.svg);
}
#content6 .set .introduct > ul li:nth-of-type(n + 2)::before {
  background-image: url(../img/contents6_border.svg);
}

.content .set img.radius-last {
  border-radius: 0 0 25px 25px;
}
.content .set img.radius-top {
  border-radius: 25px 25px 0 0;
}
.content .set p.btn {
  text-align: center;
  padding-top: 50px;
}
.content .set_content {
  margin-top: 50px;
  border-radius: 25px;
  background-color: #fff; 
  font-size: 1.8rem;
}
.content .set_content ul {
  padding: 20px 0 50px 65px;
}
#giftbag .inner {
  padding-bottom: 90px;
  border-radius: 0 0 30px 30px;
}
#giftbag .inner,
#giftbag h2.title_content,
#giftbag h2.title_content::after {
  background-color: #f1e996;
}
#giftbag .inner > div.parapara {
  width: 420px;
  height: 420px;
  margin: 0 auto;
}
#giftbag .inner .text span {
  font-size: 1.6rem;
  display: block;
  padding-top: .5em;
}
#giftbag .inner > div {
  max-width: 680px;
  width: 88%;
  margin: 0 auto;
}
#giftbag .recommend {
  border: none;
}
#giftbag .recommend > div {
  display: block;
}
#giftbag .recommend::after {
  background: url(../img/text_various.svg) no-repeat;
  background-size: contain;
}

.content .img {
  max-width: 680px;
  width: 88%;
  margin: 0 auto;
}
.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: 55px;
}
.bonus .title p {
  width: 147px;
  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 .nav-index{
  width: 367px;
}
#shopping {
  background-color: #ffffff;
  border-bottom: 10px solid;
}
#shopping .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 90px;
}
#shopping h2 {
  font-size: 2.7rem;
  border-bottom: 2px solid;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 75px;
}
#shopping h2 span {
  position: relative;
}
#shopping h2 span::before {
  content: '';
  display: block;
  background-image: url(../../img/icon_cart.svg);
  background-size: contain;
  width: 59px;
  height: 52px;
  position: absolute;
  left: -70px;
  top: -15px;
}
#shopping .link_index {
  text-align: center;
  padding-top: 50px;
}
#shopping .link_index a {
  display: inline-block;
}
hr {
  border-bottom: #333333 solid 10px;
}

@media screen and (min-width: 835px) {
  #container {
    min-width: 1000px;
  }
  .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 (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 .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) {
    width: 48.266vw;
    bottom: 2.5vw;
    left: 3.2vw;
  }
  .top .mv p:nth-of-type(2) {
    width: 21.866vw;
    top: 3vw;
    bottom: auto;
    left: 4vw;
    right: auto;
    margin: 0 auto;
  }
  .top .mv p:nth-of-type(3) {
    width: 53.6vw;
    bottom: auto;
    top: 3vw;
    right: 4vw;
  }
  .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;
  }
  .index li:nth-of-type(n + 2) {
    margin-top: -35px;
  }
}
@media screen and (max-width: 640px) {
  #bg {
    background-image: url(../../img/bg_sp.jpg);
    background-size: cover;
  }  
  .contents::after {
    background: url(../../img/illust_bottom_sp.png) repeat-x;
    background-size: 95.78vw 29.33vw;
    height: 29.33vw;
  }
  .yodogawa{
    padding: 10px 0 50px;
    font-size: 1.5rem;
    line-height: 2.33;
    border-bottom: none;
  }
  .yodogawa div.text {
    font-size: 4.2vw;
    line-height: 1.41;
    padding: 20px 0 30px;
  }
  .index .title_index {
    margin: 50px auto 0;
    height: 40px;
  }
  .index::after {
    width: 174px;
    height: 64px;
    top: -82px;
  }
  .index .title_index img {
    width: 248px;
    margin: -20px 0 5px;
  }
  .index .title_index::after {
    height: 60px;
    top: -59px;
  }
  .index .list::before, .index .list::after {
    height: 2px;
  }
  .index li:nth-of-type(n + 2) {
    margin-top: -3vw;
  }
  .index li a {
    width: 76vw;
    display: inline-block;
  }
  .content::after {
    width: 174px;
    height: 64px;
    top: 36px;
  }
  .contents h2.title_content {
    font-size: 2.2rem;
    padding: 0 0 18px;
    height: 45px;
  }
  .contents h2.title_content::after {
    height: 60px;
    top: -59px;
  }
  .content {
    padding-top: 120px;
    margin-top: 0;
  }
  .content .set {
    padding: 20px 0 30px;
  }
  .content .recommend > div {
    padding: 30px 0 10px;
  }
  .content .recommend::after {
    width: 230px;
    height: 54px;
    top: -37px;
    left: 10vw;
  }
  .content .recommend > div li {
    font-size: 1.6rem;
    padding-bottom: 0.3em;
  }
  .content .recommend > div li::before {
    width: 16px;
    height: 16px;
  }
  .content .set h3 {
    padding-bottom: 5px;
    text-align: center;
  }
  .content .set h3 picture {
    display: inline-block;
  }
  .content .set .introduct {
    width: 88%;
    margin: 0 auto;
  }
  .content .set .introduct > ul li:nth-of-type(n + 2)::before {
    height: 2px;
    top: -1px;
  }
  .content .set_content {
    margin-top: 30px;
    border-radius: 15px;
    font-size: 1.4rem;
  }
  .content .set img.radius-top {
    border-radius: 15px 15px 0 0;
  }
  .content .set img.radius-last {
    border-radius: 0 0 15px 15px;
  }
  .content .set_content ul {
    padding: 5vw 0 5vw 3vw;
  }
  .content .set p.btn {
    padding-top: 30px;
  }
  .content .set p.btn a {
    display: inline-block;
  }
  #giftbag h2.title_content {
    font-size: 2rem;
  }
  #giftbag .inner > div.parapara {
    width: 75vw;
    height: 75vw;
  }
  #giftbag .inner .text span {
    font-size: 1.4rem;
  }
  #giftbag .inner > div.recommend {
    width: 100%;
  }
  #giftbag .recommend::after {
    left: 20vw;
  }
  #giftbag .inner {
    padding-bottom: 30px;
    border-radius: 0;
    border-bottom: 3px solid #333333;
  }
  .content .inner .text {
    width: 88%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 20px 0 25px;
  }
  .content .inner.top {
    margin-top: 0;
  }
  .bonus {
    width: 89.47vw;
    margin: 15vw auto 0;
    border: 1.2vw solid;
  }
  .bonus .inner {
    padding-bottom: 6vw;
  }
  .bonus h3 {
    width: 43.71vw;
  }
  .bonus .title {
    margin: -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.3rem;
    padding-top: 50px;
  }
  .nav {
    border-top: 1.4vw solid;
    border-bottom: 1.4vw solid;
  }
  .nav ul {
    padding: 30px 0 25px;
  }
  .nav ul li {
    width: 10.4vw;
  }
  .nav ul .nav-index{
    width: 36.266vw;
  }
  #shopping h2 {
    font-size: 3.44vw;
    border-bottom: 1vw solid;
    padding-bottom: 1em;
    margin-bottom: 30px;
  }
  #shopping .inner {
    padding: 15vw 6.14vw 10vw;
  }
  #shopping h2 span::before {
    width: 7.71vw;
    height: 6.71vw;
    left: -3em;
    top: -0.7em;
  }
  #shopping .link_index {
    width: 50.7vw;
    margin: 0 auto;
    padding-top: 30px;
  }
  #shopping {
    border-bottom: 1.4vw solid;
  }
  hr {
    border-bottom: 1.4vw solid;
  }
}

.pswp__button--share, .pswp--supports-fs .pswp__button--fs {
  display: none;
}
/* ===============================================================================
Footer share
=============================================================================== */
.link {
  padding: 45px 0;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}
.link > a {
  color: #000000;
  text-decoration: none;
}
.link > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}
.link > ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "この記事をシェアする";
  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;
  }
}