@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: url("../img/base/bg_paper01.jpg");
  color: #281912;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  body,
  html {
    overflow-x: hidden;
  }

  body {
    padding-bottom: 70px;
    font-size: 1.6em;
    line-height: 1.7;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
input,
select,
textarea {
  vertical-align: middle;
}

span,
small,
strong,
em {
  color: inherit;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #c5161c;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #c5161c;
  text-decoration: none;
}

p {
  margin-top: 17px;
  margin-bottom: 17px;
}

p:not(.lead_b):first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

figure {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

.header {
  border-top: 8px solid #c5161c;
}

.header .container {
  width: auto;
  min-width: 1060px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.header_logo .img {
  display: block;
  width: 30%;
  max-width: 540px;
}

.header_logo .txt {
  display: inline-block;
  margin-left: 1em;
}

.h_fixed_menu {
  display: none;
}

.header_contact {
  margin: 15px 30px 15px 0;
  font-size: 1.8rem;
  text-align: right;
}

.header_contact_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 350px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  vertical-align: bottom;
}

.header_contact_tel dt {
  width: 9.5em;
}

.header_contact_tel dd {
  width: calc(290px - 8.8em);
  margin: 0;
  font-size: 1.55em;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
}

.header_contact_txt {
  margin: 0.5em 0 0;
  font-size: 0.7em;
  line-height: 1.4;
  /*width: 370px*/
}

@media screen and (max-width: 767px) {
  .header {
    border-top: 4px solid #c5161c;
  }

  .header .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 0;
    padding: 0;
  }

  .header_logo {
    margin-left: 0;
    padding: 10px 15px;
  }

  .header_logo .img {
    display: block;
    width: 100%;
    max-width: 150px;
  }

  .header_logo .txt {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .header_contact {
    display: none;
  }

  .h_fixed_menu {
    position: absolute;
    top: 11px;
    right: 0;
    display: flex;
  }
  .h_fixed_menu .h_fixed_menu--mypage, .h_fixed_menu .h_fixed_menu--cart {
    margin: 0;
  }
  .h_fixed_menu .h_fixed_menu--mypage a, .h_fixed_menu .h_fixed_menu--cart a {
    display: block;
    min-width: 54px;
    font-size: 12px;
    text-align: center;
  }
  .h_fixed_menu .h_fixed_menu--mypage a img, .h_fixed_menu .h_fixed_menu--cart a img {
    max-width: 50px;
    max-height: 37px;
  }
  .h_fixed_menu .h_fixed_menu--cart {
    position: relative;
  }
  .h_fixed_menu .h_fixed_menu--cart .fs-client-cart-count {
    position: absolute;
    right: 4px;
    top: -5px;
    width: 19px;
    height: 19px;
    font-size: 12px;
    line-height: 1.5;
    pointer-events: none;
  }
}
.gnav {
  position: relative;
  padding: 1.2em 0;
  border-top: 1px solid #d8d4ce;
  border-bottom: 1px solid #d8d4ce;
  background: url("../img/base/bg_paper02.jpg");
  text-align: center;
}

.gnav .container {
  width: auto;
  min-width: 1200px;
}

.gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.gnav_list li {
  padding: 0 1em;
}

.gnav_list li:first-child {
  padding-left: 0;
}

.gnav_list li:last-child {
  padding-right: 0;
}

.gnav_list li + li {
  border-left: 1px solid #a3a099;
}

.gnav_list a {
  position: relative;
  display: inline-block;
  padding: 0px;
  color: #000;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
}

.gnav_list a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #c5161c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gnav_list a:hover::after,
.gnav_list a.current::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

body:not(#fs_Top) .gnav_list a[href="/"].current::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

body:not(#fs_Top) .gnav_list a[href="/"].current:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

@media screen and (min-width: 768px), print {
  .gnav {
    display: block !important;
  }
}
@media screen and (max-width: 1062px) {
  .gnav .container {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    display: none;
    min-width: 0;
    padding-top: 0.2em;
    background: url("../img/base/bg_paper03.jpg");
  }

  .gnav .container {
    min-width: 0;
  }

  .gnav_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
  }

  .gnav_list li {
    width: 47%;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #c2b695;
    text-align: left;
  }

  .gnav_list li + li {
    border-left: 0;
  }

  .gnav_list a {
    padding: 1em 0;
  }

  .gnav_list a::after {
    bottom: 8px;
  }
}
@media screen and (max-width: 374px) {
  .gnav_list a {
    font-size: 4.26667vw;
  }
}
.gnav_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .gnav_sp {
    display: block;
    width: 100%;
    background: url("../img/base/bg_paper02.jpg");
    border-top: 1px solid #d7d3c4;
    border-bottom: 1px solid #d7d3c4;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: -0.03em;
  }

  .gnav_sp_list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
  }

  .gnav_sp_list li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% / 3);
    border-right: 1px solid #d7d3c4;
    text-align: center;
  }

  .gnav_sp_list a {
    display: block;
    padding: 7px 10px 2px;
    color: #281912;
    text-decoration: none;
    font-weight: 600;
  }

  .gnav_sp_list a::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .gnav_sp_list a.itemlist::before {
    background-image: url("https://daishindo123.itembox.design/item/common/img/base/ico_h_itemlist.png");
  }

  .gnav_sp_list a.howto::before {
    background-image: url("https://daishindo123.itembox.design/item/common/img/base/ico_h_howto.png");
  }

  .gnav_sp_list a.guide::before {
    background-image: url("https://daishindo123.itembox.design/item/common/img/base/ico_h_guide.png");
  }

  .gnav_sp_list a.mypage::before {
    background-image: url("../img/base/ico_mypage.png");
  }

  .gnav_sp_list a.cart::before {
    background-image: url("../img/base/ico_cart.png");
  }

  .gnav_sp .menu {
    width: 100%;
    padding: 7px 10px 4px;
    font-size: 12px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  .gnav_sp .menu .ico {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0 auto 2px;
  }

  .gnav_sp .menu .ico span {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #c5161c;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .gnav_sp .menu .ico span:nth-child(1) {
    top: 0;
  }

  .gnav_sp .menu .ico span:nth-child(2) {
    top: calc(50% - 2px);
  }

  .gnav_sp .menu .ico span:nth-child(3) {
    bottom: 0;
  }

  .gnav_sp .menu .txt {
    display: block;
    font-weight: 600;
  }

  .gnav_sp .menu.active .ico span:nth-child(1) {
    top: calc(50% - 2px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gnav_sp .menu.active .ico span:nth-child(2) {
    opacity: 0;
  }

  .gnav_sp .menu.active .ico span:nth-child(3) {
    bottom: calc(50% - 2px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.ptitle_a,
.ptitle_b,
.ptitle_c {
  background: url("../img/base/bg_paper04.jpg");
  border-bottom: 1px solid #d8d4ce;
}

.ptitle_a .container,
.ptitle_b .container,
.ptitle_c .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 220px;
}

.ptitle_a .ttl,
.ptitle_b .ttl,
.ptitle_c .ttl {
  margin: 0;
  color: inherit;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ptitle_a .container,
  .ptitle_b .container,
  .ptitle_c .container {
    height: 100px;
  }

  .ptitle_a .ttl,
  .ptitle_b .ttl,
  .ptitle_c .ttl {
    font-size: 2.5rem;
  }
}
.ptitle_a .sttl,
.ptitle_b .sttl,
.ptitle_c .sttl {
  display: block;
  margin-bottom: 1em;
  font-size: 0.5em;
}

.ptitle_b {
  background: url("../img/base/bg_paper05.jpg");
}

.ptitle_b .container {
  height: 270px;
}

.ptitle_b .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 270px;
}

.ptitle_b .img img {
  max-width: none;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .ptitle_b .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  .ptitle_b .ttl {
    margin: 30px 0 0;
    padding-right: 0;
  }
}
.ptitle_c .inner {
  text-align: center;
}

.ptitle_c .sttl {
  margin-bottom: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
  font-size: 2.4rem;
}

.footer_guide {
  min-width: 1060px;
  padding: 30px 0;
  background: url("../img/base/bg_paper03.jpg") #8c7844;
  color: #fff;
  text-align: center;
}

.footer_guide .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_guide_col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-left: 1px solid #c2b695;
}

.footer_guide_col:last-child {
  border-right: 1px solid #c2b695;
}

.footer_guide_ttl {
  font-weight: normal;
}

.footer_guide_btn {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}

.footer_guide_btn .btn_link {
  padding: 15px 10px;
}

.footer_guide .btn_link {
  width: 100%;
  max-width: 385px;
}

.footer_guide .btn_link .tel_num {
  font-size: 1.5em;
}

.footer_guide_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 320px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  vertical-align: bottom;
  font-size: 2.1rem;
}

.footer_guide_tel dt {
  width: 5em;
  text-align: right;
}

.footer_guide_tel dd {
  width: calc(290px - 3em);
  margin: 0;
  font-size: 1.55em;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
}

.footer_guide a:not(.btn_link) {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .footer_guide {
    min-width: 0;
  }

  .footer_guide .container {
    display: block;
  }

  .footer_guide_col {
    border-left: 0;
  }

  .footer_guide_col:first-child {
    padding-bottom: 20px;
  }

  .footer_guide_col:last-child {
    padding-top: 20px;
    border-right: 0;
    border-top: 1px solid #c2b695;
  }

  .footer_guide_ttl {
    font-size: 1.4em;
  }

  .footer_guide_tel {
    width: 100%;
    max-width: 290px;
    display: block;
  }

  .footer_guide_tel .tel {
    display: none;
  }

  .footer_guide_tel dt {
    width: auto;
    display: inline;
  }

  .footer_guide_tel dd {
    width: auto;
    display: inline;
    font-size: 1.2em;
  }

  .footer_guide .btn_link {
    max-width: 320px;
  }
}
.footer_sitemap {
  min-width: 1060px;
  padding: 60px 0;
  background: url("../img/base/bg_paper02.jpg");
}

.footer_sitemap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_sitemap .container > * {
  width: 20%;
}

.footer_sitemap a {
  color: inherit;
}

.footer_sitemap .boxa {
  margin: 0;
  padding: 0 20px 0 10px;
  border-left: 1px solid #d7d3c4;
}

.footer_sitemap_ttl {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.0rem;
  font-weight: 600;
}

.footer_sitemap dd {
  position: relative;
  margin: 1.3em 0 0;
  padding: 0 0 0 1em;
  font-size: 1.6rem;
  line-height: 1.3;
}

.footer_sitemap dd::before {
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  display: block;
  width: 0.7em;
  height: 0;
  border-top: 1px solid #c5161c;
}

@media screen and (max-width: 767px) {
  .footer_sitemap {
    display: none;
  }
}
.footer_func {
  padding: 30px 0 10px;
  text-align: center;
}

.footer_func_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.footer_func_menu li + li {
  border-left: 1px solid #a3a099;
}

.footer_func_menu a {
  display: block;
  padding: 0 1em;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .footer_func_menu {
    display: block;
  }

  .footer_func_menu li + li {
    border-left: none;
  }

  .footer_func_menu a {
    padding: 0.75em;
  }
}
.footer_func_account {
  margin: 40px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_func_account li + li {
  margin-left: 20px;
}

.footer_func_account a {
  display: block;
  padding: 5px 1em 3px;
  border: 1px solid;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.footer_func_account a:hover {
  color: #c5161c;
}

@media screen and (max-width: 767px) {
  .footer_func_account {
    margin-top: 30px;
  }
}
.footer_func_copy {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .footer_func_copy {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.contents {
  margin-top: 60px;
  margin-bottom: 120px;
}

#fs_Top .contents {
  margin-top: 0;
}

.footLine {
  display: none;
}

.foot-bn-wrap {
  display: none;
}

.fs-body-cart .footLine,
.fs-body-customerDetails .footLine,
.fs-body-cart-login .footLine,
.fs-body-checkout .footLine,
.fs-body-checkout-multi .footLine,
.fs-body-checkout-amazon .footLine,
.fs-body-checkout-subscribe .footLine,
.fs-body-checkout-multiAddress .footLine,
.fs-body-checkout-multiAddress-products .footLine,
.fs-body-checkout-multiAddress-confirm .footLine,
.fs-body-checkout-multiAddress-options .footLine,
.fs-body-checkout-success .footLine,
.fs-body-checkoutSubscribe-success .footLine {
  display: none !important;
}

.fs-body-cart .foot-bn-wrap,
.fs-body-customerDetails .foot-bn-wrap,
.fs-body-cart-login .foot-bn-wrap,
.fs-body-checkout .foot-bn-wrap,
.fs-body-checkout-multi .foot-bn-wrap,
.fs-body-checkout-amazon .foot-bn-wrap,
.fs-body-checkout-subscribe .foot-bn-wrap,
.fs-body-checkout-multiAddress .foot-bn-wrap,
.fs-body-checkout-multiAddress-products .foot-bn-wrap,
.fs-body-checkout-multiAddress-confirm .foot-bn-wrap,
.fs-body-checkout-multiAddress-options .foot-bn-wrap,
.fs-body-checkout-success .foot-bn-wrap,
.fs-body-checkoutSubscribe-success .foot-bn-wrap {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .footLine {
    position: fixed;
    bottom: 80px;
    right: 5px;
    display: block;
  }

  .footLine .footLine__img {
    margin-bottom: 0;
  }

  .footLine .footLine__img a img {
    max-width: 80px;
    width: auto;
    height: auto;
  }

  .foot-bn-wrap {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: .25s all ease;
    transform: translateY(70px);
    transform-origin: 0 0;
    box-shadow: 0 1px 0 2px #ccc;
    border-top: 1px solid #eaeaea;
    z-index: 10;
  }
  .foot-bn-wrap.fixed {
    transform: translateY(0);
  }
  .foot-bn-wrap .foot-bn {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 10px 0;
  }
  .foot-bn-wrap .foot-bn p {
    width: 88%;
    margin: 0 auto;
    text-align: center;
  }
  .foot-bn-wrap .foot-bn p img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .foot-bn-wrap #foot-bn-tel {
    background: transparent url("https://daishindo123.itembox.design/item/common/img/common/bg_foot_bn_tel.gif") 50% 50% repeat;
  }
  .foot-bn-wrap #foot-bn-tel p img {
    max-height: 38px;
  }
  .foot-bn-wrap #foot-bn-line {
    background-color: #eaeaea;
  }
  .foot-bn-wrap #foot-bn-line p img {
    max-height: 43px;
  }
}
/* 【トップ】我が子の人生を見守る4つのステップ */
.fs-body-top #flow {
  margin-bottom: 60px;
}

