@charset "utf-8";

@font-face {
  font-family: jins_next;
  font-style: normal;
  font-weight: 400;
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot);
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.eot?#iefix) format("embedded-opentype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.woff) format("woff"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.ttf) format("truetype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextRegular.svg#jins_next_ttregular) format("svg")
}

@font-face {
  font-family: jins_next;
  font-style: normal;
  font-weight: 300;
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot);
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.eot?#iefix) format("embedded-opentype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.woff) format("woff"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.ttf) format("truetype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextLight.svg#jins_next_ttlight) format("svg")
}

@font-face {
  font-family: jins_next;
  font-style: normal;
  font-weight: 500;
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot);
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.eot?#iefix) format("embedded-opentype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.woff) format("woff"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.ttf) format("truetype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextMedium.svg#jins_next_ttmedium) format("svg")
}

@font-face {
  font-family: jins_next;
  font-style: normal;
  font-weight: 600;
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot);
  src: url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.eot?#iefix) format("embedded-opentype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.woff) format("woff"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.ttf) format("truetype"), url(/jp/client_info/JINSJINS/view/userweb/ext/common/fonts/JINS_NextBold.svg#jins_next_ttbold) format("svg")
}

.main,
.pages {
  overflow: hidden;
  position: relative
}

.main {
  font-size: 10px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', '游ゴシック', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  color: #333;
  position: relative;
  z-index: 1;
  background-color: #fff
}

.halfIndent {
  display: inline-block;
  text-indent: -.5em
}

.indent {
  display: inline-block;
  text-indent: -1em
}

[data-pages=reading] {
  color: #333
}

[data-pages=reading] #customize .price-wrap .price,
[data-pages=reading] #detail h3,
[data-pages=reading] #lineup h2,
[data-pages=reading] #recommend>.text div dd,
[data-pages=reading] #variation .variation a .type2 .en,
[data-pages=reading] #variation h2 .en,
[data-pages=reading] .fontJINS,
[data-pages=reading] .lineup .item .button a .type,
[data-pages=reading] .lineup .item h3 {
  font-family: jins_next_ttregular, sans-serif
}

[data-pages=reading] #customize .reason dt .no,
[data-pages=reading] #lineup nav a figcaption,
[data-pages=reading] .fontJINS-m,
[data-pages=reading] .lineup-header h2 {
  font-family: jins_next_ttmedium, sans-serif;
  letter-spacing: .1em;
  line-height: 1em
}

[data-pages=reading] #lead .release dt .date,
[data-pages=reading] #lineup .price-wrap .price,
[data-pages=reading] #lineup .price-wrap .type .en,
[data-pages=reading] #variation .variation a .price,
[data-pages=reading] .fontJINS-l {
  font-family: jins_next_ttlight, sans-serif
}

[data-pages=reading] .fontJINS-b,
[data-pages=reading] .lineup .item .button a .value {
  font-family: jins_next_ttbold, sans-serif
}

[data-pages=reading] .topic_path_wrap {
  margin: 0 auto;
  border-top: 1px solid #d3d6db
}

[data-pages=reading] .topic_path {
  display: table
}

[data-pages=reading] .topic_path li {
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  color: #3a4763
}

[data-pages=reading] .topic_path li::after {
  content: "/";
  padding: 0 3px
}

[data-pages=reading] .topic_path li a {
  color: #3a4763;
  text-decoration: underline
}

[data-pages=reading] .fadein {
  /* opacity: 0;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transition: all .8s;
  transition: all .8s */
}

[data-pages=reading] .fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

[data-pages=reading]+footer {
  position: relative;
  z-index: 1
}

[data-pages=reading] #kv img {
  width: 100%
}

[data-pages=reading] #lead h2,
[data-pages=reading] #worries h2 {
  line-height: 1.75em;
  font-weight: 500;
  text-align: center
}

[data-pages=reading] #lead {
  text-align: center;
  margin: 0 auto
}

[data-pages=reading] #lead .text {
  line-height: 1.75em
}

[data-pages=reading] #lead .release dt {
  color: #006534
}

[data-pages=reading] #lead .release dt .date {
  display: inline-block
}

[data-pages=reading] #lead .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

[data-pages=reading] #lead .button a {
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #f18e91;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  color: #333
}

[data-pages=reading] #lead .button a:hover {
  background: #333
}

[data-pages=reading] #lead .button a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  aspect-ratio: 1;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

[data-pages=reading] #lead .button a:hover {
  color: #fff
}

[data-pages=reading] #lead .button a:hover::after {
  border-color: #fff
}

[data-pages=reading] #lead .button a::after {
  border-color: #333
}

[data-pages=reading] #worries {
  background: #f4f6f5
}

[data-pages=reading] #worries>.text {
  line-height: 1.6em;
  color: #006534;
  display: -ms-grid;
  display: grid;
  margin: 0 auto
}

[data-pages=reading] #worries>.text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  position: relative
}

[data-pages=reading] #worries>.text li::before {
  content: "";
  aspect-ratio: 40/12;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: url(../img/bg_balloon.png) no-repeat;
  background-size: contain
}

[data-pages=reading] #recommend>.text {
  display: -ms-grid;
  display: grid;
  margin: 0 auto
}

[data-pages=reading] #recommend>.text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #006534;
  border: 1px solid #979797;
  position: relative;
  border-radius: 20px
}

[data-pages=reading] #recommend>.text div dt {
  line-height: 1.5em;
  color: #fff;
  text-align: center
}

[data-pages=reading] #recommend>.text div dd {
  line-height: 1em;
  color: #f18e91
}

[data-pages=reading] #lineup h2 {
  line-height: 1em;
  text-align: center
}

[data-pages=reading] #lineup .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1em
}

[data-pages=reading] #lineup .price-wrap .type .en {
  display: inline-block;
  margin: 0 .1em
}

[data-pages=reading] #lineup .release {
  text-align: center
}

[data-pages=reading] #lineup nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto
}

[data-pages=reading] #lineup nav a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  overflow: hidden;
  border-radius: 20px
}

[data-pages=reading] #lineup nav a:hover {
  opacity: .6
}

[data-pages=reading] #lineup nav a figcaption {
  text-align: center;
  position: relative
}

