@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500&display=swap");

.keirou-main {
  line-height: 1.5;
  color: #323232;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.keirou-main img {
  max-width: 100%;
  vertical-align: top;
}
.keirou-main a:hover {
  opacity: 0.7;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}
.contents-wrap {
  max-width: 104rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
.c-orange {
  color: #E5843E;
}
/* display */
@media screen and (min-width:769px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .hide-sp {
    display: none;
  }
}
/* intro */
.intro {
  padding: 4rem 0 5.2rem;
  background-color: #FCFCFC;
  box-shadow: inset 0 0 1.6rem rgba(0, 0, 0, 0.05);
}
.main_visual {
  max-width: 120rem;
  margin: 0 auto;
}
.intro-message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.5rem;
  margin-bottom: 5rem;
}
.intro-message-left {
  width: 31.88%;
  max-width: 28.4rem;
  margin-right: 6.5rem;
  padding: 0.6em 2.8rem 0.6em 0;
  border-right: 1px solid #000;
}
.intro-message-left img {
  width: 100%;
  max-width: none;
}
.intro-message-right {
  line-height: 2;
  letter-spacing: 0.1em;
}
/* contents-nav */
.contents-nav {
  margin-top: 8rem;
}
.contents-nav p {
  max-width: 14.4rem;
  margin: 0 auto 3.4rem;
  aspect-ratio: 288 / 32;
}
.contents-nav ul {
  display: flex;
  justify-content: space-between;
}
.contents-nav ul li {
  position: relative;
}
.contents-nav ul li:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -15%;
  width: 1px;
  height: 100%;
  background-color: #5F5F5F;
  transform: rotate(13deg);
}
.contents-nav ul li a {
  display: block;
  position: relative;
  padding: 1rem 0 2.2rem;
  color: inherit;
  line-height: 1.75;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.1em;
}
.contents-nav ul li a::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.3rem solid #FFA05C;
  border-bottom: 0.3rem solid #FFA05C;
  transform: rotate(45deg);
}
/* intro-bottom */
.intro-bottom {
  margin-top: 10rem;
  text-align: center;
}
.intro-bottom-copy {
  display: inline-block;
  padding: 0.1em 0.6em 0.2em 1em;
  color: #fff;
  line-height: 1.2;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.9rem;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.15em;
  background-color: #E5843E;
  transform: skew(-15deg);
}
.intro-bottom-copy p {
  display: inline;
}
.intro-bottom-copy p span {
  display: inline-block;
  transform: skew(15deg);
}
.intro-bottom-text {
  margin-top: 2rem;
  color: #E5843E;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.07em;
}
/* ranking */
.ranking {
  position: relative;
  padding: 6rem 0 5rem;
  background-color: #E5843E;
}
.ranking::before {
  content: '';
  display: block;
  position: absolute;
  top: -3rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #E5843E transparent;
  border-width: 0 4rem 3.2rem 4rem;
}
.heading-a {
  margin-bottom: 2rem;
  text-align: center;
}
.ranking .heading-a {
  max-width: 82rem;
  margin: 0 auto 2rem;
  aspect-ratio: 821 / 106;
}
.ranking-list {
  display: flex;
}
.ranking-list .swiper-wrapper {
  display: flex;
}
.ranking-list .swiper-slide {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: auto;
}
.ranking-list .swiper-slide:not(:last-child) {
  margin-right: 3.2rem;
}
.ranking-list .detail-btn {
  box-sizing: border-box;
}
.ranking-number {
  width: 9.1rem;
  margin-bottom: 0.6rem;
  aspect-ratio: 93 / 76;
}
.ranking-number img {
  vertical-align: top;
}
.ranking-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0.2rem;
  background-color: #fff;
}
.ranking-item .item-thumb {
  position: relative;
}
.ranking-item .item-thumb::before {
  content: '';
  display: block;
  padding-top: 67.82%;
}
.ranking-item .item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ranking-item .ranking-hd {
  display: flex;
  align-items: center;
  min-height: 3.4em;
  margin: 2rem 1.3rem 1.5rem;
  color: #E5843E;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.07em;
}
.ranking-item p {
  margin: 0 1.3rem 2.6rem;
  line-height: 2;
}
.ranking-item .btn-box {
  margin-top: auto;
  padding: 0 2.2rem 1.8rem;
  text-align: center;
}
.ranking-item .btn-box > li:not(:first-child) {
  margin-top: 1.5rem;
}
.detail-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.95em 1em 1.05em;
  border: 1px solid #323232;
  border-radius: 1.8em;
  color: #323232;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.detail-btn.base-size {
  width: auto;
  min-width: 21.6rem;
  padding: 0.95em 3.2em 1.05em 2.2em;
}
.detail-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0.7rem;
  margin: auto;
  width: 3rem;
  height: 0.9rem;
  border-bottom: 1px solid #323232;
  border-right: 0.19rem solid #323232;
  transform: skew(45deg);
}
.detail-btn.orange {
  border-color: #FC6A00;
  color: #FC6A00;
}
.detail-btn.orange::before {
  border-color: #FC6A00;
}
/*cp_banner*/
.cp_banner{
  width: 90%;
  max-width: 860px;
  margin: 4rem auto 8rem;
}
.cp_banner.bnr2{
  margin-top: 14rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cp_banner{
    width: 85%;
    margin: 2rem auto 4rem;
  }
  .cp_banner.bnr2{
    margin-top: 12rem;
    margin-bottom: 0;
  }
}

/* introduce */
.introduce {
  position: relative;
  padding: 5.7rem 0 8.3rem;
  background-color: #fff;
}
.introduce::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #E5843E;
  border-width: 0 0 16.6rem 16.6rem;
}
.introduce::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #F4F4F4 transparent transparent;
  border-width: 16.6rem 16.6rem 0 0;
}
.introduce-box {
  position: relative;
  z-index: 2;
  max-width: 64.4rem;
  margin: 0 auto;
  padding: 1.4rem;
  border: 1px solid #535353;
  line-height: 2;
  color: #000;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
}
.introduce-box .border-top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
}
.introduce-box .border-top::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.7rem;
  left: -0.3rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #535353;
  transform: rotate(45deg);
}
.introduce-box .border-top::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.7rem;
  right: -0.3rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #535353;
  transform: rotate(-45deg);
}
.introduce-box .border-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4rem;
}
.introduce-box .border-bottom::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.7rem;
  left: -0.3rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #535353;
  transform: rotate(-45deg);
}
.introduce-box .border-bottom::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0.7rem;
  right: -0.3rem;
  width: 2rem;
  height: 0.1rem;
  background-color: #535353;
  transform: rotate(45deg);
}
.introduce-box p {
  padding: 1.2em 0.6em 1.2em 1em;
  border: 1px solid #535353;
  font-family: 'Noto Serif JP', serif;
}
.scroll-btn {
  display: inline-block;
  position: absolute;
  bottom: -2.9rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 5.5rem;
}
.scroll-btn img {
  display: block;
}

