@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;
  font-weight: normal;
}

/* 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 {
  content: "";
  content: none;
}

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] .techo-items {
  font: 10px/1.75 "-apple-system", "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
}
[lang=ja].device-pc .techo-items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 960px;
  margin: 0 auto;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
[lang=ja].device-pc .techo-items > li {
  width: 240px;
  padding: 0 8px 56px;
}
[lang=ja].device-sp .techo-items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0 8px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
[lang=ja].device-sp .techo-items > li {
  width: 50%;
  padding: 0 8px 16px;
}

[lang=en].device-pc .techo-items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 980px;
  margin: 0 auto;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
[lang=en].device-pc .techo-items > li {
  width: 245px;
  padding: 0 10px 62px;
}
[lang=en].device-pc .techo-items > li a dl dd:nth-of-type(2) {
  height: 105px;
}
[lang=en].device-sp .techo-items {
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 0 8px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
}
[lang=en].device-sp .techo-items > li {
  width: 50%;
  padding: 0 8px 26px;
}
[lang=en].device-sp .techo-items > li a dl dd:nth-of-type(2) {
  height: 99px;
}

.no-touch #shopping a.btn-item[data-href]:hover dl:first-child + dl, .no-touch #shopping a.btn-item[href]:hover dl:first-child + dl {
  height: calc(100% - 230px);
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.techo-items[data-category], .techo-items[data-group] {
  justify-content: center;
}

@media screen and (min-width: 480px) {
  .device-sp .techo-items > li {
    width: 33.33% !important;
  }
}
@media screen and (min-width: 640px) {
  .device-sp .techo-items > li {
    width: 25% !important;
  }
}
[lang=ja].device-pc .techo-items, [lang=ja].device-sp .techo-items {
  justify-content: flex-start;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}

.spOnly {
  display: none;
}

.hidden {
  display: none;
}

@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%;
  width: initial;
  display: inline-block;
}

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

.bg-g {
  background-color: #d7fff0 !important;
  padding: 15px 0 40px;
}
@media (max-width: 640px) {
  .bg-g {
    padding-bottom: 30px;
  }
}

.bg-g2 {
  background-color: #f4ffe2 !important;
}

.delighter {
  opacity: 0;
  transform: translatey(100px);
  transition: all 0.7s ease-out;
}

.delighter2 {
  opacity: 0;
  transform: translatey(10px);
  transition: all 0.7s ease-out;
}

.delighter.started {
  opacity: 1;
  transform: none;
}

.img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.img-wrapper .img {
  display: none;
}
@keyframes dance {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(10deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-11-21 16:29:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shadow-drop-2-br
 * ----------------------------------------
 */
@keyframes shadow-drop-2-br {
  0% {
    opacity: 0;
    transform: translateZ(-20px) translateX(0) translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(-12px) translateY(-12px);
    box-shadow: 12px 12px 20px rgba(0, 0, 0, 0.08);
  }
}
#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 0.8s;
}
.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;
}