[data-pages=reading] #lineup nav a figcaption::after,
[data-pages=reading] #lineup nav a figcaption::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transition: .3s;
  transition: .3s
}

[data-pages=reading] #lineup nav a figcaption::before {
  aspect-ratio: 1;
  border-radius: 50%;
  background: #333;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

[data-pages=reading] #lineup nav a figcaption::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  aspect-ratio: 1;
  -webkit-transform: rotate(45deg) translateX(-60%);
  transform: rotate(45deg) translateX(-60%);
  z-index: 1
}

[data-pages=reading] #lineup nav a.lineup1 figcaption {
  color: #f7dad9;
  background: #50b887
}

[data-pages=reading] #lineup nav a.lineup1 figcaption figcaption::after {
  border-color: #f7dad9
}

[data-pages=reading] #lineup nav a.lineup2 figcaption {
  color: #004e37;
  background: #95c51b
}

[data-pages=reading] #lineup nav a.lineup2 figcaption figcaption::after {
  border-color: #95c51b
}

[data-pages=reading] #lineup nav a.lineup3 figcaption {
  color: #e7eda6;
  background: #009a36
}

[data-pages=reading] #lineup nav a.lineup3 figcaption figcaption::after {
  border-color: #e7eda6
}

[data-pages=reading] #lineup nav a.lineup4 figcaption {
  color: #f6d3e4;
  background: #006855
}

[data-pages=reading] #lineup nav a.lineup4 figcaption figcaption::before {
  background-color: #fff
}

[data-pages=reading] #lineup nav a.lineup4 figcaption figcaption::after {
  border-color: #006855
}

[data-pages=reading] #detail h3 {
  line-height: 1em;
  text-align: center
}

[data-pages=reading] #detail .detail {
  display: -ms-grid;
  display: grid;
  margin: 0 auto
}

[data-pages=reading] #detail .detail img {
  border: 1px solid #dadada
}

[data-pages=reading] #detail .detail figcaption {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

[data-pages=reading] #detail .detail figcaption .text {
  line-height: 1.75em
}

[data-pages=reading] #detail .detail figcaption .caution {
  line-height: 1.714285714285714em
}

[data-pages=reading] .lineup-header {
  text-align: center;
  position: relative
}

[data-pages=reading] .lineup-header::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

[data-pages=reading] .lineup-header figure {
  margin: 0 auto
}

[data-pages=reading] #lineup1 .lineup-header::before {
  background: #50b887
}

[data-pages=reading] #lineup1 .lineup-header h2 {
  color: #f7dad9
}

[data-pages=reading] #lineup2 .lineup-header::before {
  background: #95c51b
}

[data-pages=reading] #lineup2 .lineup-header h2 {
  color: #004e37
}

[data-pages=reading] #lineup3 .lineup-header::before {
  background: #009a36
}

[data-pages=reading] #lineup3 .lineup-header h2 {
  color: #e7eda6;
  letter-spacing: .05em
}

[data-pages=reading] #lineup4 .lineup-header::before {
  background: #006855
}

[data-pages=reading] #lineup4 .lineup-header h2 {
  color: #f6d3e4
}

[data-pages=reading] #lineup4 .lineup-header .catch {
  color: #fff!important;
}

[data-pages=reading] .lineup {
  display: -ms-grid;
  display: grid;
  margin: 0 auto
}

[data-pages=reading] .lineup .item h3 {
  line-height: 1em;
  text-align: center
}

[data-pages=reading] .lineup .item .button {
  display: -ms-grid;
  display: grid
}

[data-pages=reading] .lineup .item .button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #333;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  display: flex
}

[data-pages=reading] .lineup .item .button a:hover {
  background: #333
}

[data-pages=reading] .lineup .item .button a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  aspect-ratio: 1;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

[data-pages=reading] .lineup .item .button a:hover {
  opacity: .6
}

[data-pages=reading] .lineup .item .button .model {
  text-align: center
}

[data-pages=reading] #lineup1-item1 .button a {
  background-color: #100a65
}

[data-pages=reading] #lineup1-item2 .button a {
  background-color: #231815
}

[data-pages=reading] #lineup2-item1 .button a {
  background-color: #8b0001
}

[data-pages=reading] #lineup2-item2 .button a {
  background-color: #231815
}

[data-pages=reading] #lineup3-item1 .button a {
  background-color: #8b0001
}

[data-pages=reading] #lineup3-item2 .button a {
  background-color: #231815
}

[data-pages=reading] #lineup4-item1 .button a {
  background-color: #7f4f21
}

[data-pages=reading] #lineup4-item2 .button a {
  background-color: #c9bc9c;
  color: #333
}

[data-pages=reading] #lineup4-item2 .button a::after {
  border-color: #333
}

[data-pages=reading] #feature {
  background: #f4f6f5
}

[data-pages=reading] #feature .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto
}

[data-pages=reading] #feature .inner .caution {
  text-indent: -1.25em;
  margin-left: 1.25em
}

[data-pages=reading] #customize {
  margin: 0 auto
}

[data-pages=reading] #customize .catch {
  text-align: center
}

[data-pages=reading] #customize h2 {
  text-align: center
}

[data-pages=reading] #customize .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

[data-pages=reading] #customize .price-wrap .plus {
  margin-right: .2em
}

[data-pages=reading] #customize .price-wrap .price {
  line-height: .8
}

[data-pages=reading] #customize .price-wrap .note {
  line-height: 1.8
}

[data-pages=reading] #customize .text {
  text-align: center;
  line-height: 1.75em
}

[data-pages=reading] #customize .image {
  margin-left: auto;
  margin-right: auto
}

[data-pages=reading] #customize h3 {
  text-align: center
}

[data-pages=reading] #customize .reason {
  display: -ms-grid;
  display: grid
}

[data-pages=reading] #customize .reason>div {
  background: #006534;
  border-radius: 20px
}

[data-pages=reading] #customize .reason dt .no {
  color: #f18e91;
  position: absolute
}

[data-pages=reading] #customize .reason dt .title {
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: .8em
}

[data-pages=reading] #customize .reason dd {
  color: #fff
}

[data-pages=reading] #customize .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