.fs-body-top #flow h2 {
  margin-bottom: 2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.fs-body-top #flow h2 > span {
  color: #323e62;
}

.fs-body-top #flow h2 > span span {
  margin: 0 8px 0 4px;
  font-style: italic;
  font-size: 1.5em;
}

.fs-body-top #flow .flow-in {
  display: flex;
  justify-content: space-between;
}

.fs-body-top #flow .flow-in .step {
  position: relative;
  width: 23%;
  padding: 1.1em;
  background-color: #fff;
}

.fs-body-top #flow .flow-in .step .subt {
  margin-bottom: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #323e62;
  font-size: .9em;
  line-height: 1;
}

.fs-body-top #flow .flow-in .step .subt span {
  font-style: italic;
  font-size: 2.2em;
  vertical-align: middle;
}

.fs-body-top #flow .flow-in .step dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: bold;
  color: #323e62;
  line-height: 1.6;
  text-align: center;
}

.fs-body-top #flow .flow-in .step dl dt span {
  display: block;
}

.fs-body-top #flow .flow-in .step dl dd {
  margin-left: 0;
  font-size: .8em;
}

.fs-body-top #flow .flow-in .step:not(:last-of-type):after {
  position: absolute;
  content: "";
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 13px solid #c5c5c5;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.fs-body-top #flow.display_pc {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.fs-body-top #flow.display_smp.smp {
  position: relative;
  width: 100vw;
  padding: 0;
  left: -15px;
}

.fs-body-top #flow.display_smp.smp, .fs-body-top #flow.display_smp.smp * {
  box-sizing: initial;
}

.fs-body-top #flow.display_smp.smp .flow-in {
  width: auto;
  margin: initial;
}

.fs-body-top #flow.display_smp.smp .flow-in .step {
  padding-right: 18px;
}

.fs-body-top #flow.display_smp.smp .flow-in .step:not(:last-of-type):after {
  display: block;
}

.fs-body-top #flow.display_smp .flow-in {
  width: 95%;
  margin: 0 auto;
}

.fs-body-top #flow.display_smp .flow-in .step {
  padding: 0 18px 10px 0;
  padding-right: 0;
  background-color: transparent;
}

.fs-body-top #flow.display_smp .flow-in .step .step-in {
  padding: 15px;
  background-color: #fff;
}

.fs-body-top #flow.display_smp .flow-in .step .step-in dl dt {
  font-size: 1em;
}

