
@charset "UTF-8";
/* CSS Document */

/*common*/
article {
  line-height: 1.2;
}

section {
  padding: 3em 0;
}

h2 {
  font-size: 2.3em;
  line-height: 1.4;
  margin-bottom: 1em;
}

h2 span {
  font-size: 60%;
  display: block;
}

.row900 {
  width: 100%;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: unset;
}

.row1-2 li {
  width: 100%;
}

.row3-4>li {
  display: unset;
  width: calc(100% / 3);
}

.row3-5>li {
  display: unset;
  width: calc(100% / 3 - 0.4em);
}

.btn-after {
  display: flex;
  position: relative;
  letter-spacing: 0.2em;
  left: -3px;
  width: calc(100% - 6px);
  border: solid 1px black;
  background-color: white;
  box-shadow: 6px 6px;
  padding: 1em;
  justify-content: center;
  font-weight: normal;
  font-size: 1.2em;
  align-items: center;
  margin: 0 auto;
}

.btn-after::after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  right: 1em;
}

#anchor-menu {
  background-color: #eca5c3;
}

#anchor-menu li {
  background-color: unset;
  border: none;
  border-left: solid 1px white;
  height: auto;
  padding-bottom: .5em;
}

#anchor-menu li a::before,
#anchor-menu li a::after {
  content: "";
  background: url(/img/common-icon-arrDwn.png) top center no-repeat;
  width: 100%;
  height: 0.5em;
  background-size: contain;
  display: block;
}

#anchor-menu li a::before {
  content: none;
}

#anchor-menu li a {
  color: white;
  position: relative;
}

#anchor-menu li:first-child {
  border-left: none;
}

section.page_disc {
  padding: 2em 0 1em;
}

section.page_disc .d3 {
  padding: 0 .7em;
}

#s753.top aside#inquiry,
#s753.campaign aside#inquiry,
#s753.point aside#inquiry,
#s753.set2019 aside#inquiry,
#s753.rental aside#inquiry {
  display: none;
  visibility: hidden;
}

/*753top*/
#gallery {
  background-color: #faf3f6;
  margin-top: 3em;
  padding: 3em 1em;
}

#gallery .flex-b {
  margin-bottom: 2em;
}

section.page_disc #gallery a {
  font-size: 1em;
}

/*7つのこだわり*/
section#point {
  background-color: #f8e1eb;
  padding: 4em .7em 3em;
}

#point>ul li {
  background-color: white;
  padding: 0;
  margin-bottom: 0.7em;
}

#point>ul li img,
#point>ul li span {
  float: left;
  width: 150px;
  object-fit: cover;
}

#point>ul li span {
  width: calc(100% - 150px);
  display: inline-flex;
  height: 100%;
  float: right;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  line-height: 1.4;
}

#point>ul li {
  display: block;
  cursor: pointer;
}

/*お役立ちトピックス*/
section.topics {
  background-color: white;
  padding: 3em .7em;
}

section.topics img {
  margin: 2em 0;
}

/*料金・商品*/
#price,
#products,
section#costumes {
  margin-top: 2em;
  margin-bottom: 0;
  padding: 2em .7em 3em;
  background-color: white;
}

.top section#costumes p:first-of-type,
#products p:first-of-type,
section#rental p:first-of-type {
  font-size: 1.5em;
  line-height: 1.6;
}

#price {
  padding-bottom: 1em;
  width: calc(100% - 1.5em);
}

.price01 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.9em;
}

.price02 {
  font-size: 1.9em;
}

.price03 {
  font-size: 1.3em;
  font-weight: bold;
}

.price04 {
  border-top: solid 8px black;
  width: 40%;
  max-width: 100px;
  margin: 2em auto;
}

#price .row3-4 figure {
  padding: 0.3em;
  margin-bottom: 1em;
}

#price h3 {
  margin: 0;
  width: 100%;
}

.accordion-btn,
.accordionSp-btn {
  background-color: #f6f6f6;
  line-height: 2em;
  padding: 1em 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
}

.accordion-inner>div,
.accordionSp-inner>div {
  background-color: #f6f6f6;
  margin-bottom: 0.5em;
  display: flex;
  flex-wrap: wrap;
  padding: 1em 2em;
  line-height: 1.7;
}

.accordion-inner>div h4 {
  flex-basis: 50%;
  text-align: left;
}

.accordion-inner>div p {
  flex-basis: 50%;
  text-align: right;
}

.accordion-inner>div p:nth-of-type(n + 2) {
  flex-basis: 100%;
  font-size: .87em;
  text-align: left;
  margin-top: .3em;
  font-weight: bold;
}

.accordion-inner>div.price07>div {
  flex-basis: 100%;
}

.accordion-inner>div.price07>div p {
  text-align: left;
  width: 60%;
  float: left;
  font-size: 1.012em;
}

.accordion-inner>div.price07>div p:nth-of-type(2) {
  width: 40%;
  float: right;
  text-align: right;
  margin: 0;
}

.accordion-inner>div.price07>div p:nth-of-type(3) {
  width: 100%;
}

.accordion-inner>div.price07>div:nth-of-type(n + 2) {
  border-top: solid 1px black;
}

.accordion-inner>div.price07>div:last-of-type {
  border-bottom: solid 1px black;
}

.accordion-inner>div.price08 h4 {
  flex-basis: 100%;
}

.accordion-inner>div.price08 h4 span {
  font-size: 90%;
}

.accordion-inner>div.price08 p:first-child {
  width: 60%;
  float: left;
  text-align: left;
}

.accordion-inner>div.price08 div {
  flex-basis: 100%;
}

.accordion-inner>div.price08 p:nth-child(2) {
  width: 40%;
  float: right;
  text-align: right;
  margin: 0;
  font-size: 1em;
}

.accordion-inner>div.price08 p {
  border-bottom: solid 1px black;
}

.accordion-inner>div.price08 div:last-child p {
  border: none;
}

.price05 a,
.price06 {
  width: 100%;
  display: block;
  margin: 1em auto 3em;
  background-color: #f6f6f6;
  padding: 1em 0;
  letter-spacing: .1em;
  line-height: 1.4;
}

.price05 a::after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  right: 1em;
}

.price05 a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.price06 a {
  border-bottom: solid 1px black;
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
}

.price06 {
  margin-bottom: 0;
}

/*セット商品*/
#products {
  padding-bottom: 3em;
  width: calc(100% - 1.5em);
}

#products img,
section#rental img {
  margin: 2em auto;
}

/*お参り着物レンタル*/
section#rental {
  margin: 0 auto;
  padding: 3em .7em;
}

/*CVボックス*/
section#inquiry {
  background-color: #f8e1eb;
  padding: 3em 1em;
}

section#inquiry .btn_yoyaku .btn-after {
  flex-flow: row wrap;
  margin-bottom: 2em;
  font-weight: normal;
  font-size: 1.3em;
  padding: .5em 0;
  color: white;
  background-color: #ee5683;
  border: solid 1px #ee5683;
  box-shadow: 6px 6px white, 6px 6px 0 1px #ee5683;
}

section#inquiry .btn_yoyaku .btn-after span {
  display: block;
  font-size: 0.9em;
  flex-basis: 100%;
}

section#inquiry .btn_yoyaku a {
  font-size: 1.2em;
  line-height: 2;
  border-bottom: solid 1px;
}

section#inquiry .btn_yoyaku li:nth-of-type(n+2) a::before {
  content: "";
  font-family: 'FontAwesome';
  content: "\f0da";
  margin-right: .2em;
}

section#inquiry h2 {
  margin: 1.5em auto 1em;
  font-size: 2em;
}

section#inquiry>p:last-of-type.round {
  font-size: 1.4rem;
  padding: 1.5em 0;
  margin: 0 auto;
  border: solid 3px;
  border-radius: 100px;
  position: relative;
  left: 0px;
  font-weight: bold;
  width: 4.6em;
}

section#inquiry .blk-catalogue img {
  margin: 2em auto;
}

section#inquiry .blk-catalogue p {
  font-size: 1.1em;
  line-height: 1.7;
}

section#inquiry .blk-catalogue .btn-after {
  margin: 2em auto 3em;
}

section#inquiry #btn_inquiry img {
  margin: .5em auto;
}

.accordion,
.accordionSp {
  display: block;
  position: relative;
}

.accordion .accordion-inner {
  display: none;
}

.accordion.active .accordion-inner {
  /* display: block; */
}

.accordion .accordion-btn::after,
.accordionSp .accordionSp-btn::after {
  font-family: 'FontAwesome';
  content: "\f054";
  position: absolute;
  right: 1em;
  transform: rotate(90deg);
  transition: all 300ms 0s ease;
}

.accordion .accordion-btn.active::after {
  transform: rotate(270deg);
}

.accordion::after,
.accSp::after,
.active.accordion::after,
.active.accSp::after {
  content: none;
}

/*i5*/
@media screen and (max-width: 374px) {}

/*i6p*/
@media screen and (min-width: 414px) {}

/*ipadP*/
@media screen and (min-width: 768px) {}

/*ipadL,laptop*/
@media screen and (min-width: 1024px) {
  #s753 .row3-5 li.for_pc {
    display: block;
  }

  #s753 .btn-after {
    margin-top: 3em;
    padding: 1em 0;
  }

  .row1-2 li {
    width: calc(100% / 2 - .7em);
  }

  .row3-5>li {
    display: unset;
    width: calc(100% / 5 - 0.4em);
  }

  .row3-4>li {
    width: calc(100% / 4);
  }

  #anchor-menu>ul {
    border-left: solid 1px white;
    border-right: solid 1px white;
    width: 100%;
    max-width: 700px;
    margin: auto;
    font-weight: normal;
  }

  #anchor-menu li {
    padding: 0;
  }

  #anchor-menu li a::after {
    content: none;
  }

  #anchor-menu li a::before {
    content: "";
    left: -.5em;
    display: inline-block;
    width: .6em;
    position: relative;
  }

  .btn-after {
    max-width: 20em;
    padding: .6em;
  }

  .row1-3 li {
    width: calc((100% - .7em) / 3);
  }

  section {
    padding: 6em 0;
  }

  /*753top*/
  section.page_disc #gallery a {
    font-size: .7em;
  }

  section.page_disc #gallery h2 {
    font-size: 1.5em;
  }

  section#point ul {
    justify-content: space-between;
  }

  section#point ul::after {
    content: none;
  }

  section#point ul li {
    width: calc(100% / 3 - .6em);
  }

  section#point>ul li img,
  #point>ul li span {
    float: none;
    width: 100%;
  }

  section#point>ul li span {
    display: block;
    padding: 1em 0;
  }

  .price01 {
    margin-bottom: 2em;
  }

  .price03 {
    line-height: 1.6;
  }

  #price,
  #products,
  section#costumes {
    padding: 4em 3em;
  }

  #price .row3-4 figure figcaption {
    margin-top: .5em;
    line-height: 1.4;
  }

  .accordion {
    margin-top: 3em;
  }

  section#costumes ul {
    margin: 3em auto;
  }

  section#rental p {
    width: 800px;
    margin: auto;
  }

  section#rental p:nth-of-type(2) {
    margin-top: 1em;
    width: calc(100% - .7em);
    max-width: 1100px;
  }

  section .btn_yoyaku li:first-child {
    flex-basis: 100%;
  }

  section .btn_yoyaku li:nth-of-type(n + 2) {
    font-size: .8em;
    margin-right: 2em;
  }

  section#inquiry h2 {
    display: inline-block;
    margin-top: 4em;
  }

  section#inquiry>p:last-of-type.round {
    display: inline-block;
    margin-left: 2em;
  }

  section#inquiry .blk-catalogue>p {
    flex-basis: 50%;
  }

  section#inquiry .blk-catalogue>div {
    padding-top: 7em;
  }

  section#inquiry #btn_inquiry p {
    width: calc(100% / 2 - 5em);
    display: inline-block;
  }

  #btn_inquiry {
    border-top: solid 1px black;
    padding-top: 3em;
  }

  section#point ul li:nth-of-type(n+4) {
    width: calc(100% / 4 - .6em);
  }

  section#inquiry {
    padding-top: 0;
  }

  section#inquiry .btn_yoyaku .btn-after span {
    font-size: .7em;
  }

  #gallery .row1100::after {
    content: none;
  }
}

/*753/campaign02/index.html*/
.campaign.sub_page.blue section#topCampaign .camTtl {
  background-color: #a5dc65;
  max-width: none;
  padding: 1em 0;
}

.campaign.sub_page.blue section#topCampaign {
  padding-top: 0;
  background-color: #e5f1f7;
}

.campaign.sub_page.blue section#topCampaign .camTtl h2 {
  width: calc(100% - 1em);
  margin: 1em auto 2em;
  max-width: 870px;
}

/*753/campaign/index.html*/
.sub_page #breadcrumb {
  background-color: white;
}

.sub_page #breadcrumb a {
  color: black;
}

section#topCampaign {
  padding: 0;
  background-color: #eca5c3;
}

section#topCampaign #price {
  width: 100%;
}

.campaign.sub_page section.page_disc {
  padding-bottom: 3em;
}

section#topCampaign .camTtl {
  /* background-color: #eca5c3; */
  padding: 2.5em 0 0.1em;
}

section#topCampaign .camTtl p a img {
  opacity: .7;
}

section#topCampaign .camTtl p a.active img {
  opacity: 1;
  pointer-events: none;
}

section#topCampaign ul {
  width: calc(100% - 2em);
  padding-top: 2em;
}

section#topCampaign .camTtl p {
  display: inline-block;
  width: calc(100% / 2 - .7em);
  max-width: 300px;
}

section#topCampaign .camTtl h2 {
  width: calc(100% - 1em);
  margin: 2em auto;
  max-width: 770px;
}

section#topCampaign>ul li {
  margin-bottom: .8em;
}

section#topCampaign h3.price01 {
  font-size: 2.3em;
  line-height: 1.4;
  margin-bottom: 1em;
}

section#topCampaign .row1100::after {
  content: none;
}

.accordion-inner>div.price07>div p.price09 span.linThr {
  text-decoration: line-through;
}

.accordion-inner>div.price07>div p.price09 span:not(.linThr) {
  color: red;
  text-decoration: none;
}

.accordion-inner>div.price07>div p.price09 span:nth-of-type(2)::before {
  content: "▲";
  transform: rotate(90deg);
  display: inline-block;
}

/*シミュレーション*/
section#simulation {
  margin: 0 auto;
  padding: 0 1em;
}

section#simulation h2 {
  font-weight: bold;
  font-size: 2em;
  margin-top: 0;
}

section#simulation p:first-of-type {
  font-size: 1.4em;
  margin: 2em 0 .5em;
  line-height: 1.8em;
  font-weight: bold;
  letter-spacing: 1px;
}

#simulation p:nth-of-type(2)::before,
#simulation p:nth-of-type(2)::after {
  content: none;
}

section#simulation a {
  margin: 2em auto 4em;
}

/*７５３トップへ*/
.toTop {
  background-color: white;
  padding: 5em 1em;
}

.btn-after.bgBlk {
  background-color: black;
  color: white;
  box-shadow: 6px 6px white, 6px 6px 0 1px black;
}

#s753 .btn-after.bgBlk {
  margin: 0 auto;
  max-width: 400px;
}

@media screen and (min-width: 1024px) {
  section#topCampaign ul {
    margin: 0 auto;
  }

  section#topCampaign .camTtl p:first-of-type {
    margin-right: 5em;
  }

  section#topCampaign .camTtl p a.active:hover {
    opacity: 1;
  }
}

/*movieブロック*/
#s753.top .ttl_h1 video {
  width: 100%;
  object-fit: cover;
}

/*7つのこだわり　モーダル*/
.iziModal-content .close {
  position: absolute;
  right: -3em;
  top: -3em;
}

.iziModal-content .close a,
.iziModal-content .close .close-button {
  color: white;
  font-size: 4em;
}

.iziModal-navigate-caption {
  visibility: hidden;
}

.iziModal-navigate-next {
  right: 55%;
}

.iziModal-navigate-prev {
  left: 55%;
}

.modal-inner {
  padding: 1em;
  font-size: 10px;
  line-height: 1.2;
  background-color: #faf3f6;
}

.modal-inner>div>p:first-child {
  font-size: 1.3em;
  text-align: left;
}

.modal-inner>div>h3 {
  margin: 0.3em auto 1em;
  font-weight: bold;
  font-size: 1.8em;
  flex-basis: 100%;
  text-align: left;
}

.rightBlk {
  text-align: center;
  justify-content: center;
  position: relative;
}

.rightBlk p:nth-child(2) a {
  font-weight: bold;
}

.rightBlk p:first-child {
  font-size: 1.1em;
  text-align: left;
  line-height: 1.5;
}

.modal-inner .btn-after {
  margin: 1em auto;
  /* display: block; */
}

.modal-ttl {
  padding-left: 5em;
  position: relative;
}

.modal-ttl::before {
  content: "1";
  position: absolute;
  font-size: 3.3em;
  font-weight: bold;
  font-family: initial;
  top: 0;
  left: 0;
  background-color: white;
  border-radius: 10em;
  padding: 0 0.25em;
}

#modal-inner-point2 .modal-ttl::before {
  content: "2";
}

#modal-inner-point3 .modal-ttl::before {
  content: "3";
}

#modal-inner-point4 .modal-ttl::before {
  content: "4";
}

#modal-inner-point5 .modal-ttl::before {
  content: "5";
}

#modal-inner-point6 .modal-ttl::before {
  content: "6";
}

#modal-inner-point7 .modal-ttl::before {
  content: "7";
}

#modal-inner-point8 .modal-ttl::before {
  content: "8";
}

#modal-inner-point9 .modal-ttl::before {
  content: "9";
}


@media screen and (min-width: 1024px) {
  .pointModal {
    width: 900px;
  }

  .iziModal-content .close {
    right: -5em;
    top: -4em;
  }

  .iziModal-navigate-next {
    right: 50%;
  }

  .iziModal-navigate-prev {
    left: 50%;
  }

  .modal-ttl.counter::before {
    top: 0;
  }

  .modal-inner {
    padding: 2em;
    font-size: 16px;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
  }

  .leftBlk,
  .rightBlk {
    flex-basis: calc(100%/2 - 1em);
  }

  .rightBlk p:nth-child(2) {
    position: absolute;
    bottom: .5em;
    width: 100%;
    line-height: 2;
  }

  .modal-inner .btn-after {
    margin: 0 auto;
  }
}

/*753/point/index.html*/


.point {
  font-size: 14px;
  line-height: 1.7;
}

.point article {
  background-color: white;
}

.point section.page_disc {
  font-size: 14px;
}

.point section.page_disc h1 {
  font-size: 1.3em;
}

.point section#point {
  margin: 1.5em auto;
  width: calc(100% - 2em);
  background-color: white;
  padding: 1em 0;
}

.point section#point .modal-inner {
  counter-increment: point;
}

.point section#point .counter::before {
  content: counter(point);
}

.point section#point .rightBlk>p:first-child {
  line-height: 1.7;
  margin-top: .5em;
}

.point section#point .checkbox {
  line-height: 1.7;
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
  letter-spacing: .1em;
  font-size: 1rem;
}

.point section#point .checkbox::before {
  position: absolute;
  content: "□";
  left: 0.1em;
}

.point section#point .modal-inner {
  margin-bottom: 3em;
  padding: 2em;
}

.point section#point .leftBlk.btm,
.rightBlk.btm,
.point section#point .Blk100.btm {
  background-color: white;
  padding: 2em;
  margin: 5em auto 0;
}

.point section#point .modal-inner .btm .btn-after {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

.point section#point .Blk100.btm .checkbox {
  text-align: left;
  bottom: 0;
  margin-bottom: 0.4em;
}

.point section#point .modal-inner>div.Blk100>p.leftBlk {
  display: inline-block;
}

.point section#point .modal-inner>div.Blk100>p.leftBlk img {
  width: calc(100% / 2 - .25em);
}

.point section#point .modal-inner>div.Blk100>p.leftBlk img:first-child {
  margin-right: .5em;
}

@media screen and (min-width: 1024px) {
  .point {
    font-size: 16px;
  }

  .point article {
    background-color: white;
  }

  .point section.page_disc {
    font-size: 26px;
  }

  .point section#point .modal-inner {
    font-size: 19px;
  }

  .point section#point .modal-ttl.counter {
    width: 100%;
  }

  .point section#point .modal-inner .modal-ttl p:first-child {
    font-size: 1.1em;
  }

  .point section#point .modal-inner .modal-ttl h3 {
    font-size: 1.5em;
  }

  .point section#point .leftBlk.btm,
  .point section#point .rightBlk.btm {
    font-size: 0.8em;
  }

  .point section#point .leftBlk.btm p,
  .point section#point .rightBlk.btm p {
    position: relative;
    font-size: 1em;
    bottom: 0;
  }

  .point section#point .modal-inner .btm .btn-after {
    margin: 1em auto 0;
    max-width: 100%;
    line-height: 1;
  }

  .point section#point .leftBlk.btm,
  .rightBlk.btm {
    margin: 2em 0 0;
    flex-basis: calc(100% / 2 - 2em);
  }

  .point section#point .rightBlk>p:first-child {
    margin: 0;
    font-size: 1em;
  }

  .point section#point .leftBlk.btm p .btn-after,
  .point section#point .rightBlk.btm p .btn-after {
    font-size: 1.2em;
  }

  .point section#point .Blk100.btm {
    display: flex;
    justify-content: space-between;
  }

  .point section#point .Blk100.btm .checkbox {
    font-size: .9em;
  }

  .point section#point .Blk100.nf {
    display: block;
    width: 100%;
    margin-top: 2em;
  }

  .point section#point .Blk100.nf .btn-after {
    max-width: 400px;
    font-size: 1em;
  }

  a.modal-inner {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
}

/*753/set/index*/
main.set2019 article {
  background-color: white;
}

main.set2019 .pink {
  color: #e8447e;
}

main.set2019 section#topCampaign .camTtl {
  padding: 1.5em 0 .5em;
  margin-top: 5em;
}

main.set2019 {
  font-size: 14px;
}