[data-pages=reading] #customize .button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #f18e91;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: 700;
  color: #333
}

[data-pages=reading] #customize .button a:hover {
  background: #333
}

[data-pages=reading] #customize .button a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  aspect-ratio: 1;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s
}

[data-pages=reading] #customize .button a:hover {
  color: #fff
}

[data-pages=reading] #customize .button a:hover::after {
  border-color: #fff
}

[data-pages=reading] #customize .button a::after {
  border-color: #333
}

[data-pages=reading] #customize .caution {
  text-align: center
}

[data-pages=reading] #customize .caution li {
  text-indent: -1em;
  margin-left: 1em
}

[data-pages=reading] #banner a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto
}

[data-pages=reading] #banner a:hover {
  opacity: .6
}

[data-pages=reading] #variation h2 {
  font-weight: 700;
  text-align: center
}

[data-pages=reading] #variation .variation {
  display: -ms-grid;
  display: grid;
  margin: 0 auto
}

[data-pages=reading] #variation .variation a {
  color: #fff;
  aspect-ratio: 1;
  position: relative;
  background-size: cover;
  -webkit-transition: .3s;
  transition: .3s
}

[data-pages=reading] #variation .variation a:nth-child(1) {
  background-image: url(../img/variation_bg_01.jpg)
}

[data-pages=reading] #variation .variation a:nth-child(2) {
  background-image: url(../img/variation_bg_02.jpg)
}

[data-pages=reading] #variation .variation a:nth-child(3) {
  background-image: url(../img/variation_bg_03.jpg)
}

[data-pages=reading] #variation .variation a:hover {
  opacity: .6
}

[data-pages=reading] #variation .variation a .type1,
[data-pages=reading] #variation .variation a .type2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center
}

[data-pages=reading] #variation .variation a .type1 {
  font-weight: 700
}

[data-pages=reading] #variation .variation a .type2 .en {
  display: block
}

[data-pages=reading] #variation .variation a .type2 .jp {
  display: block
}

