@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 {
  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] 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: -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 ul[role=lineup] > li {
  width: 240px;
  padding: 0 8px 56px;
}
[lang=ja].device-sp ul[role=lineup] {
  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 ul[role=lineup] > li {
  width: 50%;
  padding: 0 8px 16px;
}

[lang=en].device-pc ul[role=lineup] {
  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 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: -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 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;
}

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

.orange {
  background-color: #ff5e24;
}

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

#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;
}
.top .mv p {
  position: absolute;
  z-index: 3;
}
.top .mv p:nth-of-type(1) {
  width: 32.8125vw;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top .mv p:nth-of-type(2) {
  width: 20.859vw;
  top: 1.8vw;
  right: 2vw;
}
.top .mv p img {
  width: 100%;
}

@keyframes img-wrap {
  0% {
    mask-position: -800px 0;
    -webkit-mask-position: -800px 0;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}
.delighter.started {
  opacity: 1;
  transform: none;
}

.yodogawa {
  font-family: "Aoto Gothic Bold", sans-serif;
  padding: 50px 0 70px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 3px solid #333333;
  position: relative;
}
.yodogawa .tape p {
  opacity: 1;
  transition: none;
  position: relative;
  z-index: -1;
}
@media (min-width: 836px) {
  .yodogawa .tape p {
    position: absolute;
  }
}
.yodogawa .tape p img {
  mask-image: url(../img/dummy.png);
  -webkit-mask-image: url(../img/dummy.png);
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: -800px 0;
  -webkit-mask-position: -800px 0;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.yodogawa .tape p.started img {
  animation: img-wrap 1.5s forwards;
}
.yodogawa .tape p:nth-of-type(1) {
  margin: -5vw 0 0 -25vw;
  width: 65.06vw;
}
@media (min-width: 836px) {
  .yodogawa .tape p:nth-of-type(1) {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -38vw;
    width: 40.625vw;
  }
}
.yodogawa .tape p:nth-of-type(2) {
  width: 60.26vw;
  margin: -14vw -4vw 0 auto;
}
@media (min-width: 836px) {
  .yodogawa .tape p:nth-of-type(2) {
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -38vw;
    width: 39.375vw;
  }
}
.yodogawa .tape p:nth-of-type(3) {
  width: 80.53vw;
  margin: 0 0 0 -20vw;
}
@media (min-width: 836px) {
  .yodogawa .tape p:nth-of-type(3) {
    top: 400px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -38vw;
    width: 39.531vw;
  }
}
.yodogawa .tape p:nth-of-type(4) {
  width: 50.933vw;
  margin: -21vw -10vw 0 auto;
}
@media (min-width: 836px) {
  .yodogawa .tape p:nth-of-type(4) {
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 0 -38vw;
    width: 37.187vw;
  }
}
.yodogawa div.text {
  max-width: 26em;
  width: 88%;
  margin: 0 auto;
  padding: 100px 0 70px 60px;
  text-align: left;
  position: relative;
}
.yodogawa div.text span {
  font-size: 111.111%;
  color: #e83828;
}
.yodogawa .stamp {
  max-width: 340px;
  width: 87.466vw;
  position: relative;
}
@media (max-width: 835px) {
  .yodogawa .stamp {
    margin: 0 auto;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp {
    position: absolute;
    top: 90px;
    right: 4vw;
  }
}
.yodogawa .stamp picture {
  display: block;
  position: relative;
}
.yodogawa .stamp > p {
  position: absolute;
  transform: none;
  transition: all 0.6s linear;
  transition-delay: 0.4s;
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(1) {
    top: 0px;
    right: 107px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(1) {
    bottom: 5.5vw;
    left: 40vw;
    width: 5vw;
    transition-delay: 0s;
  }
}
.yodogawa .stamp > p:nth-of-type(2) {
  transition-delay: 0.3s;
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(2) {
    top: 31px;
    right: 10px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(2) {
    top: 1vw;
    right: 29.4vw;
    width: 5.5vw;
    transition-delay: 0.5s;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(3) {
    top: 122px;
    left: 0px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(3) {
    bottom: 3.5vw;
    left: 22.5vw;
    width: 5vw;
    transition-delay: 1s;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(4) {
    top: 124px;
    right: 72px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(4) {
    bottom: 0.5vw;
    right: 3.5vw;
    width: 5vw;
    transition-delay: 1.2s;
  }
}
.yodogawa .stamp > p:nth-of-type(5) {
  top: 183px;
  left: 109px;
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(5) {
    display: none;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(6) {
    bottom: 197px;
    right: 0px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(6) {
    top: 1vw;
    left: 28.5vw;
    width: 5vw;
    transition-delay: 1.4s;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(7) {
    bottom: 179px;
    left: 117px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(7) {
    width: 5.5vw;
    top: 7vw;
    left: 13vw;
    transition-delay: 1.5s;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(8) {
    bottom: 133px;
    left: 10px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(8) {
    top: 5.6vw;
    width: 5.6vw;
    right: 12vw;
    transition-delay: 1.8s;
  }
}
.yodogawa .stamp > p:nth-of-type(9) {
  bottom: 25px;
  right: 116px;
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(9) {
    display: none;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(10) {
    bottom: -6px;
    right: 12px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(10) {
    top: 0;
    right: 0;
    width: 5.5vw;
    transition-delay: 1.4s;
  }
}
.yodogawa .stamp > p:nth-of-type(11) {
  top: 27px;
  left: 47px;
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(11) {
    display: none;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(12) {
    top: 77px;
    left: 141px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(12) {
    bottom: 0;
    left: 0.5vw;
    width: 5.5vw;
    transition-delay: 2s;
  }
}
.yodogawa .stamp > p:nth-of-type(13) {
  top: 209px;
  right: 18px;
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(13) {
    display: none;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(14) {
    top: 231px;
    right: 115px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(14) {
    top: 0.5vw;
    left: 0;
    width: 5.5vw;
  }
}
.yodogawa .stamp > p:nth-of-type(15) {
  top: 256px;
  left: 59px;
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(15) {
    display: none;
  }
}
@media (min-width: 836px) {
  .yodogawa .stamp > p:nth-of-type(16) {
    bottom: 136px;
    right: 80px;
  }
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(16) {
    bottom: 6.5vw;
    right: 24.5vw;
    width: 6vw;
    transition-delay: 2.2s;
  }
}
.yodogawa .stamp > p:nth-of-type(17) {
  bottom: 79px;
  left: 128px;
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(17) {
    display: none;
  }
}
.yodogawa .stamp > p:nth-of-type(18) {
  bottom: -3px;
  left: 29px;
}
@media (max-width: 835px) {
  .yodogawa .stamp > p:nth-of-type(18) {
    display: none;
  }
}
.yodogawa .btn_shopping {
  z-index: 1;
  position: relative;
  max-width: 230px;
  width: 56vw;
  margin: 0 auto;
}
@media (min-width: 836px) {
  .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: 40px;
  }
  .yodogawa .btn_index img {
    width: 328px;
  }
}

.index_title {
  max-width: 500px;
  width: 88%;
  margin: 0 auto;
  background-color: #e9ff74;
  position: relative;
  padding: 15px 0;
  margin-top: 70px;
}
@media (min-width: 836px) {
  .index_title {
    padding: 20px 0;
    margin-top: 70px;
    margin-bottom: -40px;
  }
}
.index_title .title_index {
  position: absolute;
  width: 22.933vw;
  top: -14vw;
  left: -5vw;
}
@media (min-width: 836px) {
  .index_title .title_index {
    width: 164px;
    top: -40px;
    left: -45px;
  }
}
.index_title .menu {
  display: flex;
  justify-content: center;
}
.index_title .menu ul li + li {
  padding-top: 10px;
}

.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: 100px;
}
.content .inner {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 836px) and (max-height: 780px) {
  .content .inner {
    max-width: 620px;
  }
}
.content .content_title {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 836px) and (max-height: 780px) {
  .content .content_title {
    max-width: 620px;
  }
}
.content .content_title p {
  text-align: center;
  margin-bottom: -50px;
}
@media (min-width: 836px) and (max-height: 780px) {
  .content .content_title p {
    transform: scale(0.8);
    z-index: -1;
    position: relative;
  }
}
.content .content_title p img {
  margin: 0 auto;
}
.content .inner.top {
  margin-top: 60px;
}
.content .inner .text {
  font-size: 1.8rem;
  line-height: 1.33;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 0 0 50px;
}
@media (min-width: 836px) and (max-height: 780px) {
  .content .inner .text {
    font-size: 1.6rem;
  }
}
.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;
}
@media (min-width: 836px) and (max-height: 780px) {
  .content .point ul li::before {
    width: 100%;
  }
}
.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;
}
@media (min-width: 836px) and (max-height: 780px) {
  .content .point ul li:last-of-type::after {
    width: 100%;
  }
}
.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;
  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: 0.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 .img {
  position: relative;
}

.content .point .img + .img::before {
  content: "";
  display: block;
  background: url(../img/border_green.svg) repeat-x;
  background-size: cover;
  width: 840px;
  height: 3px;
  position: absolute;
  top: -1.5px;
}
@media (min-width: 836px) and (max-height: 780px) {
  .content .point .img + .img::before {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .content .point .img + .img::before {
    width: 100vw;
    height: 2px;
    background-size: contain;
  }
}

.content .point.orange .img + .img::before {
  background: url(../img/border_orange.svg) repeat-x;
  background-size: cover;
}

#content1.content .inner {
  background-color: #00a985;
  color: #ffffff;
}
@media (min-width: 836px) {
  #content1.content .inner {
    background-color: #00a682;
  }
}
@media (min-width: 836px) {
  #content1.content .inner .desc {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    padding: 40px 0 0 30px;
  }
}
@media (min-width: 836px) {
  #content1.content .inner .desc .img img {
    width: 367px;
  }
}
@media (min-width: 836px) and (max-height: 780px) {
  #content1.content .inner .desc .img img {
    width: 250px;
  }
}
#content1.content .inner .items_list {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}
@media (min-width: 836px) {
  #content1.content .inner .items_list {
    padding: 45px 0 50px;
  }
}
#content1.content .inner .items_list ul {
  max-width: 760px;
  width: 93vw;
}
@media (min-width: 836px) and (max-height: 780px) {
  #content1.content .inner .items_list ul {
    max-width: 560px;
  }
}
#content1.content .inner .items_list ul li p:first-of-type {
  font-size: 1.5rem;
  font-family: "Aoto Gothic DemiBold", sans-serif;
  padding-bottom: 0.5em;
}
@media (min-width: 836px) {
  #content1.content .inner .items_list ul li p:first-of-type {
    font-size: 2rem;
    padding-bottom: 1em;
  }
}
@media (min-width: 836px) and (max-height: 780px) {
  #content1.content .inner .items_list ul li p:first-of-type {
    font-size: 1.8rem;
    padding-bottom: 0.5em;
  }
}
#content1.content .inner .items_list ul li + li {
  padding-top: 20px;
}
@media (min-width: 836px) {
  #content1.content .inner .items_list ul li + li {
    padding-top: 50px;
  }
}
#content1.content .inner .items_list2 p + p {
  padding-top: 45px;
}
#content1.content .inner .orange .stamp {
  padding-top: 25px;
  padding-left: 7vw;
}
@media (min-width: 836px) {
  #content1.content .inner .orange .stamp {
    padding-top: 50px;
    padding-left: 70px;
  }
}
#content1.content .inner .orange .stamp ul {
  display: flex;
  justify-content: center;
}
#content1.content .inner .orange .stamp ul li {
  width: 267px;
}
@media (max-width: 640px) {
  #content1.content .inner .orange .stamp ul li {
    width: 29.866vw;
  }
}
#content1.content .inner .orange .stamp ul li:nth-of-type(2) {
  margin-top: 70px;
  margin-left: -70px;
}
@media (max-width: 640px) {
  #content1.content .inner .orange .stamp ul li:nth-of-type(2) {
    margin-top: 55px;
    margin-left: 0;
  }
}
#content1.content .inner .orange .stamp ul li:nth-of-type(3) {
  margin-top: 140px;
  margin-left: -70px;
}
@media (max-width: 640px) {
  #content1.content .inner .orange .stamp ul li:nth-of-type(3) {
    margin-top: 110px;
    margin-left: 0;
  }
}
#content1.content .inner .orange .items ul li dd span::after {
  background: url(../img/arrow-right_sp.svg) no-repeat;
  background-size: contain;
}