section#set01 {
  padding-top: 0;
  background-color: #f8e1eb;
}

section#set01 h2 {
  font-size: 2em;
  font-weight: bold;
}

#set01-1 h3 {
  text-decoration: underline;
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em auto 1em;
  padding-left: 1em;
}

.str {
  position: relative;
}

.str::before,
.str02::before {
  content: "";
  background: url(/img/753-icon-str01.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 55px;
  position: absolute;
  left: 1em;
  top: -1em;
}

.str.str01::before {
  width: 70px;
  height: 70px;
  top: -1.5em;
  left: 0.5em;
}

li.str {
  margin-left: 3em;
}

li.str::before {
  top: -0.5em;
  left: -4em;
}

li.str05::before {
  top: -1em;
}

.set02-1-01.str {
  padding-left: 7em;
}

.str02::before {
  content: "";
  background: url(/img/753-icon-str02.png) no-repeat;
  background-size: contain;
  left: .5em;
  top: -2.9em;
}

.str03::before {
  content: "";
  background: url(/img/753-icon-str03.png) no-repeat;
  background-size: contain;
  left: .5em;
  top: -2.9em;
}

.set02-1-01.str02::before {
  top: -1em;
}

.set02-1-01.str03::before {
  top: -1em;
}

.str04::before {
  content: "";
  background: url(/img/753-icon-str04.png) no-repeat;
  background-size: contain;
  left: .5em;
  top: -2.9em;
}

.str05::before {
  content: "";
  background: url(/img/753-icon-str05.png) no-repeat;
  background-size: contain;
  left: .5em;
}

.set02-1-01.str::before {
  width: 70px;
  height: 70px;
}

.set02-1-01.str04::before {
  top: -1.5em;
}

.set02-1-01.str05::before {
  top: -1.5em;
}

.set01-1>p:last-child {
  text-align: left;
}

.blkB1,
.blkB2-2,
section#set02 {
  width: calc(100% - 2em);
  margin: auto;
  padding: 0;
}

.blkB1 {
  background-color: white;
  margin-bottom: 1em;
}

.blkB2-2 {
  display: flex;
  justify-content: space-between;
}

.blkB2-2>div {
  flex-basis: calc(100% / 2 - .5em);
  background-color: white;
}

.blkB1 p:last-child {
  text-align: left;
  margin-bottom: 2em;
  padding: 0 1em 1em;
}

section#set01 .blkB2-2>div h3 {
  padding: .5em;
  font-size: 0.9em;
  margin: .5em auto;
  line-height: 1.5;
  font-weight: bold;
  height: 5em;
  display: inline-flex;
  align-items: center;
  width: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: underline;
}

section#set01 .blkB2 {
  margin-top: 1em;
  padding: 1em;
  text-align: left;
}

section#set01 .blkB2 h3 {
  text-decoration: none;
  margin-top: 0;
  padding-top: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

section#set01 #set01-4-1 ol {
  border-bottom: solid 1px black;
}

section#set01 #set01-4>div {
  line-height: 1.5;
  /* padding: 2em; */
  background-color: #faf3f6;
}

section#set01 .blkB2>div>ol li {
  text-decoration: underline;
  margin-bottom: 1em;
}

section#set01>div ol {
  padding: 1em;
  width: 90%;
  margin: auto;
}

.blkA1>div h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin: .2em;
  text-align: left;
}

.blkA1 .set02-1-01 p {
  text-align: left;
  font-size: .8em;
}

.blkA1>div p .pink.large {
  font-size: 160%;
  color: #e8447e;
}

.blkA1 .set02-1-02 {
  /* background-color: #f6f6f6; */
  margin: 1em auto 0;
  text-align: left;
  max-width: 1100px;
}

.blkA1 .set02-1-02-1 {
  text-align: left;
  line-height: 1.6;
}

.set02-1-02-2 {
  padding: 2em 1em;
}

.iconOnline {
  border: solid 1px #e8447e;
  color: #e8447e;
  padding: 1.2em 1.5em 1em;
  letter-spacing: 0.1em;
  position: relative;
  text-align: left;
}

.iconOnline::before {
  content: "";
  background: url(/img/753-icon-online.png) no-repeat;
  background-size: contain;
  width: 12em;
  height: 2em;
  position: absolute;
  left: 1em;
  top: -1.3em;
}

.set02-1-02-3 .large {
  font-weight: bold;
}

#set02-2 {
  margin-top: 1em;
  background-color: #faf3f6;
  padding: 2em 1em;
  line-height: 1.5;
}

#set02-2 h4 {
  font-size: 1.4em;
  margin-bottom: .5em;
}

#set02-2 p:first-of-type {
  font-size: 1.15em;
}

.set02-2-1 {
  text-align: left;
  font-size: 16px;
  max-width: 1100px;
  margin: auto;
}

.set02-2-1>p>img {
  margin: 1em auto;
}

.app-dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 1em;
  margin-top: 2em;
}

.app-dl li {
  padding: .2em;
}

.toTop .btn-after {
  flex-wrap: wrap;
  margin-bottom: 2em;
  font-weight: bold;
  line-height: 2;
  max-width: 640px;
}

.toTop .btn-after span.small {
  display: block;
  flex-basis: 100%;
}

.blkA1 .set02-1-02-2 li::before {
  content: "□";
  position: absolute;
  left: -1.3em;
}

.blkA1 .set02-1-02-2 li {
  margin-left: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
}

.set02-1-02 .boxPink {
  color: white;
  background-color: #eca5c3;
  font-size: 0.8em;
  padding: 0.3em;
  margin-left: 1em;
}

.set02-1-02-1 img {
  width: 200px;
  /*margin: 1em auto 0;*/
}

#set02 .accordion,
#set02 .accordionSp {
  width: 100%;
  max-width: 900px;
  margin: 1em auto 0;
}

#set02 .accordion h3 {
  margin: 0;
}

#set02 hr {
  margin: 3em auto;
}

.set02-1-02-1 {
  background-color: #f6f6f6;
  padding: 1em;
}

.set02-1-02-2 .accordionSp-btn {
  background-color: white;
}

#set02 .accordionSp.set02-1-02-2 {
  border: solid 1px black;
  margin-top: 1em;
  padding: 0;
}

.set02-1-02-2 .accordion-inner>div,
.set02-1-02-2 .accordionSp-inner>div {
  background-color: white;
  padding: 0 1em;
}

.set02-1-02-2 .accordionSp-inner>div {
  background-color: unset;
}

.set02-1-02-2 .accordion-inner>div h4 {
  flex-basis: 60%;
}

.set02-1-02-2 .accordion-inner>div h4::before {
  content: "□";
  margin-right: .1em;
}

.set02-1-02-2 .accordion-inner>div p {
  flex-basis: 40%;
}

/*190309-nak*/
/**753/index ギャラリー**/
#gallery>ul>li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  padding: 0.3em;
}

#gallery>ul>li {
  position: relative;
  width: calc(100% / 5);
}

#gallery>ul>li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.topics .subdisc {
  font-size: 1.5em;
  line-height: 1.6;
}

/*190309-nak　商品ページの続き*/
section#set01 {
  margin-top: 3em;
}

.accordion.set02-1-02-2 .accordion-inner,
.accordionSp.set02-1-02-2 .accordionSp-inner {
  padding: 1em;
}

.accordionSp.set02-1-02-2 .accordionSp-inner .set02-1-02-2 {
  padding: 0 0 2em;
  text-align: left;
}

.accordion.set2-8 {
  letter-spacing: .2em;
}

.accordion.set2-8 h4 {
  font-weight: normal;
}

.accordion.set2-8 dl dt,
.accordion.set2-8 dl dd {
  flex-basis: 50%;
  background-color: #f6f6f6;
  margin-bottom: .5em;
  padding: 1em;
}

.accordion.set2-8 dl dd {
  flex-basis: 50%;
}

.accordion.set2-8 dl dt {
  text-align: left;
  font-weight: bold;
}

.accordion.set2-8 dl dd {
  text-align: right;
}

main.set2019 section#topCampaign .camTtl p {
  display: block;
  width: calc(100% - 4em);
  max-width: calc(100% - 4em);
  margin: auto;
  margin-bottom: 1em;
  /* padding: 2em; */
}

section#set02 h2 {
  font-size: 2em;
  font-weight: bold;
}

.accordion-btn p:first-of-type {
  font-weight: bold;
  text-align: center;
}

#set02 .accordionSp.blkB2.more,
.blkB2.more .accordionSp-btn {
  background-color: #faf3f6;
  border: none;
  text-align: center;
}

#set02-3 .accordion.set2-8 dl dd {
  flex-basis: 58%;
}

#set02-3 .accordion.set2-8 dl dt {
  flex-basis: 42%;
}

#set02-4 .accordionSp.set02-1-02-2 .accordionSp-inner .set02-1-02-2 {
  padding-bottom: 0;
}

.iconOnline .large {
  font-weight: bold;
}

#set02-4.blkA1 .set02-1-02-2 li:last-child::before,
#set02-6.blkA1 .set02-1-02-2 li:last-child::before {
  content: none;
}

#set02-4.blkA1 .set02-1-02-2 li:last-child,
#set02-6.blkA1 .set02-1-02-2 li:last-child {
  margin-left: 0;
  padding: 0.6em 0 0;
}

div#set03 {
  background-color: #f8e1eb;
  margin: 3em auto 0;
  padding: 2em 1em;
  width: 100%;
  font-size: 1em;
}

div#set03 p:first-child {
  color: #f16496;
  display: flex;
  align-items: center;
  font-size: 1.4em;
  margin-bottom: 1em;
}

div#set03 p:first-child img {
  width: calc(100% - 4em);
  padding-right: 0.5em;
  max-width: 265px;
}

div#set03 p:nth-child(2) {
  line-height: 2;
  font-weight: bold;
  text-align: left;
}

div#set03 p:nth-child(3) {
  margin: 1em auto;
}

div#set03 p:nth-child(3) a {
  font-size: 1em;
  font-weight: bold;
}

section#set04 {
  width: calc(100% - 2em);
  margin: 0 auto;
  padding: 3em 0 2em;
}

section#set04 h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.8em auto;
}

section#set04 .accordion-btn p:first-of-type {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .1em;
}

main.set2019 .toTop {
  background-color: #faf3f6;
  padding: 3em 1em;
}

#set04 .blkA1>div h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin: .2em;
  text-align: left;
}

#set04 .accordion-inner>div.set04-1 {
  background-color: white;
  padding: 0;
}

#set04 .accordion-inner .accordion-btn p {
  text-align: center;
}

#set04 .accordionSp.set02-1-02-2 {
  border: solid 1px black;
  margin: 1em auto;
  padding: 0;
}

#set04 .accordion.set02-1-02-2 .accordion-btn p {
  font-weight: bold;
}

span.del {
  text-decoration: line-through;
}

#set04 hr {
  margin: 2em auto;
}

#set04 .accordion-inner>div p {
  text-align: left;
}

#set04 .set04-1-1 p {
  line-height: 1;
}

.set02-1-02-2 .accordionSp-inner .set02-3-1 {
  display: block;
  padding: 0 1em 1em;
  background-color: unset;
  border-bottom: solid 1px;
}

.set02-1-02-2 .accordion-inner .set02-3-1 p {
  width: 100%;
  flex-basis: unset;
  text-align: center;
}

.set02-1-02-2 .accordion-inner .set02-3-1 p:first-child {
  font-size: 1.4em;
}

.set02-3-1 .iconOnline::before {
  content: none;
}

.accordionSp.set02-1-02-2.more .accordionSp-inner.set02-1-02-2-1 {
  padding: 0 0 1em;
}

#set04 .accordion.set02-1-02-2.more {
  border: none;
}

#set04 .accordion.set02-1-02-2.more .accordion-inner {
  padding-top: 1em;
}

#set02 #set02-4 .accordion.set02-1-02-2.more .accordion-inner>div {
  background-color: unset;
  display: flex;
  justify-content: space-around;
  padding: 0;
  flex-basis: 100%;
}

#set02 #set02-4 .accordion.set02-1-02-2.more .accordion-inner>div>p {
  flex-basis: calc(100% / 2 - 1em);
  font-size: 1em;
}

.accordion.set02-1-02-2.blkB2.more {
  padding: 0;
}

.accordion.set02-1-02-2.blkB2.more .accordion-btn,
.accordion.set02-1-02-2 .accordion-inner.set02-1-02-2-1 {
  background-color: #faf3f6;
  flex-flow: row wrap;
}

#set04 .blkB2.more .accordionSp-btn p {
  text-align: center;
  flex-basis: 100%;
}

.blkB2.more .accordionSp-inner {
  background-color: #faf3f6;
}

.set02-1-02-2.more .accordionSp-inner .set02-3-1 {
  border: none;
  padding: 0 1em;
}

#set04 .set02-1-02-2.more .accordionSp-inner .set02-3-1 p {
  text-align: center;
}

.blkB2.more .accordionSp-btn p {
  font-size: 1.3em;
}

.accordionSp-btn.active:after {
  transform: rotate(270deg);
}

.accordionSp.set02-1-02-2.more .accordionSp-inner.set02-1-02-2-1>div {
  width: 50%;
  float: left;
}

.accordionSp.set02-1-02-2.more .accordionSp-inner.set02-1-02-2-1 {
  overflow: hidden;
}

.accordionSp.set02-1-02-2.more .accordionSp-inner.set02-1-02-2-1>div:last-child {
  width: 100%;
  margin-top: 1em;
}

.accordionSp.set02-1-02-2.more .accordionSp-inner.set02-1-02-2-1>div:last-child>p {
  width: 50%;
}

#set04 .accordion.set2-8 h4 {
  text-align: center;
}

#set04 .set02-1-02-2 .accordionSp-btn p.large {
  text-align: center;
}

@media screen and (min-width: 768px) {
  main.set2019 {
    font-size: 16px;
  }

  main.set2019 section#topCampaign .camTtl {
    display: flex;
  }

  main.set2019 section#topCampaign .camTtl p {
    flex-basis: calc((100% - 1em) / 2);
  }

  .blkB1 a {
    display: flex;
    flex-wrap: nowrap;
  }

  .blkB1 a>p {
    flex-basis: calc(100% / 2);
  }

  .blkB1 a>p img {
    display: list-item;
  }

  .blkB1 .blkB1Inner {
    flex-basis: calc(100% / 2);
  }

  .blkB1 .blkB1Inner p {
    margin-top: 2em;
    text-align: center;
  }

  .str::before {
    top: -1em;
    left: .4em;
    width: 70px;
    height: 70px;
  }

  li.str::before {
    top: -1.3em;
    left: -4.5em;
  }

  section#set01 .blkB2-2>div h3 {
    font-size: 1.2em;
  }

  .str02::before,
  .str03::before {
    top: 0.5em;
    /* left: 1em; */
  }

  #set02 .str02::before {
    top: -0.5em;
  }

  #set02 .str03::before {
    top: -1em;
  }

  section#set01 .blkB2 {
    display: flex;
  }

  section#set01 #set01-4>div {
    flex-basis: 50%;
  }

  .set02-1-01.str04::before {
    top: -0.5em;
  }

  section#set01 #set01-4-1 ol {
    border-bottom: none;
    border-right: solid 1px;
  }

  .set02-1-01.str {
    display: flex;
  }

  .blkA1 .set02-1-01 p {
    margin-left: 4em;
    align-self: flex-end;
    font-weight: bold;
  }

  .blkA1 .set02-1-02-1 {
    display: flex;
    margin-bottom: 1em;
    flex-basis: 100%;
  }

  .blkA1 .set02-1-02-1 p:last-child {
    margin-left: 1em;
  }

  .blkA1 .set02-1-02 {
    display: flex;
    flex-flow: row wrap;
  }

  .blkA1 p,
  #set02 .accordionSp.set02-1-02-2 {
    flex-basis: 50%;
    margin-top: 0;
  }

  .accordionSp.set02-1-02-2 .accordionSp-inner {
    padding: 0 1em;
  }

  .accordionSp.set02-1-02-2 .accordionSp-inner .set02-1-02-2 {
    padding-bottom: 1.5em;
  }

  .set02-2-1>p>img {
    margin: auto;
  }

  .set02-2-1>p>iframe {
    width: 100%;
    height: 350px;
  }

  #set02-2.blkA2 .set02-2-1 p,
  #set02-2.blkA2 .set02-2-1 div.app {
    width: 100%;
    margin-top: 1em;
  }

  #set02-2.blkA2 .set02-2-1 div.app {
    margin-top: 0;
  }

  set02-2.blkA2 .set02-2-1 {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
  }

  #set02-2.blkA2 .set02-2-1::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
  }

  .app-dl {
    margin-top: 0;
  }

  #set02 .accordionSp.blkB2.more .accordionSp-inner {
    display: flex;
    padding: 0;
    flex-flow: row wrap;
  }

  #set02 .accordionSp.blkB2.more .accordionSp-inner .set02-3-1 {
    flex-basis: 50%;
  }

  #set02 .accordionSp.blkB2.more {
    flex-basis: 100%;
    margin-top: 1em;
    padding: 1em;
  }

  .set02-1-02-2 .accordionSp-inner .set02-3-1 {
    border: none;
    margin: 0;
  }

  .set02-1-02-2 .accordionSp-inner .set02-3-1:first-child {
    border-right: solid 1px;
  }

  .blkB2.more .accordionSp-btn .large br.sp {
    display: none;
  }

  .accordionSp .accordionSp-btn::after {
    content: none;
  }

  .accordion.set02-1-02-2 .accordion-inner.set02-1-02-2-1 {
    display: flex;
    flex-flow: row wrap;
  }

  #set02 #set02-4 .accordion.set02-1-02-2 .accordion-inner.set02-1-02-2-1>div {
    flex-basis: 50%;
  }

  .accordion.set02-1-02-2 .accordion-inner.set02-1-02-2-1 {
    font-size: 0.73em;
  }

  section#set04 h3 {
    flex-basis: 100%;
  }

  section#set04 .accordion-btn p:first-of-type br.sp {
    display: none;
  }

  main.set2019 section#topCampaign .camTtl p {
    padding: 2em;
  }

  #set02 #set02-4 .accordion.set02-1-02-2.more .accordion-inner>div>p {
    font-size: 1.3em;
  }

  #set04 br.sp {
    display: none;
  }

  #set04 .blkA1 .set02-1-01 p {
    margin: 0;
  }

  #set04 .accordion-inner>div.set04-1 .set02-1-01 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
  }

  #set04 .accordion-inner>div.set04-1 .set02-1-01 .set04-1-1 {
    align-self: flex-end;
  }

  #set04 .accordion-inner>div.set04-1 .set02-1-01 h4 {
    flex-basis: 60%;
  }

  #set04 .accordion-inner div.set02-1-02-1 p {
    flex-basis: 100%;
  }

  #set04 .accordionSp.set02-1-02-2 {
    flex-basis: 50%;
    margin: auto;
  }

  #set04 .accordionSp.set02-1-02-2 .accordionSp-inner {}

  #set04 .accordion.set2-8 {
    width: 80%;
    margin: 2em auto 0;
  }

  #set04 .accordion.set2-8 h4 {
    /* text-align: center; */
  }

  #set04 .accordionSp.more.set02-1-02-2 {
    margin-top: 2em;
  }

  .blkA1>div h3 {
    font-size: 1.5em;
    flex-basis: 70%;
    max-width: 400px;
  }

  section#inquiry.s753 .flex-c li {
    flex-basis: 100%;
  }

  section#inquiry.s753 .flex-c li:first-child a {
    width: 80%;
    max-width: 500px;
  }

  section#inquiry .blk-catalogue.flex-a>p:first-child {
    flex-basis: calc(100% / 2 - 2em);
  }

  section#inquiry .blk-catalogue.flex-a>p:first-child img {
    margin: 0;
  }

  section#inquiry .blk-catalogue.flex-a {
    margin: 4em auto;
  }

  .set02-1-02-3 {
    flex-basis: 50%;
  }

  .set02-1-02-2 .accordionSp-inner>div p:last-child {
    text-align: left;
    padding-left: 1em;
  }

  .accordionSp.set02-1-02-2.more .accordionSp-inner.set02-1-02-2-1>div:last-child>p:first-child {
    flex-basis: 30%;
  }
}