[data-pages=reading] #variation .variation a .price {
  position: absolute;
  right: 1em;
  bottom: .8em
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@media (min-width:768px) {
  .main {
    margin-top: 80px
  }

  br.forPC,
  img.forPC {
    display: inline
  }

  br.forTAB,
  img.forTAB {
    display: none
  }

  br.forSP,
  img.forSP {
    display: none
  }

  br.forSP_small,
  img.forSP_small {
    display: none
  }

  [data-pages=reading] .topic_path_wrap {
    width: 1100px;
    padding: 20px 0
  }

  [data-pages=reading] .topic_path li {
    font-size: 1em
  }

  [data-pages=reading]+footer {
    margin-bottom: -52px
  }

  [data-pages=reading] #kv {
    aspect-ratio: 1366/583
  }

  [data-pages=reading] #lead h2,
  [data-pages=reading] #worries h2 {
    font-size: 3.8em
  }

  [data-pages=reading] #lead h2 {
    margin-bottom: 25px
  }

  [data-pages=reading] #worries h2 {
    margin-bottom: 50px
  }

  [data-pages=reading] #lead {
    width: 1100px;
    padding: 120px 0
  }

  [data-pages=reading] #lead .text {
    font-size: 2em
  }

  [data-pages=reading] #lead .release {
    margin-top: 30px
  }

  [data-pages=reading] #lead .release dt .date {
    font-size: 3em
  }

  [data-pages=reading] #lead .release dt .jp {
    font-size: 2.6em
  }

  [data-pages=reading] #lead .release dd {
    font-size: 1.6em
  }

  [data-pages=reading] #lead .button {
    margin-top: 50px
  }

  [data-pages=reading] #lead .button a {
    font-size: 1.6em
  }

  [data-pages=reading] #lead .button a {
    border-radius: 30px;
    width: 240px;
    height: 60px
  }

  [data-pages=reading] #lead .button a::after {
    width: 5px;
    right: 25px
  }

  [data-pages=reading] #worries {
    padding: 80px 0
  }

  [data-pages=reading] #worries>.text {
    font-size: 2em
  }

  [data-pages=reading] #worries>.text {
    margin-bottom: 60px
  }

  [data-pages=reading] #worries>.text {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 1100px;
    gap: 36px
  }

  [data-pages=reading] #worries>.text li {
    min-height: 5em;
    border-radius: 25px
  }

  [data-pages=reading] #worries>.text li:nth-child(n+3) {
    margin-top: -16px
  }

  [data-pages=reading] #worries>.text li::before {
    width: 40px;
    right: -8px
  }

  [data-pages=reading] #recommend>.text {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1100px;
    gap: 22px
  }

  [data-pages=reading] #recommend>.text div {
    gap: 25px;
    padding: 35px 0
  }

  [data-pages=reading] #recommend>.text div dt {
    font-size: 2em
  }

  [data-pages=reading] #recommend>.text div dt {
    font-weight: 700
  }

  [data-pages=reading] #recommend>.text div dd {
    font-size: 4.600000000000001em
  }

  [data-pages=reading] #lineup {
    padding: 0 90px 120px;
  }

  [data-pages=reading] #lineup h2 {
    font-size: 5.2em
  }

  [data-pages=reading] #lineup h2 {
    margin-bottom: 5px
  }

  [data-pages=reading] #lineup .price-wrap {
    margin-bottom: 5px
  }

  [data-pages=reading] #lineup .price-wrap .type .jp {
    font-size: 2em
  }

  [data-pages=reading] #lineup .price-wrap .type .en {
    font-size: 2.2em
  }

  [data-pages=reading] #lineup .price-wrap .price {
    font-size: 2.6em;
    line-height: 1.2!important;
  }

  [data-pages=reading] #lineup .release {
    margin-bottom: 40px
  }

  [data-pages=reading] #lineup .release {
    font-size: 1.4em
  }

  [data-pages=reading] #lineup nav {
    width: 1100px;
    gap: 20px
  }

  [data-pages=reading] #lineup nav a figcaption {
    font-size: 2.6em;
  }

  [data-pages=reading] #lineup nav a figcaption {
    padding: 35px 0 60px
  }

  [data-pages=reading] #lineup nav a figcaption::before {
    width: 34px;
    bottom: 22px
  }

  [data-pages=reading] #lineup nav a figcaption::after {
    width: 6px;
    bottom: 34px
  }

  [data-pages=reading] #detail {
    padding-bottom: 120px
  }

  [data-pages=reading] #detail h3 {
    font-size: 3.8em
  }

  [data-pages=reading] #detail h3 {
    margin-bottom: 50px
  }

  [data-pages=reading] #detail .detail {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1100px;
    gap: 20px
  }

  [data-pages=reading] #detail .detail figcaption {
    gap: 1.5em
  }

  [data-pages=reading] #detail .detail figcaption .text {
    font-size: 1.6em;
    font-weight: 400;
  }

  [data-pages=reading] #detail .detail figcaption .caution {
    font-size: 1.4em;
    font-weight: 400;
  }

  [data-pages=reading] .lineup-detail {
    margin-bottom: 120px
  }

  [data-pages=reading] .lineup-header {
    padding: 80px 0 65px 0
  }

  [data-pages=reading] .lineup-header::before {
    height: 500px
  }

  [data-pages=reading] .lineup-header h2 {
    font-size: 7em
  }

  [data-pages=reading] .lineup-header .catch {
    font-size: 2.6em;
    line-height: 1.444444444444444 !important;
  }

  [data-pages=reading] .lineup-header .catch {
    margin-bottom: 50px
  }

  [data-pages=reading] .lineup-header figure {
    width: 1100px
  }

  [data-pages=reading] .lineup {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 1100px;
    gap: 60px
  }

  [data-pages=reading] .lineup .item h3 {
    font-size: 2.6em
  }

  [data-pages=reading] .lineup .item h3 {
    margin-bottom: 25px
  }

  [data-pages=reading] .lineup .item .button {
    margin-top: 20px
  }

  [data-pages=reading] .lineup .item .button {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 11px
  }

  [data-pages=reading] .lineup .item .button a {
    border-radius: 40px;
    width: 166px;
    height: 80px
  }

  [data-pages=reading] .lineup .item .button a::after {
    width: 5px;
    right: 25px
  }

  [data-pages=reading] .lineup .item .button a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  [data-pages=reading] .lineup .item .button a .type {
    font-size: 2em
  }

  [data-pages=reading] .lineup .item .button a .type {
    line-height: 1.5em
  }

  [data-pages=reading] .lineup .item .button a .value {
    font-size: 2em
  }

  [data-pages=reading] .lineup .item .button a .value {
    line-height: 1.2em
  }

  [data-pages=reading] .lineup .item .button .model {
    font-size: 1.6em
  }

  [data-pages=reading] .lineup .item .button .model {
    margin-top: .6em
  }

  [data-pages=reading] #feature {
    padding: 120px 0
  }

  [data-pages=reading] #feature .inner {
    width: 1100px;
    gap: 40px
  }

  [data-pages=reading] #feature .inner figure {
    width: 400px
  }

  [data-pages=reading] #feature .inner dl {
    width: 660px
  }

  [data-pages=reading] #feature .inner dt {
    font-size: 2.6em
  }

  [data-pages=reading] #feature .inner dt {
    margin-bottom: 25px
  }

  [data-pages=reading] #feature .inner .text {
    font-size: 1.6em
  }

  [data-pages=reading] #feature .inner .caution {
    font-size: 1.4em
  }

  [data-pages=reading] #feature .inner .caution {
    margin-top: 15px
  }

  [data-pages=reading] #customize {
    width: 1100px;
    padding: 120px 0
  }

  [data-pages=reading] #customize .catch {
    font-size: 2.6em
  }

  [data-pages=reading] #customize h2 {
    font-size: 5.2em
  }

  [data-pages=reading] #customize h2 {
    margin-bottom: 40px
  }

  [data-pages=reading] #customize .price-wrap {
    margin-bottom: 20px
  }

  [data-pages=reading] #customize .price-wrap .plus {
    font-size: 2em
  }

  [data-pages=reading] #customize .price-wrap .price {
    font-size: 3.8em
  }

  [data-pages=reading] #customize .price-wrap .note {
    font-size: 1.6em
  }

  [data-pages=reading] #customize .text {
    font-size: 1.6em
  }

  [data-pages=reading] #customize .text {
    margin-bottom: 50px
  }

  [data-pages=reading] #customize .image {
    margin-bottom: 60px
  }

  [data-pages=reading] #customize .image {
    width: 605px
  }

  [data-pages=reading] #customize h3 {
    font-size: 3.8em
  }

  [data-pages=reading] #customize h3 {
    margin-bottom: 50px
  }

  [data-pages=reading] #customize .reason {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px
  }

  [data-pages=reading] #customize .reason>div {
    padding: 85px 40px 45px 40px
  }

  [data-pages=reading] #customize .reason dt {
    position: relative
  }

  [data-pages=reading] #customize .reason dt .no {
    font-size: 2.6em
  }

  [data-pages=reading] #customize .reason dt .no {
    top: -1.3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  [data-pages=reading] #customize .reason dt .title {
    font-size: 2em
  }

  [data-pages=reading] #customize .reason dt .title {
    text-align: center
  }

  [data-pages=reading] #customize .reason dd {
    font-size: 1.6em
  }

  [data-pages=reading] #customize .button {
    margin-top: 40px
  }

  [data-pages=reading] #customize .button {
    gap: 20px
  }

  [data-pages=reading] #customize .button a {
    border-radius: 30px;
    width: 360px;
    height: 60px
  }

  [data-pages=reading] #customize .button a::after {
    width: 5px;
    right: 25px
  }

  [data-pages=reading] #customize .button a {
    font-size: 1.6em
  }

  [data-pages=reading] #customize .caution {
    font-size: 1.4em
  }

  [data-pages=reading] #customize .caution {
    margin-top: 15px
  }

  [data-pages=reading] #banner a {
    width: 1100px
  }

  [data-pages=reading] #variation {
    padding: 120px 0
  }

  [data-pages=reading] #variation h2 {
    font-size: 3.8em
  }

  [data-pages=reading] #variation h2 {
    margin-bottom: 50px
  }

  [data-pages=reading] #variation .variation {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    width: 1100px;
    gap: 22px
  }

  [data-pages=reading] #variation .variation a .type1 {
    font-size: 2.6em
  }

  [data-pages=reading] #variation .variation a .type2 .en {
    font-size: 2.6em
  }

  [data-pages=reading] #variation .variation a .type2 .jp {
    font-size: 1.6em
  }

  [data-pages=reading] #variation .variation a .price {
    font-size: 2.6em
  }
}