.content .items {
  padding: 20px 0;
}
@media (min-width: 836px) {
  .content .items {
    padding: 50px 0;
  }
}
.content .items h4 {
  text-align: center;
}
.content .items h4 img {
  margin: 0 auto;
}
.content .items ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 50px 0 30px;
  flex-wrap: wrap;
}
.content .items ul a {
  color: #fff;
}
.content .items ul li {
  width: 340px;
}
.content .items ul li dl {
  text-align: center;
}
.content .items ul li dd {
  padding-top: 40px;
}
.content .items ul li dd span {
  position: relative;
  text-align: left;
}
.content .items ul li dd span::after {
  content: "";
  display: block;
  background: url(../img/arrow-right_sp.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 14px;
  position: absolute;
  bottom: 4px;
  right: -40px;
}
@media (min-width: 836px) {
  .content .items ul li dd span::after {
    background: url(../img/arrow-right.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    right: -45px;
  }
}
.content .items2 ul li {
  width: 347px;
}

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

#content3.content .inner .text {
  color: #004b67;
  padding-top: 40px;
}
@media (max-width: 640px) {
  #content3.content .inner .text {
    padding-top: 20px;
  }
}
#content3.content .inner .point2 .text {
  gap: 30px;
}
@media (max-width: 640px) {
  #content3.content .inner .point2 .text {
    display: block;
  }
}
#content3.content .inner .point2 .text img {
  width: 377.5px;
}
@media (min-width: 836px) and (max-height: 780px) {
  #content3.content .inner .point2 .text img {
    width: 250px;
  }
}
@media (min-width: 836px) {
  #content3.content .inner .point2 .text p:first-of-type {
    padding-top: 50px;
  }
}
#content3.content .inner .letter {
  position: relative;
  max-width: 726px;
  width: 88%;
  margin: 0 auto;
  padding-bottom: 70px;
}
#content3.content .inner .letter a {
  display: block;
  position: absolute;
  top: 188px;
  left: 257px;
}
@media (min-width: 836px) and (max-height: 780px) {
  #content3.content .inner .letter a {
    top: 142px;
    left: 182px;
  }
  #content3.content .inner .letter a img {
    width: 180px;
  }
}
@media (max-width: 835px) {
  #content3.content .inner .letter a {
    top: 42vw;
    left: 9.3vw;
  }
}