@media screen and (min-width: 1024px) {
  main.set2019 {
    font-size: 18px;
  }

  section#topCampaign .camTtl {
    max-width: 1100px;
    margin: auto;
  }

  #set01-1 h3 {
    font-size: 1.3em;
    margin-top: 3.6em;
  }

  .blkB1 .blkB1Inner p {
    line-height: 1.9;
    margin-top: 3em;
  }

  .str::before {
    width: 90px;
    height: 90px;
    left: 1em;
  }

  .str.str01::before {
    width: 90px;
    height: 90px;
    left: 1em;
  }

  section#set02 {
    width: 100%;
  }

  .set02-1-01 {
    width: 1100px;
    margin: auto;
  }

  .set02-1-01.str01.str::before {
    top: -0.6em;
  }

  .blkA1 .set02-1-02-1 p:first-child {
    flex-basis: calc(100% - 10em);
  }

  .blkA1 .set02-1-02-1 p:nth-of-type(2) {
    flex-basis: 10em;
  }

  .blkA1 .set02-1-02-1 {
    margin-bottom: 2em;
  }

  #set02-2 {
    margin: 2em auto 0;
    padding: 2em 3em;
    max-width: 1100px;
  }

  #set02 .accordionSp.set02-1-02-2 {
    /* padding-left: 2em; */
  }

  .blkA1 .iconOnline {
    margin-top: 1em;
  }

  #set02-2 p:first-of-type {
    margin: 1em auto;
    font-size: 1.3em;
  }

  #set02-2.blkA2 .set02-2-1 p:nth-of-type(2) {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.7;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .app-dl {
    width: 400px;
    margin: auto;
  }

  #set02 .accordion {
    margin-top: 2.5em;
  }

  #set02 .accordionSp.blkB2.more {
    margin-top: 2em;
    max-width: 1100px;
  }

  .blkA1 p.large {
    font-size: 1.5em;
    flex-basis: 100%;
    font-weight: bold;
    margin: .5em auto;
  }

  #set02 .accordionSp.blkB2.more .accordionSp-inner .set02-3-1 p:first-child {
    font-size: 1.3em;
  }

  #set02 .accordionSp.blkB2.more .accordionSp-inner .set02-3-1 {
    padding: 0 4em;
  }

  .blkB2 .str::before,
  .blkB2 .str::before {
    width: 50px;
    height: 50px;
    top: -0.7em;
  }

  .set02-1-01.str::before {
    top: -0.5em;
    width: 80px;
    height: 80px;
  }

  .btn-after {
    max-width: 520px;
  }

  #set03 p:nth-child(3) a {
    font-size: 0.9em;
  }

  .toTop .btn-after span.small .for_pc {
    display: inline;
  }

  .toTop .btn-after span.small {
    font-size: 0.8em;
  }

  .set02-1-02-2.more .accordionSp-inner .set02-3-1 {
    padding: 0 4em;
  }

  #set04 .blkA1 .set02-1-01 p {
    text-align: right;
  }

  #set04 hr {
    width: 1100px;
  }

  section#inquiry .blk-catalogue>div {
    padding: 0;
  }

  #set02 .str05::before {
    top: -1.5em;
  }

  .set02-1-02-2 .accordionSp-inner>div {
    background-color: unset;
    flex-basis: 50%;
    /* height: 100%; */
  }

  .set02-1-02-2 .accordionSp-inner>div:last-child {
    flex-basis: 60%;
  }

  .accordionSp.set02-1-02-2.more .accordionSp-inner.set02-1-02-2-1>div:last-child>p:first-child {
    flex-basis: 50%;
  }

  #set02-2.blkA2 .set02-2-1 p,
  #set02-2.blkA2 .set02-2-1 div.app {
    width: calc(100% / 2 - .5em);
    margin-top: 1em;
    float: right;
  }

  #set02-2.blkA2 .set02-2-1 p:first-child {
    float: left;
  }

  #set02 .set02-1-02-3 .accordionSp.set02-1-02-2.blkB2.more {
    margin: 0;
    padding: 0;
  }

  #set02 .set02-1-02-3 .accordionSp.set02-1-02-2.blkB2.more .accordionSp-btn {
    padding: 0;
  }

  #set02 .set02-1-02-3 .accordionSp.set02-1-02-2.blkB2.more .accordionSp-inner {
    padding-bottom: 1em;
  }

  #set02 .set02-1-02-3 .accordionSp.set02-1-02-2.blkB2.more .accordionSp-inner div {
    margin: 0;
    padding: 0 2em;
  }

  #set02 hr {
    max-width: 1100px;
  }

  #set04 .accordionSp.set02-1-02-2.blkB2.more .accordionSp-inner {
    padding-bottom: 2em;
  }

  .blkA1>div h3 {
    flex-basis: auto;
  }

  .blkA1 .set02-1-01 p {
    margin: .5em 0;
    margin-left: 2em;
    letter-spacing: .2rem;
  }

  #set03 .set03-1 {
    float: left;
    width: 240px;
    /* max-width: 240px; */
    /* margin-right: 1em; */
  }

  #set03 .set03-2 {
    float: right;
    width: calc(100% - 300px);
  }

  #set03>div.row900>p:last-child {
    clear: both;
  }

  #set03 .set03-1 p:first-child,
  #set03 .set03-1 p:first-child img {
    margin: 0;
    padding: 0;
    /* display: block; */
    width: 100%;
  }

  div#set03 .set03-2 p:nth-child(3) {
    margin: 0;
  }

  div#set03 .set03-2 p:nth-child(3) a {
    margin: 1em 0 0;
  }

  div#set03 .set03-2 p:first-child {
    margin-bottom: .5em;
  }

  div#set03 .set03-2 p:nth-child(2) {
    font-size: .9em
  }

  section#set04 {
    padding: 3em 0 6em;
  }
}

/*1101nak 753/campaign/*/
section#topCampaign .camTtl p.date {
  background-color: #f16496;
  color: white;
  font-size: 1.7em;
  margin: 0 auto;
  letter-spacing: 2px;
  display: block;
  padding: .5em 2em;
  border-radius: 10px;
  margin: 3em auto 1em;
  width: calc(100% - 2em);
  max-width: 350px;
}

section#topCampaign .camTtl p.date span {
  font-size: .8em;
}

/*200301 -nak*/
#s753.top #gallery>ul>li {
  width: calc(100% / 3 - 0.4em);
}

@media screen and (min-width: 1024px) {
  #s753.top #gallery>ul>li {
    width: calc(100% / 5);
  }
}

/*20200908 -kash- #hair追加*/
section#hair p:nth-of-type(2) {
  margin: 1em auto 0;
  width: calc(100% - .7em);
  max-width: 1100px;
}

section#hair img {
  margin: 2em auto;
}

section#hair p:first-of-type {
  font-size: 1.5em;
  line-height: 1.6;
}

section#hair {
  background-color: #f8e1eb;
}

section#hair {
  margin: 0 auto;
  padding: 3em .7em;
}


/**/
.temp20 {
  font-size: 14px;
}

.temp20 .inner {
  width: calc(100% - 1em);
  max-width: 1100px;
  margin: auto;
}

.temp20 h1 {
  font-size: 2.1rem;
  margin: 4rem auto;
}

.temp20 h2 {
  font-size: 1.7rem;
  margin: 0 auto 1em;
}

br.sp320 {
  display: none;
}

@media screen and (max-width: 320px) {
  .temp20 #anchor-menu {
    font-size: 12px;
  }

  .temp20 h2 {
    font-size: 1.5rem;
  }

  .temp20 .disc {
    font-size: 1em !important;
  }

  .temp20 .btn-after::after {
    right: 0.5em;
  }

  br.sp320 {
    display: block;
  }
}

@media screen and (min-width: 768px) {

  .temp20 h2 {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
}

/*newtemp*/
.temp20 .disc {
  text-align: center;
  font-size: 1.2em !important;
  line-height: 1.5;
}

.blockA {
  padding: 5em 0 !important;
}

.blockA ul,
.blockA ol {
  margin: 3em auto !important;
}



/*20200922-nak 卒業*/
.temp20 #gallery>ul>li {
  position: relative;
  width: calc(100% / 3);
}

.temp20 #gallery>ul>li:nth-of-type(n + 10) {
  display: none;
  visibility: hidden;
}

.temp20 #price>p:first-of-type {
  line-height: 2;
}

.temp20 .price01 {
  margin: 1.5em auto 2.5em;
  line-height: 1.3;
}

.temp20 .price02 {
  padding: 0 .5em;
}

.temp20 #price ol {
  font-size: 0.9em;
  line-height: 1.5;
}

.temp20 .cvBox20 {
  margin-top: 0;
}

.temp20 #s20thWebCatalog {
  background-color: #f8e1eb;
}

.temp20 #s20thWebCatalog h2 {
  font-size: 1rem;
  display: inline-block;
}

.temp20 #s20thWebCatalog .round {
  display: inline-flex;
  font-size: 1.4rem;
  width: 4em;
  height: 4em;
  border: solid 3px;
  border-radius: 50%;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-bottom: 1em;
}

.temp20 #s20thWebCatalog .blk-catalogue {
  flex-flow: wrap row;
  width: calc(100% - 1em);
  max-width: 900px;
  margin: auto;
}


.temp20 #s20thWebCatalog .blk-catalogue>div>p {
  font-weight: bold;
  margin-top: 2em;
  line-height: 1.7;
}

.temp20 #s20thWebCatalog .blk-catalogue .btn_round-after {
  display: flex;
  left: -3px;
  width: 100%;
  border: solid 1px black;
  background-color: white;
  box-shadow: 6px 6px;
  justify-content: center;
  font-size: 1.2rem;
  align-items: center;
  margin: 0 auto 6px;
  color: black;
  font-weight: bold;
  border-radius: 0;
}

.temp20 #s20thWebCatalog #btn_inquiry {
  border-top: solid 2px;
  margin: 5em auto 0;
  flex-flow: row wrap;
  padding: 3em 1em;
}

.temp20 #s20thWebCatalog #btn_inquiry>p {
  padding: 1em;
}

.temp20 #products img {
  margin: 1em auto;
}

.temp20 #products p:first-of-type {
  font-size: 1.1em;
}

.temp20 #nenga {
  margin: 3em auto;
  padding: 4em 0 3em;
}

.temp20 #rental ul {
  float: none;
  width: calc(100% - 1em);
  max-width: 1100px;
  margin: 1em auto;
}

.temp20 #rental ul li {
  flex-basis: 100%;
  max-width: unset;
  margin: .5em auto;
}

.temp20 #rental ul li img {
  margin: auto;
}

@media screen and (max-width: 320px) {
  .temp20 #point ul {
    font-size: .9em;
  }

  .temp20 #price {
    line-height: 1.5;
  }

  .temp20 #price ol {
    font-size: .8em;
  }

  .temp20 #rental .btn-after {
    font-size: 1em;
  }
}

#spring.temp20 #anchor-menu li {
  border-color: white;
  border-top: none;
  border-bottom: none;
}

#spring.temp20 #anchor-menu li a {
  color: white;
}

@media screen and (min-width: 768px) {
  .temp20 {
    font-size: 16px;
  }

  .temp20 .btn-after {
    max-width: 400px;
    font-size: 1.2rem !important;
    line-height: 1.5;
    padding: .5rem;
  }

  .temp20 #gallery .flex-b {
    justify-content: flex-start;
  }

  .temp20 #gallery>ul>li {
    width: calc(100% / 5);
  }

  .temp20 #gallery>ul>li:nth-of-type(n + 10) {
    display: block;
    visibility: visible;
  }

  .temp20 #point>ul {
    justify-content: space-around;
  }

  .temp20 #point>ul li {
    flex-basis: calc(100% / 3 - 1em);
  }

  .temp20 #point>ul li img,
  .temp20 #point>ul li span {
    float: none;
    width: 100%;
  }

  .temp20 #point>ul li:nth-of-type(n + 4) {
    flex-basis: calc(100% / 4 - 1em);
  }

  .temp20 #point>ul li span {
    padding: .5em;
    font-size: 1em;
    height: auto;
  }

  .temp20 .btn-after {
    margin-top: 2em;
  }

  .temp20 #price_products>div {
    padding: 3em 2em;
  }

  .temp20 #topics ul li {
    width: 25%;
  }

  .temp20 #price ol.row2-3 li {
    width: calc(100% / 3);
  }

  .cvBox20 .btn_yoyaku li:nth-of-type(n + 2) {
    display: inline-block;
  }

  #price figure {
    font-size: 1.2em;
    padding: .5em;
  }

  .temp20 #rental ul {
    margin-top: 2em;
  }

  .temp20 #rental ul li {
    flex-basis: calc(100% / 2 - 1em);
  }

  .temp20 #s20thWebCatalog h2 {
    font-size: 2.4rem;
    margin-bottom: 3em;
  }

  .temp20 #s20thWebCatalog {
    padding: 3em 0;
  }

  .temp20 #s20thWebCatalog .blk-catalogue>p {
    flex-basis: 40%;
  }

  .temp20 .page_disc .d3 {
    font-size: 1.8rem;
  }

  .temp20 #point {
    padding: 6em 0 5em;
  }

  .temp20 #s20thWebCatalog #btn_inquiry>p {
    flex-basis: calc(100% / 2);
    max-width: 400px;
  }

  .temp20 #s20thWebCatalog #btn_inquiry {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .temp20 .btn-after {
    padding: 1em 0;
  }

  .temp20 #s20thWebCatalog .blk-catalogue {
    justify-content: space-evenly;
    align-items: center;
  }
}

/*201121-kaw template.index*/
.max-width {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

h2.h2-head {
  font-size: 1.5em;
  margin-bottom: 3em;
  display: inline-block;
  position: relative;
}

h2.h2-head:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1em;
  display: inline-block;
  width: 50px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #3c3c3c;
}

.blkB-1 li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  margin-bottom: 1em;
}

p.blkB-1-2 {
  line-height: 0;
  width: 50%;
}

.blkB-1 div {
  width: 50%;
}

.blkB-1 div p:nth-child(1) {
  font-weight: bold;
  font-size: 1.2em;
}

.blkB-1 div p:nth-child(1)>span {
  color: #f16496;
}

@media (min-width: 768px) {
  .row1-2 li {
    width: calc(100% / 2 - .7em);
  }

  .flex.blkB-1 {
    justify-content: space-between
  }
}

/* ------ 20210125-kaza-temp-new ------ */

/* --------------------
   余白
---------------------- */
section {
  padding: 0;
}

.unit {
  padding: 8rem 0;
}

.unit-md {
  padding: 6rem 0;
}

.unit-sm {
  padding: 4rem 0;
}

.unit .inner,
.unit-md .inner,
.unit-sm .inner {
  width: calc(100% - 2rem);
  max-width: 1040px;
  margin: 0 auto;
  /* font-feature-settings: "palt"; */
  /* -webkit-font-feature-settings: "palt"; */
}

.inner-lg {
  width: calc(100% - 2rem);
  max-width: 1100px;
  margin-inline: auto;
}

.inner-sm {
  width: calc(100% - 2rem);
  /* max-width: 960px; */
  max-width: 900px;
  margin: 0 auto;
}

.unit-md.inner.border-box-top {
  border-top: 2px solid;
}

.unit-md.catalog-blk-b.border-box-top:last-child {
  padding: 6rem 0 0;
}

/* --------------------
   コンテンツ余白
---------------------- */

.col_mb-1>* {
  margin-bottom: 1rem;
}

.col_mb-2>* {
  margin-bottom: 1.5rem;
}

.col_mb-3>* {
  margin-bottom: 2rem;
}

.col_mb-4>* {
  margin-bottom: 2.5rem;
}

.col_mb-5>* {
  margin-bottom: 3rem;
}

.pd-box-s1 {
  padding: .25rem;
}

.pd-box-s2 {
  padding: .5rem;
}

.pd-box-s3 {
  padding: .75rem;
}

.pd-box-1 {
  padding: 1rem;
}

.pd-box-2 {
  padding: 2rem;
}

.pd-box-2_2-1 {
  padding: 2rem 1rem;
}

.pd-box-3 {
  padding: 3rem;
}

.pd-box-3_1 {
  padding: 3rem 1rem;
}

.pd-box-3_2 {
  padding: 3rem 2rem;
}

.pd-box-3_2-1 {
  padding: 3rem 1rem;
}

.pd-box-4_2-1 {
  padding: 4rem 1rem;
}

@media screen and (min-width: 768px){
  .pd-box-2_2-1 {
    padding: 2rem;
  }
  .pd-box-3_2-1 {
    padding: 3rem 2rem;
  }
  .pd-box-4_2-1 {
    padding: 4rem 2rem;
  }
}

.p-t_none {
  padding-top: 0;
}

.p-b_none {
  padding-bottom: 0;
}

.p-tb_none {
  padding-top: 0;
  padding-bottom: 0;
}

.p-rl_none {
  padding-right: 0;
  padding-left: 0;
}

.m-cancel {
  margin: auto;
}

.text-holder.m-cancel {
  margin: auto;
}

.box-mb-s1,
.l-box-s1>* {
  margin-bottom: .25rem;
}

.box-mb-s2,
.l-box-s2>* {
  margin-bottom: .5rem;
}

.box-mb-s3,
.l-box-s3>* {
  margin-bottom: .75rem;
}

.box-mb-1,
.l-box-1>* {
  margin-bottom: 1rem;
}

.box-mb-2,
.l-box-2>* {
  margin-bottom: 2rem;
}

.box-mb-3,
.l-box-3>* {
  margin-bottom: 3rem;
}

.box-mb-6,
.l-box-6>* {
  margin-bottom: 6rem;
}

.l-box-s1>*:last-child,
.l-box-s2>*:last-child,
.l-box-s3>*:last-child,
.l-box-1>*:last-child,
.l-box-2>*:last-child,
.l-box-3>*:last-child,
.l-box-6>*:last-child {
  margin-bottom: 0;
}

.m-top-3 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 6rem;
}

.m-0 {
  margin: 0;
}

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }

@media screen and (min-width: 768px) {
  .mb_no-pc {
    margin-bottom: 0;
  }
}

/* --------------------
   flex要素追加
---------------------- */
.reverse-blk {
  flex-flow: wrap-reverse;
}

.box-ud-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width:720px) {
  .reverse-blk {
    flex-flow: row wrap;
  }

  .reverse-blk-2 {
    flex-flow: row-reverse;
  }
}

/* --------------------
   要素上下中央
---------------------- */
.blk-ud {
  height: 100%;
  position: relative;
}

.blk-ud>* {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8rem);
}

/* --------------------
   カラム表示
---------------------- */
.col_1,
.col_1_2,
.col_1_3,
.col_1_4 {
  flex-basis: 100%;
}

.col_2,
.col_2_3,
.col_2_4,
.col_2_5,
.col_2_6 {
  flex-basis: calc(100% / 2 - .6rem);
}

.col_3,
.col_3_4,
.col_3_5,
.col_3_6,
.col_3_7 {
  flex-basis: calc(100% / 3 - .6rem);
}

.col_4,
.col_4_7 {
  flex-basis: calc(100% / 4);
}

.col_5 {
  flex-basis: calc(100% / 5);
}

.col_6 {
  flex-basis: calc(100% / 6);
}

.col_7 {
  flex-basis: calc(100% / 7);
}

@media screen and (min-width: 768px) {
  .col_1_2 {
    flex-basis: calc(100% / 2 - .8rem);
  }

  .col_1_3,
  .col_2_3,
  .col_3_4 {
    flex-basis: calc(100% / 3 - .8rem);
  }

  .col_1_4,
  .col_2_4,
  .col_3_4 {
    flex-basis: calc(100% / 4 - .8rem);
  }

  .col_2_5,
  .col_3_5 {
    flex-basis: calc(100% / 5 - .8rem);
  }

  .col_2_6,
  .col_3_6 {
    flex-basis: calc(100% / 6 - .8rem);
  }

  .col_3_7,
  .col_4_7 {
    flex-basis: calc(100% / 7 - .8rem);
  }
}

@media screen and (min-width: 768px) {
  .col_t4_b3 {
    justify-content: center;
  }

  .col_t4_b3>* {
    margin: 1rem;
    flex-basis: calc(100% /4 - 2rem);
  }
}

/* --------------------
   flex_カラム表示New
---------------------- */
.fx-col-1-2>* {
  flex-basis: 100%;
}

.fx-col-3-5>* {
  flex-basis: calc(100% / 3 - 1rem);
}

@media screen and (min-width: 768px) {
  .fx-col-1-2>* {
    flex-basis: calc(100% / 2 - 1rem);
  }

  .fx-col-3-5>* {
    flex-basis: calc(100% / 5 - 1rem);
  }
}

.fx-gap-s1 {
  gap: .25rem;
}

.fx-gap-s2 {
  gap: .5rem;
}

.fx-gap-s3 {
  gap: .75rem;
}

.fx-gap-1 {
  gap: 1rem;
}

.fx-gap-2 {
  gap: 2rem;
}

/* --------------------
   画像サイズ
---------------------- */
.img-fit_bf>*,
.img-fit_af>* {
  position: relative;
}

.img-fit_bf>*:before,
.img-fit_af>*:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.img-fit_bf img,
.img-fit_af img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.img-fit_bf.fit-none:before,
.img-fit_af.fit-none:before {
  content: none;
}

.img-fit.fit-none:before {
  content: none;
}

.img-compact1 {
  width: 75%;
  margin: 0 auto;
}

.img-compact2 {
  flex-basis: 75%;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .img-compact2 {
    flex-basis: 40%;
    margin: 0 auto;
  }

  .img-compact3 {
    width: 80%;
    margin: 0 auto;
  }
}

/* --------------------
   ボタン共通パーツ
---------------------- */
.btn-holder {
  display: inline-block;
  background: #fff;
  min-width: 248px;
  width: calc(100% - 1rem);
  padding: 1.3rem;
  line-height: 1.25;
  letter-spacing: .1em;
  max-width: 320px;
  margin: 2rem auto;
  color: #3c3c3c;
  font-weight: bold;
  border-radius: 50rem;
  position: relative;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  padding: 0;
  appearance: none;
  color: unset;
}

.btn-holder:after,
.btn-holder-sm:after,
.btn-holder-lg:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 1.5rem;
  position: absolute;
  display: block;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-holder-sm:after {
  font-size: 1rem;
  right: 8px;
}

/* -----ボタン-ページバック----- */
.btn-back:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 1.5rem;
  position: absolute;
  display: block;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-holder-lg.btn-back {
  margin: 0;
}

.btn-holder.btn-back:after,
.btn-holder-sm.btn-back:after,
.btn-holder-lg.btn-back:after {
  display: none;
}

/* -----ボタン-小----- */
.btn-holder-sm {
  display: block;
  background: #fff;
  width: calc(100% - 2rem);
  padding: .5rem .25rem;
  line-height: 1.25;
  margin: 1rem auto 0;
  letter-spacing: .05em;
  color: #3c3c3c;
  font-weight: bold;
  border-radius: 50rem;
  position: relative;
}

/* -----ボタン-大----- */
.btn-holder-lg {
  display: inline-block;
  background: #fff;
  min-width: 248px;
  width: calc(100% - 1rem);
  padding: 1.3rem;
  line-height: 1.25;
  max-width: 400px;
  margin: 0 auto 2rem;
  letter-spacing: .1em;
  color: #3c3c3c;
  font-weight: bold;
  border-radius: 50rem;
  position: relative;
}

/* -----ボタン-枠線----- */
.btn-ol {
  border: 1px solid;
}

/* -----ボタン-背景----- */
.btn-bg {
  background-color: #898989;
  color: #ffffff;
  font-weight: normal;
}

/* -----ボタン-背景ピンク----- */
.btn-bg-pink {
  background: #e8457e;
  font-weight: bold;
}

/* -----ボタン-枠ピンク----- */
.btn-ol-pink {
  border: 1px solid #e8457e;
  color: #e8457e;
}