@media (max-width:1024px) {
  .main {
    margin-top: 52px
  }

  br.forTAB,
  img.forTAB {
    display: inline
  }
}

@media (max-width:767px) {

  br.forPC,
  img.forPC {
    display: none
  }

  br.forSP,
  img.forSP {
    display: inline
  }

  [data-pages=reading] .topic_path_wrap {
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 5px 0
  }

  [data-pages=reading] .topic_path li {
    font-size: 2.4vw
  }

  [data-pages=reading] #kv {
    aspect-ratio: 750/770
  }

  [data-pages=reading] #lead h2,
  [data-pages=reading] #worries h2 {
    font-size: 6.4vw
  }

  [data-pages=reading] #lead h2 {
    margin-bottom: 6vw
  }

  [data-pages=reading] #worries h2 {
    margin-bottom: 6.67vw
  }

  [data-pages=reading] #lead {
    padding: 16vw 0
  }

  [data-pages=reading] #lead .text {
    font-size: 4.27vw
  }

  [data-pages=reading] #lead .release {
    margin-top: 6.67vw
  }

  [data-pages=reading] #lead .release dt .date {
    font-size: 5.33vw
  }

  [data-pages=reading] #lead .release dt .jp {
    font-size: 4.8vw
  }

  [data-pages=reading] #lead .release dd {
    font-size: 3.73vw
  }

  [data-pages=reading] #lead .button {
    margin-top: 9.33vw
  }

  [data-pages=reading] #lead .button a {
    font-size: 3.73vw
  }

  [data-pages=reading] #lead .button a {
    border-radius: 8vw;
    width: 80vw;
    height: 16vw
  }

  [data-pages=reading] #lead .button a::after {
    width: 1.87vw;
    right: 8vw
  }

  [data-pages=reading] #worries {
    padding: 12vw 6.67vw
  }

  [data-pages=reading] #worries>.text {
    font-size: 4.27vw
  }

  [data-pages=reading] #worries>.text {
    margin-bottom: 8.67vw
  }

  [data-pages=reading] #worries>.text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.67vw
  }

  [data-pages=reading] #worries>.text li {
    min-height: 4em;
    padding: 3.33vw 0;
    border-radius: 20px
  }

  [data-pages=reading] #worries>.text li::before {
    width: 40px;
    right: -8px
  }

  [data-pages=reading] #recommend>.text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.67vw
  }

  [data-pages=reading] #recommend>.text div {
    gap: 3.33vw;
    padding: 3.33vw 0
  }

  [data-pages=reading] #recommend>.text div dt {
    font-size: 4.27vw
  }

  [data-pages=reading] #recommend>.text div dd {
    font-size: 9.33vw
  }

  [data-pages=reading] #lineup {
    padding: 10vw 0 13.33vw 0
  }

  [data-pages=reading] #lineup h2 {
    font-size: 7.47vw
  }

  [data-pages=reading] #lineup h2 {
    margin-bottom: .67vw
  }

  [data-pages=reading] #lineup .price-wrap {
    margin-bottom: .67vw
  }

  [data-pages=reading] #lineup .price-wrap .type .jp {
    font-size: 4.67vw
  }

  [data-pages=reading] #lineup .price-wrap .type .en {
    font-size: 5.33vw
  }

  [data-pages=reading] #lineup .price-wrap .price {
    font-size: 5.6vw;
    line-height: 1.625!important;
  }

  [data-pages=reading] #lineup .release {
    margin-bottom: 10.67vw
  }

  [data-pages=reading] #lineup .release {
    font-size: 2.93vw
  }

  [data-pages=reading] #lineup nav {
    width: 86.67vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.67vw
  }

  [data-pages=reading] #lineup nav a figcaption {
    font-size: 6.4vw
  }

  [data-pages=reading] #lineup nav a figcaption {
    padding: 4.67vw 0 14.67vw
  }

  [data-pages=reading] #lineup nav a figcaption::before {
    width: 8vw;
    bottom: 4vw
  }

  [data-pages=reading] #lineup nav a figcaption::after {
    width: 1.6vw;
    bottom: 6.4vw
  }

  [data-pages=reading] #detail {
    padding-bottom: 20vw
  }

  [data-pages=reading] #detail h3 {
    font-size: 6.4vw
  }

  [data-pages=reading] #detail h3 {
    margin-bottom: 8vw
  }

  [data-pages=reading] #detail .detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 86.67vw;
    gap: 8.67vw
  }

  [data-pages=reading] #detail .detail figcaption {
    gap: 1em
  }

  [data-pages=reading] #detail .detail figcaption .text {
    font-size: 3.73vw;
    font-weight: 400;
  }

  [data-pages=reading] #detail .detail figcaption .caution {
    font-size: 2.93vw;
    font-weight: 400;
  }

  [data-pages=reading] .lineup-detail {
    margin-bottom: 20vw
  }

  [data-pages=reading] .lineup-header {
    padding: 13.33vw 0 11.33vw 0
  }

  [data-pages=reading] .lineup-header::before {
    height: 72vw
  }

  [data-pages=reading] .lineup-header h2 {
    font-size: 12vw
  }

  [data-pages=reading] .lineup-header .catch {
    font-size: 4.8vw;
    line-height: 1.733333333333333!important;
  }

  [data-pages=reading] .lineup-header .catch {
    margin-bottom: 10.67vw
  }

  [data-pages=reading] .lineup-header figure {
    width: auto
  }

  [data-pages=reading] .lineup {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 86.67vw;
    gap: 14.67vw
  }

  [data-pages=reading] .lineup .item h3 {
    font-size: 4.8vw
  }

  [data-pages=reading] .lineup .item h3 {
    margin-bottom: 3.33vw
  }

  [data-pages=reading] .lineup .item .button {
    margin-top: 4vw
  }

  [data-pages=reading] .lineup .item .button {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6vw
  }

  [data-pages=reading] .lineup .item .button a {
    border-radius: 6.67vw;
    width: 66.67vw;
    height: 13.33vw
  }

  [data-pages=reading] .lineup .item .button a::after {
    width: 1.87vw;
    right: 8vw
  }

  [data-pages=reading] .lineup .item .button a {
    gap: 2em;
    margin: 0 auto
  }

  [data-pages=reading] .lineup .item .button a .type {
    font-size: 4.27vw
  }

  [data-pages=reading] .lineup .item .button a .type {
    padding-top: .2em
  }

  [data-pages=reading] .lineup .item .button a .value {
    font-size: 4.27vw
  }

  [data-pages=reading] .lineup .item .button a .value {
    padding-top: .2em
  }

  [data-pages=reading] .lineup .item .button .model {
    font-size: 3.73vw
  }

  [data-pages=reading] .lineup .item .button .model {
    margin-top: .3em
  }

  [data-pages=reading] #feature {
    padding: 13.33vw 6.67vw
  }

  [data-pages=reading] #feature .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.33vw
  }

  [data-pages=reading] #feature .inner dt {
    font-size: 4.8vw
  }

  [data-pages=reading] #feature .inner dt {
    margin-bottom: 4vw
  }

  [data-pages=reading] #feature .inner .text {
    font-size: 3.73vw
  }

  [data-pages=reading] #feature .inner .caution {
    font-size: 2.93vw
  }

  [data-pages=reading] #feature .inner .caution {
    margin-top: 2.67vw
  }

  [data-pages=reading] #customize {
    width: 86.67vw;
    padding: 20vw 0
  }

  [data-pages=reading] #customize .catch {
    font-size: 4.53vw
  }

  [data-pages=reading] #customize .catch {
    margin-left: -6.67vw;
    margin-right: -6.67vw
  }

  [data-pages=reading] #customize h2 {
    font-size: 11.2vw
  }

  [data-pages=reading] #customize h2 {
    margin-bottom: 9.33vw
  }

  [data-pages=reading] #customize .price-wrap {
    margin-bottom: 4vw
  }

  [data-pages=reading] #customize .price-wrap .plus {
    font-size: 4.27vw
  }

  [data-pages=reading] #customize .price-wrap .price {
    font-size: 7.2vw
  }

  [data-pages=reading] #customize .price-wrap .note {
    font-size: 3.2vw
  }

  [data-pages=reading] #customize .text {
    font-size: 3.73vw
  }

  [data-pages=reading] #customize .text {
    margin-bottom: 10.67vw
  }

  [data-pages=reading] #customize .image {
    margin-bottom: 9.33vw
  }

  [data-pages=reading] #customize .image {
    width: auto
  }

  [data-pages=reading] #customize h3 {
    font-size: 6.4vw
  }

  [data-pages=reading] #customize h3 {
    margin-bottom: 9.33vw
  }

  [data-pages=reading] #customize .reason {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5.33vw
  }

  [data-pages=reading] #customize .reason>div {
    position: relative;
    padding: 4vw 5.33vw 5.33vw 16vw
  }

  [data-pages=reading] #customize .reason dt .no {
    font-size: 4.8vw
  }

  [data-pages=reading] #customize .reason dt .no {
    top: 50%;
    left: 7.33vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  [data-pages=reading] #customize .reason dt .title {
    font-size: 4.27vw
  }

  [data-pages=reading] #customize .reason dd {
    font-size: 3.73vw
  }

  [data-pages=reading] #customize .button {
    margin-top: 5.33vw
  }

  [data-pages=reading] #customize .button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.67vw
  }

  [data-pages=reading] #customize .button a {
    border-radius: 8vw;
    width: 86.67vw;
    height: 16vw
  }

  [data-pages=reading] #customize .button a::after {
    width: 1.87vw;
    right: 8vw
  }

  [data-pages=reading] #customize .button a {
    font-size: 3.73vw
  }

  [data-pages=reading] #customize .caution {
    font-size: 3.47vw
  }

  [data-pages=reading] #customize .caution {
    margin-top: 2.67vw
  }

  [data-pages=reading] #banner a {
    width: 86.67vw
  }

  [data-pages=reading] #variation {
    padding: 20vw 0
  }

  [data-pages=reading] #variation h2 {
    font-size: 6.4vw
  }

  [data-pages=reading] #variation h2 {
    margin-bottom: 9.33vw
  }

  [data-pages=reading] #variation .variation {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 86.67vw;
    gap: 5.33vw
  }

  [data-pages=reading] #variation .variation a .type1 {
    font-size: 4.8vw
  }

  [data-pages=reading] #variation .variation a .type2 .en {
    font-size: 4.8vw
  }

  [data-pages=reading] #variation .variation a .type2 .jp {
    font-size: 3.73vw
  }

  [data-pages=reading] #variation .variation a .price {
    font-size: 5.6vw
  }
}