/* single-photo */
.single-photo {
  padding: 11.7rem 0 12rem;
  background-color: #fff;
}
.single-photo .heading-a {
  max-width: 63.9rem;
  margin: 0 auto 8rem;
  aspect-ratio: 640 / 115;
}
/* item-wrap */
.item-wrap {
  display: flex;
  flex-wrap: wrap;
}
.item-wrap .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2rem) / 2);
  background-color: #F8F8F8;
}
.item-wrap .item:nth-child(2n) {
  margin-left: 2rem;
}
.item-wrap .item:nth-child(n+3) {
  margin-top: 2rem;
}
.item-wrap .item .item-info {
  padding: 2.8rem 2rem 2.5rem;
}
.item-wrap .item .item-name {
  line-height: 1.65;
  color: #E5843E;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.07em;
}
.item-wrap .item .item-price {
  margin-top: 0.3rem;
  font-size: 1.2rem;
}
.item-wrap .item .item-price .yen {
  margin-right: 0.2em;
  font-size: 1.5em;
}
.item-wrap .item .item-price strong {
  font-size: 2.5em;
  font-weight: 500;
}
.item-wrap .item .item-text {
  line-height: 2;
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
.item-wrap .item .item-comment {
  margin-top: 1rem;
  color: #FC6A00;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.item-wrap .item .prospect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 2rem 0;
  padding: 1rem;
  background-color: #fff;
  flex-wrap: wrap;
}
.prospect-list {
  display: table;
  border-collapse: collapse;
  letter-spacing: 0.05em;
}
.prospect-list > div {
  display: flex;
  align-items: center;
}
.prospect-list > div:not(:first-child) {
  margin-top: -1px;
}
.prospect-list > div dt {
  width: 10rem;
  padding: 0.2em 0.3em;
  border: 1px solid #ADADAD;
  vertical-align: middle;
  font-size: 1.2rem;
  text-align: center;
}
.prospect-list > div dd {
  flex: 1;
  padding-left: 0.8rem;
  vertical-align: middle;
  font-size: 1.4rem;
}
.prospect-list .comment {
  font-size: 0.75em;
}
.delivery-info{
  width: 100%;
  display: block;
  font-size: 14px;
  background-color: #ffe5d3;
  padding: .5rem;
  margin: 1rem 0 0;
  text-align: center;
}
.prospect .handwriting {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 1em;
  padding: 0.3em 0.7em 0.4em;
  color: #fff;
  line-height: 1.3;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #E5843E;
}
.prospect .handwriting strong {
  display: block;
  font-weight: bold;
}
.item-wrap .item .btn-box {
  display: flex;
  justify-content: space-between;
  padding: 3.2rem 2rem 4rem;
}
.item-wrap .item .btn-box li {
  width: calc((100% - 1rem) / 2);
}
.item-wrap .item .detail-btn {
  padding-right: 2em;
}
.item-wrap .item .detail-btn::before {
  right: 1.3rem;
}

/* multi-photo */
.multi-photo {
  padding: 11.7rem 0 12rem;
  background-color: #F4F4F4;
}
.multi-photo .heading-a {
  max-width: 75.9rem;
  margin: 0 auto 8rem;
  aspect-ratio: 760 / 108;
}
.multi-photo .item-wrap .item {
  background-color: #fff;
}
.multi-photo .item-wrap .item .prospect {
  background-color: #F8F8F8;
}
/* swiper */
.keirou-slider .swiper-slide {
  position: relative;
  background-color: #eee;
}
.keirou-slider .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 67.82%;
}
.keirou-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.keirou-slider .swiper-button-next,
.keirou-slider .swiper-button-prev {
  width: 4rem;
  height: 7.5rem;
  margin-top: -3.8rem;
}
.keirou-slider .swiper-button-prev {
  left: 0;
}
.keirou-slider .swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 3.8rem 3.8rem 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.keirou-slider .swiper-button-prev::after {
  position: relative;
  margin-right: 0.2em;
  color: #fff;
  font-size: 3.2rem;
}
.keirou-slider .swiper-button-next {
  right: 0;
}
.keirou-slider .swiper-button-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.8rem 0 0 3.8rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.keirou-slider .swiper-button-next::after {
  position: relative;
  margin-left: 0.2em;
  color: #fff;
  font-size: 3.2rem;
}
/* recommend */
.recommend {
  padding: 12rem 0;
  background-color: #F4F4F4;
}
.recommend-block {
  position: relative;
  padding: 5.5rem 3rem 3rem;
  border: 1px solid #D8884D;
  border-top-width: 4px;
  background-color: #fff;
}
.recommend-block:not(:first-child) {
  margin-top: 7rem;
}
.recommend-block::before {
  content: '';
  display: block;
  position: absolute;
  top: -1.1rem;
  right: -1.8rem;
  width: 6.1rem;
  height: 6.1rem;
  background: url('../img/decoration_line.png') no-repeat 50% 50%;
  background-size: contain;
}
.recommend-block::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1.6rem;
  left: -1.6rem;
  width: 6.1rem;
  height: 6.1rem;
  background: url('../img/decoration_line.png') no-repeat 50% 50%;
  background-size: contain;
}
.recommend .bnr-sale {
  margin-top: 7rem;
  text-align: center;
  aspect-ratio: 980 / 130;
}
.handwriting-title {
  margin-bottom: 5rem;
  text-align: center;
}
.handwriting-title .title-top {
  display: block;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
}
.handwriting-title .title-bottom {
  color: #E5843E;
  line-height: 1.2;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.handwriting-title .mark-new {
  display: inline-block;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  width: 15.1rem;
  margin-right: 0.2em;
}
.gift-img {
  display: block;
  aspect-ratio: 474 / 296;
}
.handwriting-about {
  display: flex;
}
.handwriting-about:last-child{
  margin-top: 3rem;
}
.handwriting-about .about-left {
  flex: 1;
  margin-right: 3.6rem;
  padding-left: 1.8rem;
}
.handwriting-about .about-right {
  width: 51.72%;
  /*aspect-ratio: 474 / 296;*/
}
.handwriting-about .about-message {
  margin-bottom: 2.4rem;
  line-height: 1.6;
  font-size: 2.9rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.14em;
}
.handwriting-about .about-message > span {
  border-bottom: 1px solid #D8884D;
}
.handwriting-about .about-text {
  margin-bottom: 2.4rem;
  line-height: 2;
  font-size: 1.5rem;
}
/* applicable-products */
.applicable-products {
  margin-top: 6rem;
  padding: 3rem 1rem 0;
  border-radius: 2rem;
  background-color: #eee;
  background: repeating-linear-gradient(135deg, #F8F6F6, #F8F6F6 15px, #EFECEB 15px, #EFECEB 30px);
}
.applicable-products .products-title {
  text-align: center;
}
.applicable-products .products-title > span {
  display: inline-block;
  padding: 0.3em 2.4em 0.4em;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.applicable-products-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.applicable-products-list li {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  padding: 3rem 2rem;
  text-align: center;
}
.applicable-products-list li .item-thumb {
  position: relative;
}
.applicable-products-list li .item-thumb::before {
  content: '';
  display: block;
  padding-top: 67.82%;
}
.applicable-products-list li .item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.applicable-products-list li .item-name {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  line-height: 1.7;
  font-size: 1.4rem;
  font-weight: bold;
}
.applicable-products-list li p {
  margin-top: auto;
}
/* gift */
.gift-title {
  margin-bottom: 6rem;
  aspect-ratio: 868 / 43;
}
.gift-about {
  display: flex;
  align-items: center;
  max-width: 77.2rem;
  margin: 0 auto;
}
.gift-about .about-left {
  flex: 1;
  margin-right: 4.5rem;
}
.gift-about .about-right {
  width: 46.63%;
  aspect-ratio: 360 / 258;
}
.gift-about .about-hd {
  margin-bottom: 0.3em;
  color: #E5843E;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
.gift-about .about-text {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.gift-about .about-price {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
}
.gift-about .about-price .yen {
  margin-right: 0.2em;
  font-size: 1.5em;
}
.gift-about .about-price strong {
  font-size: 2.5em;
  font-weight: 500;
}
.gift-supplement {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 77.2rem;
  margin: 3.5rem auto 0;
  padding: 1.8rem 2.4rem;
  background-color: #F4F4F4;
}
.gift-supplement::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #E5843E;
  border-width: 3.3rem 0 0 3.3rem;
}
.gift-supplement::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #E5843E transparent transparent;
  border-width: 0 3.3rem 3.3rem 0;
}
.gift-supplement .gift-supplement-left {
  width: 37.29%;
  margin-right: 3rem;
}
.gift-supplement .gift-supplement-left .item-thumb {
  position: relative;
}
.gift-supplement .gift-supplement-left .item-thumb::before {
  content: '';
  display: block;
  padding-top: 62.22%;
}
.gift-supplement .gift-supplement-left .item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 1rem;
}
.gift-supplement .gift-supplement-left .comment {
  display: none;
}
.gift-supplement .gift-supplement-right {
  width: 48.34%;
  text-align: center;
}
.gift-supplement p {
  line-height: 1.8;
}
.gift-supplement p .c-orange {
  font-size: 1.18em;
}
.gift-supplement .comment {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.2rem;
}
/* flow */
.flow{
  padding: 10rem 0 8rem;
  background-color: #f4f4f4;
}
.flow .heading-a span{
  font-size: 3.6rem;
  font-weight: bold;
  color: #E5843E;
  border-bottom: solid 1px #E5843E;
  padding: 0 1rem 1rem;
}
.flow p{
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: .1em;
  margin: 5rem 0 3.2rem;
  line-height: 2;
}
.flow-layout{
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  background-color: #F4F4F4;
  padding: 4rem 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.step ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.step ul li{
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  border: solid 1px #E5843E;
  padding: 2rem;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.step ul li:nth-child(2), .step ul li:nth-child(4){
  margin-left: 20px;
}
.step li .number{
  width: 9.7rem;
  margin-bottom: .5rem;
  z-index: 2;
}
.step li .number img{
  vertical-align: middle;
}
.step li .txt{
  flex: 1;
  align-self: center;
  letter-spacing: 0.1em;
}
.step li div.step1, .step li div.step2, .step li div.step3, .step li div.step4{
  width: 70px;
  align-content: center;
}
.step li div.step3{
  width: 50px;
  align-content: center;
}

.flow-layout .fukidashi{
  position: relative;
  width: 32rem;
  background-color: #D8884D;
  border-radius: .7rem;
  color: #fff;
  padding: 3rem 3rem;
  display: flex;
  justify-content: center;
  margin-top: 7.5rem;
  margin-left: 4rem;
}
.flow-layout .fukidashi::before{
  content: '';
  display: block;
  position: absolute;
  top: 2rem;
  left: -2.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.6rem 1.4rem 0;
  border-color: transparent #D8884D transparent transparent;
  transform: rotate(10deg);
}
.flow-layout .fukidashi img{
  width: 3.8rem;
  margin-right: 1.6rem;
}
.flow .flow-layout .fukidashi p{
  flex: 1;
  text-align: left;
  font-weight: bold;
  margin: 0;
}
/* voice */
.voice{
  padding: 6rem 0 2rem;
  background-color: #F4F4F4;
}
.voice .heading-a{
  text-align: center;
  font-weight: bold;
  color: #D8884D;
  letter-spacing: .1em;
  font-size: 2.6rem;
  margin-bottom: 6rem;
}
.voice .heading-a span{
  font-size: 3.6rem;
  display: inline-block;
  border-bottom: solid 1px #E5843E;
  padding: 0 1rem 1rem;
  margin-top: 1rem;
}
.voice-wrap{
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice-layout{
  display: flex;
  width: calc((100% - 6rem) / 2);
  margin-bottom:6rem;
}
.voice-layout .img{
  width: 10.6rem;
  text-align: center;
  margin-right: 1rem;
}
.voice-layout .img div{
  width: 10.6rem;
  height: 10.6rem;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.voice-layout .img span{
  display: inline-block;
  background-color: #707070;
  color: #fff;
  line-height: 1.2;
  font-size: 1.1rem;
  padding: 0.05em 0.3em 0.25em;
}
.voice-layout .txt{
  flex: 1;
  background-color: #fff;
  padding: 3rem;
  margin-left: 1.3rem;
  position: relative;
  line-height: 2;
  font-size: 1.4rem;
}
.voice-layout .txt::before{
  content: "";
  position: absolute;
  top: 3.6rem;
  left: -1.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 17px solid #fff;
  border-left: 0;
}
/* about-pg */
.about-pg{
  position: relative;
  padding: 8rem 0;
}
.about-pg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 224px 224px 0 0;
  border-color: #E5843E transparent transparent transparent;
}
.about-pg::after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 224px 224px;
  border-color: transparent transparent #E5843E transparent;
}
.about-pg .heading-a {
  width: 100%;
  max-width: 98rem;
  margin: 0 auto ;
  text-align: center;
}
.about-pg .heading-a img{
  width: 13.6rem;
  margin-left: 22rem;
  margin-bottom: 3.2rem;
}
.about-pg-layout{
  width: 100%;
  max-width: 98rem;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}
.about-pg-layout > div{
  width: calc(100% / 2);
}
.about-pg-layout > div.logo{
  align-self: center;
  padding-left: 3rem;
}
.about-pg-layout > div.logo img{
  width: 40.3rem;
}
.about-pg-layout > div.aboutus{
  padding-left: 4rem;
}
.about-pg-layout > div.aboutus p{
  line-height: 2;
  letter-spacing: 0.1em;
}
.about-pg-layout > div.aboutus p span{
  padding: 2.5rem 0;
  display: inline-block;
}
/* その他のプレゼント */
.other-present{
  padding: 6rem 0 10rem;
  background-color: #F4F4F4;
}
.other-present .heading-a span{
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #E5843E;
  letter-spacing: .1em;
  padding: 0 1rem 1rem;
  border-bottom: solid 1px #E5843E;
  display: inline-block;
}
.other-present-layout{
  display: flex;
  width: 100%;
  margin: 5rem auto 0;
}
.other-present-layout > li {
  width: calc((100% - 3.2rem) / 3);
  background-color: #fff;
  border: solid 1px #E5843E;
}
.other-present-layout > li:not(:first-child){
  margin-left: 3.2rem;
}
.other-present-layout a {
  display: block;
  color: #E5843E;
  text-decoration: none !important;
}
.other-present-layout .arrow {
  padding-left: 1rem;
  padding-bottom: .8rem;
  position: relative;
  padding: 0.4em 2.7em 0.5em 0.7em;
  letter-spacing: 0.05em;
}
.other-present-layout .arrow::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0.5rem;
  margin: auto;
  width: 3rem;
  height: 0.9rem;
  border-bottom: 1px solid #FC6A00;
  border-right: 0.19rem solid #FC6A00;
  transform: skew(45deg);
}
.voice_tog {
  display: none;
}
.more_btn, .close_btn {
  width: 40%;
  position: relative;
  line-height: 1.5;
  margin: 0 auto;
  background-color: #fff;
  color: #E5843E;
  font-size: 18px;
  font-weight: bold;
  border: solid 2px #E5843E;
  border-radius: 50px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  margin-bottom: 70px;
}
/*目次*/
article.contents {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto 140px;
  padding: 0;
  margin-bottom: 60px;
}
.toc-container {
  padding: 30px 40px;
  line-height: 1.4;
  font-size: 18px;
  background-color: #F6F6F6;
}
.toc-container a {
  color: inherit;
  text-decoration: none;
}
.toc-container a:visited {
  text-decoration: none;
}
.toc-container a:hover {
  text-decoration: underline;
}
.toc-container .toc-title {
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  display: block;
  position: relative;
}
.toc-container .toc-title:hover{
  text-decoration: none;
}
.toc-toggle .arrow{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.toc-toggle .arrow::before{
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
}
.toc-toggle .arrow.current::before{
  top: 70%;
  transform: translate(-50%, -70%) rotate(135deg);
}
.toc-list {
  counter-reset: index;
  margin-top: .8em;
  margin-left: 1rem;
  display: none;
}
.toc-list > li {
  position: relative;
  /*padding-left: 1.4em;*/
  font-weight: bold;
}
.toc-list > li:not(:last-child) {
  margin-bottom: .8em;
}
.toc-list > li:first-child{
  padding-left: 1.4em;
}
.toc-list > li:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: .45em;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background-color: #666;
}
.toc-list > li{
  margin-bottom: 2rem; 
  padding-bottom: 1.4rem;
}
.toc-list > li.subttl{
  padding-left: 2rem;
  font-size: 16px;
}
/* 目次下層 */
.toc-list > li > ol {
  counter-reset: lowerindex;
  margin-top: .6em;
  margin-left: 2rem;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}
.toc-list > li > ol > li {
  position: relative;
  padding-left: 2em;
  width: 50%;
  font-size: 1.6rem;
  margin-bottom: .5rem;
}
.toc-list > li > ol > li:not(:last-child) {
  margin-bottom: .4em;
}
.toc-list > li > ol > li::before {
  content: counter(lowerindex) ". ";
  counter-increment: lowerindex;
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
}
/* 目次 sub */
.toc-list > li > ul.sub{
  display: flex;
  flex-wrap: wrap;
}
.toc-list > li > ul.sub li{
  width: 50%;
/*  border: solid 1px #ccc;
  padding: 1rem;
  text-align: center;*/
  font-size: 1.6rem;
  position: relative;
  padding-left: 2rem;
}

.toc-list > li > ul.sub li::before{
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: .45em;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background-color: #666;
}
.swiper-custom-parent.calender{
  position: relative;
}
.swiper-custom-parent.calender::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
    background-size: cover;
    z-index: 10;
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* tablet size */
@media screen and (max-width: 979px) {
  .detail-btn {
    font-size: 1.5vw;
  }
  .detail-btn::before {
    width: 3vw;
    height: 0.9vw;
  }
  .detail-btn.base-size {
    min-width: 21.6vw;
  }
}
/* sp size */
@media screen and (max-width: 768px) {
  .keirou-main {
    font-size: 1.6rem;
  }
  .keirou-main a:hover {
    opacity: 1;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 1;
  }
  .contents-wrap {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  /* intro */
  .intro {
    padding: 2.5rem 0 3.2rem;
  }
  .intro-message {
    display: block;
    margin-top: 2rem;
  }
  .intro-message-left {
    position: relative;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 2rem;
    padding: 0 0 3rem;
    border-right: none;
  }
  .intro-message-left::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 4.6rem;
    height: 1px;
    background-color: #000;
  }
  .intro-message-left img {
    max-width: 100%;
  }
  .intro-message-right {
    line-height: 2.1;
    font-size: 1.4rem;
    text-align: center;
  }
  /* contents-nav */
  .contents-nav {
    margin-top: 5.6rem;
  }
  .contents-nav p {
    max-width: 12.5rem;
    margin: 0 auto 2.4rem;
  }
  .contents-nav ul {
    display: block;
  }
  .contents-nav ul li {
    border-bottom: 1px solid #5F5F5F;
  }
  .contents-nav ul li:first-child {
    border-top: 1px solid #5F5F5F;
  }
  .contents-nav ul li:not(:first-child)::before {
    display: none;
  }
  .contents-nav ul li a {
    padding: 1.2rem 0 1.2rem;
    line-height: 1.6;
    font-size: 1.6rem;
  }
  .contents-nav ul li a::before {
    top: 0;
    right: 1.3rem;
    bottom: 0.4em;
    left: auto;
  }
  /* intro-bottom */
  .intro-bottom {
    margin-top: 6rem;
  }
  .intro-bottom-copy {
    display: block;
    padding: 0;
    font-size: inherit;
    letter-spacing: normal;
    background-color: transparent;
    transform: skew(0);
  }
  .intro-bottom-copy p {
    display: inline-block;
    padding: 0.1em 0.6em 0.2em 1em;
    color: #fff;
    line-height: 1.2;
    font-size: 2.1rem;
    font-feature-settings: "palt";
    text-align: center;
    letter-spacing: 0.15em;
    background-color: #E5843E;
    transform: skew(-15deg);
  }
  .intro-bottom-copy p + p {
    margin-top: 0.8rem;
  }
  .intro-bottom-copy p span {
    display: inline-block;
    transform: skew(15deg);
  }
  .intro-bottom-text {
    margin-top: 1rem;
  }
  /* ranking */
  .ranking {
    padding: 5rem 0 3rem;
  }
  .ranking .contents-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .ranking::before {
    top: -2.0rem;
    border-width: 0 2.7rem 2.2rem 2.7rem;
  }
  .heading-a {
    margin-bottom: 2rem;
    text-align: center;
  }
  .ranking .heading-a {
    margin: 0 auto 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
    aspect-ratio: 316 / 103;
  }
  /* .ranking-list {
    display: flex;
    padding: 0 0 2rem 1.5rem;
    overflow: auto;
  } */
  .ranking-list {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    padding-bottom: 2rem !important;
  }
  .ranking-list .swiper-wrapper {
    display: flex;
  }
  .ranking-list .swiper-slide {
    min-width: 89%;
    flex-shrink: 0;
  }
  .ranking-list .swiper-slide:not(:last-child) {
    margin-right: 1rem;
  }
  .ranking-item .ranking-hd {
    display: flex;
    align-items: center;
    min-height: 3.4em;
    margin: 2rem 1.5rem 1.5rem;
    color: #E5843E;
    line-height: 1.7;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .ranking-item p {
    margin: 0 1.5rem 2.6rem;
    line-height: 2;
    font-size: 1.4rem;
  }
  .ranking-item .btn-box {
    padding: 0 2.4rem 2rem;
  }
  .detail-btn {
    font-size: 1.5rem;
  }
  .detail-btn.base-size {
    min-width: 21.6rem;
  }
  .detail-btn::before {
    width: 3rem;
    height: 0.9rem;
    border-right-width: 1px;
  }
  /* introduce */
  .introduce {
    padding: 5rem 0 7rem;
  }
  .introduce::before {
    top: -0.1rem;
    border-width: 0 0 5.2rem 5.2rem;
  }
  .introduce::after {
    bottom: -0.1rem;
    border-width: 5.2rem 5.2rem 0 0;
  }
  .introduce-box {
    padding: 0.9rem;
    line-height: 2.1;
    font-size: 1.6rem;
  }
  .introduce-box .border-top {
    height: 0.9rem;
  }
  .introduce-box .border-top::before {
    top: 0.35rem;
    left: -0.25rem;
    width: 1.4rem;
  }
  .introduce-box .border-top::after {
    top: 0.35rem;
    right: -0.25rem;
    width: 1.4rem;
  }
  .introduce-box .border-bottom {
    height: 0.9rem;
  }
  .introduce-box .border-bottom::before {
    bottom: 0.35rem;
    left: -0.25rem;
    width: 1.4rem;
  }
  .introduce-box .border-bottom::after {
    bottom: 0.35rem;
    right: -0.25rem;
    width: 1.4rem;
  }
  .introduce-box p {
    padding: 1.7em 0.6em 1.7em 0.9em;
  }
  .scroll-btn {
    bottom: -4rem;
  }
  /* single-photo */
  .single-photo {
    padding: 8.9rem 0 6rem;
  }
  .single-photo .heading-a {
    width: 94%;
    max-width: 32.5rem;
    margin: 0 auto 3.5rem;
    aspect-ratio: 326 / 90;
  }
  /* item-wrap */
  .item-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .item-wrap .item {
    width: 100%;
  }
  .item-wrap .item:nth-child(2n) {
    margin-left: 0;
  }
  .item-wrap .item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .item-wrap .item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .item-wrap .item .item-info {
    padding: 1.8rem 1.5rem 2rem;
  }
  .item-wrap .item .item-name {
    font-size: 2.4rem;
  }
  .item-wrap .item .item-price {
    margin-top: 0.6rem;
  }
  .item-wrap .item .item-price strong {
    font-size: 2em;
  }
  .item-wrap .item .item-text {
    margin-top: 1.5rem;
    font-size: 16px;
  }
  .item-wrap .item .item-comment {
    font-size: 1.1rem;
  }
  .item-wrap .item .prospect {
    display: block;
    margin: auto 1.5rem 0;
    padding: 2rem 1.5rem;
  }
  .prospect-list > div {
    align-items: flex-start;
  }
  .prospect-list > div dt {
    font-size: 1.2rem;
  }
  .prospect-list > div dd {
    padding-top: 0.1em;
    padding-left: 0.8rem;
    font-size: 1.4rem;
  }
  .prospect-list .comment {
    display: block;
    margin-bottom: 0.5em;
  }
  .prospect .handwriting {
    display: block;
    margin-top: 10px;
    margin-left: 0;
    font-size: 12px;
  }
  .prospect .handwriting strong {
    display: inline;
  }
  .item-wrap .item .btn-box {
    display: block;
    padding: 3rem 4.5rem 3rem;
  }
  .item-wrap .item .btn-box li {
    width: auto;
  }
  .item-wrap .item .btn-box li:not(:first-child) {
    margin-top: 1.5rem;
  }
  .item-wrap .item .detail-btn {
    padding-right: 1em;
  }
  .item-wrap .item .detail-btn::before {
    right: 1.6rem;
  }
  
  /* multi-photo */
  .multi-photo {
    padding: 6.3rem 0 6rem;
  }
  .multi-photo .heading-a {
    width: 97%;
    max-width: 33.5rem;
    margin: 0 auto 3.5rem;
    aspect-ratio: 336 / 98;
  }
  /* swiper */
  .keirou-slider .swiper-button-next,
  .keirou-slider .swiper-button-prev {
    width: 3rem;
    height: 5.8rem;
    margin-top: -2.9rem;
  }
  .keirou-slider .swiper-button-prev::before {
    border-radius: 0 2.9rem 2.9rem 0;
  }
  .keirou-slider .swiper-button-prev::after {
    font-size: 2.2rem;
  }
  .keirou-slider .swiper-button-next {
    right: 0;
  }
  .keirou-slider .swiper-button-next::before {
    border-radius: 2.9rem 0 0 2.9rem;
  }
  .keirou-slider .swiper-button-next::after {
    font-size: 2.2rem;
  }
  /* recommend */
  .recommend {
    padding: 4.5rem 0 6rem;
  }
  .recommend-block {
    position: relative;
    padding: 2.5rem 1.4rem 1.4rem;
  }
  .recommend-block:not(:first-child) {
    margin-top: 3rem;
  }
  .recommend-block::before {
    top: -0.9rem;
    right: -0.6rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('../img/decoration_line_sp.png');
  }
  .recommend-block::after {
    bottom: -0.6rem;
    left: -0.6rem;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url('../img/decoration_line_sp.png');
  }
  .recommend .bnr-sale {
    max-width: 690px;
    margin: 3rem auto 0;
    aspect-ratio: 345 / 178;
  }
  .handwriting-title {
    margin-bottom: 2.5rem;
  }
  .handwriting-title .title-top {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
  .handwriting-title .title-bottom {
    font-size: 3.1rem;
    letter-spacing: 0.07em;
  }
  .handwriting-title .mark-new {
    width: 8.4rem;
  }
  .handwriting-about {
    display: flex;
    flex-direction: column;
  }
  .handwriting-about .about-left {
    flex: 1;
    margin-right: 0;
    padding-left: 0;
    /*order: 2;*/
  }
  .handwriting-about .about-right {
    width: auto;
    /*order: 1;*/
    margin-bottom: 2rem;
  }
  .handwriting-about .about-message {
    font-size: 2.2rem;
  }
  .handwriting-about .about-text {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .handwriting-about .about-btn {
    text-align: center;
  }
  .handwriting-about .about-btn .detail-btn {
    min-width: 25.6rem;
  }
  /* applicable-products */
  .applicable-products {
    margin-top: 4rem;
    margin: 4rem -1.4rem -1.4rem;
    padding: 2rem 1.4rem 3rem;
    border-radius: 0;
  }
  .applicable-products .products-title {
    text-align: center;
  }
  .applicable-products .products-title > span {
    padding: 0.3em 1.4em 0.4em;
    font-size: 1.4rem;
  }
  .applicable-products-list {
    margin-top: 2rem;
  }
  .applicable-products-list li {
    width: calc((100% - 1.6rem) / 2);
    padding: 0;
  }
  .applicable-products-list li:nth-child(2n) {
    margin-left: 1.6rem;
  }
  .applicable-products-list li:nth-child(n+3) {
    margin-top: 2.8rem;
  }
  .applicable-products-list li .item-name {
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .applicable-products-list li .item-name.shuffle {
    width: 120%;
    margin-left: -10%;
  }
  .applicable-products-list li .detail-btn {
    min-width: 0;
    width: 100%;
    padding: 0.75em 1.6em 0.85em 1em;
    letter-spacing: normal;
  }
  .applicable-products-list li .detail-btn::before {
    right: 0.8rem;
    bottom: 0.5rem;
    width: 1.6rem;
    height: 0.5rem;
    font-size: 1.4rem;
  }
  /* gift */
  .gift-title {
    width: 83.54%;
    margin: 0 auto 2.5rem;
    aspect-ratio: 266 / 53;
  }
  .gift-about {
    flex-direction: column;
  }
  .gift-about .about-left {
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  .gift-about .about-right {
    width: 100%;
    order: 1;
    margin-bottom: 2.5rem;
  }
  .gift-about .about-hd {
    margin-bottom: 0.7em;
    font-size: 2.2rem;
  }
  .gift-about .about-text {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }
  .gift-about .about-price {
    margin-bottom: 2.2rem;
  }
  .gift-about .about-price strong {
    font-size: 2em;
  }
  .gift-about .about-btn {
    text-align: center;
  }
  .gift-about .about-btn .detail-btn {
    min-width: 25.6rem;
  }
  .gift-supplement {
    flex-direction: column;
    margin: 3rem auto 0;
    padding: 3rem 1.5rem 3.3rem;
  }
  .gift-supplement .gift-supplement-left {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
    order: 2;
  }
  .gift-supplement .gift-supplement-left img {
    border-radius: 1rem;
  }
  .gift-supplement .gift-supplement-left .comment {
    display: block;
  }
  .gift-supplement .gift-supplement-right {
    width: 100%;
    order: 1;
  }
  .gift-supplement .gift-supplement-right .comment {
    display: none;
  }
  .gift-supplement p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .gift-supplement p .c-orange {
    font-size: 1.5em;
  }
  .gift-supplement .row-margin {
    display: block;
    margin-top: 0.5em;
  }
  .gift-supplement .comment {
    font-size: 1rem;
    text-align: center;
  }
  /* flow */
  .flow{
    padding: 6rem 0 6rem;
  }
  .flow .heading-a span{
    display: inline-block;
    position: relative;
    font-size: 2.2rem;
    border-bottom: none;
    padding: 0;
  }
  .flow .heading-a span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 0.5rem;
    background-color: #E5843E;
  }
  .flow p{
    margin: 3.5rem 0 3.5rem;
    font-size: 1.4rem;
    text-align: left;
  }
  .flow-layout{
    padding: 0;
    display: block;
  }
  .step{
    width: auto;
  }
  .step::before{
    display: none;
  }
  .step ul{
    padding: 0;
  }
  .step ul li{
    padding: 1.5rem;
  }
  .step li{
    position: relative;
  }
  .step li .number{
    width: 6rem;
    margin-right: 1.5rem;
  }
  .step li .number img{
    display: block;
  }
  .step li .txt{
    font-size: 14px;
    text-align: left;
  }
  .flow-layout .fukidashi{
    width: 100%;
    margin: 0;
    padding: 2rem;
    border-radius: 0;
  }
  .flow-layout .fukidashi::before{
    display: none;
  }
  .flow-layout .fukidashi img{
    margin-right: 1rem;
  }
  .flow .flow-layout .fukidashi p{
    line-height: 1.6;
    font-size: 1.4rem;
    flex: 0 0 auto;
  }
  /* voice */
  .voice{
    padding: 6rem 0;
  }
  .voice .heading-a{
    font-size: 1.4rem;
  }
  .voice .heading-a span{
    margin-top: 0.2em;
    padding: 0 0 0.2em;
    font-size: 2.2rem;
  }
  .voice-wrap{
    margin: 0 auto ;
  }
  .voice-layout{
    display: flex;
    width: 100%;
    margin-bottom: 3rem;
  }

  .voice-layout .img{
    width: 7rem;
    margin-right: 1.6rem;
  }
  .voice-layout .img div{
    width: 7rem;
    height: 7rem;
    margin-bottom: 1rem;
  }
  .voice-layout .img span{
    vertical-align: top;
    font-size: 1rem;
  }
  .voice-layout .txt{
    padding: 1.5rem;
    margin-left: 0;
    line-height: 1.85;
  }
  .voice-layout .txt::before{
    content: "";
    position: absolute;
    top: 2.8rem;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #fff transparent transparent;
  }
  .voice-layout:nth-child(2n) .img{
    margin-right: 0;
    margin-left: 1.6rem;
    order: 2;
  }
  .voice-layout:nth-child(2n) .txt::before {
    right: -10px;
    left: auto;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #fff;
  }
  /* about-pg */
  .about-pg{
    padding: 5.5rem 0 6.5rem;
  }
  .about-pg::before{
    border-width: 56px 56px 0 0;
  }
  .about-pg::after{
    border-width: 0 0 56px 56px;
  }
  .about-pg .heading-a {
    width: 100%;
    max-width: 98rem;
    margin: 0 auto ;
    text-align: center;
  }
  .about-pg .heading-a img{
    width: 11.8rem;
    margin: 0 auto 4rem;
  }
  .about-pg-layout{
    display: block;
  }
  .about-pg-layout > div{
    width: auto;
  }
  .about-pg-layout > div.logo{
    margin-bottom: 3.5rem;
    padding-left: 0;
    text-align: center;
  }
  .about-pg-layout > div.logo img{
    width: 91.45%;
  }
  .about-pg-layout > div.aboutus{
    padding-left: 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .about-pg-layout > div.aboutus p span{
    padding: 2em 0;
    display: inline-block;
  }
  /* その他のプレゼント */
  .other-present{
    padding: 4.5rem 0 6rem;
  }
  .other-present .heading-a span{
    display: inline-block;
    position: relative;
    font-size: 2.2rem;
    padding: 0 0 0.2em;
  }
  .other-present-layout{
    display: block;
    width: 82.89%;
    margin: 4rem auto 0;
  }
  .other-present-layout > li {
    width: auto;
  }
  .other-present-layout > li:not(:first-child){
    margin-top: 3rem;
    margin-left: 0;
  }
  .other-present-layout .arrow {
    font-size: 1.6rem;
  }
  /* toc */
  article.contents{
    width: 100%;
  }
  .toc-container {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
  }
  .toc-container .toc-title {
    font-size: 18px;
  }
  .toc-toggle .arrow{
  width: 20px;
  height: 20px;
  }
  .toc-toggle {
    font-size: 14px;
  }
  .toc-toggle .arrow::before{
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
  }
  .toc-list {
    margin-left: 0;
    margin-top: 1rem;
  }
  .toc-list > li{
    padding-bottom: .5rem;
    margin-bottom: 0;
  }
  .toc-list > li.subttl{
    padding-left: 1rem;
    font-size: 14px;
  }
  .toc-list > li > ol{
    display: block;
    margin-left: 0;
  }
  .toc-list > li > ol >li{
    width: 100%;
    font-size: 1.3rem;
  }
  .toc-list > li > ol > li:not(:last-child) {
    margin-bottom: .2em;
}
  .toc-list > li:first-child{
    margin-bottom: .5rem;
    padding-bottom: .7rem;
  }
  /* 目次 sub */
  .toc-list > li > ul.sub{
    display: block;
  }
  .toc-list > li > ul.sub li{
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    padding-left: 1rem;
  }

  .toc-list > li > ul.sub li::before{
    left: 0;
  }
}

/* SP用 */
@media screen and (max-width: 559px) {
  .keirou-main {
    font-size: 4.26vw
  }
  .contents-wrap {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  /* intro */
  .intro {
    padding: 6.66vw 0 8.53vw;
  }
  .intro-message {
    margin-top: 5.33vw;
  }
  .intro-message-left {
    margin-bottom: 5.33vw;
    padding: 0 0 8vw;
  }
  .intro-message-left::before {
    width: 12.26vw;
  }
  .intro-message-right {
    font-size: 3.73vw;
  }
  /* contents-nav */
  .contents-nav {
    margin-top: 14.93vw;
    margin-bottom: 10.93vw;
  }
  .contents-nav p {
    max-width: 33.33vw;
    margin: 0 auto 0;
  }
  .contents-nav ul li a {
    padding: 3.2vw 0 3.2vw;
    font-size: 4.26vw;
  }
  .contents-nav ul li a::before {
    right: 3.46vw;
  }
  /* intro-bottom */
  .intro-bottom {
    margin-top: 16vw;
  }
  .intro-bottom-copy p {
    font-size: 5.6vw;
  }
  .intro-bottom-copy p + p {
    margin-top: 2.13vw;
  }
  .intro-bottom-text {
    margin-top: 2.66vw;
  }
  /* ranking */
  .ranking {
    padding: 13.33vw 0 8vw;
  }
  .ranking::before {
    top: -5.33vw;
    border-width: 0 7.2vw 5.86vw 7.2vw;
  }
  .heading-a {
    margin-bottom: 5.33vw;
  }
  .ranking .heading-a {
    margin: 0 auto 2.66vw;
    padding-right: 8vw;
    padding-left: 8vw;
  }
  .ranking-list {
    padding: 0 4vw 5.33vw !important;
  }
  .ranking-list .swiper-slide:not(:last-child) {
    margin-right: 2.66vw;
  }
  .ranking-item .ranking-hd {
    margin: 5.33vw 4vw 4vw;
    font-size: 4.8vw;
  }
  .ranking-item p {
    margin: 0 4vw 6.93vw;
    font-size: 3.73vw;
  }
  .ranking-item .btn-box {
    padding: 0 6.4vw 5.33vw;
  }
  /* introduce */
  .introduce {
    padding: 13.33vw 0 18.66vw;
  }
  .introduce::before {
    border-width: 0 0 13.86vw 13.86vw;
  }
  .introduce::after {
    border-width: 13.86vw 13.86vw 0 0;
  }
  .introduce-box {
    padding: 2.4vw;
    font-size: 4.26vw;
  }
  .introduce-box .border-top {
    height: 2.4vw;
  }
  .introduce-box .border-top::before {
    top: 0.93vw;
    left: -0.66vw;
    width: 3.73vw;
  }
  .introduce-box .border-top::after {
    top: 0.93vw;
    right: -0.66vw;
    width: 3.73vw;
  }
  .introduce-box .border-bottom {
    height: 2.4vw;
  }
  .introduce-box .border-bottom::before {
    bottom: 0.93vw;
    left: -0.66vw;
    width: 3.73vw;
  }
  .introduce-box .border-bottom::after {
    bottom: 0.93vw;
    right: -0.66vw;
    width: 3.73vw;
  }
  .scroll-btn {
    bottom: -10.66vw;
  }
  /* single-photo */
  .single-photo {
    padding: 23.73vw 0 16vw;
  }
  .single-photo .heading-a {
    max-width: 86.66vw;
    margin: 0 auto 9.33vw;
  }
  /* item-wrap */
  .item-wrap .item:nth-child(n+2) {
    margin-top: 8vw;
  }
  .item-wrap .item:nth-child(n+3) {
    margin-top: 8vw;
  }
  .item-wrap .item .item-info {
    padding: 4.8vw 4vw 5.33vw;
  }
  .item-wrap .item .item-name {
    font-size: 6.4vw;
  }
  .item-wrap .item .item-price {
    margin-top: 1.6vw;
  }
  .item-wrap .item .item-text {
    margin-top: 4vw;
    font-size: 4.26vw;
  }
  .item-wrap .item .item-comment {
    font-size: 2.93vw;
  }
  .item-wrap .item .prospect {
    margin: auto 4vw 0;
    padding: 5.33vw 4vw;
  }
  .prospect-list > div dt {
    width: 26.66vw;
    font-size: 3.2vw;
  }
  .prospect-list > div dd {
    padding-left: 2.13vw;
    font-size: 3.73vw;
  }
  .prospect .handwriting {
    margin-top: 2.66vw;
    font-size: 3.2vw;
  }
  .item-wrap .item .btn-box {
    padding: 8vw 12vw 8vw;
  }
  .item-wrap .item .btn-box li:not(:first-child) {
    margin-top: 4vw;
  }
  .item-wrap .item .detail-btn::before {
    right: 4.26vw;
  }
  
  /* multi-photo */
  .multi-photo {
    padding: 16.8vw 0 16vw;
  }
  .multi-photo .heading-a {
    max-width: 89.33vw;
    margin: 0 auto 9.33vw;
  }
  /* swiper */
  .keirou-slider .swiper-button-next,
  .keirou-slider .swiper-button-prev {
    width: 8vw;
    height: 15.46vw;
    margin-top: -7.73vw;
  }
  .keirou-slider .swiper-button-prev::before {
    border-radius: 0 7.73vw 7.73vw 0;
  }
  .keirou-slider .swiper-button-prev::after {
    font-size: 5.86vw;
  }
  .keirou-slider .swiper-button-next::before {
    border-radius: 7.73vw 0 0 7.73vw;
  }
  .keirou-slider .swiper-button-next::after {
    font-size: 5.86vw;
  }
  /* recommend */
  .recommend {
    padding: 12vw 0 16vw;
  }
  .recommend-block {
    padding: 6.66vw 3.73vw 3.73vw;
  }
  .recommend-block:not(:first-child) {
    margin-top: 8vw;
  }
  .recommend-block::before {
    top: -2.4vw;
    right: -1.6vw;
    width: 6.66vw;
    height: 6.66vw;
  }
  .recommend-block::after {
    bottom: -1.6vw;
    left: -1.6vw;
    width: 6.66vw;
    height: 6.66vw;
  }
  .recommend .bnr-sale {
    margin-top: 8vw;
  }
  .handwriting-title {
    margin-bottom: 6.66vw;
  }
  .handwriting-title .title-top {
    font-size: 4.26vw;
  }
  .handwriting-title .title-bottom {
    font-size: 6.26vw;
  }
  .handwriting-title .mark-new {
    width: 22.4vw;
  }
  .handwriting-about .about-right {
    margin-bottom: 5.33vw;
  }
  .handwriting-about .about-message {
    font-size: 5.86vw;
  }
  .handwriting-about .about-text {
    margin-bottom: 5.33vw;
    font-size: 3.73vw;
  }
  .handwriting-about .about-btn .detail-btn {
    min-width: 68.26vw;
  }
  /* applicable-products */
  .applicable-products {
    margin-top: 10.66vw;
    margin: 10.66vw -3.73vw -3.73vw;
    padding: 5.33vw 3.73vw 8vw;
  }
  .applicable-products .products-title > span {
    font-size: 3.73vw;
  }
  .applicable-products-list {
    margin-top: 5.33vw;
  }
  .applicable-products-list li {
    width: calc((100% - 4.26vw) / 2);
  }
  .applicable-products-list li:nth-child(2n) {
    margin-left: 4.26vw;
  }
  .applicable-products-list li:nth-child(n+3) {
    margin-top: 7.46vw;
  }
  .applicable-products-list li .item-name {
    margin-top: 3.2vw;
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
  }
  .applicable-products-list li .detail-btn::before {
    right: 2.13vw;
    bottom: 1.33vw;
    width: 4.26vw;
    height: 1.33vw;
    font-size: 3.73vw;
  }
  /* gift */
  .gift-title {
    margin: 0 auto 6.66vw;
  }
  .gift-about .about-right {
    margin-bottom: 6.66vw;
  }
  .gift-about .about-hd {
    font-size: 5.86vw;
  }
  .gift-about .about-text {
    margin-bottom: 3.46vw;
    font-size: 3.73vw;
  }
  .gift-about .about-price {
    margin-bottom: 5.86vw;
  }
  .gift-about .about-btn .detail-btn {
    min-width: 68.26vw;
  }
  .gift-supplement {
    margin: 8vw auto 0;
    padding: 8vw 4vw 8.8vw;
  }
  .gift-supplement .gift-supplement-left {
    margin-top: 5.33vw;
  }
  .gift-supplement .gift-supplement-left img {
    border-radius: 2.66vw;
  }
  .gift-supplement p {
    font-size: 3.73vw;
  }
  .gift-supplement .comment {
    font-size: 2.66vw;
  }
  /* flow */
  .flow{
    padding: 16vw 0 16vw;
  }
  .flow .heading-a span{
    font-size: 5.86vw;
  }
  .flow .heading-a span::after {
    margin-top: 1.33vw;
  }
  .flow p{
    margin: 9.33vw 0 9.33vw;
    font-size: 3.73vw;
  }
  .step ul{
    display: block;
    /*padding: 6.66vw 4vw;*/
    padding: 0;
  }
  .step ul li{
    width: 100%;
    padding: 1rem;
  }
  .step li{
    /*border-radius: 8vw;*/
    border-radius: 0;
  }
  .step li:not(:last-child){
    margin-bottom: 5.33vw;
  }
  /*.step li:not(:last-child)::before{
    bottom: -5.86vw;
    height: 5.86vw;
  }*/
  .step li div.step1, .step li div.step2, .step li div.step3, .step li div.step4{
  width: 20%;
  align-content: center;
}

.step li div.step3{
  width: 15%;
}

  .step ul li:nth-child(2), .step ul li:nth-child(4){
    margin-left: 0;
  }
  .step li .number{
    /*width: 14.13vw;*/
    width: 23.13vw;
    margin-right: 4vw;
  }
  .step li .txt{
    font-size: 3.73vw;
  }
  .flow-layout .fukidashi{
    padding: 5.33vw;
  }
  .flow-layout .fukidashi img{
    margin-right: 2.66vw;
  }
  .flow .flow-layout .fukidashi p{
    font-size: 3.73vw;
  }
  /* voice */
  .voice{
    padding: 16vw 0;
  }
  .voice .heading-a{
    font-size: 3.73vw;
    margin-bottom: 10vw;
  }
  .voice .heading-a span{
    font-size: 5.86vw;
  }
  .voice-wrap{
    margin: 0 auto ;
  }
  .voice-layout{
    margin-bottom: 8vw;
  }
  .voice-layout .img{
    width: 18.66vw;
    margin-right: 4.26vw;
  }
  .voice-layout .img div{
    width: 18.66vw;
    height: 18.66vw;
    margin-bottom: 2.66vw;
  }
  .voice-layout .img span{
    font-size: 2.66vw;
  }
  .voice-layout .txt{
    padding: 4vw;
  }
  .voice-layout .txt::before{
    top: 7.46vw;
    left: -2.66vw;
    border-width: 1.86vw 2.66vw 1.86vw 0;
  }
  .voice-layout:nth-child(2n) .img{
    margin-left: 4.26vw;
  }
  .voice-layout:nth-child(2n) .txt::before {
    right: -2.66vw;
    border-width: 1.86vw 0 1.86vw 2.66vw;
  }
  /* about-pg */
  .about-pg{
    padding: 14.66vw 0 17.33vw;
  }
  .about-pg::before{
    border-width: 14.93vw 14.93vw 0 0;
  }
  .about-pg::after{
    border-width: 0 0 14.93vw 14.93vw;
  }
  .about-pg .heading-a img{
    width: 31.46vw;
    margin: 0 auto 10.66vw;
  }
  .about-pg-layout > div.logo{
    margin-bottom: 9.33vw;
  }
  .about-pg-layout > div.aboutus{
    font-size: 3.73vw;
  }
  /* その他のプレゼント */
  .other-present{
    padding: 12vw 0 16vw;
  }
  .other-present .heading-a span{
    font-size: 5.86vw;
  }
  .other-present-layout{
    margin: 10.66vw auto 0;
  }
  .other-present-layout > li:not(:first-child){
    margin-top: 8vw;
  }
  .other-present-layout .arrow {
    font-size: 4.26vw;
  }
  .more_btn, .close_btn {
    width: 85%;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}