@charset "UTF-8";
.mothersday-main .swiper-button-next,
.mothersday-main .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.mothersday-main .swiper-button-prev,
.mothersday-main .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.mothersday-main .swiper-wrapper .swiper-slide {
  position: relative;
}
.mothersday-main .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 71%;
}

.mothersday-main .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mothersday-main .swiper-button-prev,
.mothersday-main .swiper-button-next {
      position: absolute;
      top: 50%;
      width: calc(var(--swiper-navigation-size) / 44 * 27);
      height: var(--swiper-navigation-size);
      margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
      z-index: 10;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.mothersday-main .swiper-button-prev,
.mothersday-main .swiper-container-rtl .swiper-button-next {
      left: 10px;
      right: auto;
    }

.mothersday-main .swiper-button-prev:after,
.mothersday-main .swiper-container-rtl .swiper-button-next:after {
      content: '';
    }

.mothersday-main .swiper-button-next,
.mothersday-main .swiper-container-rtl .swiper-button-prev {
      right: 10px;
      left: auto;
    }

.mothersday-main .swiper-button-next:after,
.mothersday-main .swiper-container-rtl .swiper-button-prev:after {
      content: '';
    }
.mothersday-main .swiper-button-next:after {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #999999;
  background-size: 12px 19px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-right: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}
.mothersday-main .swiper-button-prev:after {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #999999;
  background-size: 12px 19px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  margin-left: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
}
/* SP用 */
@media screen and (max-width: 559px) {
  .mothersday-main .swiper-custom-parent .swiper-container .swiper-button-next:after {
    display: block;
    width: 30px;
    height: 50px;
    background-color: #999999;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    margin-right: -10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }
  .mothersday-main .swiper-custom-parent .swiper-container .swiper-button-prev:after {
    display: block;
    width: 30px;
    height: 50px;
    background-color: #999999;
    background-size: 12px 19px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    margin-left: -10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  }
}


.mothersday-main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.mothersday-main p {
  font-size: 18px;
  line-height: 1.7;
}
/* toc */
.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: 24px;
  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: 70%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(135deg);
  width: 15px;
  height: 15px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
}
.toc-toggle .arrow.current::before{
  top: 30%;
  transform: translate(-50%, -30%) rotate(-45deg);
}

.toc-list {
  counter-reset: index;
  margin-top: .8em;
  margin-left: 1rem;
}
.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:first-child {
  margin-bottom: 2rem; 
  padding-bottom: 1.4rem;
}
/* 目次下層 */
.toc-list > li > ol {
  counter-reset: lowerindex;
  margin-top: .6em;
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
}
.toc-list > li > ol > li {
  position: relative;
  padding-left: 2em;
  width: 33%;
  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: 33%;
/*  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;
}

/* delivery-info */
.delivery-info {
  margin-bottom: 20px;
  padding: 1em 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
  text-align: center;
}
.delivery-info > a {
  display: block;
  padding: .8em 1em;
  position: relative;
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.delivery-info > a span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.delivery-info > a span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: .3em;
  margin: auto;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.delivery-info > a.open span::before {
  bottom: -.3em;
  transform: rotate(225deg);
}
.delivery-info .delivery-detail {
  display: none;
  padding: 0 20px 20px;
}
.delivery-label {
  background-color: #FDF8BC;
  color: #F4002F;
  font-weight: bold;
  font-size: 1.4rem;
  padding: .7rem 1.5rem .7rem 6.5rem;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  margin-bottom: .5rem;
  text-align: left;
}
.delivery-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  width: 41px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-custom-parent.calender::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 110px;
  height: 110px;
  background-size: cover;
  z-index: 10;
}
/* pc */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .sp-only.tb-only {
    display: inline-block;
  }
  article .main_visual h1 {
    max-width: 1120px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .main_visual h1 img {
    width: 100%;
  }
  .top .read_text {
    margin: 0 auto 80px;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
  }
  article.contents {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto 140px;
    padding: 0;
  }
  article.contents.index {
    margin-top: -20px;
    margin-bottom: 60px;
  }
  .contents .cont_ttl h2.title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
  }
  .contents .cont_ttl h2.title .marker {
    padding-right: .1em;
    padding-left: .1em;
    background: linear-gradient(transparent 60%, #FFC4C4 60%);
  }
  .contents .cont_ttl p.photogift_txt {
    text-align: center;
    padding-bottom: 20px;
  }
  .contents .cont_ttl p span {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
  }
  .contents .cont_ttl p span a {
    color: #000;
  }
  .contents .cont_ttl p span a:hover {
    opacity: .6;
  }
  .contents .item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .contents .item {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .contents .item:nth-child(n+3) {
    margin-top: 60px;
  }
  .item_inner {
    padding-bottom: 20px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
  .item_image {
    width: 100%;
  }
  .item_image img {
    width: 100%;
  }
  .item_text {
    width: 100%;
  }
  .item_text .item1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .item_text .item1.tegaki {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .item_text .item1 span {
    font-size: 18px;
  }
  .item_text .item2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .item_text .item3 {
    font-size: 21px;
    font-weight: bold;
    text-align: right;
  }
  .item_text .item4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .item img {
    width: 100%;
  }
  .order {
    margin: 10px 0 0;
    text-align: center;
  }
  .order a {
    width: 70%;
    display: block;
    background-color: #fff;
    border: solid 1px #333;
    padding: 18px 0;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 22px;
    border-radius: 50px;
    margin: 0 auto;
  }
  .order a .icon {
    position: relative;
    padding-left: 35px;
  }
  .order a .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .item .wrapping {
    margin-bottom: 20px;
  }
  .item-wrap.tegakiphoto .item {
    width: 47%;
  }
  .item-wrap.tegakiphoto .order a {
    width: 70%;
    margin: 0;
  }
  .voice_wrap {
    margin-top: 50px;
  }
  .voice_tog .voice_wrap {
    margin-top: 0;
  }
  .voice_wrap, .voice_wrap_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voice_block {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
  .voice_block .img {
    width: 20%;
    margin-right: 20px;
  }
  .voice_block .img img {
    width: 100%;
  }
  .voice_block .txt {
    flex: 1;
    font-size: 18px;
    line-height: 1.7;
  }
  .voice_tog {
    display: none;
  }
  .more_btn, .close_btn {
    width: 30%;
    position: relative;
    line-height: 1.5;
    margin: 0 auto;
    background-color: #fff;
    color: #00a273;
    font-size: 18px;
    font-weight: bold;
    border: solid 2px #00a273;
    border-radius: 50px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    margin-bottom: 70px;
  }
  .movie_txt {
    text-align: center;
  }
  .youtube_wrap {
    width: 100%;
    margin: 30px auto 0;
  }
  .youtube {
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  .youtube::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .youtube img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contents.sale {
    margin-bottom: 50px;
  }
  .contents .sale_ttl h2.title {
    font-size: 32px;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    line-height: 1.4;
  }
  .contents .sale_ttl h2.title .ttl {
    position: relative;
  }
  .contents .sale_ttl h2.title .ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -60px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: black;
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  .contents .sale_ttl h2.title .ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -60px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: black;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  .sale_ttl h2.title .sub {
    font-size: 20px;
    padding-top: 20px;
    display: block;
  }
  .contents.sale #commonSectionArea p a img {
    width: 80%;
  }
  .swiper-custom-parent {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .swiper-container {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 2rem;
  }
  .swiper-slide {
    position: relative;
  }
  .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 72.65%;
  }
  .swiper-container .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  /* float-banner */
  .float-banner {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 1000;
    display: none;
    max-width: 254px;
  }
  .float-banner a.banner-main img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .float-banner .banner-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  }
  .float-banner .banner-close::before, .float-banner .banner-close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
  }
  .float-banner .banner-close::before {
    transform: rotate(45deg);
  }
  .float-banner .banner-close::after {
    transform: rotate(-45deg);
  }
  .sale_banner a {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .sale_banner a img {
    width: 100%;
  }
  /* item-point */
  .item-point-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .item-point-wrap .item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
  }
  .item-point-wrap .item:nth-child(3n) {
    margin-right: 0;
  }
  .item-point-wrap .item:nth-child(n+3) {
    margin-top: 0;
  }
  .item-point-wrap .item:nth-child(n+4) {
    margin-top: 40px;
  }
  .item-point-wrap .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 20px;
  }
  .item-point-wrap .thumbnail::before {
    content: "";
    display: block;
    padding-top: 73.5%;
  }
  .item-point-wrap .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .tegakiphoto .thumbnail {
    position: relative;
  }
  .tegakiphoto .thumbnail::before {
    content: "";
    display: block;
    padding-top: 62.4%;
  }
  .tegakiphoto .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* toc */
  .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;
  }
  .toc-list > li > ol {
    margin-left: 0;
  }
  .pc-only {
    display: none;
  }
  article .main_visual {
    margin-bottom: 20px;
  }
  article .main_visual img {
    width: 100%;
  }
  .top .read_text {
    width: 100%;
    padding: 0 20px;
    margin-top: 5px;
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
  }
  .contents .cont_ttl p span a {
    color: #000;
  }
  article.contents {
    width: 100%;
    margin: 0 auto 90px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  article.contents.index {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contents .cont_ttl {
    margin: 0 0 30px;
  }
  .contents .cont_ttl p span {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
  }
  .contents .cont_ttl.mt {
    margin-top: 0;
  }
  .contents .cont_ttl h2.title {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    border: none;
    text-decoration: none;
  }
  .contents .cont_ttl h2.title .marker {
    background: linear-gradient(transparent 60%, #FFC4C4 60%);
  }
  .contents .item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-wrap .item {
    width: 47%;
    display: flex;
    flex-direction: column;
  }
  .item-wrap .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .contents .item_last {
    padding-bottom: 20px;
  }
  .item_inner {
    padding-bottom: 20px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
  }
  .item_inner.sp-pb0 {
    padding-bottom: 0;
  }
  .item_image {
    width: 100%;
  }
  .item_image img {
    width: 100%;
  }
  .item_text {
    width: 100%;
  }
  .item_text .item1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: left;
  }
  .item_text .item1.tegaki {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .item_text .item1 span {
    font-size: 18px;
  }
  .item_text .item2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .item_text .item2.sp-mb0 {
    margin-bottom: 0;
  }
  .item_text .item3 {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
  }
  .item_text .item4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .item img {
    width: 100%;
  }
  .order {
    margin: 10px 0 0;
    text-align: center;
  }
  .order a {
    width: 85%;
    display: block;
    background-color: #fff;
    border: solid 1px #333;
    padding: 18px 0;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    border-radius: 50px;
    margin: 0 auto;
  }
  .order a .icon {
    position: relative;
    padding-left: 35px;
  }
  .order a .icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../img/icon_cart.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .item .wrapping {
    margin-bottom: 10px;
  }
  .contents .item-wrap.tegakiphoto {
    display: block;
    /*    margin-bottom: 50px;*/
  }
  .contents .item-wrap.tegakiphoto .item {
    width: 100%;
    margin-top: 0;
  }
  .contents .item-wrap.tegakiphoto .item .item_inner .order {
    margin-top: 20px;
  }
  .item-wrap.tegakiphoto .item1.tegaki br {
    font-size: 20px;
    display: block;
  }
  .item-wrap.tegakiphoto .item_text .item2 {
    margin-bottom: 0;
  }
  .item-wrap.tegakiphoto .order {
    width: 50%;
    margin: 0 auto;
  }
  .youtube_wrap {
    width: 100%;
    margin: 30px auto 0;
  }
  .youtube {
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  .youtube::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .youtube img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .voice_wrap, .voice_wrap_inner {
    display: block;
  }
  .voice_block {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  .voice_block .img {
    width: 13%;
    margin-right: 20px;
  }
  .voice_block .img img {
    width: 100%;
  }
  .voice_block .txt {
    flex: 1;
    font-size: 16px;
    line-height: 1.7;
  }
  .voice_tog {
    display: none;
  }
  .more_btn, .close_btn {
    width: 50%;
    position: relative;
    line-height: 1.5;
    margin: 0 auto;
    background-color: #fff;
    color: #00a273;
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #00a273;
    border-radius: 50px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
  }
  .contents.sale {
    margin-bottom: 50px;
  }
  .contents .sale_ttl h2.title {
    font-size: 26px;
    text-align: center;
    margin: 0 0 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .contents .sale_ttl h2.title .ttl {
    position: relative;
  }
  .contents .sale_ttl h2.title .ttl br.sp-only {
    display: none;
  }
  .contents .sale_ttl h2.title .ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: black;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  .contents .sale_ttl h2.title .ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: black;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .sale_ttl h2.title .sub {
    font-size: 18px;
    padding-top: 20px;
    display: block;
  }
  .sale_banner a img {
    width: 100%;
  }
  .swiper-container {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
  .swiper-slide {
    position: relative;
  }
  .swiper-slide::before {
    content: "";
    display: block;
    padding-top: 72.65%;
  }
  .swiper-container .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .swiper-custom-parent {
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  .swiper-container {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  /* float-banner */
  .float-banner {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 1000;
    display: none;
    max-width: 210px;
  }
  .float-banner a.banner-main img {
    max-width: 100%;
    vertical-align: bottom;
  }
  .float-banner .banner-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #333333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  }
  .float-banner .banner-close::before, .float-banner .banner-close::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
  }
  .float-banner .banner-close::before {
    transform: rotate(45deg);
  }
  .float-banner .banner-close::after {
    transform: rotate(-45deg);
  }
  /* item-point */
  .item-point-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .item-point-wrap .item {
    width: 47%;
  }
  .item-point-wrap .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .item-point-wrap .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .item-point-wrap .thumbnail::before {
    content: "";
    display: block;
    padding-top: 73.5%;
  }
  .item-point-wrap .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .tegakiphoto .thumbnail {
    position: relative;
    margin-bottom: 10px;
  }
  .tegakiphoto .thumbnail::before {
    content: "";
    display: block;
    padding-top: 62.4%;
  }
  .tegakiphoto .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  /* delivery-info */
  .delivery-info {
    margin-bottom: 20px;
    padding: .6em 0;
    font-size: 16px;
  }
  .delivery-info p {
    font-size: 16px;
  }
  .delivery-info > a {
    font-size: 16px;
  }
  .delivery-info > a span::before {
    width: 10px;
    height: 10px;
  }
  .delivery-info .delivery-detail {
    padding: 0 15px 15px;
  }
  .delivery-info .delivery-detail p {
    font-size: 15px;
  }
  .toc-list > li > ol{
    display: block;
  }
  .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: 1rem;
    padding-bottom: .7rem;
  }
  /* 目次 sub */
  .toc-list > li > ul.sub{
    display: block;
  }
  .toc-list > li > ul.sub li{
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    padding-left: 1rem;
  }

  .toc-list > li > ul.sub li::before{
    left: 0;
  }
  .swiper-custom-parent.calender::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 90px;
    height: 90px;
    background-size: cover;
    z-index: 10;
}

}
/* SP用 */
@media screen and (max-width: 559px) {
  .keirou-main p {
    font-size: 16px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-nowrap {
    white-space: nowrap;
  }
  article.contents {
    margin-bottom: 80px;
  }
  .contents .cont_ttl h2.title {
    font-size: 23px;
  }
  #present.contents .cont_ttl h2.title {
    font-size: 22px;
  }
  .contents .item-wrap {
    display: block;
  }
  .item-wrap .item {
    width: 100%;
  }
  .item-wrap .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .contents .item_inner {
    padding-bottom: 0;
  }
  .contents .item_last {
    padding-bottom: 10px;
  }
  .item_image {
    width: 100%;
    height: auto;
  }
  .item_image img {
    width: 100%;
  }
  .item_text {
    width: 100%;
  }
  .item_text .item3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 18px;
  }
  .contents .item-wrap.tegakiphoto .item img {
    margin-bottom: 20px;
  }
  .item-wrap.tegakiphoto .order {
    width: 100%;
    margin: 0 auto;
  }
  .item-wrap.tegakiphoto .item1.tegaki br {
    display: none;
  }
  .voice_block .img {
    width: 20%;
  }
  .more_btn, .close_btn {
    width: 85%;
  }
  .contents .sale_ttl h2.title .ttl br.sp-only {
    display: block;
  }
  /* item-point */
  .item-point-wrap {
    display: block;
    margin-bottom: 0;
  }
  .item-point-wrap .item {
    width: auto;
  }
  .item-point-wrap .item:nth-child(n+2) {
    margin-top: 30px;
  }
}