@keyframes img-wrap {
  0% {
    mask-position: -800px 0;
    -webkit-mask-position: -800px 0;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.yodogawa {
  font-family: "Aoto Gothic Bold", sans-serif;
  padding: 50px 0 70px;
  font-size: 1.9rem;
  line-height: 1.57;
  text-align: center;
  border-bottom: 3px solid #333333;
  position: relative;
}
.yodogawa .delighter {
  transform: translatey(0);
  opacity: 1;
}
.yodogawa .leftTop p {
  opacity: 1;
  transition: none;
  position: absolute;
  display: inline-block;
  z-index: -1;
}
.yodogawa .leftTop p:nth-of-type(1) {
  width: 30.4vw;
  top: 11px;
  left: 6vw;
  animation: dance 1s steps(1) infinite;
}
@media (min-width: 836px) {
  .yodogawa .leftTop p:nth-of-type(1) {
    width: 170px;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -435px;
  }
}
.yodogawa .leftTop p:nth-of-type(2) {
  width: 36vw;
  top: 51px;
  left: 35vw;
}
@media (min-width: 836px) {
  .yodogawa .leftTop p:nth-of-type(2) {
    width: 172.5px;
    top: 282px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -442px;
  }
}
.yodogawa .leftTop p:nth-of-type(3) {
  width: 34.26vw;
  top: -12px;
  left: auto;
  right: 3vw;
  animation: dance 1s steps(1) infinite;
  animation-delay: 0.2s;
}
@media (min-width: 836px) {
  .yodogawa .leftTop p:nth-of-type(3) {
    width: 179px;
    top: 421px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    margin: 0 0 0 -402px;
  }
}
.yodogawa div.text {
  max-width: 30em;
  width: 88%;
  margin: 0 auto;
  padding: 30px 0 50px 100px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .rightBottom p {
  transform: none;
  transition: all 0.6s linear;
  position: absolute;
  display: inline-block;
}
.yodogawa .rightBottom p:nth-of-type(1) {
  width: 66.93vw;
  bottom: 217px;
  left: 28vw;
  z-index: 1;
}
@media (min-width: 836px) {
  .yodogawa .rightBottom p:nth-of-type(1) {
    width: 156px;
    top: 93px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 365px;
  }
}
.yodogawa .rightBottom p:nth-of-type(2) {
  width: 15.4vw;
  left: 10vw;
  bottom: 250px;
  animation: dance 1s steps(1) infinite;
}
@media (min-width: 836px) {
  .yodogawa .rightBottom p:nth-of-type(2) {
    width: 87px;
    top: 192px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 418px;
  }
}
.yodogawa .rightBottom p:nth-of-type(3) {
  width: 13.6vw;
  bottom: 210px;
  left: 61vw;
  animation: dance 1s steps(1) infinite;
  animation-delay: 0.3s;
}
@media (min-width: 836px) {
  .yodogawa .rightBottom p:nth-of-type(3) {
    width: 51px;
    top: 370px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 260px;
  }
}
.yodogawa .btn_shopping {
  z-index: 1;
  position: relative;
  max-width: 230px;
  width: 56vw;
  margin: 10px auto -10px;
}
@media (min-width: 836px) {
  .yodogawa .btn_shopping {
    margin: 0 auto;
  }
  .yodogawa .btn_shopping img {
    width: 230px;
  }
}
.yodogawa .btn_shopping a {
  display: inline-block;
}
.yodogawa .btn_index {
  margin: 20px auto 0;
  max-width: 328px;
  width: 77.333vw;
}
@media (min-width: 836px) {
  .yodogawa .btn_index {
    margin-top: 50px;
  }
  .yodogawa .btn_index img {
    width: 328px;
  }
}

.index_title {
  max-width: 580px;
  height: 46.13vw;
  width: 88vw;
  margin: 0 auto;
  position: relative;
  padding: 13vw 0 0;
  margin-top: 70px;
  background: url(../img/index_bg_sp.png) no-repeat;
  background-size: contain;
}
@media (min-width: 836px) {
  .index_title {
    height: 243px;
    padding-top: 70px;
    margin-top: 70px;
    margin-bottom: -40px;
    background: url(../img/index_bg.png) no-repeat;
    background-size: contain;
  }
}
.index_title .menu {
  display: flex;
  justify-content: center;
}
.index_title .menu ul li + li {
  padding-top: 10px;
}
.index_title .menu ul li img {
  width: auto;
  height: auto;
}

.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: 80px;
  margin-top: 180px;
  position: relative;
}
@media (max-width: 640px) {
  .content {
    padding-top: 60px;
    margin-top: 50px;
  }
}
.content::before {
  content: "";
  display: block;
  background: url(../img/no1.svg) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 640px) {
  .content::before {
    top: -30px;
    width: 43px;
    height: 43px;
  }
}
.content .content_title > div {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  position: relative;
  background-color: #d7fff0;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.content .content_title > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
  position: absolute;
  top: -119px;
  background-color: #d7fff0;
  z-index: -1;
}
@media (max-width: 640px) {
  .content .content_title > div::after {
    height: 60px;
    top: -59px;
  }
}
.content .content_title > div h2 {
  margin-top: -80px;
  position: relative;
}
@media (max-width: 640px) {
  .content .content_title > div h2 {
    margin-top: -20px;
  }
}
.content .content_title > div h2 #title01_deco {
  width: 126.5px;
  height: 45.58px;
  position: absolute;
  top: -9px;
  right: 82px;
}
@media (max-width: 640px) {
  .content .content_title > div h2 #title01_deco {
    display: none;
  }
}
.content .content_title > div h2 #title01_deco_sp {
  width: 109.74px;
  height: 35.09px;
  position: absolute;
  top: 17px;
  right: 71px;
}
@media (min-width: 641px) {
  .content .content_title > div h2 #title01_deco_sp {
    display: none;
  }
}
.content .content_title > div h2 #base path, .content .content_title > div h2 #base_sp path {
  fill: #76b796;
}
.content .content_title > div h2 #mask path, .content .content_title > div h2 #mask_sp path {
  fill: none;
  stroke: #d7fff0;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.content .content_title > div h2 #title02_deco {
  width: 193.16px;
  height: 6.31px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media (max-width: 640px) {
  .content .content_title > div h2 #title02_deco {
    width: 165.39px;
    bottom: -8px;
  }
}
.content .content_title > div h2 #base2 path {
  fill: #76b796;
}
.content .content_title > div h2 #mask2 path {
  fill: none;
  stroke: #d7fff0;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.content .content_title > div h2 #title03_deco {
  width: 96px;
  position: absolute;
  top: -10px;
  right: 8px;
}
@media (max-width: 640px) {
  .content .content_title > div h2 #title03_deco {
    width: 78px;
    right: 9px;
  }
}
.content .inner {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
  color: #001b35;
}
.content .inner.top {
  margin-top: 60px;
}
.content .inner .title_text {
  background-color: #d7fff0;
  width: 100% !important;
}
@media (max-width: 640px) {
  .content .inner .title_text {
    padding: 30px 6vw !important;
  }
}
.content .inner h3 {
  text-align: center;
  padding: 30px 0 20px;
}
@media (max-width: 640px) {
  .content .inner h3 {
    padding: 20px 0 15px;
  }
}
.content .inner .img {
  max-width: 640px;
  width: 88vw;
  margin: 0 auto;
}
.content .inner .text {
  font-family: "Aoto Gothic DemiBold", sans-serif;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  padding: 0 0 45px;
}
@media (max-width: 640px) {
  .content .inner .text {
    width: 88%;
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 10px 0 30px;
  }
}
.content .inner .text span {
  font-size: 1.3rem;
}
@media (max-width: 640px) {
  .content .inner .text_sp {
    padding-bottom: 15px;
  }
}
.content .inner .text2 {
  margin: 20px auto -40px;
}
@media (max-width: 640px) {
  .content .inner .text2 {
    margin-bottom: -50px;
  }
}
.content .inner .point {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 640px) {
  .content .inner .point {
    margin-top: 50px;
  }
}
.content .inner .point p {
  position: absolute;
  transform: translateX(-50%);
  top: -25px;
  left: 50%;
  z-index: 2;
}
@media (max-width: 640px) {
  .content .inner .point p {
    top: -15px;
  }
}
.content .inner .items_list ul {
  max-width: 530px;
  width: 88vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 641px) {
  .content .inner .items_list ul {
    gap: 45px 50px;
    padding-bottom: 55px;
  }
}
@media (max-width: 640px) {
  .content .inner .items_list ul {
    gap: 5.33vw;
    padding: 10px 0 15px;
  }
}
@media (min-width: 641px) {
  .content .inner .items_list ul li {
    width: 240px;
  }
}
@media (max-width: 640px) {
  .content .inner .items_list ul li {
    width: 40vw;
  }
}
.content .inner .items_list ul li dl {
  position: relative;
  border-bottom: 2px solid #76b796;
}
.content .inner .items_list ul li dl::after {
  content: "";
  display: block;
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 11px;
  position: absolute;
  bottom: 18px;
  right: 0;
}
@media (max-width: 640px) {
  .content .inner .items_list ul li dl::after {
    width: 16.64px;
    height: 7.84px;
    bottom: 10px;
  }
}
.content .inner .items_list ul li dl dt {
  font-family: "Aoto Gothic Bold", sans-serif;
  font-size: 1.3rem;
  line-height: 1.12;
  height: 70px;
}
@media (max-width: 640px) {
  .content .inner .items_list ul li dl dt {
    font-size: 1.2rem;
    line-height: 1.35;
    height: 75px;
  }
}
.content .content_title {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.content .content_title p {
  position: absolute;
  bottom: 47px;
  left: 56px;
}
@media (max-width: 640px) {
  .content .content_title p {
    bottom: 6.66vw;
    left: 7.46vw;
  }
}

#content2::before {
  background: url(../img/no2.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  #content2 .inner {
    padding-bottom: 30px;
  }
}
#content2 .inner h3 {
  padding-bottom: 0;
}
#content2 .inner .frame {
  background: url(../img/bg_frame.jpg);
  background-size: contain;
  position: relative;
  width: 700px;
  height: 696px;
}
@media (max-width: 640px) {
  #content2 .inner .frame {
    background: url(../img/bg_frame_sp.jpg);
    background-size: contain;
    position: relative;
    width: 100vw;
    height: 96.533vw;
    margin: 10px auto;
  }
}
#content2 .inner .frame > img {
  position: absolute;
}
@media (min-width: 641px) {
  #content2 .inner .frame > img {
    width: 540px;
    height: 540px;
    top: 71px;
    left: 81px;
  }
}
@media (max-width: 640px) {
  #content2 .inner .frame > img {
    width: 74.666vw;
    top: 10vw;
    left: 13vw;
  }
}
#content2 .inner .frame .swiper {
  position: absolute;
}
@media (min-width: 641px) {
  #content2 .inner .frame .swiper {
    width: 540px;
    height: 540px;
    top: 71px;
    left: 81px;
  }
}
@media (max-width: 640px) {
  #content2 .inner .frame .swiper {
    width: 74.666vw;
    top: 10vw;
    left: 13vw;
  }
}
#content2 .inner .frame .swiper .swiper-wrapper {
  transition-timing-function: ease-in;
}
#content2 .inner .desc {
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
  opacity: 1;
  transform: none;
}
#content2 .inner .desc.started div {
  opacity: 1;
  animation: shadow-drop-2-br 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#content2 .inner .desc div {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 641px) {
  #content2 .inner .desc div {
    width: 530px;
    padding: 40px 0 40px 65px;
  }
}
@media (max-width: 640px) {
  #content2 .inner .desc div {
    width: 88vw;
    margin-left: 22px;
    font-size: 1.5rem;
    padding: 25px 20px;
  }
}
#content2 .inner .desc div h4 {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.18em;
  color: #4180bd;
  padding-bottom: 1em;
}
@media (max-width: 640px) {
  #content2 .inner .desc div h4 {
    font-size: 1.8rem;
    line-height: 1.205;
    padding-bottom: 0.5em;
  }
}
#content2 .inner .desc div h4 span {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #76b796;
  display: block;
}
@media (max-width: 640px) {
  #content2 .inner .desc div h4 span {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

#content3::before {
  background: url(../img/no3.svg) no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  #content3 .content_title > div h2 {
    margin-top: -15px;
  }
}
#content3 .inner h3 {
  padding: 25px 0;
}
@media (max-width: 640px) {
  #content3 .inner h3 {
    padding: 10px 0 20px;
  }
}
#content3 .inner .items_list p {
  display: block;
}
@media (min-width: 641px) {
  #content3 .inner .items_list p {
    padding: 25px 0 10px 60px;
  }
}
@media (max-width: 640px) {
  #content3 .inner .items_list p {
    padding: 25px 0 0 6vw;
  }
}
#content3 .inner .items_list p img {
  animation: dance 1.2s steps(1) infinite;
}
#content3 .inner .items_list p img.img2 {
  animation-duration: 1.4s;
}
#content3 .inner .items_list ul {
  max-width: 650px;
  width: 88vw;
}
#content3 .inner .items_list ul.one {
  justify-content: center;
}
@media (min-width: 641px) {
  #content3 .inner .items_list ul {
    gap: 40px 25px;
  }
}
@media (max-width: 640px) {
  #content3 .inner .items_list ul {
    gap: 10px 8vw;
    padding-bottom: 45px;
  }
}
#content3 .inner .items_list ul li {
  width: 40vw;
}
@media (min-width: 641px) {
  #content3 .inner .items_list ul li {
    width: 200px;
  }
}
#content3 .inner .items_list ul li dl::after {
  bottom: 9px;
}
#content3 .inner .items_list ul li dl dt {
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  #content3 .inner .items_list ul li dl dt {
    font-size: 1.2rem;
  }
}
#content3 .inner .items_list ul li dl dt span {
  font-size: 1.2rem;
  text-wrap: nowrap;
}
@media (max-width: 640px) {
  #content3 .inner .items_list ul li dl dt span.size_sp {
    font-size: 1rem;
  }
}
#content3 .inner .credit2 div {
  max-width: 650px;
  width: 88vw;
  margin: 0 auto;
  padding: 5px 0;
  font-family: "Aoto Gothic Bold", sans-serif;
  font-size: 0.9rem;
  line-height: 1.33;
}
@media (max-width: 640px) {
  #content3 .inner .credit2 div {
    font-size: 1.2rem;
    padding: 0;
  }
}

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