@media screen and (min-width:720px) {

  .btn-bg,
  .btn-ol,
  .btn-ol-pink {
    max-width: 360px;
    font-size: 1.2rem;
  }

  .btn-holder-lg.btn-bg-pink,
  .btn-holder-lg.btn-ol-pink {
    max-width: 400px;
  }
}

/* -----ボタン-下線----- */
.btn-line-bottom,
.btn-line-bottom-1 {
  border-bottom: 1px solid;
  line-height: 1.75em;
  margin: 0 0 1rem;
  padding: 0 0 .2rem;
  position: relative;
  display: inline;
}

.btn-line-bottom:after,
.btn-line-bottom-1:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 1.4rem;
  margin: 0 0 0 .25rem;
}

.btn-line-bottom-1:after {
  content: "\f107";
}

/* -----ボタンコンテンツ-上下線----- */
.btn-contents {
  border-top: 1px solid;
  padding: 3rem 0;
  border-bottom: 1px solid;
}

/* -----ボタン共通コンテンツ-New_221213----- */
.btn-t0,
.btn-t1,
.btn-t2,
.btn-t3,
.btn-t4,
.btn-t5,
.bnr-btn1 {
  display: inline-block;
  max-width: 360px;
  width: calc(100% - 2em);
  margin: 0 auto;
  padding: 1.25em 0;
  transition: all .3s;
}

.bnr-btn1 {
  width: 100%;
  max-width: initial;
  background-color: #3c3c3c;
  color: #fff;
  padding: 0.5em;
}

.btn-t0 {
  width: 100%;
}

.btn-t1 {
  background-color: #fff;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  text-align: center;
  letter-spacing: .1em;
  border-radius: 50rem;
}

.btn-t0:hover,
.btn-t1:hover {
  opacity: .3;
}

.btn-t2 {
  background-color: #e8457e;
  border: 1px solid #e8457e;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  border-radius: 50rem;
}

.btn-t2:hover {
  background-color: #fff;
  border: 1px solid #e8457e;
  color: #e8457e;
}

.btn-t3 {
  background-color: #fff;
  border: 1px solid #e8457e;
  color: #e8457e;
  text-align: center;
  letter-spacing: .1em;
  border-radius: 50rem;
}

.btn-t3:hover {
  background-color: #e8457e;
  color: #fff;
}

.btn-t4 {
  width: 100%;
  padding: 0;
}

.btn-t4:hover {
  opacity: .3;
}

.btn-t5 {
  background-color: #3e3e3e;
  border: 1px solid #3e3e3e;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  border-radius: 50rem;
}

.btn-t5:hover {
  background-color: #fff;
  border: 1px solid #3e3e3e;
  color: #3e3e3e;
}

.btn-icon1-l,
.btn-icon1-r,
.btn-icon2-l,
.btn-icon2-r,
.btn-icon3-l,
.btn-icon3-r {
  position: relative;
  padding-right: 2em;
  padding-left: 2em;
}

.btn-t4.btn-icon1-l,
.btn-t4.btn-icon2-l,
.btn-t4.btn-icon3-l {
  padding-right: 0;
}

.btn-t4.btn-icon1-r,
.btn-t4.btn-icon2-r,
.btn-t4.btn-icon3-r {
  padding-left: 0;
}

.btn-icon1-l:before,
.btn-icon1-r:after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 1.25em;
  position: absolute;
  display: block;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-icon2-l:before,
.btn-icon2-r:after {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 1.25em;
  position: absolute;
  display: block;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-icon3-l:before,
.btn-icon3-r:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 1.25em;
  position: absolute;
  display: block;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-icon1-r:after,
.btn-icon2-r:after,
.btn-icon3-r:after {
  left: auto;
  right: 5%;
}


/* --------------------
   枠線共通パーツ
---------------------- */
.border-box {
  border: 1px solid;
  color: rgb(0 0 0 / .75);
  position: relative;
}

.border-box-ud {
  border-top: 1px solid;
  border-bottom: 1px solid;
  /*color: rgb(0 0 0 / .75);*/
}

.border-box-top {
  border-top: 1px solid;
  color: rgb(0 0 0 / .75);
}

.border-box-bottom {
  border-bottom: 1px solid;
  color: rgb(0 0 0 / .75);
}

.border-box-rb {
  border-bottom: 1px solid;
}

.border-box-pink {
  border: 1px solid #E8457E;
  color: #ffffff;
  position: relative;
}

.border-box-pink-2 {
  border: 1px solid #EC719D;
  color: #ffffff;
  position: relative;
}

.border-box-pink-3 {
  border: 1px solid #EF9EBB;
  color: #ffffff;
  position: relative;
}

.border-box-bottom-pink {
  border-bottom: 1px solid;
  color: #EC719D;
}

.border-sec-double {
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}

.border-sec-double:after {
  content: "";
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  display: block;
}

/* -----枠線-点線----- */
.border-box-dot {
  background-image: repeating-linear-gradient(0deg, #333333, #333333 2px, transparent 2px, transparent 6px, #333333 6px), repeating-linear-gradient(90deg, #333333, #333333 2px, transparent 2px, transparent 6px, #333333 6px), repeating-linear-gradient(180deg, #333333, #333333 2px, transparent 2px, transparent 6px, #333333 6px), repeating-linear-gradient(270deg, #333333, #333333 2px, transparent 2px, transparent 6px, #333333 6px);
  background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}

/* -----二重線----- */
.double-line-bottom {
  position: relative;
  border-bottom: 1px solid;
  padding-bottom: 3rem;
}

.double-line-bottom:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  display: block;
  height: 1px;
  width: 100%;
  bottom: 2%;
}

/* -----枠-丸み----- */
.bd-r-all {
  border-radius: 8px;
}

.bd-r-tb {
  border-radius: 7px 7px 0px 0px;
}

.bd-r-l {
  border-radius: 7px 0px 0px 7px;
}

@media screen and (min-width:720px) {
  .border-box-rb {
    border-right: 1px solid;
    border-bottom: none;
  }
}

/* --------------------
   背景共通パーツ
---------------------- */
.bg-box {
  background-color: rgb(0 0 0 / 0.1);
  position: relative;
}

.bg-box-pink {
  background-color: #E8457E;
  color: #ffffff;
}

.bg-box-pink-2 {
  background-color: #EC719D;
  color: #ffffff;
}

.bg-box-pink-3 {
  background-color: #EF9EBB;
  color: #ffffff;
}

.bg-box-white {
  background-color: #ffffff;
}

.bg-box-grey {
  background-color: #f7f8f8;
}

.bg-box-grey1 {
  background-color: #eaeaea;
}

.bg-box-darkgrey {
  background-color: #777777;
  color: #ffffff;
}

.bg-box-black1 {
  background-color: #3e3e3e;
  color: #ffffff;
}

/* --------------------
   コンテンツタイトル共通パーツ
---------------------- */
h2.blk-title,
.blk-title {
  font-size: 2.2rem;
  line-height: 1.75em;
  margin: 0 auto 6rem;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #3c3c3c;
}

h2.blk-title:before,
.blk-title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2.2rem;
  display: inline-block;
  width: 50px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #3c3c3c;
}

.blk-title.bg-in:before {
  display: none;
}

.blk-title.bg-in {
  margin: 0 0 4rem;
}

.blk-sub-title {
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 3rem;
}

.blk-text {
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

.blk-sub-text {
  margin: 4rem auto 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

.blk-img {
  margin: 0 auto 2rem;
}

/* --------------------
   コンテンツ内-見出し共通パーツ
---------------------- */
.title-holder {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.subject-txt-holder {
  padding: .5rem;
  font-size: 1.2rem;
  margin: 0 auto 2rem;
  letter-spacing: .05em;
  background-color: #EF9EBB;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .subject-txt-holder {
    display: inline-block;
    padding: 1rem;
  }
}

/* --------------------
   コンテンツ内-子見出し共通パーツ
---------------------- */
.sub-title-holder {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

/* --------------------
   コンテンツ内-本文共通パーツ
---------------------- */
.text-holder {
  margin: 2rem auto;
  text-align: justify;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}

/* --------------------
   コンテンツ内-文字間調節
---------------------- */
.font-fs_palt {
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

/* --------------------
   font-size共通パーツ
---------------------- */
.font-s {
  font-size: .6rem;
}

.font-sm {
  font-size: .75rem;
}

.font-m {
  font-size: .9rem;
}

.font-l {
  font-size: 1.2rem;
}

.ttl-1 {
  font-size: 1.4rem;
}

.ttl-2 {
  font-size: 1.6rem;
}

.ttl-3 {
  font-size: 1.8rem;
}

.ttl-4 {
  font-size: 2rem;
}

.normal {
  font-weight: normal;
}

/* --------------------
   色強調文字共通パーツ
---------------------- */
.emphasis-pink {
  color: #E8457E;
}

.emphasis-pink-2 {
  color: #EC719D;
}

.emphasis-pink-3 {
  color: #EF9EBB;
}

.emphasis-red {
  color: #f71523;
}

.emphasis-black {
  color: #3c3c3c;
}

/* -----色強調文字パーツ-太字----- */
.emphasis-pink-b {
  font-weight: bold;
  color: #e8457e;
}

.emphasis-red-b {
  font-weight: bold;
  color: #f71523;
}

.emphasis-black-b {
  font-weight: bold;
  color: #3c3c3c;
}

/* --------------------
   テキスト下線
---------------------- */
.line-bottom1 {
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* --------------------
   text-align要素
---------------------- */
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ta-j {
  text-align: justify;
}


/* --------------------
   tag-要素
---------------------- */
.tag-t1 {
    display: block;
    letter-spacing: .05em;
    padding: .5rem 1rem;
    color: #ffffff;
    background: #7b7b7b;
}

.tag-t2 {
    display: block;
    letter-spacing: .05em;
    padding: .25rem .5rem;
    color: #ffffff;
    background: #7b7b7b;
}

/* ----------------------
   番号連番共通パーツ
-------------------------- */
.box-number-list {
  counter-reset: num;
}

.box-number,
.box-number_1,
.box-number_2,
.box-number_4-c,
.box-number_5 {
  position: relative;
}

.box-number.number-pink:before {
  background-color: #ef9ebb;
  color: #ffffff;
  border-color: #ef9ebb;
}

.box-number_1 {
  text-align: justify;
  background-color: #ddd;
  border: 2px solid #ddd;
  color: #fff;
  padding: 1.3rem 1rem 1.3rem 5rem;
  margin-bottom: 1.5rem;
}

.box-number_1.num_color_1 {
  background-color: #EF9EBB;
  border-color: #EF9EBB;
}

.box-number_1.num_color_1:before {
  color: #EF9EBB;
}

.box-number_1.num_color_2 {
  background-color: #3E3E3E;
  border-color: #3E3E3E;
}

.box-number_1.num_color_2:before {
  color: #3E3E3E;
}

.box-number_1.num_color_3 {
  background-color: #6EB7D1;
  border-color: #6EB7D1;
}

.box-number_1.num_color_3:before {
  color: #6EB7D1;
}

.box-number_2 {
  text-align: justify;
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
  line-height: 1.25;
}

.box-number:before,
.box-number_1:before,
.box-number_2:before,
.box-number_2-a:after {
  content: counter(num);
  counter-increment: num;
}

.box-number:before {
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  height: 3rem;
  width: 3rem;
  color: #3c3c3c;
  font-size: 1.8rem;
  line-height: 1.75em;
  position: absolute;
  bottom: .4rem;
  left: .4rem;
  border: 1px solid #ddd;
  font-weight: bold;
  font-family: sans-serif;
}

.box-number_1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 2em;
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  background-color: #fff;
}

.box-number_2:before {
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 2rem;
  padding-right: 1rem;
}

.box-number_2-a:after {
  box-sizing: border-box;
  text-align: center;
}


@media screen and (min-width:720px) {
  .box-number:before {
    height: 3.8rem;
    width: 3.8rem;
    font-size: 2.2rem;
  }
}

.box-number_4-c {
  display: flex;
  align-items: center;
  line-height: 1.25;
  justify-content: center;
}

.box-number_4-c:before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
}

.box-number_4-c:before {
  box-sizing: border-box;
  font-size: 4rem;
  margin-right: .25em;
  line-height: 1;
  position: relative;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.box-number-list-1,
.box-number-list-1-a,
.box-number-list-1-c {
  counter-reset: num;
}

.box-number-list-1 > *,
.box-number-list-1-c .s-num-txt {
  position: relative;
}

.box-number-list-1 > * {
line-height: 1.5;
text-align: left;
padding-left: 3.5rem;
}

.box-number-list-1 > *:last-child {
  margin-bottom: 0;
}

.box-number-list-1-c .s-num-txt {
  padding-left: 3.2rem;
}

.box-number-list-1 > *:before,
.box-number-list-1-a .s-num-txt:before,
.box-number-list-1-c .s-num-txt:before {
  counter-increment: num;
  content: counter(num);
  font-size: 1.2rem;
  border: 1px solid #e8447e;
  box-sizing: border-box;
  border-radius: 50%;
  height: 2.8rem;
  width: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  letter-spacing: 0;
  background-color: #e8447e;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.box-number-list-1-a .s-num-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-number-list-1-a .s-num-txt:before {
  position: relative;
  top: auto;
  transform: translateY(0);
  left: auto;
  margin-right: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2rem;
  background-color: #ec719d;
  border-color: #ec719d;
}

.box-number-list-1-c .s-num-txt:before {
  left: 8%;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2rem;
  background-color: #ec719D;
  border-color: #ec719d;
}

.box-number_5 {
  text-align: justify;
  display: flex;
  align-items: center;
  line-height: 1.25;
  padding: 1.5rem 0;
}

.box-number_5 {
  border-top: 1px solid;
}

.box-number_5:last-child {
  border-bottom: 1px solid;
}

.box-number_5:before {
  content: counter(num);
  counter-increment: num;
}

.box-number_5:before {
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 768px) {
  .box-number_5 {
    flex-basis: 80%;
  }
}
/* ------------------------------------------
   ブロック矢印
-------------------------------------------- */
.box-flow_list>*,
.box-flow_list_1>* {
  position: relative;
  text-align: left;
}

.flow-num-no {
  padding-left: 1rem;
  margin-bottom: .5rem;
}

.box-flow_list>*::before,
.box-flow_list_1>*::before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  font-size: 2rem;
  left: 0;
  color: #C44E73;
}

.box-flow_list_1>*::before {
  color: #6EB7D1;
}

.box-flow_list .box-number_2,
.box-flow_list_1 .box-number_2 {
  padding-left: 1.5em;
}

/* ------------------------------------------
   レイアウトテンプレート
-------------------------------------------- */
/* --------------------
   breadcrumb
---------------------- */
#breadcrumb {
  background-color: #d5d5d5;
  text-align: left;
  padding-left: .6rem;
}

#breadcrumb.breadcrumb-white {
  background-color: #ffffff;
  color: #3e3e3e;
}

#breadcrumb.breadcrumb-white a {
  color: #3e3e3e;
}

#breadcrumb.unit {
  padding: 1rem 0;
}

/* --------------------
   still-image
---------------------- */
.still-image img {
  display: block;
}

/* --------------------
   temp-anchor-menu
---------------------- */
.anchor-menu .flex-b {
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: rgba(255, 255, 255, 1);
  z-index: 10;
  font-size: 1rem;
  margin: 0 auto;
  font-weight: bold;
}

.anchor-menu .flex-b .col_4,
.anchor-menu .flex-b .col_5,
.anchor-menu .flex-b .col_6 {
  letter-spacing: 0;
  position: relative;
  display: inline-flex;
  border: 1px solid rgba(208, 208, 208, 0.7);
  background: #ffffff;
  background-color: transparent;
  font-size: .8rem;
}

.anchor-menu .flex-b .col_4 a,
.anchor-menu .flex-b .col_5 a,
.anchor-menu .flex-b .col_6 a {
  flex-basis: 100%;
  color: #3e3e3e;
  padding: .5rem 0 1.5rem;
  position: relative;
  line-height: 1.2em;
}

.anchor-menu .flex-b .col_4 a::after,
.anchor-menu .flex-b .col_5 a::after,
.anchor-menu .flex-b .col_6 a::after {
  position: absolute;
  top: 0;
  bottom: -3rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(/img/common_icon_btmArw-2-sp.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width:720px) {

  .anchor-menu .flex-b .col_4,
  .anchor-menu .flex-b .col_5,
  .anchor-menu .flex-b .col_6 {
    padding: 0;
    font-size: 1.1rem;
  }

  .anchor-menu .flex-b .col_4 a,
  .anchor-menu .flex-b .col_5 a,
  .anchor-menu .flex-b .col_6 a {
    padding: 2rem 0;
  }

  .anchor-menu .flex-b .col_4 a::after,
  .anchor-menu .flex-b .col_5 a::after,
  .anchor-menu .flex-b .col_6 a::after {
    position: absolute;
    background: url(/img/common_icon_btmArw-2-pc.png) no-repeat;
    background-size: contain;
    margin: 0;
    top: 50%;
    left: 80%;
    transform: translate(50%, -50%);
  }
}
.anchor-menu .flex-b .col_6 a {
  font-size: 0.8rem;
  padding: 0.4rem 0 1.2rem;
}

.anchor-menu .flex-b .col_6 a::after {
  bottom: -3.5rem;
}
@media screen and (max-width:720px) and (min-width:550px) {
  .anchor-menu .flex-b .col_6 a::after {
    bottom: -2.8rem;
  }
}

@media screen and (max-width:1000px) and (min-width:768px) {
  .anchor-menu .flex-b .col_6 a {
    font-size: 1rem;
  }
}

@media screen and (min-width:768px) {
  .anchor-menu .flex-b .col_6 a {
    font-size: 1rem;
    padding: 1.4rem 0;
  }
}

/* --------------------
   temp-header-text
---------------------- */
.header .title-holder {
  font-size: 2.6rem;
  line-height: 1.5em;
  display: block;
  /* margin: 0 auto 3rem; */
  margin: 0 auto;
}

.header .sub-title-holder {
  font-size: 1.5rem;
  margin: 0 auto 1.5rem;
}

.header .title-holder.box-mb-1,
.header .sub-title-holder.box-mb-1 {
  margin-bottom: 1rem;
}

.header .text-holder {
  text-align: center;
  margin: 0 auto;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.header .title-holder + * {
  margin-top: 3rem;
}

.header .flex-b {
  padding: 4rem 0 0;
}

@media screen and (min-width: 720px) {
  .header .title-holder {
    font-size: 3rem;
  }

  .header .text-holder {
    font-size: 1.3rem;
    width: calc(68% - 2rem);
  }
}

/* --------------------
   temp-tab-contents
---------------------- */
.hide {
  display: none;
}

.tab-nav {
  overflow: hidden;
}

.tab-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0 .8rem;
  text-decoration: none;
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #666;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tab-button.select {
  color: #000;
  font-weight: bold;
  border-bottom: 1px #000 solid;
  cursor: default;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tab-list {
  /* max-width: 600px; */
  margin: 0 auto;
}

.tab-list img {
  display: block;
  margin: 4rem auto;
}

.comment {
  letter-spacing: .1em;
  margin-bottom: 1rem;
}

/* --------------------
temp-tab-contents-form
---------------------- */
.tab-form {
  padding-bottom: 0px;
}

.tab-form table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1024px;
  margin: 60px auto;
}

.tab-form table th,
.tab-form table td {
  display: block;
  width: calc(100% - 2px);
  padding: 24px 0;
}

.tab-form table th {
  border-top: 1px #ddd solid;
  font-weight: normal;
  text-align: left;
}

.tab-form table th span {
  color: #e61a14;
}

.tab-form table td {
  border-top: 0;
  padding: 0;
}

.tab-form .name label {
  display: inline-block;
  width: calc(50% - .7rem);
  position: relative;
}

.tab-form .name ins {
  display: inline-block;
  width: 40px;
  text-decoration: none;
}

.tab-form .name label+label {
  margin-left: 1rem;
}

/*-----input-----*/
.tab-form input[type=text],
.tab-form input[type=mail],
.tab-form select,
.tab-form textarea {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 52px;
  padding: 0 20px;
  border: 1px #ddd solid;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
}

.tab-form textarea {
  height: 128px;
  padding: 12px 20px;
  line-height: 1.5;
  resize: vertical;
}

/*-----select-----*/
.tab-form select {
  border: 1px #ddd solid;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

.tab-form .selectbox {
  display: inline-block;
  width: 300px;
  position: relative;
}

.tab-form .selectbox:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tab-form .selectbox:after {
  display: block;
  content: "▼";
  width: 50px;
  height: 50px;
  background: #aaa;
  color: #fff;
  text-align: center;
  border-radius: 0 5px 5px 0;
  line-height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*-----radio-----*/
.tab-form input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.tab-form input[type=radio]+label {
  display: inline-block;
  height: 20px;
  line-height: 22px;
  padding-left: 24px;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.tab-form input[type=radio]+label:before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px #ddd solid;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}

.tab-form input[type=radio]:checked+label:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #e61a14;
  position: absolute;
  left: 4px;
  top: 6px;
}

/*-----each-----*/
.tab-form #date,
.tab-form #date2,
.tab-form #date3,
.tab-form #sei,
.tab-form #mei,
.tab-form #ksei,
.tab-form #kmei {
  max-width: 320px;
  margin: .6rem 0;
}

.tab-form #knownbox label {
  width: calc((100% / 3) - 90px);
}

.tab-form #knownbox label[for=known6] {
  width: 64px;
  padding-right: 0;
}

.tab-form #known_other {
  width: calc((100% / 3) - 53px);
  height: 22px;
  line-height: 24px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px #ddd solid;
}

.tab-form .agree {
  text-align: center;
}

.tab-form .agree a {
  text-decoration: underline;
}

.tab-form .agree #agreement {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.tab-form #agreement+label {
  display: inline-block;
  padding-left: 46px;
  text-align: left;
  position: relative;
}

.tab-form #agreement+label:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px #ddd solid;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}

.tab-form #agreement:checked+label:before {
  border-color: #ef7a84;
  background: #ef7a84;
}