.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;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.bonus .title p {
  width: 138.5px;
  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;
}

.yokoku {
  width: 600px;
  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: 840px;
  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 p:nth-of-type(1) {
    width: 45.866vw;
    top: 41vw;
    right: 4.2vw;
    bottom: initial;
    left: initial;
  }
  .top .mv p:nth-of-type(2) {
    width: 53.866vw;
    top: 4.4vw;
    right: 4.2vw;
  }
  .top .mv::after {
    display: none;
  }
  .index_title {
    margin-top: 140px;
  }
  .index li:last-of-type img {
    border-radius: 0;
  }
  .content .inner .text {
    padding: 20px 0 30px;
  }
  .content .point ul li > div:last-of-type {
    padding-left: 20px;
  }
  .content .content_title p {
    margin-bottom: -10px;
  }
  #content1.content .inner .items_list2 p img {
    width: 100%;
  }
  #content2 .inner img, #content3 .inner img {
    width: 100%;
  }
}
@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 30px;
    font-size: 1.5rem;
    line-height: 2.33;
    border-bottom: 4px solid #333333;
  }
  .yodogawa div.text {
    font-size: 4.2vw;
    line-height: 1.41;
    padding: 20px 0 30px;
  }
  .index_title {
    margin-top: 70px;
  }
  .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;
  }
  #content1.content .inner .items_list2 p + p {
    padding-top: 20px;
  }
  .content .items {
    padding: 20px 0 0;
  }
  #content1.content .inner .orange .stamp {
    padding-bottom: 5vw;
  }
  .content {
    padding-top: 40px;
  }
  .content .content_title p {
    margin: 0 auto -20px;
  }
  .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 .flex {
    display: none;
  }
  .content > .items {
    margin-top: 0;
    padding-bottom: 25px;
  }
  .content .inner .text {
    width: 88%;
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 20px 0 30px;
  }
  .content .items ul {
    display: flex;
    padding: 10px 0 0;
    padding: 20px 5.33vw;
    gap: 2.66vw;
  }
  .content .items ul li {
    width: 60.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;
  }
  .bonus .title {
    margin: -10vw 0 2vw -5vw;
    -moz-column-gap: 5.5vw;
         column-gap: 5.5vw;
  }
  .bonus .title p {
    width: 28vw;
  }
  .bonus .img {
    width: 87%;
    margin: 0 auto;
  }
  .bonus .img::before {
    width: 13.5vw;
    height: 0;
    padding-top: 19.6%;
    top: -12.5vw;
    right: -5vw;
  }
  .credit {
    font-size: 1.2rem;
    padding-top: 50px;
  }
  .nav {
    border-top: 1.4vw solid;
    border-bottom: 1.4vw solid;
  }
  .nav ul {
    padding: 30px 0 25px;
  }
  .nav ul li {
    width: 10.4vw;
  }
  .nav ul .index {
    width: 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 */