.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 -50px;
  align-items: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media (min-width: 641px) {
  .bonus .title h3 {
    padding: 25px 0 5px !important;
  }
}
.bonus .title p {
  width: 137px;
  line-height: 0;
}
.bonus .img {
  max-width: initial !important;
  width: initial !important;
  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;
}

.yokoku {
  width: 815px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 640px) {
  .yokoku {
    width: 85.333vw;
    padding-top: 40px;
  }
}

.credit {
  font-family: "Aoto Gothic DemiBold", sans-serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-top: 35px;
}

.nav {
  border-bottom: #333333 solid 10px;
}
.nav ul {
  max-width: 700px;
  width: 82.666%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0;
}
.nav ul .index {
  width: 401px;
}

#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.white {
  background-image: url(../img/border_white.svg);
  background-size: contain;
  background-repeat: repeat-x;
  width: 100vw;
  height: 2px;
}

.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;
  }
  .tabOnly {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  ul[role=lineup] {
    justify-content: center;
  }
}
@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 img {
    width: 100%;
  }
  .top .mv::after {
    display: none;
  }
  .index_title {
    margin-top: 140px;
  }
  .yodogawa {
    padding: 10px 0 30px;
    font-size: 4.2vw;
    line-height: 1.41;
    border-bottom: 4px solid #333333;
  }
  .yodogawa div.text {
    padding: 290px 0;
  }
}
@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;
  }
  .index_title {
    margin-top: 30px;
  }
  .index .title_index {
    margin: 50px auto 0;
    height: 40px;
  }
  .index .title_index img {
    width: 84px;
    margin: -20px 0 15px;
  }
  .index .title_index::after {
    height: 40px;
    top: -39px;
  }
  .yodogawa div.text {
    padding: 160px 0;
  }
  .content {
    padding-top: 50px;
  }
  .content > .items {
    margin-top: 0;
    padding-bottom: 25px;
  }
  .content .items ul {
    display: flex;
    padding: 30px 0 20px;
    gap: 2.66vw;
  }
  .content .items ul li {
    width: 56.533vw;
  }
  .content .items2 ul li {
    width: 60.533vw;
  }
  .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: 0.5em;
  }
  .content .point ul li .about p {
    padding-top: 0.5em;
  }
  .content .items li dd {
    padding: 10px 0 0 0 !important;
    display: flex;
    justify-content: center;
  }
  .content .items li dd span::after {
    bottom: 7px;
    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;
  }
  .bonus {
    width: 89.47vw;
    margin: 15vw auto 0;
    border: 1.2vw solid;
  }
  .bonus .inner {
    padding-bottom: 6vw;
  }
  .bonus h3 {
    width: 43.71vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .bonus h3 {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 640px) {
  .bonus .title {
    margin: -10vw 0 2vw -5vw;
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
  .bonus .title p {
    width: 30vw;
  }
  .bonus .img {
    width: 87% !important;
    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: 40vw;
  }
  #shopping {
    border-bottom: 1.4vw solid;
  }
  #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;
  }
  .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;
  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;
  }
}/*# sourceMappingURL=style.css.map */