.fs-body-top #flow.display_smp .flow-in .step .step-in figure {
  text-align: center;
}

.fs-body-top #flow.display_smp .flow-in .step .step-in figure img {
  display: inline;
  max-width: 230px;
  width: 100%;
}

.fs-body-top #flow.display_smp .flow-in .step:not(:last-of-type):after {
  display: none;
  right: 4px;
  border-left: 19px solid #c5c5c5;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.fs-body-top .popularWrap {
  width: 95%;
  margin: 80px auto 0;
}
.fs-body-top .popularWrap.layout-4 {
  max-width: 1060px;
}
.fs-body-top .popularWrap.layout-4 .popularWrap__in .items .item {
  width: 20%;
}
.fs-body-top .popularWrap.layout-5 {
  max-width: 1200px;
}
.fs-body-top .popularWrap.layout-5 .popularWrap__in .items .item {
  width: 17%;
}
.fs-body-top .popularWrap__title {
  margin-bottom: 60px;
  font-size: 42px;
  text-align: center;
}
.fs-body-top .popularWrap__in .items {
  display: flex;
  justify-content: space-between;
}
.fs-body-top .popularWrap__in .items .item {
  text-decoration: none;
}
.fs-body-top .popularWrap__in .items .item:hover {
  text-decoration: underline;
}
.fs-body-top .popularWrap__in .items .item:hover img {
  opacity: 0.8;
}
.fs-body-top .popularWrap__in .items .item__img {
  margin: 0 0 15px;
}
.fs-body-top .popularWrap__in .items .item__name {
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fs-body-top #flow.display_smp {
    position: static;
    width: 95%;
  }

  .fs-body-top #flow.display_smp .flow-in .step:not(:last-of-type):after {
    display: none;
  }

  .fs-body-top #flow.display_smp.smp .flow-in .step:not(:last-of-type):after {
    display: block;
  }

  .fs-body-top #flow h2 {
    margin-bottom: 1.5em;
  }

  .fs-body-top #flow h2 > span {
    display: block;
  }

  .fs-body-top #flow .flow-in {
    flex-wrap: wrap;
  }

  .fs-body-top #flow .flow-in .step {
    width: 100%;
    padding: 0;
  }

  .fs-body-top #flow .flow-in .step:not(:last-of-type):after {
    display: none;
  }

  .fs-body-top #flow .flow-in .step:focus, .fs-body-top #flow .flow-in .step:hover {
    outline: none;
  }

  .fs-body-top #flow .flow-in .step .subt {
    position: relative;
    left: -15px;
    display: inline-block;
    padding: .3em 1.5em;
    background-color: #323e62;
    color: #fff;
  }

  .fs-body-top .popularWrap .ttl_a {
    margin-bottom: calc(40px - (1em * 0.3/2));
    font-size: 2.7rem;
    line-height: 1.2;
  }
  .fs-body-top .popularWrap.layout-4 .popularWrap__in .items {
    width: 1050px;
  }
  .fs-body-top .popularWrap.layout-5 .popularWrap__in .items {
    width: 1250px;
  }
  .fs-body-top .popularWrap__in {
    overflow-x: auto;
    padding: 10px 20px;
  }
  .fs-body-top .popularWrap__in .items {
    justify-content: space-around;
  }
  .fs-body-top .popularWrap__in .items .item__img {
    max-width: 210px;
    margin: 0 auto 15px;
  }
}
/* 【商品詳細】アコーディオン */
#fs_ProductDetails #accordion {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto 80px;
  border-bottom: 1px solid #ccc;
}
#fs_ProductDetails #accordion .accordion__in.is-current .accordion__ttl:before {
  content: "-";
  left: 10px;
}
#fs_ProductDetails #accordion .accordion__in .accordion__ttl {
  position: relative;
  padding: 25px 0 25px 40px;
  border-top: 1px solid #ccc;
}
#fs_ProductDetails #accordion .accordion__in .accordion__ttl:hover {
  cursor: pointer;
}
#fs_ProductDetails #accordion .accordion__in .accordion__ttl:before {
  position: absolute;
  content: "+";
  left: 5px;
  top: 15px;
  font-size: 23px;
}
#fs_ProductDetails #accordion .accordion__in .accordion__ttl h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 20px;
}
#fs_ProductDetails #accordion .accordion__in .accordion__detail {
  display: none;
  margin-bottom: 40px;
  padding-left: 40px;
}
#fs_ProductDetails #accordion .accordion__in .accordion__detail ul {
  margin: 0;
  padding-left: 0;
}
#fs_ProductDetails #accordion .accordion__in .accordion__detail ul li {
  position: relative;
  padding-left: 20px;
}
#fs_ProductDetails #accordion .accordion__in .accordion__detail ul li:before {
  position: absolute;
  left: 3px;
  top: 13px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}
#fs_ProductDetails .goods_foot_detail_link {
  display: none;
}

@media screen and (max-width: 767px) {
  #fs_ProductDetails #accordion {
    width: 95%;
  }
  #fs_ProductDetails #accordion .accordion__in .accordion__ttl {
    padding: 25px 0 25px 35px;
  }
  #fs_ProductDetails #accordion .accordion__in .accordion__ttl h2 {
    font-size: 18px;
  }
  #fs_ProductDetails #accordion .accordion__in .accordion__detail {
    padding-left: 35px;
  }
  #fs_ProductDetails #accordion .accordion__in .accordion__detail ul li {
    font-size: 15px;
  }
  #fs_ProductDetails #accordion .accordion__in .accordion__detail ul li:before {
    top: 11px;
  }
  #fs_ProductDetails .goods_foot_detail_link {
    display: block;
  }
  #fs_ProductDetails .goods_foot_detail_link #foot-btn-link-cart {
    position: fixed;
    bottom: 112px;
    right: 0;
    z-index: 100;
  }
  #fs_ProductDetails .goods_foot_detail_link #foot-btn-link-cart a img {
    max-width: 50px;
  }
}
/* 【商品詳細】こちらの商品もチェックしています */
.foot-recommend {
  max-width: 1060px;
  width: 95%;
  margin: 0 auto 80px;
}
.foot-recommend .foot-recommend__ttl {
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.foot-recommend .foot-recommend__ttl h2 {
  margin: 0;
  padding-left: 10px;
  border-left: 5px solid #c5161c;
  font-size: 20px;
}
.foot-recommend .recommend-in {
  display: flex;
}
.foot-recommend .recommend-in .recommend-list {
  max-width: 19%;
  min-width: 19%;
  color: #281912;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
}
.foot-recommend .recommend-in .recommend-list:hover {
  text-decoration: underline;
}
.foot-recommend .recommend-in .recommend-list:hover figure img {
  transform: scale(1.1);
}
.foot-recommend .recommend-in .recommend-list figure {
  overflow: hidden;
  margin-bottom: 15px;
}
.foot-recommend .recommend-in .recommend-list figure img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: .15s all ease;
}
.foot-recommend .recommend-in .recommend-list .recommend-list__name {
  margin: 0 0 2px;
}
.foot-recommend .recommend-in .recommend-list .recommend-list__price {
  margin: 0;
  color: #777;
  font-size: 13px;
}
.foot-recommend .recommend-in .recommend-list:not(:last-of-type) {
  margin-right: 1.25%;
}

@media screen and (max-width: 767px) {
  .foot-recommend .foot-recommend__ttl {
    margin-bottom: 20px;
  }
  .foot-recommend .foot-recommend__ttl h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .foot-recommend .recommend-in {
    overflow: scroll;
  }
  .foot-recommend .recommend-in .recommend-list {
    min-width: 115px;
    max-width: 115px;
  }
  .foot-recommend .recommend-in .recommend-list figure img {
    height: 115px;
  }
  .foot-recommend .recommend-in .recommend-list .recommend-list__price {
    font-size: 12px;
  }
  .foot-recommend .recommend-in .recommend-list:not(:last-of-type) {
    margin-right: 3%;
  }
}
/* 【こまもり箱とは】我が子の人生を見守る4つのステップ */
.fs-body-category #flow {
  width: 1060px;
  margin-left: -90px;
  margin-bottom: 60px;
}

.fs-body-category #flow h2 {
  margin-bottom: 2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.fs-body-category #flow h2 > span {
  color: #323e62;
}

.fs-body-category #flow h2 > span span {
  margin: 0 8px 0 4px;
  font-style: italic;
  font-size: 1.5em;
}

.fs-body-category #flow .flow-in {
  display: flex;
  justify-content: space-between;
}

.fs-body-category #flow .flow-in .step {
  position: relative;
  width: 23%;
  padding: 1.1em;
  background-color: #fff;
}