.tab-form #agreement:checked+label:after {
  display: block;
  content: "";
  width: 6px;
  height: 12px;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
  transform: rotate(45deg);
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -6px;
  z-index: 2;
}

/*-----button-----*/
.tab-form #submitBtn {
  width: 100%;
  max-width: 333px;
  height: 54px;
  line-height: 58px;
  margin: 60px auto 0;
  cursor: pointer;
  text-align: center;
  background: #e61a14;
  border: 1px #e61a14 solid;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tab-form #submitBtn:hover {
  background: #fff;
  border: 1px #ddd solid;
  color: #e61a14;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tab-form #backBtn {
  width: 80%;
  max-width: 243px;
  height: 54px;
  line-height: 58px;
  margin: 40px auto 0;
  cursor: pointer;
  text-align: center;
  background: #666;
  border: 1px #666 solid;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tab-form #backBtn:hover {
  background: #fff;
  border: 1px #ddd solid;
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/*-----error-----*/
.tab-form .error {
  display: none;
  color: #e61a14;
  font-size: 14px;
}

.tab-form input[type=text].errInput,
.tab-form input[type=mail].errInput,
.tab-form textarea.errInput,
.tab-form .selectbox.errInput:before {
  background: #ffe5e5;
}

@media(min-width:720px) {

  .tab-form table th,
  .tab-form table td {
    display: revert;
    padding: 24px 0;
  }

  .tab-form table th {
    width: 40%;
  }

  .tab-form table td {
    border-top: 1px #ddd solid;
    width: 60%;
  }

  .tab-form .name label {
    display: block;
    width: 100%;
    position: relative;
  }

  .tab-form .name label+label {
    margin-left: 0;
  }
}

/* --------------------
   temp-accordion
---------------------- */
.acMenu .ac-contents {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  /* margin-bottom: 1.6rem; */
  border: 1px solid #999;
  text-align: justify;
}

/*.acMenu .ac-contents button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  outline: none;
  padding: 0;
  appearance: none;
}*/

.acMenu .ac-contents .ac-button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.5rem 3rem 1.5rem 1rem;
  cursor: pointer;
  background-color: #fff;
  position: relative;
  font-family: inherit;
  letter-spacing: 0.05em;
}

.acMenu .ac-contents .ac-button::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -.8rem;
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #3c3c3c;
  border-right: 2px solid #3c3c3c;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 1.4rem;
}