@media (min-width:768px) and (max-width:1439px) {
  [data-pages=reading] .topic_path_wrap {
    width: 76.39vw
  }

  [data-pages=reading] .topic_path li {
    font-size: .69vw
  }

  [data-pages=reading] #lead h2,
  [data-pages=reading] #worries h2 {
    font-size: 2.64vw
  }

  [data-pages=reading] #lead h2 {
    margin-bottom: 1.74vw
  }

  [data-pages=reading] #worries h2 {
    margin-bottom: 3.47vw
  }

  [data-pages=reading] #lead .text {
    font-size: 1.39vw
  }

  [data-pages=reading] #lead .release dt .date {
    font-size: 2.08vw
  }

  [data-pages=reading] #lead .release dt .jp {
    font-size: 1.81vw
  }

  [data-pages=reading] #lead .release dd {
    font-size: 1.11vw
  }

  [data-pages=reading] #lead .release {
    margin-top: 2.08vw
  }

  [data-pages=reading] #lead .button a::after {
    width: .35vw;
    right: 1.74vw
  }

  [data-pages=reading] #lead .button a {
    font-size: 1.11vw
  }

  [data-pages=reading] #lead .button a {
    border-radius: 2.08vw;
    width: 16.67vw;
    height: 4.17vw
  }

  [data-pages=reading] #lead .button {
    margin-top: 3.47vw
  }

  [data-pages=reading] #lead {
    width: 76.39vw;
    padding: 8.33vw 0
  }

  [data-pages=reading] #worries>.text li:nth-child(n+3) {
    margin-top: -1.11vw
  }

  [data-pages=reading] #worries>.text li::before {
    width: 2.78vw;
    right: -.56vw
  }

  [data-pages=reading] #worries>.text li {
    border-radius: 1.74vw
  }

  [data-pages=reading] #worries>.text {
    font-size: 1.39vw
  }

  [data-pages=reading] #worries>.text {
    margin-bottom: 4.17vw
  }

  [data-pages=reading] #worries>.text {
    width: 76.39vw;
    gap: 2.5vw
  }

  [data-pages=reading] #worries {
    padding: 5.56vw 0
  }

  [data-pages=reading] #recommend>.text div dt {
    font-size: 1.39vw
  }

  [data-pages=reading] #recommend>.text div dd {
    font-size: 3.19vw
  }

  [data-pages=reading] #recommend>.text div {
    gap: 1.74vw;
    padding: 2.43vw 0
  }

  [data-pages=reading] #recommend>.text {
    width: 76.39vw;
    gap: 1.53vw
  }

  [data-pages=reading] #lineup h2 {
    font-size: 3.61vw
  }

  [data-pages=reading] #lineup h2 {
    margin-bottom: .35vw
  }

  [data-pages=reading] #lineup .price-wrap .type .jp {
    font-size: 1.39vw
  }

  [data-pages=reading] #lineup .price-wrap .type .en {
    font-size: 1.53vw
  }

  [data-pages=reading] #lineup .price-wrap .price {
    font-size: 1.81vw
  }

  [data-pages=reading] #lineup .price-wrap {
    margin-bottom: .35vw
  }

  [data-pages=reading] #lineup .release {
    margin-bottom: 2.78vw
  }

  [data-pages=reading] #lineup .release {
    font-size: .97vw
  }

  [data-pages=reading] #lineup nav a figcaption::before {
    width: 2.36vw;
    bottom: 1.53vw
  }

  [data-pages=reading] #lineup nav a figcaption::after {
    width: .42vw;
    bottom: 2.36vw
  }

  [data-pages=reading] #lineup nav a figcaption {
    font-size: 1.81vw
  }

  [data-pages=reading] #lineup nav a figcaption {
    padding: 2.43vw 0 4.17vw
  }

  [data-pages=reading] #lineup nav {
    width: 76.39vw;
    gap: 1.39vw
  }

  [data-pages=reading] #lineup {
    padding: 2vw 6.25vw 8.33vw
  }

  [data-pages=reading] #detail h3 {
    font-size: 2.64vw
  }

  [data-pages=reading] #detail h3 {
    margin-bottom: 3.47vw
  }

  [data-pages=reading] #detail .detail figcaption .text {
    font-size: 1.11vw;
    font-weight: 400;
  }

  [data-pages=reading] #detail .detail figcaption .caution {
    font-size: .97vw;
    font-weight: 400;
  }

  [data-pages=reading] #detail .detail {
    width: 76.39vw;
    gap: 1.39vw
  }

  [data-pages=reading] #detail {
    padding-bottom: 8.33vw
  }

  [data-pages=reading] .lineup-detail {
    margin-bottom: 8.33vw
  }

  [data-pages=reading] .lineup-header::before {
    height: 34.72vw
  }

  [data-pages=reading] .lineup-header h2 {
    font-size: 4.86vw
  }

  [data-pages=reading] .lineup-header .catch {
    font-size: 1.81vw;
    line-height: 1.444444444444444 !important;
  }

  [data-pages=reading] .lineup-header .catch {
    margin-bottom: 3.47vw
  }

  [data-pages=reading] .lineup-header figure {
    width: 76.39vw
  }

  [data-pages=reading] .lineup-header {
    padding: 5.56vw 0 4.51vw 0
  }

  [data-pages=reading] .lineup .item h3 {
    font-size: 1.81vw
  }

  [data-pages=reading] .lineup .item h3 {
    margin-bottom: 1.74vw
  }

  [data-pages=reading] .lineup .item .button a::after {
    width: .35vw;
    right: 1.74vw
  }

  [data-pages=reading] .lineup .item .button a .type {
    font-size: 1.39vw
  }

  [data-pages=reading] .lineup .item .button a .value {
    font-size: 1.39vw
  }

  [data-pages=reading] .lineup .item .button a {
    border-radius: 2.78vw;
    width: 11.53vw;
    height: 5.56vw
  }

  [data-pages=reading] .lineup .item .button .model {
    font-size: 1.11vw
  }

  [data-pages=reading] .lineup .item .button {
    margin-top: 1.39vw
  }

  [data-pages=reading] .lineup .item .button {
    gap: .76vw
  }

  [data-pages=reading] .lineup {
    width: 76.39vw;
    gap: 4.17vw
  }

  [data-pages=reading] #feature .inner figure {
    width: 27.78vw
  }

  [data-pages=reading] #feature .inner dl {
    width: 45.83vw
  }

  [data-pages=reading] #feature .inner dt {
    font-size: 1.81vw
  }

  [data-pages=reading] #feature .inner dt {
    margin-bottom: 1.74vw
  }

  [data-pages=reading] #feature .inner .text {
    font-size: 1.11vw
  }

  [data-pages=reading] #feature .inner .caution {
    font-size: .97vw
  }

  [data-pages=reading] #feature .inner .caution {
    margin-top: 1.04vw
  }

  [data-pages=reading] #feature .inner {
    width: 76.39vw;
    gap: 2.78vw
  }

  [data-pages=reading] #feature {
    padding: 8.33vw 0
  }

  [data-pages=reading] #customize .catch {
    font-size: 1.81vw
  }

  [data-pages=reading] #customize h2 {
    font-size: 3.61vw
  }

  [data-pages=reading] #customize h2 {
    margin-bottom: 2.78vw
  }

  [data-pages=reading] #customize .price-wrap .plus {
    font-size: 1.39vw
  }

  [data-pages=reading] #customize .price-wrap .price {
    font-size: 2.64vw
  }

  [data-pages=reading] #customize .price-wrap .note {
    font-size: 1.11vw
  }

  [data-pages=reading] #customize .price-wrap {
    margin-bottom: 1.39vw
  }

  [data-pages=reading] #customize .text {
    font-size: 1.11vw
  }

  [data-pages=reading] #customize .text {
    margin-bottom: 3.47vw
  }

  [data-pages=reading] #customize .image {
    margin-bottom: 4.17vw
  }

  [data-pages=reading] #customize .image {
    width: 42.01vw
  }

  [data-pages=reading] #customize h3 {
    font-size: 2.64vw
  }

  [data-pages=reading] #customize h3 {
    margin-bottom: 3.47vw
  }

  [data-pages=reading] #customize .reason>div {
    padding: 5.9vw 2.78vw 3.13vw 2.78vw
  }

  [data-pages=reading] #customize .reason dt .no {
    font-size: 1.81vw
  }

  [data-pages=reading] #customize .reason dt .title {
    font-size: 1.39vw
  }

  [data-pages=reading] #customize .reason dd {
    font-size: 1.11vw
  }

  [data-pages=reading] #customize .reason {
    gap: 1.53vw
  }

  [data-pages=reading] #customize .button a::after {
    width: .35vw;
    right: 1.74vw
  }

  [data-pages=reading] #customize .button a {
    border-radius: 2.08vw;
    width: 25vw;
    height: 4.17vw
  }

  [data-pages=reading] #customize .button a {
    font-size: 1.11vw
  }

  [data-pages=reading] #customize .button {
    margin-top: 2.78vw
  }

  [data-pages=reading] #customize .button {
    gap: 1.39vw
  }

  [data-pages=reading] #customize .caution {
    font-size: .97vw
  }

  [data-pages=reading] #customize .caution {
    margin-top: 1.04vw
  }

  [data-pages=reading] #customize {
    width: 76.39vw;
    padding: 8.33vw 0
  }

  [data-pages=reading] #banner a {
    width: 76.39vw
  }

  [data-pages=reading] #variation h2 {
    font-size: 2.64vw
  }

  [data-pages=reading] #variation h2 {
    margin-bottom: 3.47vw
  }

  [data-pages=reading] #variation .variation a .type1 {
    font-size: 1.81vw
  }

  [data-pages=reading] #variation .variation a .type2 .en {
    font-size: 1.81vw
  }

  [data-pages=reading] #variation .variation a .type2 .jp {
    font-size: 1.11vw
  }

  [data-pages=reading] #variation .variation a .price {
    font-size: 1.81vw
  }

  [data-pages=reading] #variation .variation {
    width: 76.39vw;
    gap: 1.53vw
  }

  [data-pages=reading] #variation {
    padding: 8.33vw 0
  }
}