.fs-body-category #flow .flow-in .step .subt {
  margin-bottom: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #323e62;
  font-size: .9em;
  line-height: 1;
}

.fs-body-category #flow .flow-in .step .subt span {
  font-style: italic;
  font-size: 2.2em;
  vertical-align: middle;
}

.fs-body-category #flow .flow-in .step dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: bold;
  color: #323e62;
  line-height: 1.6;
  text-align: center;
}

.fs-body-category #flow .flow-in .step dl dt span {
  display: block;
}

.fs-body-category #flow .flow-in .step dl dd {
  margin-left: 0;
  font-size: .8em;
}

.fs-body-category #flow .flow-in .step:not(:last-of-type):after {
  position: absolute;
  content: "";
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 13px solid #c5c5c5;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.fs-body-category #flow.display_smp.smp {
  position: relative;
  width: 100vw;
  padding: 0;
  left: -15px;
}

.fs-body-category #flow.display_smp.smp, .fs-body-category #flow.display_smp.smp * {
  box-sizing: initial;
}

.fs-body-category #flow.display_smp.smp .flow-in {
  width: auto;
  margin: initial;
}

.fs-body-category #flow.display_smp.smp .flow-in .step {
  padding-right: 18px;
}

.fs-body-category #flow.display_smp.smp .flow-in .step:not(:last-of-type):after {
  display: block;
}

.fs-body-category #flow.display_smp .flow-in {
  width: 95%;
  margin: 0 auto;
}

.fs-body-category #flow.display_smp .flow-in .step {
  padding: 0 18px 10px 0;
  padding-right: 0;
  background-color: transparent;
}

.fs-body-category #flow.display_smp .flow-in .step .step-in {
  padding: 15px;
  background-color: #fff;
}

.fs-body-category #flow.display_smp .flow-in .step .step-in dl dt {
  font-size: 1em;
}

.fs-body-category #flow.display_smp .flow-in .step .step-in figure {
  text-align: center;
}

.fs-body-category #flow.display_smp .flow-in .step .step-in figure img {
  display: inline;
  max-width: 230px;
  width: 100%;
}

.fs-body-category #flow.display_smp .flow-in .step:not(:last-of-type):after {
  display: none;
  right: 4px;
  border-left: 19px solid #c5c5c5;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media screen and (max-width: 767px) {
  .fs-body-category #flow.display_smp {
    position: static;
    width: 95%;
    margin-left: 0;
  }

  .fs-body-category #flow.display_smp .flow-in .step:not(:last-of-type):after {
    display: none;
  }

  .fs-body-category #flow.display_smp.smp .flow-in .step:not(:last-of-type):after {
    display: block;
  }

  .fs-body-category #flow h2 {
    margin-bottom: 1.5em;
  }

  .fs-body-category #flow h2 > span {
    display: block;
  }

  .fs-body-category #flow .flow-in {
    flex-wrap: wrap;
  }

  .fs-body-category #flow .flow-in .step {
    width: 100%;
    padding: 0;
  }

  .fs-body-category #flow .flow-in .step:not(:last-of-type):after {
    display: none;
  }

  .fs-body-category #flow .flow-in .step:focus, .fs-body-category #flow .flow-in .step:hover {
    outline: none;
  }

  .fs-body-category #flow .flow-in .step .subt {
    position: relative;
    left: -15px;
    display: inline-block;
    padding: .3em 1.5em;
    background-color: #323e62;
    color: #fff;
  }
}
#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel img {
  max-width: 508px;
}
#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton {
  display: none;
}
#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
  overflow: auto;
}

@media screen and (max-width: 767px) {
  #fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel img {
    max-width: 100vw;
  }

  .contents {
    margin-top: 30px;
    /*margin-top: 60px;*/
    margin-bottom: 90px;
  }
}
.container {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1062px) {
  .container {
    width: auto;
    padding: 0 15px;
  }
}
.container_s {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .container_s {
    width: auto;
    padding: 0 15px;
  }
}
.sec {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec {
    margin-top: 0;
    /*margin-top: 90px;*/
    margin-bottom: 90px;
  }
}
.bg_sec {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../img/base/bg_paper06.jpg");
}

.bg_sec.mt {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .bg_sec {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .bg_sec.mt {
    margin-top: 90px;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
.lay100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lay100 p {
  margin-bottom: 0;
}

.lay101 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーー*/
.lay101 p {
  margin-top: 0;
  margin-left: -24px;
}

.lay101 p:first-child {
  margin-left: 0;
}

.lay101 a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .lay101 p {
    margin-left: -6px;
  }
}
/*見出し
ーーーーーーーーーーーーーーーーーーーーーーーー*/
.ttl_a {
  margin-top: calc(100px - (1em * 0.3/2));
  margin-bottom: calc(70px - (1em * 0.3/2));
  color: inherit;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}

.ttl_a:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .ttl_a {
    margin-top: calc(60px - (1em * 0.3/2));
    margin-bottom: calc(40px - (1em * 0.3/2));
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.2;
  }
}
.ttl_b {
  margin-top: calc(80px - (1em * 0.3/2));
  margin-bottom: calc(35px - (1em * 0.3/2));
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d3c4;
  color: inherit;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}

.ttl_b::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #c5161c;
}

.ttl_b .red_num {
  padding-right: 0.3em;
  color: #c5161c;
  font-size: 1.3em;
}

.ttl_b .red_txt {
  padding-right: 0.3em;
  color: #c5161c;
}

.ttl_b.comment::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../img/base/ico_comment.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.3em;
}

