@charset "UTF-8";
.keirou-main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
.keirou-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;
}
.toc-toggle {
  display: inline-block;
  margin-left: 2em;
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline !important;
}
.toc-list {
  display: none;
  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::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  left: .45em;
  width: .3em;
  height: .3em;
  border-radius: 50%;
  background-color: #666;
}
/* 目次下層 */
.toc-list > li > ol {
  counter-reset: lowerindex;
  margin-top: .4em;
  margin-left: 2rem;
  font-weight: normal;
}
.toc-list > li > ol > li {
  position: relative;
  padding-left: 2em;
}
.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;
}
/* 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;
}
/* 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%, #ffef65 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: 10px;
  }
  .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 img {
    width: 100%;
  }
  .order {
    margin: 10px 0 0;
    text-align: center;
  }
  .order a {
    width: 70%;
    display: block;
    background-color: #00a273;
    padding: 18px 0;
    color: #fff;
    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 {
    font-size: 14px;
  }
  .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;
  }
  .top .read_text br {
    display: none;
  }
  .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%, #ffef65 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: 20px;
    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 img {
    width: 100%;
  }
  .order {
    margin: 10px 0 0;
    text-align: center;
  }
  .order a {
    width: 85%;
    display: block;
    background-color: #00a273;
    padding: 18px 0;
    color: #fff;
    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;
  }
}
/* 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;
  }
}