.acMenu .ac-contents .ac-button.active::after {
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.acMenu .ac-contents .ac-list {
  display: none;
}

.acMenu .ac-contents .ac-list .ac-answer {
  padding: 1.5rem 3rem 1.5rem 1rem;
}

/* --------------------
   temp-blkB-2
---------------------- */
.blk-B .title-holder {
  font-size: 2rem;
  margin: 0 auto 3rem;
}

.blk-B .border-box.flex-b {
  margin: 0 0 1.5rem;
}

.blk-B .col_1_2.border-box.flex-b img {
  width: 50%;
  object-fit: cover;
  height: 100%;
}

.blk-B .col_1_2.border-box.flex-b .w-full {
  width: 100%;
}

.blk-B .col_1.border-box.flex-b img {
  width: 100%;
  object-fit: cover;
}

.blk-B .border-box.flex-b .text-holder {
  margin: 1rem auto;
  width: 50%;
  text-align: center;
  font-weight: bold;
}

.blk-B .border-box.flex-b .emphasis {
  font-size: 1.3rem;
}

.blk-B .col_1.border-box.flex-b .text-holder {
  margin: 1rem auto;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.blk-B .col_1.border-box.flex-b .title-holder.emphasis-pink {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.blk-B .col_1 .limit-holder .bg-box {
  width: calc(90% - 1rem);
}

.blk-B .bg-box {
  background: #3d3d3d;
  color: #ffffff;
  display: block;
  width: calc(100% - 1rem);
  margin: 0 auto;
}

.blk-B .limit-holder {
  display: block;
  font-size: .93rem;
}

.blk-B .sub-text-holder {
  margin-bottom: .5rem;
  line-height: 1.75em;
}

.blk-B .notes {
  font-size: 1rem;
}

@media screen and (min-width:720px) {
  .blk-B .col_1.border-box.flex-b img {
    width: 50%;
  }

  .blk-B .col_1.border-box.flex-b .w-full {
    width: 100%;
  }

  .blk-B .col_1.border-box.flex-b .text-holder {
    width: 50%;
  }

  .blk-B .col_1 .limit-holder .bg-box {
    width: calc(70% - 1rem);
  }
}

@media screen and (max-width:320px) {
  .bg-box {
    font-size: .9rem;
  }
}

/* --------------------
   temp-blkC
---------------------- */
.blk-C .unit-sm.bg-box-grey:nth-child(n+2) {
  margin: 4rem auto 0;
}

.blk-C .title-holder {
  font-size: 1.6rem;
  margin: 0;
}

.blk-C .text-holder {
  font-size: 1.3rem;
  text-align: center;
}

.blk-C .text-holder.bg-box-grey {
  font-size: 1rem;
  padding: 2rem;
  text-align: justify;
}

.blk-C .box-number {
  padding: 0 0 0 4rem;
  text-align: justify;
  margin: 1.4rem 0;
  font-size: 1.2rem;
}

.blk-C .box-number:before {
  text-align: center;
  left: 0;
  bottom: 50%;
  margin-bottom: -1.5rem;
  font-size: 1.6rem;
  width: 3rem;
  height: 3rem;
}

.blk-C .text-holder.bg-box {
  padding: 2rem;
  font-size: 1rem;
  text-align: justify;
}

.blk-C .border-box-ud {
  padding: .5rem;
}

.blk-C .border-box-top {
  flex-basis: 100%;
  text-align: center;
  margin: .2rem 0 0;
  padding: 2rem 0 0;
}

.blk-C .border-box-bottom {
  padding: 0 0 2rem;
  text-align: center;
  margin: .4rem auto;
}

/*.blk-C .img-holder {
  margin: 0 auto 1.6rem;
}*/

.blk-C .col_1_2 .flex-b {
  margin: 2rem auto;
}

.blk-C .flex-b .col_2 {
  flex-basis: calc(100% / 2 - .3rem)
}

@media screen and (min-width:720px) {
  .blk-C {
    flex-wrap: wrap;
  }

  .blk-C .img-holder {
    margin: 0;
  }

  .blk-C .box-number.blk-line-1 {
    margin: 0 0 2.2rem;
  }
}

/* --------------------
   temp-blkD
---------------------- */
.blk-D .bg-box-white {
  margin: 0 0 1.6rem;
}

.blk-D .bg-box-white .title-holder {
  font-size: 2rem;
  line-height: 1.5em;
  padding: 2rem;
  margin: 0 auto;
}

.blk-D .bg-box-white .sub-title-holder {
  margin: 0 auto .5rem;
}

.blk-D .bg-box-white .emphasis-pink {
  font-size: 2rem;
  display: initial;
}

.blk-D .col_2 {
  padding-bottom: 3rem;
}

.blk-D .col_2 .text-holder {
  margin: 1rem auto;
  text-align: center;
}

.blk-D .col_2 img {
  object-fit: cover;
  height: 100%;
}

.blk-D .col_1_3 .unit-sm {
  padding: 2rem 1.5rem;
}

.blk-D .col_1_3 .unit-sm .title-holder {
  font-size: 1.4rem;
  padding: 0;
}

.blk-D .col_1_3 .unit-sm .text-holder {
  margin-bottom: 0;
}

@media (min-width:720px) {
  .blk-D .bg-box-white {
    margin: 0;
  }

  .blk-D .col_2 img {
    object-fit: none;
    height: auto;
  }
}

/* --------------------
   temp-blkE
---------------------- */
.blk-E .flex-b .col_3_5 {
  position: relative;
  margin-bottom: 1rem;
}

.blk-E .flex-b .col_3_5::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.blk-E .flex-b .col_3_5 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.blk-E .flex-b .col_3_5.for_pc {
  display: none;
}

@media screen and (min-width:720px) {
  .blk-E .flex-b .col_3_5.for_pc {
    display: block;
  }
}

/* --------------------
   temp-blkF
---------------------- */
.blk-F .flex-b,
.blk-F .flex-c {
  margin: 3rem auto 4rem;
}

.blk-F .flex-c .border-box {
  font-weight: bold;
  margin: 0;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  height: 100%;
  border: 1px solid;
  padding: 1rem 0;
}

.blk-F .flex-c .border-box .btn-line-bottom {
  line-height: 2em;
}

.blk-F .flex-c .border-box .price-number {
  font-size: 1.6rem;
  letter-spacing: normal;
}

.blk-F .flex-c .icon-box {
  text-align: center;
  margin: 0 auto;
}

.blk-F .flex-c .icon-box::before {
  font-family: 'FontAwesome';
  content: "\f067";
  font-size: 2rem;
  font-weight: normal;
  color: #000;
}

.blk-F .grid-container {
  grid-template-columns: 1fr .5fr 1fr;
}

.blk-F .grid-container .blk-line-3 {
  padding: 2rem 0;
}

.blk-F .title-holder {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.blk-F .title-holder+.flex-b {
  align-items: flex-start;
}

.blk-F .title-holder+.flex-b .text-holder {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  line-height: 1.75em;
}

.blk-F .acMenu .ac-contents .ac-button {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.blk-F .acMenu .ac-contents .ac-button .ac-button-text {
  font-size: 1.2rem;
  font-weight: normal;
}

.blk-F .acMenu+.flex-b .col_1_2 {
  margin: 0 0 2rem;
}

.blk-F .acMenu+.flex-b .col_1_2:last-child img {
  outline: 1px solid #ddd;
  outline-offset: 0;
}

.blk-F .acMenu .ac-contents.ac-option {
  border: none;
}

.blk-F .acMenu .ac-contents.ac-option .ac-button {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #999;
}

.blk-F .acMenu .ac-contents.ac-option .ac-list .title-holder {
  font-size: 1.2rem;
  padding: 1rem 0 0;
}

.blk-F .acMenu .ac-contents.ac-option .ac-list .ac-answer {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  margin: 1rem 0;
  border: 1px solid #999;
}

.blk-F .acMenu .ac-contents.ac-option .ac-list .ac-answer .flex-b {
  margin: 0;
  font-weight: bold;
}

.blk-F .acMenu .ac-contents.ac-option .ac-list .ac-answer .flex-b.border-box-bottom {
  padding: 1rem 0;
}

.blk-F .acMenu .ac-contents.ac-option .ac-list .ac-answer .flex-b.border-box-bottom:last-child {
  border: none;
  padding-bottom: 0;
}


.blk-F .acMenu .ac-contents.ac-option .ac-list .ac-answer .flex-b .text-holder {
  margin: 0;
}

.blk-F .acMenu .ac-contents.ac-option .ac-list .ac-answer .flex-b .text-holder:last-child {
  text-align: end;
  flex-basis: 60%;
}

.blk-F .acMenu .ac-contents.ac-option .ac-list .ac-answer .flex-b .text-holder:first-child {
  flex-basis: 40%;
}

.blk-F .flex-b .col_1_2 .btn-line-bottom:after {
  font-family: FontAwesome;
  content: "\f101";
}

@media screen and (min-width: 720px) {
  .blk-F .btn-holder-lg.btn-bg.btn-bg-pink {
    margin: 0 0 8rem;
  }

  .blk-F .acMenu+.flex-b .col_1_2 {
    margin: 0;
  }
}

/* --------------------
   temp-blkG
---------------------- */
.blk-G .img-holder {
  margin: 0 0 1rem;
}

.blk-G .flex-b.img-holder {
  margin: 0;
}

.blk-G .flex-b.img-holder .col_1,
.blk-G .flex-b.img-holder .col_1_2,
.blk-G .flex-b.img-holder .col_1_3 {
  margin: 0 0 1rem;
}

.blk-G img {
  display: block;
}

.blk-G .flex-b .col_2_4 {
  text-align: justify;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.blk-G .flex-b .col_2_4:nth-child(n+5) {
  display: none;
}

.blk-G .label-ttl {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  margin-bottom: .4rem;
}

.blk-G .label-ttl:before {
  padding: .1rem .4rem .1rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  background: #3e3e3e;
  display: block;
  margin: 0 0 .7rem;
}

/*-----スタッフブログ用-----*/
.label-typeS:before {
  content: "スタッフブログ";
}

/*-----お役立ち用-----*/
.label-typeU:before {
  content: "お役立ち";
}

/*-----お客様の声用-----*/
.label-typeC:before {
  content: "お客様の声";
}

/*-----お知らせ用-----*/
.label-typeI:before {
  content: "お知らせ";
}

/*-----複製してクラス名を変更して使用(枠線)-----*/
.label-typeA:before {
  content: "ダミー";
  width: 100%;
  padding: .1rem 0 .1rem .4rem;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid;
  display: inline-block;
  margin: .7rem auto;
}

/*-----複製してクラス名を変更して使用(背景塗り)-----*/
.label-typeB:before {
  content: "ダミー";
  width: 100%;
  padding: .1rem 0 .1rem .4rem;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #ddd;
  display: inline-block;
  margin: .7rem auto;
}

@media screen and (min-width:720px) {
  .blk-G .flex-b.img-holder .col_1_2 {
    flex-basis: calc(100% / 2 - .6rem);
  }

  .blk-G .flex-b.img-holder .col_1_3 {
    flex-basis: calc(100% / 3 - .6rem);
  }

  .blk-G .img-holder .col_1_2:nth-child(n+2) {
    margin: 0;
  }

  .blk-G .flex-b .col_2_4:nth-child(n+5) {
    display: block;
  }
}

/* --------------------
   temp-modal-slider
---------------------- */
.md-slider .md-slider-contents {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.md-slider .md-slider-contents::-webkit-scrollbar {
  display: none;
  overflow: hidden;
  width: 1px;
  background: #fafafa;
}

.md-slider .md-slider-contents .flex-b {
  flex-wrap: nowrap;
}

.md-slider .md-slider-contents .flex-b .col_3,
.md-slider .md-slider-contents .flex-b .col_4 {
  flex-basis: calc(100% / 7 - 1rem);
  padding: 0 .4rem;
  line-height: 1.75em;
  margin-bottom: 2rem;
  text-align: justify;
}

.md-slider .md-slider-contents .flex-b .number {
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 1rem;
}

.md-slider .md-slider-contents .flex-b img {
  width: 13rem;
  height: 13rem;
  object-fit: cover;
  border-radius: 50%;
}

@media screen and (min-width:720px) {
  .md-slider .md-slider-contents .flex-b {
    flex-wrap: wrap;
    justify-content: center;
  }

  .md-slider .md-slider-contents .flex-b .col_3,
  .md-slider .md-slider-contents .flex-b .col_4 {
    padding: 0 1rem;
  }

  .md-slider .md-slider-contents .flex-b .col_3 img {
    width: 30rem;
    height: 30rem;
  }
}

/* --------------------
   temp-blkH
---------------------- */
.blk-H .bg-box-white {
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 1.6rem;
  margin-bottom: 4rem;
}

.blk-H .unit-sm.bg-box-grey .title-holder {
  margin: 1rem auto;
  font-size: 1.4rem;
}

.blk-H .unit-sm.bg-box-grey .sub-title-holder {
  font-weight: normal;
  margin-top: .5rem;
}

.blk-H .unit-sm.bg-box-grey .border-box-bottom {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.blk-H .unit-sm.bg-box-grey .text-holder {
  margin: 0 auto;
}

.blk-H .unit-sm.bg-box-grey img {
  display: block;
}

.blk-H .item-name {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: .08em;
  font-feature-settings: "palt";
  vertical-align: middle;
  width: calc(100% - 1rem);
  text-align: left;
  display: block;
  margin: 1rem auto 1.5rem;
  position: relative;
  font-weight: bold;
}

.blk-H .items_icon.item-name {
  padding-left: 7rem;
}

.blk-H .text-holder.col_1 {
  margin: 0 0 2rem;
  padding: 1rem;
}

/*-----複製してクラス名を変更して使用-----*/
.items_icon:before {
  content: "";
  background-color: #ddd;
  background-repeat: no-repeat;
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  display: block;
}

.blk-H .price-box {
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 900;
  text-align: justify;
}

.blk-H .price-box .font-l {
  padding-left: 0;
  font-size: 2rem;
}

.blk-H .flex-b .item-list {
  text-align: justify;
  margin-top: 1rem;
  line-height: 1.75em;
}

.blk-H .item-list .iconOnline {
  margin: 4rem 0;
}

.item_icon_onm,
.item_icon_nik1,
.item_icon_nik2,
.item_icon_nik3,
.item_icon_nik4,
.item_icon_nik5,
.item_icon_nik6 {
  padding-left: 6rem;
}

.item_icon_onm:before,
.item_icon_nik1:before,
.item_icon_nik2:before,
.item_icon_nik3:before,
.item_icon_nik4:before,
.item_icon_nik5:before,
.item_icon_nik6:before {
  content: "";
  background-image: url(/img/753-icon-str00.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 65px;
  height: 65px;
  /* border-radius: 50%; */
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  display: block;
}

.item_icon_nik1:before,
.item_icon_nik2:before,
.item_icon_nik3:before,
.item_icon_nik4:before,
.item_icon_nik5:before,
.item_icon_nik6:before {
  background-image: url(/img/753-icon-str01.png);
  border-radius: 0;
  top: -20%;
}

.item_icon_nik1:before,
.item_icon_nik2:before,
.item_icon_nik3:before,
.item_icon_nik4:before,
.item_icon_nik5:before,
.item_icon_nik6:before {
  background-image: url(/img/753-icon-str01.png);
  border-radius: 0;
  top: -20%;
}

.item_icon_nik1:before,
.item_icon_nik2:before,
.item_icon_nik3:before,
.item_icon_nik4:before,
.item_icon_nik5:before,
.item_icon_nik6:before {
  background-image: url(/img/753-icon-str01.png);
  border-radius: 0;
  top: -20%;
}

.item_icon_nik2:before {
  background-image: url(/img/753-icon-str02.png);
  top: -20%;
}

.item_icon_nik3:before {
  background-image: url(/img/753-icon-str03.png);
  top: -20%;
}

.item_icon_nik4:before {
  background-image: url(/img/753-icon-str04.png);
  top: -20%;
}

.item_icon_nik5:before {
  background-image: url(/img/753-icon-str05.png);
  top: -20%;
}

.item_icon_nik6:before {
  background-image: url(/img/753-icon-str06.png);
  top: -20%;
}

.blk-H .flex-b {
  margin: 1rem auto;
}

.blk-H .border-box {
  padding: 0 .8rem;
  display: inline-block;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

.blk-H .col_1_2.border-box-rb {
  padding: 2rem 0;
  margin: 2rem 0;
}

@media (min-width:720px) {

  .blk-H .unit-sm.bg-box-grey .title-holder,
  .blk-H .unit-sm.bg-box-grey .sub-title-holder {
    text-align: left;
  }

  .blk-H .item-name .price-box {
    padding-left: 2rem;
  }

  .blk-H .flex-b .item-list {
    margin-top: 0;
  }

  .blk-H .col_1_2.border-box-rb {
    padding: 0 2rem 0 0;
    margin: 0;
    flex-basis: calc(100% / 2);
  }

  .blk-H .col_1_2.border-box-rb+.col_1_2 {
    padding: 0 0 0 2rem;
    flex-basis: calc(100% / 2);
  }
}

/*-----オンライン注文対応共通パーツ-----*/
.online_order_1 {
  width: 100%;
  text-align: center;
  background-color: #f5f2ed;
  border-radius: .8rem;
  padding: 1rem;
  color: #e8447e;
  margin-top: 1.5rem;
}

.online_order_1 .online_title {
  background-color: #f16496;
  color: white;
  display: inline-block;
  margin: 0 auto .8rem;
  padding: .4rem 4rem;
  border-radius: .5rem;
}

.online_order_1 .online_box {
  text-align: center;
  position: relative;
  padding-left: 3rem;
  line-height: 1.75em;
}

.online_order_1 .online_box .bonus_point {
  font-size: 1.6rem;
}

.online_order_1 .online_box::before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  vertical-align: middle;
  background: url(/img/common-icon-mac.png);
  background-size: contain;
  position: absolute;
}

.label-online {
  position: relative;
}

.label-online:before {
  content: 'オンライン注文対応!';
  position: absolute;
  padding: 4px 12px;
  background-color: #e8447e;
  font-weight: bold;
  color: #fff;
}

.blk-H .acMenu {
  margin: 0 auto;
}

.blk-H .acMenu .ac-contents {
  border: none;
}

.blk-H .acMenu .ac-contents .ac-button {
  background-color: #f6f6f6;
}

.blk-H .acMenu .ac-contents .ac-button:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #40180A;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: .3s;
}

.blk-H .acMenu .ac-contents .ac-button::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #40180A;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.blk-H .acMenu .ac-contents .ac-button.active::before {
  transition: .3s;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.blk-H .acMenu .ac-contents .ac-button.bd-r-all.active {
  border-radius: 8px 8px 0px 0px;
}

.blk-H .acMenu .ac-contents .ac-button.bd-r-all.active+.ac-list {
  border-radius: 0px 0px 8px 8px;
}

.blk-H .acMenu .ac-contents .bd-r-all .ac-list {
  border-radius: 0 0 .8rem .8rem;
  background-color: #f6f6f6;
}

.blk-H .acMenu .ac-contents .ac-list {
  background-color: #f6f6f6;
}

.blk-H .acMenu .ac-contents .ac-list .ac-answer {
  border-bottom: 1px solid #ddd;
}

.blk-H .acMenu .ac-contents .ac-list .ac-answer:last-child {
  border-bottom: none;
}

@media screen and (min-width:1023px) {
  .online_order_1 .online_box .bonus_point {
    font-size: 1.5rem;
  }
}

/* --------------------
   campaign-blk
---------------------- */
.cp-blk .blk-sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto 1rem;
}

.cp-blk .blk-text {
  font-size: 1.4rem;
}

.cp-blk .title-holder {
  background-color: #e8447e;
  color: #ffffff;
  font-size: 1.8rem;
}

.cp-blk .font-l {
  padding-right: .4rem;
}

.cp-blk .border-box.col_1_2,
.cp-blk .border-box.col_1_3 {
  margin: 0 0 1.6rem;
}

.cp-blk .cp-details-box {
  padding: 1.5rem 1rem;
  margin: 0;
  color: #e8447e;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.cp-blk .cp-details {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.cp-blk .cp-sub-details {
  font-size: 1rem;
  line-height: 1.5em;
}

.cp-blk .border-box-bottom {
  width: calc(100% - 2rem);
  margin: 0 auto;
}

@media screen and (min-width:720px) {
  .thumbnail_A {
    height: 64%;
    object-fit: cover;
  }
}

@media screen and (min-width:1024px) {
  .thumbnail_A {
    height: 68%;
    object-fit: cover;
  }
}


/* --------------------
   catalog-blk-a
---------------------- */
.catalog-blk .inner {
  padding: 2rem 0;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.catalog-blk .flex-c {
  max-width: 800px;
  margin: 0 auto;
}

.catalog-blk .btn-holder {
  max-width: 44rem;
  margin: 0 auto 2rem;
}

.catalog-blk .img-holder {
  max-width: 480px;
  width: calc(100% - 5rem);
  margin: 0 auto 2rem;
}

/* ------ snsバナー ------ */
.sns-bnr-contents {
  border-top: none;
  border-bottom: none;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 6rem;
}

.sns-bnr-contents .bnr-holder img {
  width: 100%;
  height: auto;
}

.sns-bnr-contents .bnr-holder:last-child img {
  outline: 1px solid;
  outline-offset: -1px;
}

.sns-bnr-contents .col_1_2 {
  margin-bottom: 1.6rem;
}

.sns-bnr-contents .col_1_2:last-child {
  margin-bottom: 0;
}

@media(min-width:720px) {
  .catalog-blk .img-holder {
    margin-bottom: 4rem;
  }

  .sns-bnr-contents .col_1_2 {
    margin-bottom: 0;
  }
}

/* --------------------
   catalog-blk-b
---------------------- */
.catalog-blk-b .text-holder {
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem auto;
}

.catalog-blk-b .btn-holder {
  margin: 1rem auto 2rem;
}

.catalog-blk-b .flex-b {
  margin: 0 auto 4rem;
  max-width: 880px;
}

.catalog-blk-b .flex-b .col_1_2:first-child {
  margin: 0 0 2rem;
}

.catalog-blk-b .flex-b img {
  max-width: 400px;
}

.catalog-blk-b .sns-bnr-contents {
  padding: 0;
  margin: 0 auto;
}

.catalog-blk-b .btn-contents+.sns-bnr-contents {
  margin: 4rem auto 0;
}

@media screen and (min-width:720px) {
  .catalog-blk-b .flex-b .col_1_2:first-child {
    margin: 0;
  }
}

/* --------------------
   blk-I
---------------------- */
.blk-I .btn-line-bottom {
  padding: 0 0 .3rem;
}

.blk-I .btn-line-bottom:after {
  display: none;
}

.blk-I .flex-b img {
  vertical-align: middle;
}

.blk-I .col_2_4,
.blk-I .col_3_4 {
  margin-bottom: 1rem;
}

.blk-I .col_2_4:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

.label-type-new {
  position: relative;
}

.label-type-new:before {
  position: absolute;
  content: "新作";
  color: #ffffff;
  background: #e8457e;
  padding: .4rem .8rem;
  display: inline-block;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width:720px) {
  .blk-I .col_2_4:nth-last-of-type(-n+4) {
    margin-bottom: 0;
  }

  .blk-I .var-1 .col_2_4 {
    flex-basis: calc(100% / 4 - .1rem);
  }
}

/* --------------------
   grid-blk
---------------------- */
.grid-container {
  display: grid;
}

.grid_pattern_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-template-rows: repeat(1, 5.75vw);
  gap: .8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid_pattern_2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1rem;
}

.grid_pattern_2>*:first-child {
  grid-column: 1/ span 2;
}

.grid_pattern_2>* {
  grid-column: span 1;
  grid-row: span 2;
}

.grid-a {
  grid-column: 1 / span 4;
  grid-row: 1 / span 3;
}

.grid-b {
  grid-row: 4 / span 2;
  grid-column: 1 / span 4;
}

.grid-c {
  grid-column: 1 / span 2;
  grid-row: 6 / span 2;
}

.grid-c.grid-c-l {
  grid-column: 1 / span 4;
  grid-row: 6 / span 2;
}

.grid-d {
  grid-column: 3 / span 2;
  grid-row: 6 / span 2;
}

@media screen and (min-width: 720px) {
  .grid_pattern_1 {
    grid-template-columns: repeat(8, 1fr);
  }

  .grid-a {
    grid-row: 1 / span 4;
    grid-column: 1 / span 4;
  }

  .grid-b {
    grid-row: 1 / span 2;
    grid-column: 5 / span 4;
  }

  .grid-c {
    grid-row: 3 / span 2;
    grid-column: 5 / span 2;
  }

  .grid-c.grid-c-l {
    grid-row: 3 / span 2;
    grid-column: 5 / span 4;
  }

  .grid-d {
    grid-row: 3 / span 2;
    grid-column: 7 / span 2;
  }

  .grid_pattern_2 {
    grid-template-columns: repeat(5, 1fr);
  }

  .grid_pattern_2>*:first-child {
    grid-column: 1/ span 2;
    grid-row: span 2;
  }

  .grid_pattern_2>*:nth-child(n+2) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.grid-container img {
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.g-blk-1-2,
.g-blk-1-3,
.g-blk-1-4 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: .5rem;
}

.g-blk-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-gap: .5rem;
}

.g-2-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 2em;
}

.g-2-4,
.g-2-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 2em;
}

.g-3-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 2em;
}

.g-box-1_2,
.g-box-1_2-t1 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.g-box-1_3 {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 2fr;
}

.g-box-3-5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
  .g-box-3-5 .border:nth-child(3n-2) {
    border-right: 1px solid #B9BABA;
    border-bottom: 1px solid #B9BABA;
    border-left: 1px solid #B9BABA;
  }
  .g-box-3-5 .border:nth-child(3n-1),
  .g-box-3-5 .border:nth-child(3n) {
    border-right: 1px solid #B9BABA;
    border-bottom: 1px solid #B9BABA;
  }
}

.g-gap-small {
  grid-gap: .5em;
}

.g-gap1 {
  grid-gap: 1em;
}

.g-gap2 {
  grid-gap: 2em;
}

.g-gap3 {
  grid-gap: 3em;
}

@media screen and (min-width:768px) {
  .g-blk-1-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .g-box-1_2 {
    grid-template-columns: 1fr 5fr;
  }

  .g-box-1_2-t1 {
    grid-template-columns: auto 1fr;
  }

  .g-blk-1-3,
  .g-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .g-blk-1-4,
  .g-2-4,
  .g-box-1_3 {
    grid-template-columns: repeat(4, 1fr);
  }

  .g-box-3-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .g-box-3-5 .border {
    border-top: 1px solid #B9BABA;
    border-right: 1px solid #B9BABA;
    border-bottom: 1px solid #B9BABA;
  }

  .g-2-5,
  .g-3-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .g-row1_pc {
    grid-row: 1;
  }
  .g-col1_pc1 {
    grid-column: 1/span 2;
  }
}
.grid-content-center {
  place-content: center;
}
/* --------------------
   blk-K
---------------------- */
.blk-K .blk-title:nth-child(n+2) {
  margin: 6rem 0 4rem;
}

.blk-K .col_1_2,
.blk-K .col_1_3 {
  margin: 0 0 3rem;
}

.blk-K .col_1_2:last-child,
.blk-K .col_1_3:last-child {
  margin: 0;
}

.blk-K .btn-line-bottom:after {
  font-family: FontAwesome;
  content: "\f101";
}

@media screen and (min-width:720px) {

  .blk-K .col_1_2,
  .blk-K .col_1_3 {
    margin: 0;
  }
}

/* --------------------
   button-blk
---------------------- */
.btn-contents .btn-holder,
.btn-contents .btn-holder-lg {
  margin: auto;
}

.btn-contents .col_1_2 {
  flex-basis: 100%;
}

/* .btn-contents .col_1{
	margin:0 auto 1rem;
} */

@media screen and (min-width: 768px) {
  .btn-contents .col_1_2 {
    flex-basis: calc(75% / 2);
  }
}

/* --------------------
   blk-L
---------------------- */
.blk-L .border-box {
  display: flex;
  background: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.75em;
}

.blk-L .border-box .btn-holder {
  margin: .1rem 0;
  padding: 1rem 0;
  min-width: initial;
  max-width: initial;
  border-radius: 0;
  letter-spacing: inherit;
  width: 100%;
  display: inline-grid;
  cursor: pointer;
}

.blk-L .border-box .btn-holder:after {
  right: .6rem;
}

.blk-L .img-holder {
  width: 70%;
}

.blk-L .img-holder img {
  display: block;
}

.tag-sm {
  display: inline-block;
  font-size: .9rem;
  letter-spacing: .05em;
  padding: .2rem .5rem;
  color: #ffffff;
  margin: 0 auto .4rem;
  /*width: calc(95% - 1.5rem);*/
  background: #7b7b7b;
}

.modal-inner .border-box-top {
  border-top: 1px solid;
  color: rgb(0 0 0 / .75);
  margin: 1rem auto;
  padding: 1rem;
}

@media screen and (min-width:720px) {
  .blk-L .btn-holder.blk-line-2 {
    padding: 2.2rem 0;
  }

  .blk-L .btn-holder.blk-line-3 {
    padding: 1.3rem 0;
  }

  .blk-L .border-box {
    display: inline-block;
  }

  .blk-L .img-holder {
    width: 100%;
  }
}

/* --------------------
   blk-M
---------------------- */
.blk-M .title-holder {
  text-align: left;
  font-size: 1.2rem;
  display: block;
  margin: 1em 0;
}

.blk-M .text-holder {
  display: block;
  margin: 1em auto;
}

.blk-M .slide-contents {
  float: left;
  width: 32%;
}

.blk-M .slide-contents:nth-child(2) {
  margin: 0 1rem;
}

/* sp-時スライダー用 */
.blk-M .bx-wrapper img {
  max-width: inherit;
}

.blk-M .bx-wrapper .bx-prev,
.blk-M .bx-wrapper .bx-next {
  visibility: inherit;
}

.blk-M .bx-wrapper .bx-next {
  background: none;
  /* background: url(/lib/jquery.bxslider/images/controls2.png) -43px -32px no-repeat; */
}

.blk-M .bx-wrapper .bx-prev {
  background: none;
  /* background: url(/lib/jquery.bxslider/images/controls2.png) 0 -32px no-repeat; */
}

.blk-M .bx-wrapper .bx-prev,
.blk-M .bx-wrapper .bx-next {
  background: none;
}

.blk-M .bx-wrapper .bx-prev::before,
.blk-M .bx-wrapper .bx-next::after {
  position: absolute;
  top: 50%;
  margin-top: -5rem;
  transform: translateY(-50%);
  color: #ddd;
  font-size: 2rem;
  font-family: "FontAwesome";
}

.blk-M .bx-wrapper .bx-prev::before {
  content: "\f137";
  left: -20px;
}

.blk-M .bx-wrapper .bx-next::after {
  content: "\f138";
  right: -20px;
}

.blk-M .bx-wrapper .bx-prev:hover::before,
.blk-M .bx-wrapper .bx-next:hover::after {
  color: #bbb;
}

.blk-M .bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
}

@media screen and (min-width:720px) {
  .blk-M .slide {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blk-M .slide-contents {
    float: none;
    width: auto;
    flex-basis: calc(100% / 3 - 1rem);
  }
}

/* --------------------
   blk-N
---------------------- */
.blk-N .title-holder {
  text-align: justify;
  font-size: 1.5rem;
  margin: 1rem auto;
}

.blk-N .text-holder {
  margin: 0;
  padding: 1rem 0 2rem;
}

.blk-N .img-holder {
  height: 216px;
}

.blk-N .img-holder img {
  object-fit: cover;
  height: 100%;
}

.blk-N .col_2 {
  height: max-content;
}

.blk-N .reverse-blk {
  padding: 0 0 4rem 0;
}

.blk-N .flex-c .btn-holder {
  margin: 2rem 1rem 0;
  font-size: 1.2rem;
  max-width: 336px;
}

.label-zoom-img,
.label-zoom-img-1 {
  position: relative;
}

.label-zoom-img:before,
.label-zoom-img-1:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 1.4rem;
  color: #7b7c7c;
  background: #ffffff;
  opacity: .8;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  margin-bottom: 1rem;
  right: 8px;
  z-index: 1;
}

.label-zoom-img-1:before {
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
}

@media screen and (min-width:720px) {
  .blk-N .img-holder {
    height: auto;
  }

  .blk-N .col_1_2 .title-holder {
    width: calc(100% - 4rem);
    margin: 0;
  }

  .blk-N .col_1_2 .text-holder {
    width: calc(100% - 4rem);
  }

  .blk-N .col_2_4 {
    flex-basis: calc(100% / 4 - 1.5rem);
  }

  .blk-N .flex-c .btn-holder {
    margin: 2rem 1rem;
  }
}

/* --------------------
   movie-blk
---------------------- */
.movie-box {
  width: 100%;
  display: block;
}

.movie-blk-contents {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.movie-blk-contents .movie-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------
   blk-O
---------------------- */
.blk-O .title-holder {
  text-align: justify;
  font-size: 1.5rem;
  margin: 1rem auto;
}

.blk-O .flex-b .col_1_2 {
  position: relative;
  text-align: left;
}

.blk-O .flex-b.reverse-blk {
  padding: 0 0 8rem 0;
}

.blk-O .flex-b.reverse-blk .col_1_2:first-child {
  margin: 4rem 0 0;
}

.blk-O .flex-b.reverse-blk .col_1_2 .img-holder {
  width: 80%;
  margin: 0 0 0 auto;
}

.blk-O .flex-b.reverse-blk .col_1_2 .img-holder-sm {
  position: absolute;
  width: 50%;
  left: 0;
  top: 50%;
  margin-top: 16px;
}

@media screen and (min-width:720px) {
  .blk-O .flex-b .col_1_2:first-child {
    margin: 0;
    flex-basis: calc(100% / 2 - 5rem);
  }
}

/* --------------------
   blk-P
---------------------- */
.blk-P .title-holder.border-box-dot {
  font-size: 1.2em;
  padding: 1.5rem;
  background-color: #f5f5f5;
  margin: 0;
}

.blk-P .title-holder .emphasis-pink {
  font-size: 1.8rem;
  font-weight: bold;
}

.blk-P .sub-title-holder.bg-box-grey {
  padding: 2rem;
  font-weight: bold;
  margin: 0;
}

.blk-P .border-box-dot {
  margin: 2rem auto 3rem;
}

.blk-P .border-box-dot .price-box {
  max-width: 640px;
  width: calc(100% - 4em);
  padding: 1rem 0;
  margin: 0 auto;
  font-weight: bold;
}

.blk-P .border-box-dot .price-box .border-box-bottom {
  padding: 1rem 0;
  margin: auto;
}

.blk-P .border-box-dot .price-box .border-box-bottom .text-lg {
  flex-basis: 40%;
}

.blk-P .flex-b .col_1_3 .text-holder {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

.blk-P .flex-a {
  padding: 2rem;
  font-weight: bold;
}

.blk-P .flex-a .col_1_3 .title-holder {
  background: none;
  padding: 0 0 2rem;
  margin: 0;
  font-weight: bold;
  font-size: 1.5rem;
}

.blk-P .flex-a .col_1_3 .text-holder {
  padding: 0 0 2rem;
  margin: 0;
}

.blk-P .flex-a .col_1_3 .flex-b.border-box-bottom {
  background: none;
  padding: 0 0 .5rem;
  margin: 0 auto 1rem;
}

.blk-P .flex-a .col_1_3+.icon-box-plus {
  padding: 0 0 2rem;
}

.blk-P .flex-c .col_1 {
  margin: 0 0 1rem;
}

.blk-P .flex-c .btn-line-bottom {
  font-size: 1.2rem;
}

.blk-P .flex-c .btn-line-bottom:after {
  font-family: FontAwesome;
  content: "\f101";
}

.plice-box-total {
  background: #f9d0df;
  font-size: 1.8rem;
  padding: 2rem;
}

.plice-box-total .icon-box-equal {
  margin: 0 0 0 3rem;
  font-weight: bold;
}

.plice-box-total .icon-box-equal .emphasis-pink {
  font-size: 2rem;
}

@media screen and (min-width:720px) {
  .blk-P .border-box-dot .price-box .text-holder .text-lg {
    flex-basis: 70%;
  }
}

/* ---アイコン-ボックス(文字位置を合わせるとき)--- */
.icon-box-list {
  margin: 0 0 0 1.5rem;
  font-weight: normal;
  flex-basis: 76%;
}

/* ---アイコン-ボックス--- */
.icon-none:before {
  display: none;
}

.icon-box-square {
  position: relative;
  margin-left: 1.5rem;
}

.icon-box-square:before {
  position: absolute;
  content: "□";
  left: -1.5rem;
}

/* ---アイコン-プラス--- */
.icon-box-plus {
  position: relative;
}

.icon-box-plus:before {
  font-family: FontAwesome;
  content: "\f055";
  display: block;
  font-size: 3rem;
}

/* ---アイコン-イコール--- */
.icon-box-equal {
  position: relative;
}

.icon-box-equal:before {
  position: absolute;
  content: "=";
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  color: #ffffff;
  background: #3e3e3e;
  border-radius: 50%;
  margin-left: -3rem;
}

/* --------------------
   blk-Q
---------------------- */
/* ------ 特典-見せ方 ------ */
.benefits-holder {
  text-align: justify;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.benefits-holder .benefits-text {
  font-size: 1.5rem;
}

/* ------ 左上三角 ------ */
.box-label::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.5rem solid rgb(0 0 0 / .75);
  position: absolute;
  z-index: 2;
}

.blk-Q .title-holder {
  font-size: 2rem;
  line-height: 1.25em;
  text-align: justify;
  margin: 1rem 0;
}

.blk-Q .title-holder .emphasis-pink {
  font-size: 3rem;
}

.blk-Q .sub-title-holder {
  font-size: 1.4rem;
  text-align: justify;
  font-weight: bold;
  margin: 0 0 1rem;
}

.blk-Q .border-box {
  margin: 0 0 1.6rem;
}

.blk-Q .border-box .text-holder {
  margin: auto;
  padding: 1rem 0 1rem .5rem;
  width: calc(58% - 1rem);
  font-weight: bold;
}

.blk-Q .border-box .font-l {
  margin: .8rem 0 0;
}

.blk-Q .flex-b.col_1 {
  display: block;
}

.blk-Q .col_1 .text-holder {
  width: 100%;
  padding: 1rem;
  line-height: 1.5em;
  position: relative;
}

.blk-Q .col_1 img {
  display: block;
}

.blk-Q .col_1_2 img {
  object-fit: cover;
  height: 100%;
  width: calc(45% - 1rem);
}

@media screen and (min-width:720px) {
  .blk-Q .flex-b.col_1 {
    display: flex;
    flex-flow: row-reverse;
  }

  .blk-Q .col_1 .text-holder {
    position: initial;
  }

  .blk-Q .col_1 img {
    object-fit: cover;
    width: calc(50% - 1rem);
    height: 100%;
  }
}

/* --------------------
   blk-R
---------------------- */
.blk-R .unit-sm.inner-lg {
  padding-top: 0;
}

.blk-R .title-holder {
  margin: 1rem auto;
  font-size: 1.8rem;
}

.blk-R .title-holder .price-holder {
  font-size: 3rem;
  margin: 0 0 0 .5rem;
}

.blk-R .title-holder.bg-box-grey {
  font-size: 1.4rem;
  padding: 1rem;
  margin: 0 auto;
}

.blk-R .title-holder.border-box-bottom.bg-box-grey+.text-holder {
  padding: 0 2rem;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.blk-R .bg-box-white .title-holder {
  font-size: 1.4rem;
  padding: 1rem;
  margin: 0 auto;
}

.blk-R .text-holder {
  text-align: center;
}

.blk-R .text-holder.border-box {
  padding: 2rem;
  text-align: justify;
}

.blk-R .border-box {
  margin: 0 auto 1.6rem;
}

.blk-R .border-box .text-holder {
  text-align: justify;
}

.blk-R .bg-box-darkgrey {
  padding: 1rem;
}

.blk-R .border-box-bottom {
  padding: 0 0 1.6rem;
}

.blk-R .price-box {
  padding: 1rem 0;
  max-width: 640px;
  width: calc(100% - 3rem);
  margin: 0 auto;
}

.blk-R .price-holder {
  padding: 1rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75em;
  margin: 0;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.blk-R .price-holder+.btn-holder {
  margin: 0 0 1.6rem;
  font-size: 1.2rem;
  padding: 1rem;
}

.blk-R .bg-box {
  margin: 0 auto;
  padding: 1rem 2rem;
}

.blk-R .bg-box .box-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.blk-R .bg-box .flex-b {
  text-align: left;
}

.blk-R .bg-box .flex-b .col_4 {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
  flex-basis: calc(100% / 4 - .5rem);
}

.blk-R .col_2 {
  text-align: justify;
  flex-basis: calc(100%/2);
}

.blk-R .btn-line-bottom {
  line-height: initial;
  padding: 0 0 .1rem;
}

.blk-R .btn-line-bottom:after {
  display: none;
}

.blk-R .icon-box-square:nth-child(n + 2) {
  margin-top: 1rem;
}

.blk-R .icon-box-square .border-box {
  margin: 1rem auto 0;
  display: inline-block;
}

.blk-R .icon-box-square .text-holder {
  padding: .4rem 1rem;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  letter-spacing: initial;
}

.blk-R .img-holder {
  padding: .4rem;
}

.blk-R img {
  display: block;
}

@media screen and (min-width:720px) {
  .blk-R .title-holder.border-box-bottom.bg-box-grey+.text-holder {
    padding: 0 4rem;
  }

  .blk-R .img-holder {
    padding: .8rem;
  }

  .blk-R .text-holder.border-box {
    padding: 4rem;
  }

  .blk-R .border-box .col_1_2 {
    flex-basis: calc(100%/2 - .1rem);
  }
}

/* --------------------
   blk-S
---------------------- */
.blk-S .title-holder {
  font-size: 1.8rem;
  margin: 0 auto 1.6rem;
}

.blk-S .title-holder.emphasis-pink-b.flex {
  margin: 0;
}

.blk-S .title-holder.emphasis-pink-b.flex img {
  width: 60%;
  object-fit: contain;
  margin-right: .5rem;
}

.blk-S .img-holder img {
  display: block;
  object-fit: cover;
  height: 100%;
}

.blk-S .img-holder+.col_1_2 {
  padding: 2rem;
}

.blk-S .img-holder+.col_1_2 .text-holder {
  text-align: center;
}

.blk-S .col_1_2.for_pc {
  flex-basis: 40%;
}

.blk-S .col_1_2.for_pc img {
  width: 73%;
}

.blk-S .btn-holder-lg.btn-ol.font-l {
  margin: 0 auto;
  max-width: 480px;
}

/* --------------------
   blk-T
---------------------- */
.blk-T .border-box-dot {
  margin: 0 auto 1.6rem;
}

.blk-T .title-holder {
  font-size: 1.4rem;
  padding: 1rem;
  margin: 0 auto;
}

.blk-T .tag-b {
  background-color: #777777;
  color: #ffffff;
  width: 100%;
  margin: 1rem 0 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 1rem;
}

.blk-T .price-box {
  padding: 1rem 0;
  max-width: 640px;
  width: calc(100% - 3rem);
  margin: 0 auto;
}

.blk-T .price-holder {
  padding: 1rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75em;
  margin: 0;
  text-align: center;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.blk-T .price-holder.font-m {
  padding: 0 0 1rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: initial;
}

.blk-T .col_2 {
  text-align: justify;
  flex-basis: calc(100%/2);
  line-height: 1.25em;
  margin: 0 auto 1rem;
}

.blk-T .col_2:nth-child(even) {
  text-align: end;
}

.blk-T .col_2:last-of-type {
  margin: 0 auto;
}

.option-text {
  flex-basis: calc(40% - 1rem);
  text-align: justify;
}

@media screen and (min-width:720px) {
  .blk-T .tag-b {
    margin: 1rem 0;
  }

  .blk-T .tag-line-3 {
    padding: 2rem;
  }

  .blk-T .tag-line-4 {
    padding: 3.2rem;
  }

  .blk-T .tag-line-5 {
    padding: 4.4rem;
  }
}

.blk-R.blk-T .unit-sm.border-box {
  padding: 2rem 0;
}

.blk-R.blk-T .unit-sm.border-box .title-holder {
  padding: 0 0 2rem;
}

.blk-R.blk-T .border-box-pink,
.blk-R.blk-T .border-box-pink-2,
.blk-R.blk-T .border-box-pink-3 {
  width: calc(100% - 2rem);
  max-width: 960px;
  margin: 0 auto 1rem;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 700;
}

.blk-R.blk-T .border-box-pink .col_1_2 {
  padding: 2rem;
}

.blk-R.blk-T .border-box-pink-2 .col_1_2,
.blk-R.blk-T .border-box-pink-3 .col_1_2 {
  padding: 1rem;
  font-size: 1.1rem;
}

@media screen and (min-width:720px) {

  .blk-R.blk-T .border-box-pink-2 .col_1_2,
  .blk-R.blk-T .border-box-pink-3 .col_1_2 {
    font-size: 1.4rem;
  }
}

/* --------------------
   blk-U
---------------------- */
.blk-U .icon-box-square {
  margin-bottom: 1rem;
}

.blk-U .box-number-list>* {
  margin-bottom: 1rem;
  text-align: justify;
}

.blk-U .box-number-list .col_2>*,
.blk-U .box-number-list .col_1_2>* {
  margin-bottom: 1rem;
}

.blk-U .box-number-list .col_2 img {
  width: 70%;
}

.blk-U .box-flow_list>*:first-of-type:before,
.blk-U .box-flow_list_1>*:first-of-type:before {
  display: none;
}

.blk-U .box-flow_list>*:first-of-type>*,
.blk-U .box-flow_list_1>*:first-of-type>* {
  padding-left: 0;
}

.blk-U .text-holder.bg-box-white,
.blk-U .text-holder.bg-box-grey {
  padding: 3rem;
}

.blk-U .text-holder.bg-box-white .title-holder,
.blk-U .text-holder.bg-box-grey .title-holder {
  margin-top: 0;
}

.blk-U .g-col_wide {
  grid-column: 1 / 3;
}

.blk-U .g-col_wide .flex-b>* {
  flex-basis: calc(100% / 2 - .6rem);
}

.blk-U .border-box-top.movie-blk {
  margin-top: 3rem;
  padding-top: 2rem;
}

@media screen and (min-width:720px) {
  .blk-U .box-number-list .col_2 img {
    width: 50%;
  }

  .blk-U .g-col_wide {
    grid-column: auto;
  }

  .blk-U .g-col_wide .flex-b>* {
    flex-basis: 100%;
  }
}

/*20220517 -kash- newOmiya*/
#maternity .movie-blk .flex-b .title-holder,
#omiya .movie-blk .flex-b .title-holder {
  line-height: 1.5;
  font-size: 1.3em;
  margin-bottom: 15px;
}

#maternity .movie-blk .flex-b .title-holder span,
#omiya .movie-blk .flex-b .title-holder span {
  font-size: .9em
}

#maternity .movie-blk .flex-b .text-holder,
#omiya .movie-blk .flex-b .text-holder {
  text-align: center;
  margin: 1rem auto;
}

@media screen and (min-width: 1024px) {

  #maternity .movie-blk .flex-b .border-txt,
  #omiya .movie-blk .flex-b .border-txt {
    max-width: 25em;
  }

  #maternity .movie-blk .flex-b .btn-holder.btn-ol,
  #omiya .movie-blk .flex-b .btn-holder.btn-ol {
    max-width: 470px;
  }

  #maternity .movie-blk .flex-b .col_1_2:first-child,
  #omiya .movie-blk .flex-b .col_1_2:first-child {
    margin-bottom: 0px;
    line-height: 0;
  }
}

#maternity .movie-blk .flex-b .border-txt,
#omiya .movie-blk .flex-b .border-txt {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 22px 0;
  max-width: 22em;
  margin: auto;
  letter-spacing: 1px;
}