@media screen and (max-width: 767px) {
  .ttl_b {
    margin-top: calc(55px - (1em * 0.3/2));
    margin-bottom: calc(25px - (1em * 0.3/2));
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.ttl_b.type_b {
  border: none;
}

.ttl_b.type_b::after {
  background: none;
}

.ttl_c {
  margin-top: calc(60px - (1em * 0.3/2));
  margin-bottom: calc(25px - (1em * 0.3/2));
  color: inherit;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .ttl_c {
    margin-top: calc(40px - (1em * 0.3/2));
    margin-bottom: calc(20px - (1em * 0.3/2));
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.thum_2rows,
.thum_3rows,
.thum_4rows,
.thum_5rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -40px 0 0;
  padding: 0;
}

.thum_2rows.block_center,
.thum_3rows.block_center,
.thum_4rows.block_center,
.thum_5rows.block_center {
  justify-content: center;
}

.thum_2rows a,
.thum_3rows a,
.thum_4rows a,
.thum_5rows a {
  display: block;
}

.thum_2rows a:hover,
.thum_3rows a:hover,
.thum_4rows a:hover,
.thum_5rows a:hover {
  opacity: 0.8;
}

.thum_2rows .ph,
.thum_3rows .ph,
.thum_4rows .ph,
.thum_5rows .ph {
  margin-top: 50px;
}

.thum_2rows img,
.thum_3rows img,
.thum_4rows img,
.thum_5rows img {
  max-width: none;
  width: 100%;
}

.thum_2rows .link,
.thum_3rows .link,
.thum_4rows .link,
.thum_5rows .link {
  margin-top: 50px !important;
}

.thum_2rows .link a,
.thum_3rows .link a,
.thum_4rows .link a,
.thum_5rows .link a {
  display: block;
  padding: 15px;
  border: 1px solid #c2b695;
  background: url("../img/base/bg_paper02.jpg");
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.thum_2rows .link a::before,
.thum_3rows .link a::before,
.thum_4rows .link a::before,
.thum_5rows .link a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid #c5161c;
  border-right: 2px solid #c5161c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .thum_2rows,
  .thum_3rows,
  .thum_4rows,
  .thum_5rows {
    margin: -20px 0 0;
  }

  .thum_2rows .ph,
  .thum_3rows .ph,
  .thum_4rows .ph,
  .thum_5rows .ph {
    margin-top: 30px;
  }

  .thum_2rows .link,
  .thum_3rows .link,
  .thum_4rows .link,
  .thum_5rows .link {
    margin-top: 30px !important;
  }
}
.thum_3rows::before,
.thum_4rows::before,
.thum_5rows::before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.thum_3rows.block_center::before,
.thum_4rows.block_center::before,
.thum_5rows.block_center::before {
  display: none;
}

.thum_4rows::after,
.thum_5rows::after {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.thum_2rows > li {
  width: 47.9284%;
}

.thum_3rows::before {
  width: 30.5%;
}

.thum_3rows > li {
  width: 30.5%;
}

@media screen and (max-width: 767px) {
  .thum_3rows::before {
    display: none;
  }

  .thum_3rows > li {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .thum_3rows.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .thum_3rows.center::before {
    display: none;
  }

  .thum_3rows.center > li + li {
    margin-left: 4.25%;
  }
}
.thum_4rows > li {
  width: 21.8%;
}

.thum_4rows::before {
  width: 21.8%;
}

.thum_4rows::after {
  width: 21.8%;
}

@media screen and (max-width: 767px) {
  .thum_4rows::before,
  .thum_4rows::after {
    display: none;
  }

  .thum_4rows > li {
    width: 48%;
  }
}
.thum_5rows > li {
  width: 16.7%;
}

.thum_5rows > li:last-of-type {
  width: 16.7%;
}

.thum_5rows::before {
  width: 16.7%;
}

.thum_5rows::after {
  width: 16.7%;
}

@media screen and (max-width: 767px) {
  .thum_5rows li:last-of-type,
  .thum_5rows::before,
  .thum_5rows::after {
    display: none;
  }

  .thum_5rows > li {
    width: 48%;
  }
}
.thum_2rows .cap,
.thum_3rows .cap,
.thum_4rows .cap,
.thum_5rows .cap {
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}

.thum_2rows .ttl,
.thum_3rows .ttl,
.thum_4rows .ttl,
.thum_5rows .ttl {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.thum_2rows .ttl + .txt,
.thum_3rows .ttl + .txt,
.thum_4rows .ttl + .txt,
.thum_5rows .ttl + .txt {
  margin-top: 0;
}

.thum_2rows .ttl_s,
.thum_3rows .ttl_s,
.thum_4rows .ttl_s,
.thum_5rows .ttl_s {
  font-size: 0.8em;
}

.thum_2rows .txt,
.thum_3rows .txt,
.thum_4rows .txt,
.thum_5rows .txt {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .thum_2rows .cap,
  .thum_3rows .cap,
  .thum_4rows .cap,
  .thum_5rows .cap {
    margin-top: 8px;
  }

  .thum_2rows .ttl,
  .thum_3rows .ttl,
  .thum_4rows .ttl,
  .thum_5rows .ttl {
    margin-top: 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .thum_2rows .txt,
  .thum_3rows .txt,
  .thum_4rows .txt,
  .thum_5rows .txt {
    margin-top: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.thum_price {
  text-align: center;
}

.thum_price .font_bold {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .thum_price {
    text-align: left;
  }

  .thum_price .font_bold {
    text-align: initial;
  }

  .thum_price .font14 {
    white-space: nowrap;
  }
}
.table_a {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px solid #c2b695;
  background: url("../img/base/bg_paper01.jpg");
}

.table_a._fixed {
  table-layout: fixed;
}

.table_a th,
.table_a td {
  padding: 15px;
  border: 1px solid #c2b695;
  text-align: left;
}

.table_a th {
  background: url("../img/base/bg_paper02.jpg");
}

@media screen and (max-width: 767px) {
  .table_a {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .table_a th.w20p,
  .table_a th.w30p {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .table_swipe {
    overflow-x: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
  }

  .table_swipe .table_a {
    width: 800px;
    table-layout: auto;
    margin-right: 20px;
  }

  .table_swipe .table_a th,
  .table_swipe .table_a td {
    width: 200px;
    white-space: nowrap;
  }
}
.table_b {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px solid #c2b695;
  background: url("../img/base/bg_paper01.jpg");
}

.table_b._fixed {
  table-layout: fixed;
}

.table_b th,
.table_b td {
  padding: 15px 5px;
  border: 1px solid #c2b695;
  text-align: center;
}

.table_b th {
  background: url("../img/base/bg_paper02.jpg");
}

@media screen and (max-width: 767px) {
  .table_b {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .table_swipe {
    overflow-x: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
  }

  .table_swipe .table_b {
    width: 800px;
    table-layout: auto;
    margin-right: 20px;
  }

  .table_swipe .table_b th,
  .table_swipe .table_b td {
    width: 200px;
    white-space: nowrap;
  }

  #goods_list .table_swipe .table_b th img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
  }

  #goods_list .table_swipe .table_b td img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: auto;
  }

  #goods_list .container_s {
    padding: 0;
  }
}
.table_c {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px solid #c2b695;
  background: url("../img/base/bg_paper01.jpg");
}

.table_c._fixed {
  table-layout: fixed;
}

.table_c th,
.table_c td {
  padding: 15px;
  border: 1px solid #c2b695;
  text-align: left;
}

.table_c th {
  background: url("../img/base/bg_paper02.jpg");
}

@media screen and (max-width: 767px) {
  .table_c {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
  }

  .table_c tbody,
  .table_c tr,
  .table_c th,
  .table_c td {
    display: block;
    width: 100%;
  }

  .table_c th,
  .table_c td {
    border: 0;
    border-bottom: 1px solid #c2b695;
  }

  .table_c th .pc-only{
    display: none;
  }

  .table_c tr:last-of-type td {
    border-bottom: 0;
  }
}
.col_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
  padding: 0;
}

.col_between.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col_between li,
.col_between .boxa {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-top: 30px;
}

.col_between li > img + img,
.col_between .boxa > img + img {
  margin-top: 20px;
}

.col_between li p,
.col_between .boxa p {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .col_between {
    display: block;
  }

  .col_between.smp_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .col_between li,
  .col_between .boxa {
    text-align: center;
    margin-top: 15px;
  }

  .col_between p {
    text-align: left;
  }
}
.col_between.type_b li,
.col_between.type_b .boxa {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_left li,
.col_left .boxa {
  margin-right: 20px;
  margin-left: 20px;
}

.col_2rows {
  display: table;
}

.col_2rows .boxa {
  display: table-cell;
  vertical-align: top;
  padding-right: 40px;
  padding-top: 20px;
}

.col_2rows .boxa:nth-child(even) {
  padding-right: 0;
}

.col_2rows .boxa img {
  max-width: initial;
}

.col_2rows .boxa p:first-child {
  margin-top: 0;
}

.col_2rows .boxa.tpye_b {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .col_2rows {
    display: block;
    width: auto;
  }

  .col_2rows .boxa {
    display: block;
    padding-right: 0;
  }

  .col_2rows .boxa:nth-child(even) {
    padding-right: 0;
  }

  .col_2rows .boxa img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sans_serif {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font20 {
  font-size: 20px;
}

.text_none {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.text_highlight {
  padding-bottom: 3px;
  font-weight: bold;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f5bfbf), color-stop(20%, transparent));
  background: -webkit-linear-gradient(bottom, #f5bfbf 40%, transparent 20%);
  background: -o-linear-gradient(bottom, #f5bfbf 40%, transparent 20%);
  background: linear-gradient(to top, #f5bfbf 40%, transparent 20%);
}

.text_right {
  text-align: right !important;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.font_bold {
  font-weight: bold;
}

.color_red {
  color: #c5161c;
}

.arrow_r::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

.arrow_l::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.2em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  vertical-align: middle;
}

.arrow_up::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
}

.arrow_dn::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.5em;
  margin-right: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
}

.btn_link {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  background: #c5161c;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}

.btn_link:hover {
  background: #281912;
  color: #fff;
}

.btn_link.type_b {
  display: inline-block;
  min-width: 50%;
}

@media screen and (max-width: 767px) {
  .btn_link {
    font-size: 20px;
    font-size: 2rem;
  }
}
.btn_center {
  width: 100%;
  max-width: 412px;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .btn_center {
    margin: 60px auto 0;
  }
}
.btn_2col {
  margin: 80px auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_2col li {
  width: 100%;
  max-width: 412px;
}

.btn_2col li + li {
  margin-left: 44px;
}

@media screen and (max-width: 767px) {
  .btn_2col {
    display: block;
    margin: 60px auto 0;
  }

  .btn_2col li {
    margin: 0 auto;
  }

  .btn_2col li + li {
    margin: 30px auto 0;
  }
}
.btn_gotop {
  position: fixed;
  right: 0;
  bottom: 20px;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .btn_gotop {
    bottom: 60px;
    width: 47px;
    height: 47px;
  }
}
.float_right {
  float: right;
}

.float_left {
  float: left;
}

.img_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.img_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.clear_both {
  clear: both;
}

.border_none {
  border: none;
}

.cl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cl {
  display: inline-block;
  zoom: normal;
}

* html .cl {
  height: 1%;
}

.cl {
  display: block;
}

.list_a {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.5;
}

.list_a li {
  position: relative;
  padding-left: 1em;
}

.list_a li::before {
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #8c7844;
}

.list_a li + li {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .list_a {
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.4;
  }
}
.list_b {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.5;
  counter-reset: number;
}

.list_b li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.list_b li::before {
  margin-right: 0.5em;
  counter-increment: number;
  content: counter(number) ".";
  color: #8c7844;
  font-weight: bold;
  font-size: 1.176em;
}

.list_b li + li {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .list_b {
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.4;
  }
}
.list_hr dt {
  clear: left;
  float: left;
  margin-right: 1em;
  font-weight: bold;
}

.list_hr dd {
  overflow: hidden;
}

.list_hr li {
  display: inline-block;
  margin-right: 2em;
}

@media screen and (max-width: 767px) {
  .list_hr li {
    display: block;
  }
}
.list_indent {
  padding-left: 0;
}

.list_indent li {
  margin-left: 1em;
  text-indent: -1em;
}

.list_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.w640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.w10p {
  width: 10%;
}

.w20p {
  width: 20%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.display_pc {
  display: block;
}

.display_smp {
  display: none;
}

img.display_pc {
  display: inline-block;
}

img.display_smp {
  display: none;
}

@media screen and (max-width: 767px) {
  .display_pc {
    display: none;
  }

  .display_smp {
    display: block;
  }

  img.display_pc {
    display: none;
  }

  img.display_smp {
    display: inline-block;
  }
}
.input_middle {
  width: 60%;
}

.input_large {
  width: 98%;
}

#formarea .ttl_b {
  margin-top: 1em;
}

#formarea dd {
  margin-left: 0;
}

#formarea table {
  width: 100%;
}

#formarea .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#formarea .birthday input[type="text"] {
  width: 100px;
}

#formarea .birthday select {
  width: 100px;
}

#formarea .birthday span {
  padding: 0 0.5em;
}

#formarea .notes {
  font-size: 0.85em;
}

.align-center {
  text-align: center;
}

#submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  min-width: 240px;
  margin: 50px auto 0;
  padding: 10px;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  background: #c5161c;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
}

#submit:hover {
  background: #281912;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #submit {
    font-size: 20px;
    font-size: 2rem;
  }
}
.required {
  color: #c5161c;
}

.note_a {
  margin: 1em 0;
  padding: 0;
  font-size: 0.85em;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

@media screen and (max-width: 767px) {
  .mt120 {
    margin-top: 60px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr60 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb60 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml60 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.bg_base {
  background: url("../img/base/bg_paper01.jpg");
}

.bg_beige {
  background: url("../img/base/bg_paper02.jpg");
}

.bg_white {
  background: url("../img/base/bg_paper05.jpg");
}

.bg_blue {
  background: url("../img/base/bg_paper06.jpg");
}

.bg_red {
  background: url("../img/base/bg_paper07.jpg");
}

.back_link {
  margin-top: 80px;
  text-align: right;
}

.back_link a::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

a[target="_blank"]:not(.no-icon)::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url("../img/base/ico_blank.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.icon_sepa::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.2em;
  margin-left: 0.5em;
  background: url("../img/base/ico_blank.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.lead_a {
  max-width: 780px;
  margin: 60px auto;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

.lead_a p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .lead_a {
    margin: 30px auto;
  }
}
.lead_b {
  max-width: 780px;
  margin: 80px auto 60px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .lead_b {
    margin: 60px auto;
  }
}
.fig_center {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.fig_center figcaption {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.5;
}

.fig_center img + img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .fig_center img {
    max-width: 400px;
    width: 100%;
  }
}
.fig_2cols {
  margin-bottom: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fig_2cols > * {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.fig_2cols figure {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .fig_2cols figure {
    text-align: center;
  }
}
.fig_2cols figcaption {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .fig_2cols {
    display: block;
  }

  .fig_2cols.sp_2cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fig_2cols img {
    max-width: 400px;
    width: 100%;
  }
}
.fig_3cols {
  margin-bottom: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .fig_3cols {
    display: block;
  }
}
.fig_3cols > * {
  -ms-flex-preferred-size: 30.5%;
  flex-basis: 30.5%;
}

.fig_3cols figure {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .fig_3cols figure {
    text-align: center;
  }
}
.fig_3cols figcaption {
  margin-top: 10px;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .fig_3cols img {
    max-width: 400px;
    width: 100%;
  }
}
.media_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.media_a .ph {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4.245%;
}

.media_a .ph:first-child {
  margin-top: 0;
}

.media_a .body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.media_a .body *:first-child {
  margin-top: 0;
}

.media_a .body p {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

.media_a .ttl {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

.media_a .txt {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .media_a {
    display: block;
  }

  .media_a .ph {
    width: auto;
    margin: 0 0 15px;
    text-align: center;
  }

  .media_a .ttl {
    margin-top: 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .media_a .txt {
    margin-top: 8px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.mediabox_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
  padding: 50px;
  border: 2px solid #c2b695;
  border-radius: 6px;
  background: url("../img/base/bg_paper02.jpg");
}

.mediabox_a .body *:first-child {
  margin-top: 0;
}

.mediabox_a .ph {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 276px;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .mediabox_a {
    display: block;
    padding: 35px 15px 50px;
  }

  .mediabox_a .ph {
    width: auto;
    margin-top: 30px;
    text-align: center;
  }
}
.frame_a {
  margin-top: 40px;
  padding: 30px;
  border: 2px solid #c2b695;
  border-radius: 6px;
  background: url("../img/base/bg_paper02.jpg");
}

.frame_a *:first-child {
  margin-top: 0;
}

.frame_a *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .frame_a {
    margin-top: 30px;
    padding: 20px 15px;
  }
}
.frame_b {
  margin-top: 40px;
  padding: 15px;
  border: 2px solid #c2b695;
  border-radius: 6px;
  background: url("../img/base/bg_paper02.jpg");
}

.frame_b *:first-child {
  margin-top: 0;
}

.frame_b *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .frame_b {
    margin-top: 30px;
    padding: 15px;
  }
}
.frame_c {
  margin-top: 40px;
  padding: 15px;
  border: 1px solid #c2b695;
}

.frame_c *:first-child {
  margin-top: 0;
}

.frame_c *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .frame_c {
    margin-top: 30px;
    padding: 15px;
  }
}
.frame_d {
  margin-top: 60px;
  padding: 20px 44px 60px;
  border: 1px solid #c2b695;
  border-radius: 6px;
  background: #edf1f1;
}

@media screen and (max-width: 767px) {
  .frame_d {
    margin-top: 30px;
    padding: 15px 20px 30px;
  }
}
.frame_e {
  background: #fff;
  padding: 20px 40px;
}

.gmap {
  position: relative;
}

.gmap::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-image {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gallery-image.slick-initialized {
  opacity: 1;
}

.gallery-thumb {
  overflow: hidden;
  -webkit-animation: fadeIn 0.5s 1 forwards;
  animation: fadeIn 0.5s 1 forwards;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.gallery-thumb .thumb {
  float: left;
  width: 9%;
  margin-right: 1.1%;
  margin-top: 10px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.gallery-thumb .thumb:nth-child(10n) {
  margin-right: 0;
}

.gallery-thumb .thumb.is-current {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .gallery-thumb .thumb {
    width: 15%;
    margin-right: 2%;
    margin-top: 2%;
  }

  .gallery-thumb .thumb:nth-child(6n) {
    margin-right: 0;
  }

  .gallery-thumb .thumb:nth-child(10n) {
    margin-right: 2%;
  }

  .gallery-thumb .thumb img {
    max-width: none;
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
.shop_btn {
  position: fixed;
  right: 0;
  top: 250px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.shop_btn .btn {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 190px;
  padding-top: 20px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background: #c5161c;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
}

.shop_btn .btn:hover {
  background: #281912;
}

.shop_btn .btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.shop_btn .btn._mypage::before {
  background-image: url("../img/base/ico_mypage_wh.png");
}

.shop_btn .btn._cart::before {
  background-image: url("../img/base/ico_cart_wh.png");
}

.shop_btn .btn + .btn {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .shop_btn {
    display: none;
  }
}
.banner {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .banner img {
    width: 170px;
  }
}
.newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 876px;
  margin: 37px auto 0;
}

.newsbox_ttl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  margin: 0;
  padding: 20px;
  border-radius: 3px 0 0 3px;
  background: #c5161c;
  color: #fff;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.newsbox_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 2px solid #c5161c;
  border-radius: 0 3px 3px 0;
  padding: 20px;
  margin: 0;
}

.newsbox_body dt {
  clear: left;
  float: left;
  margin-right: 1em;
  color: #8c7844;
  font-weight: bold;
}

.newsbox_body dt:not(:first-of-type) {
  margin-top: 10px;
}

.newsbox_body dd {
  overflow: hidden;
  margin: 0;
}

.newsbox_body dd:not(:first-of-type) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .newsbox {
    display: block;
  }

  .newsbox_ttl {
    display: block;
    width: auto;
    padding: 5px 15px 3px;
    border-radius: 3px 3px 0 0;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .newsbox_body {
    border-radius: 0 0 3px 3px;
    padding: 10px 15px;
  }

  .newsbox_body dt {
    float: none;
  }
}
.step_menu li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .step_menu li {
    text-align: left;
  }
}
.scene_menu .ph {
  overflow: hidden;
  position: relative;
  border: 1px solid #c2b695;
  background: url("../img/base/bg_paper02.jpg");
}

.scene_menu .ph .gift {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .scene_menu .ph .gift {
    width: 40px;
    height: 40px;
  }
}
.scene_menu .ttl {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

.scene_menu .txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .scene_menu .ttl_b {
    margin-bottom: 30px;
  }

  .scene_menu .ttl {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .scene_menu .txt {
    display: none;
  }

  .scene_menu a.rakkan {
    display: block;
    width: 48%;
  }
}
.basic_menu {
  margin: 0 auto;
}

.basic_menu li {
  text-align: center;
}

.basic_menu a {
  color: inherit;
}

.basic_menu a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .basic_menu li {
    text-align: left;
  }
}
.only_screen {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.skipLink {
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.skipLink:active,
.skipLink:focus {
  position: static;
  opacity: 1;
  overflow: visible;
  height: auto;
  font-size: inherit;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir='rtl'] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir='rtl'] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 590px;
  background: url("../img/top/bg_kv.jpg") #a3a099;
}

.hero_ttl {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  width: 1600px;
}

.hero_ttl img {
  width: auto;
  max-width: none;
  height: 590px;
}

@media screen and (max-width: 1062px) {
  .hero_ttl {
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    transform: translateX(-55%);
  }
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }

  .hero_ttl {
    position: static;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: auto;
  }

  .hero_ttl img {
    width: 100%;
    height: auto;
  }
}
#about .logo {
  width: 220px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #about .logo {
    width: 170px;
  }
}
#step .flow {
  text-align: center;
}

#step .step_menu > section {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #step .step_menu > section {
    margin-top: 50px;
  }
}
#basic {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../img/top/bg_basic.jpg") center center/cover #281912;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #basic {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#aboutus {
  padding-bottom: 0;
}

#aboutus .btn_center {
  margin-top: 0;
}

.ttl_meiinso {
  margin-top: 100px;
  margin-bottom: 80px;
  color: #c5161c;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.ttl_meiinso b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #c5161c;
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  font-size: 4rem;
}

.ttl_set {
  margin-left: -45px;
  padding-left: 35px;
  border-left: 10px solid #c5161c;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .ttl_set {
    margin-left: -20px;
    padding-left: 10px;
  }
}
.ttl_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.ttl_step .step {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-right: 1em;
  border-radius: 50%;
  background: #c5161c;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.ttl_step .step_num {
  padding-left: 0.1em;
  font-size: 1.63em;
}

@media screen and (max-width: 767px) {
  .ttl_step {
    font-size: 20px;
    font-size: 2rem;
  }

  .ttl_step .step {
    width: 60px;
    height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.meiinso_logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.meiinso_serif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.meiinso_serif span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 1.5em;
  color: #8c7844;
  font-weight: bold;
}

.meiinso.w640 {
  margin-top: 80px;
  text-align: center;
}

.meiinso.w640 p {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.meiinso.w640.type_b {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .meiinso.w640 {
    margin-top: 40px;
  }

  .meiinso.w640 p {
    text-align: left;
  }
}
.num_area {
  position: relative;
  display: inline-block;
}

.num_area .num {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c5161c;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 30px;
  text-align: center;
}

.goods_idx .fs-c-subgroup,
.goods_idx .fs-c-productList {
  display: none;
}

#goods_list .fs-c-productName__copy {
  display: none;
}

#goods_list .fs-c-productListItem__productDescription {
  font-size: 16px;
  line-height: 1.6;
}

#goods {
  margin-top: 50px;
  margin-bottom: 50px;
}

.goods_detail_wrap::after {
  content: "";
  display: block;
  clear: both;
}

.goods_detail_ttl .btn-link-cart {
  display: none;
  margin: 10px 0 20px;
}
.goods_detail_ttl .btn-link-cart a {
  display: block;
  padding: 11px;
  background-color: #c5161c;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

.goods_detail_ttl {
  width: 48%;
  float: right;
  margin-bottom: 30px;
}

.goods_detail_ttl .fs-c-productNameHeading__copy {
  margin-bottom: 0.3em;
  font-size: 0.7em;
  font-weight: normal;
}

.goods_detail_ttl .fs-c-productNameHeading__copy {
  margin-bottom: 0.3em;
  font-size: 0.7em;
  font-weight: normal;
}

.goods_detail_img {
  width: 48%;
  float: left;
}

.goods_detail_desc {
  width: 48%;
  float: left;
  clear: left;
}

#goods_detail_link {
  display: block;
  clear: right;
}

.goods_detail_desc .fs-p-productDescription h2 {
  font-size: 1.1em;
  margin-top: 1.7em;
  margin-bottom: 0;
  padding-left: 0.8em;
  border-left: 5px solid #c5161c;
}

.goods_detail_desc .fs-p-productDescription h2 + p {
  margin-top: 10px;
}

.goods_detail_desc .fs-p-productDescription p {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

.goods_detail_desc .sub-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}
.goods_detail_desc .sub-slider .slick-next {
  right: 20px;
}
.goods_detail_desc .sub-slider .slick-prev {
  left: 10px;
}
.goods_detail_desc .sub-slider .slick-next, .goods_detail_desc .sub-slider .slick-prev {
  z-index: 100;
}
.goods_detail_desc .sub-slider .slick-next:before, .goods_detail_desc .sub-slider .slick-prev:before {
  font-size: 35px;
  line-height: 1;
}

.goods_detail_desc_ttl {
  font-size: 1.1em;
  margin-top: 1.7em;
  margin-bottom: 0;
  padding-left: 0.8em;
  border-left: 5px solid #c5161c;
}

.goods_detail_desc_ttl + p {
  margin-top: 10px;
}

.goods_detail_note {
  width: 48%;
  margin-left: auto;
  clear: right;
}

.goods_detail_note h2 {
  font-size: 1em;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0.8em;
  border-left: 5px solid #c5161c;
}

.goods_detail_note h2 + .frame_b {
  margin-top: 20px;
}

.goods_detail_select {
  width: 48%;
  margin-left: auto;
}

.goods_detail_cart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
  margin-left: auto;
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 10px;
  border-top: 1px solid #c2b695;
}

.goods_detail_cart .fs-c-productActionButton.fs-c-buttonContainer {
  padding: 0;
}

.goods_detail_cart .fs-c-productQuantityAndWishlist__wishlist {
  position: absolute;
  right: 0;
  top: 10px;
}

.goods_detail_oplink {
  width: 48%;
  margin-left: auto;
  text-align: right;
}

.goods_detail_oplink .fs-c-inquiryAboutProduct {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .goods_detail_ttl,
  .goods_detail_desc,
  .goods_detail_note,
  .goods_detail_select,
  .goods_detail_cart,
  .goods_detail_oplink {
    width: auto;
    float: none;
    display: block;
  }

  .goods_detail_ttl .btn-link-cart {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    font-size: 12px;
  }

  .goods_detail_img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    order: -6;
  }

  .goods_detail_wrap {
    display: flex;
    flex-direction: column;
  }

  .goods_detail_ttl {
    margin-bottom: 0;
    order: -5;
  }

  .goods_detail_oplink {
    margin-bottom: 40px;
  }

  #goods {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .fs-c-productCarouselMainImage .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }

  .goods_detail_ttl, .goods_detail_desc, .goods_detail_note, .goods_detail_select, .goods_detail_cart, .goods_detail_oplink {
    width: 100%;
  }

  .goods_detail_note h2 {
    margin-top: 60px;
    padding: 15px;
    background: #333;
    color: #fff;
    text-align: center;
  }
}
.fs-c-button--loginAndPurchase.fs-c-button--primary {
  background-color: #8c7844;
}

.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary {
  background-color: #c5161c;
  border-color: #c5161c;
}

.table_b.gift thead th {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}

.table_b.gift thead .desc {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.table_b.gift tbody th {
  font-size: 16px;
  font-size: 1.6rem;
}

.table_b.gift tbody td {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.38;
}

.table_b.gift tbody td img {
  margin-bottom: 15px;
}

#example .frame_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#example .frame_a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #example h4,
  #example p {
    text-align: left;
  }

  #example figcaption {
    text-align: center;
  }
}
.scene_voice {
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .scene_voice .ph {
    width: 50%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.table_a.happoi {
  table-layout: auto;
}

.table_a.happoi tbody th {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .table_a.happoi tbody th {
    width: 40%;
  }
}
.table_a.kakusu {
  table-layout: auto;
}

.table_a.kakusu thead th {
  text-align: center;
}

.table_a.kakusu tbody th {
  width: 15%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .table_a.kakusu tbody th {
    width: 30%;
  }
}
.table_b.typeface {
  table-layout: fixed;
}

.col_between.staff {
  margin: 0;
}

.col_between.staff .boxa {
  margin: 0;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col_between.staff .name {
  margin-top: 10px;
  text-align: center;
}

.col_between.staff .ph {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.col_between.staff .ttl {
  margin: 0;
}

.col_between.staff .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

.real_shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.real_shop img {
  max-width: none;
  width: 100%;
  height: auto;
}

.real_shop > div:nth-child(1) {
  width: 100%;
  height: auto;
}

.real_shop > div:nth-child(2),
.real_shop > div:nth-child(3) {
  width: 49%;
  margin-top: 2%;
}

.fs-body-category-faq .fs-c-listControl {
  display: none;
}

.fs-body-category-faq .fs-c-subgroupList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fs-body-category-faq .fs-c-subgroupList__item {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 30.5%;
  flex-basis: 30.5%;
}

@media screen and (max-width: 767px) {
  .fs-body-category-faq .fs-c-subgroupList__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
.fs-body-category-faq .fs-c-subgroupList__link {
  display: block;
  border: 0;
  background: none;
}

.fs-body-category-faq .fs-c-subgroupList__link::after {
  display: none;
}

.fs-body-category-faq .fs-c-subgroupList__label {
  display: block;
  margin-top: 50px;
  padding: 15px;
  border: 1px solid #c2b695;
  background: url("../img/base/bg_paper02.jpg");
  color: #c5161c;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: underline;
  font-size: 17px;
  font-size: 1.7rem;
}

.fs-body-category-faq .fs-c-subgroupList__label:hover {
  text-decoration: none;
}

.fs-body-category-faq .fs-c-subgroupList__label::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 2px solid #c5161c;
  border-right: 2px solid #c5161c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .fs-body-category-faq .fs-c-subgroupList__label {
    margin-top: 30px;
  }
}
.fs-body-category-faq .fs-c-subgroupList__comment {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .fs-body-category-faq .fs-c-subgroupList__comment {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.fs-body-category-news .fs-c-subgroupList {
  display: block;
  border-bottom: 1px solid #c2b695;
}

.fs-body-category-news .fs-c-subgroupList__item {
  border-top: 1px solid #c2b695;
}

.fs-body-category-news .fs-c-subgroupList__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  border: 0;
  background: none;
}

.fs-body-category-news .fs-c-subgroupList__link::after {
  display: none;
}

.fs-body-category-news .fs-c-subgroupList__link:hover .fs-c-subgroupList__label {
  text-decoration: none;
}

.fs-body-category-news .fs-c-subgroupList__comment {
  -ms-flex-preferred-size: 6em;
  flex-basis: 6em;
  font-size: inherit;
}

.fs-body-category-news .fs-c-subgroupList__label {
  color: #c5161c;
  text-decoration: underline;
}

.fs-body-category-consultation .fs-c-subgroup,
.fs-body-category-media .fs-c-subgroup,
.fs-body-category-repair .fs-c-subgroup,
.fs-body-category-wish .fs-c-subgroup {
  display: none;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.ta_c {
  text-align: center !important;
}

.clip-circle {
  overflow: hidden;
  border-radius: 50%;
}

.gmap {
  position: relative;
}

.gmap::before {
  content: "";
  display: block;
  padding-top: 50%;
}

@media screen and (max-width: 767px) {
  .gmap::before {
    padding-top: 75%;
  }
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.line_a {
  border: 1px solid #c2b695;
}

.visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

#fs_ShoppingCart #gnav, #fs_ShoppingCart .fs-c-breadcrumb, #fs_ShoppingCart .shop_btn, #fs_ShoppingCart .footer_sitemap, #fs_ShoppingCart .footer_func .container, #fs_ShoppingCart #ganv_sp, #fs_ShoppingCart .h_fixed_menu, #fs_ShoppingCartLogin #gnav, #fs_ShoppingCartLogin .fs-c-breadcrumb, #fs_ShoppingCartLogin .shop_btn, #fs_ShoppingCartLogin .footer_sitemap, #fs_ShoppingCartLogin .footer_func .container, #fs_ShoppingCartLogin #ganv_sp, #fs_ShoppingCartLogin .h_fixed_menu, #fs_CustomerDetails #gnav, #fs_CustomerDetails .fs-c-breadcrumb, #fs_CustomerDetails .shop_btn, #fs_CustomerDetails .footer_sitemap, #fs_CustomerDetails .footer_func .container, #fs_CustomerDetails #ganv_sp, #fs_CustomerDetails .h_fixed_menu, #fs_Checkout #gnav, #fs_Checkout .fs-c-breadcrumb, #fs_Checkout .shop_btn, #fs_Checkout .footer_sitemap, #fs_Checkout .footer_func .container, #fs_Checkout #ganv_sp, #fs_Checkout .h_fixed_menu, #fs_CheckoutWithAmazon #gnav, #fs_CheckoutWithAmazon .fs-c-breadcrumb, #fs_CheckoutWithAmazon .shop_btn, #fs_CheckoutWithAmazon .footer_sitemap, #fs_CheckoutWithAmazon .footer_func .container, #fs_CheckoutWithAmazon #ganv_sp, #fs_CheckoutWithAmazon .h_fixed_menu {
  display: none !important;
}

.js-modal-video {
  position: relative;
}
.js-modal-video:hover {
  cursor: pointer;
}
.js-modal-video:hover:before, .js-modal-video:hover:after {
  opacity: .7;
}
.js-modal-video:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 80px;
  height: 50px;
  background-color: #d00000;
  border-radius: 10px;
}
.js-modal-video:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-left: 15px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

.fs-c-buttonContainer--loginAndPurchase {
  flex-wrap: wrap;
  flex-direction: column;
}

.fs-c-buttonContainer--loginAndPurchase:before {
  display: block;
  content: "会員の方はこちら";
  font-size: 13px;
}

.fs-c-buttonContainer--unregisteredUserPurchase {
  flex-wrap: wrap;
  flex-direction: column;
}

.fs-c-buttonContainer--unregisteredUserPurchase:before {
  display: block;
  content: "会員登録せずに購入したい方はこちら";
  font-size: 13px;
  letter-spacing: 0;
  white-space: nowrap;
}

.fs-c-payWithAmazon {
  flex-wrap: wrap;
  flex-direction: column;
}

.fs-c-payWithAmazon:before {
  display: block;
  content: "Amazon.co.jpにご登録の住所・お支払い方法を利用してご注文いただけます。ご利用になるにはAmazon.co.jpアカウントが必要です。";
  padding: 0 5px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .fs-c-button--loginAndPurchase.fs-c-button--primary,
  .fs-c-button--unregisteredUserPurchase.fs-c-button--secondary {
    width: 100%;
    max-width: 300px;
    padding: .8em 1.6em;
    font-size: 20px;
    font-weight: bold;
  }

  .fs-c-buttonContainer--loginAndPurchase:before {
    font-size: 16px;
  }

  .fs-c-buttonContainer--unregisteredUserPurchase:before {
    font-size: 16px;
  }

  .fs-c-payWithAmazon:before {
    font-size: 15px;
  }

  .fs-c-payWithAmazon__button {
    margin: 0 auto;
  }

  #fs_ShoppingCart.fs-body-cart .contents {
    margin-top: 20px;
  }

  #fs-checkout-amazon-container {
    margin-bottom: 60px;
  }
  #fs-checkout-amazon-container .amazonpay-button-view1 {
    height: 40px !important;
  }
}

#category-foot-links .thum_4rows .ttl{
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #category-foot-links .thum_4rows {
      justify-content: flex-start;
      gap: 0 3.5%;
  }
  #category-foot-links .thum_4rows > li {
      width: 31%;
  }
  #category-foot-links .thum_4rows .ttl{
    font-size: 1.3rem;
  }
}