.only-pc {
  display: block;
}

.only-tab {
  display: none;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }

  .only-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .only-tab {
    display: none;
  }

  .only-sp {
    display: block;
  }
}

.p-bnr-list{
	display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 20px;
}

/* バナー */
.banner-link{
  padding-top: 20px;
}
.bnr-area {
	margin: 50px auto 10%;
	width:80%;
}
  .bnr-area a {
	text-decoration: none;
  }
  @media only screen and (min-width: 769px) {
	  .bnr-area {
	  max-width: 1100px;
	  width: 100%;
	  }
  }
  .bnr-area .bnr-big ul {
  }
  .bnr-area .bnr-big ul li {
	margin-bottom:8.359%;
  }
  .bnr-area .bnr-big ul li .text {
	  text-align:center;
	  font-size:3.25vw;
	  color:#3e3a39;
	  margin-top:3%;
  }
  .bnr-area .bnr-big ul li img {
	  width:100%;
  }
  @media only screen and (min-width: 769px) {
	  .bnr-area .bnr-big ul {
		  display:-webkit-box;
		  display:-ms-flexbox;
		  display:flex;
		  width:100%;
		  margin:0 auto;
	  }
	  .bnr-area .bnr-big ul li {
	  margin-bottom:107px;
	  width:48%;
	  }
	  .bnr-area .bnr-big ul li:nth-child(2n) {
	  margin-left:4%;
	  }
	  .bnr-area .bnr-big ul li .text {
		  font-size:18px;
		  margin-top:25px;
	  }
  }
  
  .bnr-area .bnr-small ul {
	  display:-webkit-box;
	  display:-ms-flexbox;
	  display:flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  }
  .bnr-area .bnr-small ul li:nth-child(2n) {
	  margin-left:4%;
  }
  .bnr-area .bnr-small ul li {
	  margin-bottom:5%;
	  width:48%;
  }
  .bnr-area .bnr-small ul li .title {
	  text-align:left;
	  font-size:3.25vw;
	  color:#3e3a39;
	  margin-top:5%;
	  font-weight: bold;
  }
  .bnr-area .bnr-small ul li .text {
	  text-align:left;
	  font-size:2.35vw;
	  color:#3e3a39;
	margin-top:5%;
	line-height: 1.7;
	letter-spacing: 0;
  }
  .bnr-area .bnr-small ul li img {
	  width:100%;
  }
  @media only screen and (min-width: 769px) {
	  .bnr-area .bnr-small ul {
		  width:100%;
		  margin:0 auto;
		  display:-webkit-box;
		  display:-ms-flexbox;
		  display:flex;
		  -ms-flex-wrap: nowrap;
		  flex-wrap: nowrap;
	  }
	  .bnr-area .bnr-small ul li:nth-child(2n) {
	  margin-left:0%;
  }
	  .bnr-area .bnr-small ul li:last-child {
		  margin-right:0%;
	  }
	  .bnr-area .bnr-small ul li {
		  margin-bottom:5%;
		  width:46%;
		  max-width: 246px;
		  margin-right:3.5%;
	  }
	  .bnr-area .bnr-small ul li .title {
		  font-size:18px;
		  margin-top:15px;
	  }
	  .bnr-area .bnr-small ul li .text {
		  font-size:14px;
		  margin-top:10px;
	  }
	  .bnr-area .bnr-small ul li img {
		  width:100%;
	  }
  }
  