#maternity .movie-blk .flex-b .title-holder02,
#omiya .movie-blk .flex-b .title-holder02 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px
}

#maternity .movie-blk .flex-b .border-txt p:nth-child(2),
#omiya .movie-blk .flex-b .border-txt p:nth-child(2) {
  line-height: 2;
  font-size: .9em;
}

#maternity .movie-blk .flex-b .btn-holder.btn-ol,
#omiya .movie-blk .flex-b .btn-holder.btn-ol {
  line-height: 1.6;
  padding: 1rem;
}

#omiya .btn-bg {
  background-color: #E8457E;
  padding: 1.2rem;
  border-radius: 50rem;
}

#omiya #price_priducts #price1 #notice {
  margin: 0 auto 1em;
}

#omiya #shooting-fee .blk-F ul.flex-b {
  margin: 3rem auto 1rem;
}

#omiya #price1 {
  padding: 1em 0 0;
}

#omiya #shooting-fee #price_priducts {
  padding-bottom: 0;
}

#omiya .unit.blk-N.syohin .col_1_2:nth-child(2) .btn-holder.btn-ol {
  margin-bottom: 0;
}

#omiya.top #topics .ttl_h2 span::after {
  content: unset;
}

#omiya .column-ttl::before {
  content: "";
  display: block;
  background: url(/img/omiya-img-column-ttl.png) no-repeat;
  width: 117.5px;
  height: 75.5px;
  background-size: cover;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#omiya .column-ttl {
  position: relative;
  margin-top: 4rem;
}

/*20230215 -kaw- 20th-catalog-icon*/
.catalog-icon {
  position: relative;
}

.catalog-icon::before {
  content: "";
  display: block;
  background: url(/img/catalog-icon.png) no-repeat;
  width: 70px;
  height: 70px;
  background-size: cover;
  position: absolute;
  bottom: -10%;
  left: -4%;
}

@media screen and (min-width: 1024px) {
  .catalog-icon::before {
    width: 110px;
    height: 110px;
    bottom: -19%;
    left: -5%;
  }
}

.catalog-icon.btn-icon1-r:after {
  left: auto;
  right: 5%;
  top: 32%;
}

.catalog-icon.btn-icon1-r:after {
  transform: rotate(90deg);
}


/* -----------------
 カード型レイアウト
----------------- */
.s-option-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.s-option-box,
.s-option-box2 {
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(1px 1px 4px #ddd);
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

.s-option-box2 {
  border-radius: 0;
}

.s-option-box2.pink {
  border: 1px solid #e9447e;
}

.s-option-box img {
  border-radius: 7px 7px 0px 0px;
  vertical-align: bottom;
}

.s-option-box2 img {
  vertical-align: bottom;
}

.s-option-thum img {
  object-fit: cover;
  height: 100%;
}

@media screen and (min-width: 768px){
  .s-option-box .s-option-thum img {
    border-radius: 7px 0px 0px 7px;
  }
}

.s-plan-box {
  position: relative;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

.s-plan-cp-tag {
  position: absolute;
  color: #fff;
  background-color: #7b7c7c;
  padding: .5em 2em;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
}

.s-plan-cp-tag1 {
  position: absolute;
  color: #fff;
  background-color: #3c3c3c;
  padding: .5em 2em;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  margin: auto;
  z-index: 1;
}

.s-plan-cp-tag1.tag-up {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.s-plan-cp-tag_t1 {
  color: #fff;
  background-color: #e8447e;
  padding: .25em 1em;
  margin-left: .5em;
}

.s-plan-pricebox1,
.s-plan-pricebox2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.s-plan-pricebox1 > * {
  flex: 1;
  line-height: 1;
}

.s-plan-pricebox2 > * {
  flex-basis: 100%;
  margin-bottom: 3rem;
  line-height: 1;
}

.s-plan-pricebox2 > *:last-child {
  margin-bottom: auto;
}

.s-plan-price-line-through {
  color: #b9baba;
  text-decoration: line-through;
  position: relative;
}

.s-plan-pricebox2 .s-plan-price-line-through:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 16px solid #e9447e;
  border-bottom: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media screen and (min-width: 1024px) {
  .s-plan-pricebox2 > * {
    flex-basis: calc(100% / 2 );
    margin-bottom: auto;
  }
  .s-plan-pricebox2 .s-plan-price-line-through:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #e9447e;
    border-right: 0;
    left: auto;
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.op-list_1_2 > *,
.op-list_1_3 > * {
  flex-basis: 100%;
  margin: 1em;
}

.op-list_2_5 > *,
.op-list_2_6 > * {
  flex-basis: calc(100% / 2 - 1em);
  margin: .5em;
}

@media screen and (min-width: 768px){
.op-list_1_2 > * {
  flex-basis: calc(100% / 2 - 2em);
}
.op-list_1_3 > * {
  flex-basis: calc(100% / 3 - 2em);
}
.op-list_2_5 > * {
  flex-basis: calc(100% / 5 - 1em);
  margin: .5em;
}
.op-list_2_6 > * {
  flex-basis: calc(100% / 6 - 1em);
  margin: .5em;
}
}

.card-list1 {
 display: flex;
 flex-flow: row wrap;
 border: 1px solid;
}

.card-list1 > *:nth-child(1) {
 width: 40%;
}

.card-list1 > *:nth-child(1) img {
 vertical-align: bottom;
}

.card-list1 > *:nth-child(2) {
 width: 60%;
 margin: auto;
}


/* ブロック要素　さんかく */
.blk-arrow-t {
  position: relative;
}

.blk-arrow-t:before {
  content:"";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #f7f8f8;
  border-top: 0;
  transform: translate(-50%, -100%);
}

/* 20231222 成人ページリニューアル */
/* キャッチコピー */
.overlay-text-list__item:not(:last-child) {
  margin-bottom: 0.8rem;
}

.overlay-text-list__link {
  display: block;
  position: relative;
}

.overlay-text-list__title {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

.overlay-text-list__link:hover .overlay-text-list__title {
  opacity: 1;
  z-index: 1;
}

.overlay-text-list__icon-arrow {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 3.5rem;
}

.about-event {
  margin-top: 6.5rem;
}

.about-event__image {
  margin-top: 2rem;
}

.about-event__title {
  position: relative;
  background: #fff;
  font-size: 1.7rem;
  text-align: left;
}

.about-event__title:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(100% - 10rem);
  height: 2px;
  background: #cfcece;
  transform: translateY(-50%);
  content: "";
}

.about-event__description {
  /* font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho",
    serif; */
  text-align: left;
  line-height: 2.2;
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) {
  .overlay-text-list {
    display: flex;
    justify-content: space-between;
    margin: 6rem auto 0;
    max-width: 64rem;
  }

  .overlay-text-list__item {
    margin-bottom: 0 !important;
  }

  .overlay-text-list__title {
    top: 1rem;
    left: 1rem;
    font-size: 1.4rem;
  }

  .overlay-text-list__icon-arrow {
    bottom: 1.3rem;
    right: 1.3rem;
    width: 5.2rem;
  }

  .about-event {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 11.4rem;
  }

  .about-event__image {
    margin-top: 0;
    flex-basis: 58.5%;
  }

  .about-event__text {
    flex-basis: 34%;
  }

  .about-event__description {
    margin-top: 1.2rem;
    line-height: 2;
  }
}

/* 目次 TOC */
.toc-block {
  padding: 2rem 0;
}

.toc-block__item {
  width: 100%;
}

.toc-block__item--half {
  flex-basis: 47.5%;
  /* gap: 1rem; */
}

.toc-block__item--half:nth-last-child(-n + 2) .toc-block__link {
  margin-bottom: 0;
}

.toc-block__title {
  margin: 0 !important;
  letter-spacing: 0.1rem !important;
}

.toc-block__index {
  list-style-type: none;
  counter-reset: item;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1rem;
  margin-top: 2rem;
}

.toc-block__link {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #cfcece;
  padding-bottom: 0.5rem;
  margin-bottom: 1.8rem;
}

.toc-block__link:hover {
  color: #e8447e;
  border-bottom: 1px solid #e8447e;
}

.toc-block__link::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) ".";
  /* font-family: "Jost-exl", "sans-serif"; */
  /* margin-right: 10px; */
}

@media screen and (min-width: 768px) {
  .toc-block {
    display: grid;
    padding: 3rem 0;
    grid-template-columns: 0.62fr 1fr;
  }

  .toc-block__index {
    margin-top: 0;
  }

  .toc-block__title {
    display: flex;
    width: 100%;
    font-size: 1.4rem !important;
    letter-spacing: 0.1rem !important;
    margin: 0 !important;
    align-items: center;
    justify-content: start;
  }

  .toc-block__item {
    flex-basis: 48.5%;
    /* margin-bottom: 1.8rem; */
  }

  .toc-block__link {
    font-size: clamp(0.8rem, 1.3vw, 1rem);
  }

  .toc-block__item--half {
    flex-basis: 22.5%;
    margin-bottom: 0;
  }

  .toc-block__item--half .toc-block__link {
    margin-bottom: 0;
  }
}

/* らかんスタジオの成人式 */
.featured-block__image {
  position: relative;
}

.featured-block__title {
  position: absolute;
  bottom: 0;
  /* left: -1px; */
  background: #fff;
  padding: 0.7rem 1rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

.featured-block__text {
  position: relative;
}

.featured-block__description {
  text-align: left;
  line-height: 1.6;
  margin-top: 3.4rem;
}

.featured-block__note {
  font-size: 1.15rem;
  color: #e8447e;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.featured-block__price {
  letter-spacing: 0;
  font-size: 1.7rem;
}

.featured-block__button {
  margin-top: 1rem;
}

.featured-block__item:not(:last-child) {
  margin-bottom: 3rem;
}

.featured-block__item--large .featured-block__title {
  font-size: 1.7rem;
  bottom: 2.1rem;
  padding: 1rem;
}

.featured-block__item--large .featured-block__note {
  font-size: 1.7rem;
}

.featured-block__item--large .featured-block__price {
  font-size: 2.3rem;
}

@media screen and (min-width: 768px) {
  .featured-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .featured-block__title {
    padding: 1.3rem 1.5rem;
    font-size: 1.6rem;
  }

  .featured-block__note {
    font-size: 1.4rem;
  }

  .featured-block__price {
    font-size: 2rem;
    letter-spacing: 0;
  }

  .featured-block__text__description {
    margin-top: 0.8rem;
    line-height: 1.6;
  }

  .featured-block__item {
    flex-basis: 48.5%;
  }

  .featured-block__item--large {
    position: relative;
    display: flex;
    flex-basis: 100%;
    flex-direction: row-reverse;
  }

  .featured-block__item--large .featured-block__title {
    /* position: relative; */
    /* width: 80%; */
    /* display: inline-block; */
    left: 0;
    font-size: 2.3rem;
    top: 5.5rem;
    bottom: initial;
    padding: 0.8rem 2.7rem 0.8rem 0;
    letter-spacing: 0.1rem;
  }

  .featured-block__item--large .featured-block__image {
    position: initial;
    flex-basis: 58%;
  }

  .featured-block__item--large .featured-block__text {
    margin-top: 8.5rem;
    padding-right: 4rem;
    flex-basis: 42%;
  }

  .featured-block__text {
    text-align: left;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .featured-block__item--large .featured-block__title .for_sp {
    display: block !important;
  }
  .featured-block__item--large .featured-block__text {
    margin-top: 11rem;
  }
}

/* 各種商品 */
.box-slider {
  position: relative;
  display: flex;
  flex-flow: nowrap;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  gap: 1rem;
  padding-bottom: 2.5rem;
}

.box-slider__item {
  position: relative;
  width: 93.5%;
  padding: 0 0.25em;
  flex: none;
}

.box-slider__list {
  /* position: relative; */
}

.box-slider__list:hover img {
  filter: brightness(0.8);
}

.box-slider__list:hover {
  opacity: 1;
}

.box-slider__list:hover span {
  opacity: 1;
}

.box-slider__title {
  position: absolute;
  bottom: 5.8rem;
  display: block;
  width: 100%;
  padding: 0 1rem;
  /* left: 1rem; */
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.box-slider__price {
  position: absolute;
  bottom: 3.4rem;
  display: block;
  padding: 0 1rem;
  /* left: 1rem; */
  font-size: 1.15rem;
  color: #fff;
}

.box-slider__btn-wrapper {
  margin-top: 4.5rem;
}

.box-slider__btn-wrapper .btn-t1:not(:last-child) {
  margin-bottom: 3rem;
}

.blk-title-left-border {
  position: relative;
  text-align: left;
  padding-left: 1rem !important;
  letter-spacing: 0.1rem !important;
  font-size: 2.3rem !important;
  margin-bottom: 1.8rem !important;
}

.blk-title-left-border:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 70%;
  transform: translateY(-50%);
  content: "";
  background: #3e3e3e;
}

@media screen and (min-width: 768px) {
  .box-slider {
    overflow-x: initial;
    /* overflow-x: initial; */
    justify-content: space-between;
  }

  .box-slider__item {
    width: 32%;
    flex-basis: 32%;
  }

  .box-slider__btn-wrapper {
    display: flex;
    margin: 3rem auto 0;
    width: calc(100% - 20rem);
    margin-top: 3rem;
    gap: 2rem;
  }

  .box-slider__btn-wrapper .btn-t1 {
    margin-bottom: 0 !important;
  }
}

/* 選ばれる理由 */
.benefits-list__item:not(:last-child) {
  margin-bottom: 3rem;
}

.btn-offset {
  background: #fff;
  margin: -1.8rem -2rem 0 0;
  padding: 1.5rem 0rem 1.5rem;
  max-width: 100%;
}

/* 「なりたい自分に」 */
.image-swiper {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 2.8rem !important;
}
.image-detail-block:not(:last-child) {
  margin-bottom: 4rem;
}
.detail-block {
  position: relative;
  z-index: 99;
  margin: -2rem auto 0;
  margin-top: -2rem;
  width: calc(100% - 2rem);
  padding: 1.6rem 1.5rem 1.8rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  text-align: left;
}

.detail-block--right {
  margin-left: 2rem;
}

.detail-block--left {
  margin-right: 2rem;
}

.detail-block__title {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin: auto;
}

.detail-block__description {
  margin-top: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
}

.detail-block__link {
  display: inline-block;
  margin-top: 1.6rem;
  padding-right: 2rem;
  padding-left: 0;
  font-weight: bold;
}

.image-grid--triple {
  display: grid;
  /* gap: 0.8rem; */
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1.1fr 1fr;
}

.image-grid__item--large {
  padding-left: 0.8rem;
  grid-column: 2 / -1;
  grid-row: 1/-1;
}

.image-grid__item--top {
  grid-column: 1;
  grid-row: 1;
}

.image-grid__item--bottom {
  grid-column: 1;
  grid-row: 2;
}

.image-grid--double {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 768px) {
  .image-detail-block {
    display: flex;
    align-items: end;
  }

  .image-detail-block--reverse {
    flex-direction: row-reverse;
  }

  .image-swiper {
    margin: initial !important;
    padding: 0 !important;
    flex: 2;
    max-width: 715px;
  }

  .detail-block {
    margin: 0;
    flex: 1;
  }

  .detail-block--left {
    margin-right: -2.5rem;
  }

  .detail-block--right {
    margin-left: -2.5rem;
  }

  .image-grid--triple {
    flex: 1.9;
  }

  .image-grid__item--large {
    padding-left: 1.5rem;
  }

  .image-grid--double {
    flex: 1.7;
    padding-left: 4rem;
    gap: 1rem;
  }
}

/* カタログブロック */
.catalog__page img {
  image-rendering: -webkit-optimize-contrast;
}

.catalog__page img {
  display: none;
}
.catalog__page.page img {
  display: block;
}

.catalog__flip-contents {
  width: 100%;
  height: 100%;
  /* height: 0; */
  border: 1px solid #707070;
  /* padding: 4.1rem 3rem 3.7rem 3rem; */
  padding: 2.1rem 2rem 2.7rem 2rem;
  position: relative;
}

/* .catalog__flip__wrap {
  text-align: center;
  width: 100%;
} */

.catalog__flip {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog__flip {
  transition: margin-left 0.25s ease-out;
}

.catalog__flip .catalog__page {
  height: 100%;
}

.catalog__flip .catalog__page img {
  max-width: 100%;
  height: 100%;
}

.catalog__flip .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.2))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
  background-image: linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

.catalog__flip .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0.95, rgba(0, 0, 0, 0)),
    color-stop(1, rgba(0, 0, 0, 0.15))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -ms-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
  background-image: linear-gradient(
    right,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.catalog__button-prev,
.catalog__button-next {
  background: #fff;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  border: 1px solid #707070;
  z-index: 99;
}

.catalog__button-prev {
  left: 0;
  border-left: 0;
}

.catalog__button-next {
  right: 0;
  border-right: 0;
}

.catalog__button-prev::before,
.catalog__button-next::before {
  content: "";
  width: 14px;
  height: 14px;
  transform: rotate(-135deg);
  position: absolute;
  top: 15%;
}

.catalog__button-prev::before {
  left: 1.5rem;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: rotate(-135deg) translateY(-50%);
}

.catalog__button-next::before {
  right: 1.5rem;
  border-top: solid 2px #707070;
  border-left: solid 2px #707070;
  transform: rotate(135deg) translateY(-50%);
}

.catalog__page-counter {
  margin-top: 1.2rem;
}

.catalog__note {
  margin: 2.3rem 0px 5.8rem;
  font-size: 1.3rem;
}

.catalog__text {
  margin: 3.3rem 0 0;
}

.catalog__description {
  margin: 2.3rem 0;
  line-height: 2;
  font-size: 1.2rem;
}

.catalog__text-inner {
  margin-bottom: 3rem;
}

.catalog__button-label {
  font-size: 1.2rem;
}

.catalog__button .btn-holder {
  margin-top: 1rem;
}

.catalog__introduction {
  margin-top: 5rem;
}

.catalog__furicoco-img img,
.catalog__furiphoto-img img {
  width: 55%;
}

.catalog__furicoco-img,
.catalog__furiphoto-img {
  margin-bottom: 2.8rem;
}

.catalog__furicoco {
  margin-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .catalog__flip .catalog__page {
    cursor: zoom-in;
  }
  .catalog__text {
    flex-basis: 38%;
    padding: 0 3rem;
    margin: 0;
  }
  .catalog__page-counter {
    margin-top: 2.4rem;
  }
  .catalog__container {
    display: flex;
    justify-content: space-between;
  }
  .catalog__flip {
    width: 100% !important;
  }
  .catalog__note {
    margin: 1rem 0px 5rem;
  }

  .catalog__flip-contents {
    padding: 2.3rem 3.8rem;
    flex-basis: 62%;
    /* height: 515px;
    max-height: 100%; */
  }
  .catalog__text-inner {
    margin-bottom: 0;
  }

  .catalog__description {
    margin: 2.2rem 0 1.3rem;
  }

  .catalog__button .btn-holder {
    margin: 0.8rem auto;
  }

  .catalog__introduction {
    margin-top: 8.3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .catalog__furicoco,
  .catalog__furiphoto {
    display: flex;
    gap: 1.2rem;
  }

  .catalog__furicoco-img,
  .catalog__furiphoto-img {
    flex-basis: 37%;
  }

  .catalog__furicoco-img img,
  .catalog__furiphoto-img img {
    width: 100%;
  }

  .catalog__furicoco-text > *,
  .catalog__furiphoto-text > * {
    text-align: left;
  }

  .catalog__furicoco-text,
  .catalog__furiphoto-text {
    flex-basis: 63%;
  }
  .catalog__button-prev,
  .catalog__button-next {
    width: 3.8rem;
    height: 3.8rem;
    top: 47%;
  }
  .catalog__button-prev::before,
  .catalog__button-next::before {
    top: 22%;
  }

  .catalog__button-prev::before {
    left: 1.9rem;
  }

  .catalog__button-next::before {
    right: 1.9rem;
  }
  .catalog__introduction__furiphoto-text > * {
    text-wrap: balance;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .catalog__container {
    display: block;
  }
  .catalog__text {
    margin-top: 3rem;
  }
  .catalog__button {
    display: flex;
    justify-content: space-around;
    margin-top: 3rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .catalog__flip {
    margin: 0 auto !important;
  }
}

.catalog__ad-block {
  display: none;
}

.catalog__ad-block.catalog-last-page {
  display: grid;
  place-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  padding: 3rem;
  z-index: 99;
}

.catalog__ad-block__text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
}

.catalog__ad-block__text-info {
  display: block;
}

.catalog__ad-block__text-list {
  list-style: disc;
  padding-left: 2rem;
}

.catalog__ad-block__text-title {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
  .catalog__ad-block__text {
  }
}

/* キャンペーンバナーブロック 2024011 */
/* .cp-multi-items {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  flex-direction: initial;
  gap: 1.5rem;
  padding-bottom: 1rem;
}

.cp-multi-items .cp-item {
  width: 90%;
  flex: none;
}

.cp-multi-items .bnr-btn1 {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cp-multi-items .cp-item {
    width: 45%;
  }
} */

/* キャンペーンバナーブロック改修 202407 */
.cp-multi-items {
    overflow: hidden;
    margin-bottom: 2rem;
    box-sizing: border-box;
}

.cp-multi-items .swiper-wrapper {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.cp-multi-items img {
    width: 100%;
}

.cp-items-nav {
    display: none;
}

.cp-multi-items + .cp-items-nav {
    display: block;
}

.cp-items-blk{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.cp-items-blk .swiper-scrollbar{
    width: calc(100% - 30%)!important;
    left: 0 !important;
    position: absolute;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
}

.cp-items-blk .swiper-scrollbar-drag {
    background: rgb(233 68 126);
}

.cp-items-blk .swiper-button-next,
.cp-items-blk .swiper-button-prev {
    top: auto;
    bottom: -.8rem;
    /* border: 1px solid; */
    height: 32px;
    width: 32px;
    color: #3e3e3e;
    box-shadow: none;
    background: none;
}

.cp-items-blk .swiper-button-next {
    right: 0;
    left: auto;
}

.cp-items-blk .swiper-button-prev {
    right: 2.5rem;
    left: auto;
}

.cp-items-blk .swiper-button-next:after,
.cp-items-blk .swiper-button-prev:after {
    font-size: 1.4rem;
    -webkit-text-stroke: 1px #3e3e3e;
}

/* 20240319 七五三ページリニューアル */
.s753__concept__text {
  padding: 0 2rem;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.concept-title__img {
  width: 75%;
}

.image-grid--concept {
  display: grid;
  grid-template-columns: 1fr 1.235fr;
  grid-template-rows: 1fr 1fr;
  gap: 2.5vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.image-grid--concept > div:first-child {
  grid-column: 2 / -1;
  grid-row: 1 / 3;
}

.image-grid--concept > div:nth-child(2) {
  grid-row: 1;
  grid-column: 1;
  margin-left: 15.5vw;
}

.image-grid--concept > div:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
  margin-left: 9vw;
}

@media screen and (min-width: 768px) {
  .s753__concept {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 2rem;
  }

  .image-grid--concept {
    grid-template-columns: 0.665fr 1fr;
    grid-template-rows: 1fr 0.8fr;
    grid-template-rows: 21vw 15vw;
    margin-right: calc(50% - 30vw);
    margin-left: auto;
    width: 50vw;
    gap: 1.5vw;
  }

  .concept-title__img {
    width: 60%;
  }

  .image-grid--concept > div:nth-child(2) {
    margin-left: 4.2vw;
  }

  .image-grid--concept > div:nth-child(3) {
    margin-left: 0vw;
  }

  .s753__reason__container {
    padding-right: 6rem;
  }

  .s753__reason__title {
    font-size: 2rem;
  }
}

/* 予約からの流れ */
.flow-container {
  display: grid;
  grid-gap: 3rem;
  color: #3e3e3e;
  counter-reset: flow-num;
}

.flow-item {
  background-color: #cfcece;
  text-align: center;
  padding: 1rem 2rem;
  position: relative;
}

.flow-item::before {
  content: "STEP." counter(flow-num);
  counter-increment: flow-num;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

.flow-item + .flow-item::after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 1px solid #707070;
  display: block;
  border-bottom: 1px solid #707070;
  transform: translate(-50%, 50%) rotate(45deg);
  top: -2.9rem;
  left: 50%;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .flow-container {
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 3rem;
  }

  .flow-item {
    padding: 3rem 1rem 1rem;
  }

  .flow-item::before {
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .flow-item + .flow-item::after {
    transform: translate(50%, -50%) rotate(-45deg);
    top: 50%;
    left: -2.7rem;
  }
}
/* パララックス */

/* パララックス */
.parallax__bg {
  overflow: hidden;
  height: 900px;
  position: relative;
}

.parallax__bg .parallax {
  background-image: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: 0;
}

.parallax__bg .parallax::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.parallax__bg .parallax::before {
  background-image: url(/img/753-img-reason-sp.jpg);
}

.parallax__bg .about-us__text {
  position: absolute;
  background: none;
  bottom: 0;
  top: auto;
  padding: 5.4rem 0 3rem;
}

.parallax__bg .about-us__text::after {
  content: none;
}

@media screen and (min-width: 768px) {
  .parallax__bg {
    height: auto;
    /* margin-top: 100px; */
  }

  .parallax__bg .parallax::before {
    background-image: url(/img/753-img-reason-pc.jpg);
  }

  .parallax__bg .about-us__text {
    bottom: auto;
    top: 0;
    padding: initial;
  }
}

.d-block {
  display: block;
}

.flex-d {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (min-width: 768px) {
  #s753-kimono-rental .border-box {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 4rem;
    padding-top: 2rem;
  }

  #s753-kimono-rental .border-box-bottom {
    border-bottom: 0;
    border-right: 1px solid;
    /* padding: 1rem; */
    margin-bottom: 0;
    flex-wrap: wrap;
    display: grid;
    place-content: center;
  }
}

/* 20241012 成人式セット商品 */
@media screen and (min-width: 1024px) {
	.btn-col2-a {
		width: auto;
	}
}
@media screen and (max-width: 1023px) {
	.btn-col2-a + .btn-col2-a {
		margin: 0 auto;
	}
}

/* 20241108 七五三衣装ギャラリー */
.read {
  align-items: center;
  gap: 3rem;
  margin: 2rem 0 0;
}
.idea-movie {
  position: relative;
  padding: 0 0 0 30px;
  margin-right: -14px;
}
.idea-movie-text {
  position: absolute;
  top: -24px;
  left: 8px;
  width: 50%;
  font-size: 12px;
  transform: rotate(90deg);
  transform-origin: left;
}
.idea-movie-text:before,
.idea-movie-text:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%;
  height: 1px;
  background: #333;
}
.idea-movie-text:before {
  left: 0;
}
.idea-movie-text:after {
  right: 0;
}
.idea-movie-bg {
  display: flex;
  aspect-ratio: 16 / 9;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  background: #DED8C8;
}
.idea-movie-iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .container-xl {
    max-width: 1280px;
  }
  .read {
    gap: 6rem;
  }
  .idea-movie {
    margin-right: 0;
  }
  .idea-movie-text {
    top: -22px;
    left: 0;
    width: 50%;
    font-size: 16px;
  }
  .idea-movie-bg {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .read {
    gap: 4rem;
  }
  .idea-movie {
    padding: 0 0 0 20px;
  }
  .idea-movie-text {
    top: -28px;
  }
  .idea-movie-text:before,
  .idea-movie-text:after {
    width: 14%;
  }
  .idea-movie-bg {
    padding: 16px;
  }
}
/* 20241215-kash-七五三とはブロック */
.back-bd {
  border: 1px solid #ddd;
  padding: 2rem 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .back-bd {
    padding: 2.5rem
  }
}
.swiper-1-3 .swiper-button-next,
.swiper-1-3 .swiper-button-prev {
  background: #E8457E;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  .swiper-1-3 .swiper-button-next,
  .swiper-1-3 .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
.swiper-1-3 .swiper-button-next {
  right: 0;
}
.swiper-1-3 .swiper-button-prev {
  left: 0;
}
.swiper-1-3 .swiper-button-next:after,
.swiper-1-3 .swiper-button-prev:after {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.swiper-1-3 .swiper-button-next:after {
  margin-left: 0.25rem;
}
.swiper-1-3 .swiper-button-prev:after {
  margin-right: 0.25rem;
}

/* 動画エリア */
.video-modal_box {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

img.videoThumb {
  cursor: pointer;
  transition: all .3s;
  vertical-align: bottom;
}

.videoThum_box {
  position: relative;
  transition: all .3s;
}

.videoThum_box .videoThum_btn {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 0.5rem;
  line-height: 1;
  width: 40%;
  background-color: #fefefe;
  outline: 1px solid #ddd;
  outline-offset: -5px;
  transition: all .3s;
  z-index: 2;
}

.videoThum_box .videoThum_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
  border: 6px solid transparent;
  border-left: 8px solid;
}

.videoThum_box:hover .videoThum_btn {
  background-color: #3e3e3e;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -5px;
  transition: all .3s;
}

.videoThum_box:hover img{
  filter: brightness(0.8);
  transition: all .3s;
}

.video-modal_Content {
  background-color: #fefefe;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #888;
  animation: fadeIn 0.7s ease 0s 1 normal;
  position: relative;
  width: calc(100% - 1em);
  aspect-ratio: 16 / 9;
  max-width: 900px;
  top: 50%;
  transform: translateY(-50%);
}

.video-modal_Content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-modal_Content button.video-modal_closeBtn {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 3rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: absolute;
  transform: rotate(45deg);
  border: none;
  right: 8px;
  top: -32px;
  opacity: 0.9;
  transition: 0.2s ease-in-out;
}

.video-modal_Content button.video-modal_closeBtn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.video-modal_Content button.video-modal_closeBtn:hover {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(60px);
  }
}

.scroll__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 99999;
  background-color: rgb(80 80 80 / 80%);
}

.scroll__modal.modal-active {
  opacity: 1;
  pointer-events: auto;
}

.scroll__modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: -1;
}

.scroll__modal__wrap {
  background-color: #fff;
  width: 100%;
  padding: 2rem;
  height: 100%;
  overflow-y: scroll;
}

.scroll__modal__close-btn {
  position: absolute;
  right: 0rem;
  top: -3rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  font-size: 1rem;
}

.scroll__modal__close-btn::before,
.scroll__modal__close-btn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 1.4rem;
  width: 2px;
  height: 3rem;
  background: #3c3c3c;
}

.scroll__modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.scroll__modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.scroll__modal__container {
  position: relative;
}

.scroll__modal__link {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .scroll__modal__link {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}

#cvFix .title {
  text-align: center;
  padding: 0.6em 0 0.5em;
  font-size: 1.1em;
  letter-spacing: 0.13em;
  position: relative;
  background: rgba(0, 0, 0, 0.75);
  color: white;
}

#cvFix .title::after {
  content: "×";
  font-weight: bold;
  position: absolute;
  right: 0.2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: all 0.5s;
}

#cvFix.close .title::after {
  transform: translateY(-50%) rotate(45deg);
}

.notetax {
  z-index: 998;
}

.notetax.close {
  bottom: -218px;
  height: 313px;
  overflow: hidden;
  display: block;
}

.notetax .inner {
  padding: 1em;
  width: 100%;
  max-width: 440px;
}

a.btn_pagetop {
  bottom: 100px !important;
  z-index: 998;
}

@media screen and (min-width: 550px) {
  a.btn_pagetop {
    bottom: 60px !important;
  }
}

@media screen and (min-width: 768px) {
  .notetax.close {
    bottom: -260px;
    height: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .notetax.close {
    bottom: -260px;
  }
}

/* youtube_thumList */
.yt_List {
  padding: 2rem 1rem;
  border: 1px solid;
}

.yt_List-ttl {
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .yt_List {
    padding: 2rem;
  }

  .yt_List-ttl {
    grid-column: 1/3;
  }
}

.loadBefore {
  position: relative;
  cursor: pointer;
}

.loadBefore:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: .75em;
  width: 0px;
  height: 0px;
  border: 1.2em solid  transparent;
  border-left: 1.75em solid currentColor;
  color: #5a5a5a;
  opacity: .8;
  box-sizing: border-box;
  transition: all .3s;
  z-index: 2;
}

.loadBefore:after {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7em;
  height: 5em;
  border: .2em solid currentColor;
  border-radius: 16px;
  color: #5a5a5a;
  background-color: #ddd;
  opacity: .8;
  z-index: 1;
  transition: all .3s;
}

.loadBefore img {
  opacity: 1;
  transition: all .3s;
}

.loadBefore:hover img {
  opacity: .6;
  transition: all .3s;
}

.loadBefore:hover:before,
.loadBefore:hover:after {
  opacity: 1;
  color: #D80C18;
  transition: all .3s;
}

.brand-mv {
  position: relative;
}

.brand-mv:before {
  content:"";
  position: absolute;
  top: 0;
  right: 0;
  z-index:-1;
  width: 80%;
  height: 100%;
  background: #f7f8f8;
  display: block;
}

.brand-mv-blk {
  overflow-x: scroll;
}

.brand-mv-contents {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  width: 420%;
  margin-bottom: 3rem;
}

.brand-mv-box {
  width: calc(100% / 5 - 1%);
  position: relative;
  padding: 28px 14px;
  background: rgb(200 200 200 / 25%);
}

.brand-mv-box-6 {
  width: calc(100% / 6 - 0.5%);
}

.brand-mv-box:before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  border-top: 1px solid rgb(191, 191, 191);
  border-left: 1px solid rgb(191, 191, 191);
  display: block;
}

.brand-mv-box:after {
  content:"";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgb(191, 191, 191);
  border-right: 1px solid rgb(191, 191, 191);
  display: block;
}

@media all and (min-width: 768px) {
  .brand-mv-contents {
    width: 200%;
  }
}

.bg-f7f8f8 { background-color: #f7f8f8; }
.bg-e8457e { background-color: #e8457e; }
.text-e8457e { color: #e8457e; }
.border-e8457e { border-color: #e8457e; }
@media screen and (min-width: 768px) {
  .pc\:h-full-mv { height: calc(100vh - 109px); } /* メインビジュアル用 */
}

/* 店舗企画 改修 */
.border-ddd { border-color: #ddd; }
.news-label {
  display: inline-block;
  height: fit-content;
  border-radius: 4px;
  background-color: #ddd;
  padding-inline: 4px;
  margin-inline: 16px;
  font-size: 12px;
  line-height: 1.5;
}
#storeNews:not(:has([data-category])) { display: none; }
@media screen and (min-width: 768px) {
  .news-label {
    font-size: 16px;
  }
}

/* 料金コース用 */
:root {
  --primary-color: #ec719d;
}
.primary-color { color: var(--primary-color); }
.bg-3e3e3e { background: #3e3e3e; }
.bg-f7f8f8 { background: #f7f8f8; }
.bg-c8c8c8 { background: #c8c8c8; }
.bg-fae5ed { background: #fae5ed; }
.bg-f2d7d4-faf7f2 { background: linear-gradient(10deg, #f2d7d4, #faf7f2); }
.rounded-tr-4xl { border-top-right-radius: 2.5rem; }
.ico-arrow-r-loca { position: relative; }
.ico-arrow-r-loca:after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  transform: rotate(45deg);
}
.tab-button.select {
  border: none;
  background: var(--primary-color);
}
.tab-list { padding: 2rem 1rem; }
.tab-list img { margin: auto; }
.tab-list.select {
  display: block !important;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
}
.pre-check {
  position: relative;
  padding: 1.5rem 0 1.5rem 6rem;
}
.pre-check:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 58px;
  mask-image: url('/img/df-check.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--primary-color);
}
.pre-check-mark {
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
}
.pre-check-mark:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url('/img/pre-check-com.png') no-repeat left top / contain;
}
.pre-triangle,
.suf-border { position: relative; }
.pre-triangle { padding-left: 1.25rem; }
.pre-triangle:before,
.suf-border:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pre-triangle:before {
  left: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: var(--primary-color) transparent transparent transparent;
}
.suf-border:after {
  right: 0;
  width: 40%;
  height: 1px;
  background: var(--primary-color);
}
.opt-fd-ttl {
  position: relative;
  line-height: 1.25;
  font-feature-settings: "palt";
  width: fit-content;
  margin-inline: auto;
  padding: .85rem 1.2rem;
  border: 1px solid #bcb395;
  border-radius: 100vmax;
  background: #f7f8f8;
}
.opt-fd-ttl:before,
.opt-fd-ttl:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 40%;
  transform: translate(-40%, 98%);
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0px 16px 10px 0px;
  border-color: transparent #fbfaf6 transparent transparent;
}
.opt-fd-ttl:after {
  z-index: -1;
  border-width: 1px 18px 11px 0px;
  border-color: transparent #bcb395 transparent transparent;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@media screen and (min-width: 768px) {
  .pc\:rounded-tr-5xl { border-top-right-radius: 3.5rem; }
  .pc\:flow-unset { flex-flow: unset; }
  .pc\:flow-row-reverse { flex-flow: row-reverse; }
  .tab-list { padding: 3rem; }
  .suf-border:after {
    width: 76%;
  }
}
.bg-f7f8f8 { background: #f7f8f8; }
.border-b3b0af { border-color: #b3b0af; }
.order-list { counter-reset: num; }
.order-num:before {
  content: counter(num);
  counter-increment: num;
  width: 3.5rem;
  height: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--primary-color);
}
.min-h-50px { min-height: 50px; }

