/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
html {
  /* line-height: 1.15; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
html, body {
  height: 100%
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold
}
dd {
  margin-left: 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
img {
  border-style: none;
  vertical-align: bottom
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="checkbox"], [type="radio"] {
  padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption {
  text-align: left
}
td, th {
  padding: 0
}
th {
  text-align: left;
  font-weight: bold
}
template {
  display: none
}
[hidden] {
  display: none
}
a,
a img {
  transition: color 0.2s, opacity 0.2s, background-color 0.2s, border-color 0.2s,
    text-decoratin 0.2s;
}

/* --------------------------------------------------
00:  Utility Style
-------------------------------------------------- */
/* align */
.taL {
  text-align: left !important;
}
.taR {
  text-align: right !important;
}
.taC {
  text-align: center !important;
}
/* size */
.txXS {
  font-size: 10rem !important;
}
.txSS {
  font-size: 11rem !important;
}
.txS {
  font-size: 12rem !important;
}
.txM {
  font-size: 13rem !important;
}
.txL {
  font-size: 16rem !important;
}
.txLL {
  font-size: 18rem !important;
}
.txXL {
  font-size: 20rem !important;
}
.tx10 {
  font-size: 10px;
}
.tx11 {
  font-size: 11px;
}
.tx12 {
  font-size: 12px;
}
.tx13 {
  font-size: 13px;
}
.tx14 {
  font-size: 14px;
}
.tx15 {
  font-size: 15px;
}
.tx16 {
  font-size: 16px;
}
/* display */
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
.pc_wide_non {
  display: none !important;
}
@media screen and (max-width: 880px) {
  .pc_wide_only {
    display: none !important;
  }
  .pc_wide_non {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .pc_wide_non {
    display: none !important;
  }
}
/* -------------------------------------------------- */
.calendar-main {
  line-height: 1.5;
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
}
.calendar-main img {
  max-width: 100%;
  vertical-align: top;
}
.calendar-main a:hover {
  opacity: 0.7;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}
.contents-wrap {
  max-width: 104rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
/* fade設定 */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}


/* -------------------------------------------------- */
/* mv */
.sliderfr {
  position: relative;
}
.mainslider .swiper-slide {
  height: 450px;
}
.mainslider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sliderfr .maincopy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
}
.sliderfr .maincopy .fr {
  position: relative;
  max-width: 480px;
  padding-top: 62px;
}

.sliderfr .maincopy .fr .logo {
	text-align: center;
  max-width: 289px;
  margin: 0 auto 45px;
}

.sliderfr .maincopy .fr h1 {
	margin: 0;
	padding: 0;
}

.sliderfr .maincopy .ttl {
	text-align: center;
	font-family: 'calendarmincho', serif;
	/*  font-family: "Yu Mincho", "YuMincho", serif;*/
	font-weight: 500;
	font-size: 2.6rem;
	margin-bottom: 33px;
	letter-spacing: 0.1em;
	display: block;
	line-height: 1.5;
	padding: 0px 0 0;
}

.sliderfr .maincopy .subttl {
	font-family: 'calendarmincho', serif;
	/*  font-family: "Yu Mincho", "YuMincho", serif;*/
	font-weight: 500;
	font-size: 1.7rem;
	margin-top: 22px;
	text-align: center;
	letter-spacing: 0.05em;
	display: block;
	line-height: 1.9;
}

.sliderfr .maincopy .fr .hayawari {
	padding-top: 20px;
	text-align: center;
	margin: 0 auto;
}
.home .mainslider .slides li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* pagination */
.swiper {
  position: relative;
}
#metaslider .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  z-index: 3;
  width: 100%;
}
#metaslider .swiper-pagination-bullet {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 1.1rem;
  border: 3px solid #fff;
  background-color: transparent;
  opacity: 1;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
#metaslider .swiper-pagination-bullet-active {
  background-color: #fff;
}
#metaslider .swiper-button-prev,
#metaslider .swiper-button-next {
  width: 1.3rem;
  height: 2.5rem;
  margin-top: 0;
  color: #333;
}
#metaslider .swiper-button-prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 42px;
  height: 60px;
  font-size: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#metaslider .swiper-button-next::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 60px;
  font-size: inherit;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1099px) {
  .mainslider .swiper-slide {
    position: relative;
    height: auto;
    min-height: 450px;
  }
  .mainslider .swiper-slide::before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  .mainslider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sliderfr .maincopy {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sliderfr {
    margin-bottom: 0;
  }
  .mainslider .swiper-slide {
    position: relative;
    height: auto;
    min-height: 0;
  }
  .mainslider .swiper-slide::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .mainslider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sliderfr .maincopy {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .sliderfr .maincopy .fr {
    max-width: none;
    padding-top: 30px;
  }
  .sliderfr .maincopy .fr .logo {
    display: none;
  }
  .sliderfr .maincopy .fr h1 {
    margin: 0;
    padding: 0;
  }
  .sliderfr .maincopy .ttl {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .sliderfr .maincopy .subttl {
    /*display: none;*/
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 0;
  }
  /*.sliderfr .maincopy .fr .hayawari {
    display: none;
  }*/
  .sliderfr .maincopy .fr .hayawari img {
    width: 70%;
    max-width: 220px;
    height: auto;
  }
  .home .mainslider .slides li img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  /* pagination */
  .swiper {
    position: relative;
  }
  #metaslider .swiper-pagination {
    bottom: 20px;
  }
  #metaslider .swiper-pagination-bullet {
    width: 1.0rem;
    height: 1.0rem;
    margin: 0 0.8rem;
    border: 2px solid #fff;
  }
  #metaslider .swiper-button-prev::after {
    left: 0;
    width: 21px;
    height: 30px;
  }
  #metaslider .swiper-button-next::after {
    right: 0;
    width: 21px;
    height: 30px;
  }
}
/* container_calender */
.container_calender {
  padding: 80px 0;
}
.container_calender.faq {
  padding-top: 40px;
}
.container_calender.bg-subtle {
  background-color: #edeee9;
  background-position: 50% 50%;
  background-repeat: repeat;
  background: #edeee9 url('../print-products-photo-calender/bg_pat.png?$staticlink$') left center repeat;
}
.section-head {
  margin-top: 6rem;
  margin-bottom: 3rem;
  text-align: center;
}
.section-head:first-child {
  margin-top: 0;
}
.section-head .heading {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.section-head .heading.kerning {
  letter-spacing: normal;
  text-indent: 0;
}
.section-head .heading .label-new {
  display: inline-block;
  position: relative;
  top: -0.4em;
  margin-left: 1em;
  padding: .2rem 0.8em;
  color: #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 0.5em;
  background-color: #bc2c12;
}
.section-head .heading-en {
  margin-bottom: 0.4em;
  color: #333;
  font-size: 2rem;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
/* .container_calender h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 5px 5px;
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
  letter-spacing: 0;
} */
@media screen and (max-width: 767px) {
  .section-head {
    margin-top: 6rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .section-head .heading {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-indent: 0.0em;
  }
  .section-head .heading .label-new {
    display: inline-block;
    position: relative;
    top: -0.4em;
    margin-left: 1em;
    padding: .2rem 0.8em;
    color: #fff;
    border-radius: 4px;
    text-align: left;
    font-size: 0.5em;
    background-color: #bc2c12;
  }
  .section-head .heading-en {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.calendar-about {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: center;
  margin-top: 50px;
}
.calendar-about .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 20px) / 6);
  padding: 10px 15px 20px;
  text-align: center;
  background-color: #fff;
}
.calendar-about .block:not(:first-child) {
  margin-left: 5px;
}
.calendar-about .imgBlock {
  max-width: 130px;
  margin: 0 auto;
}
.calendar-about .imgBlock img {
  width: 100%;
}
.calendar-about .ttlBlock {
  margin-bottom: 20px;
}
.calendar-about .ttlBlock h5 {
  font-size: 1.8rem;
  font-weight: bold;
}
.calendar-about .txtBlock {
  margin-top: 1em;
}

.calendar-about .modal-wata__content .imgBlock {
  max-width: 180px;
}
.calendar-about .modal-wata__content .ttlBlock {
  margin-bottom: 20px;
}
.calendar-about .modal-wata__content .ttlBlock h5 {
  font-size: 2.4rem;
}
.calendar-about .modal-wata__content .txtBlock {
  margin-top: 1em;
}
/* modal button */
.about-detail {
  margin-top: auto;
}
.calendar-about input {
  display: none;
}
.about-detail-close-label {
    cursor: pointer;
}
.about-detail-open-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #333;
  transition: background-color 0.5s ease, color 0.5s ease;
  cursor: pointer;
}
.about-detail-open-label::before,
.about-detail-open-label::after {
  content: "";
  position: absolute;
  background-color: #333;
  transition: background-color 0.5s ease;
}
.about-detail-open-label::before {
  width: 40%;
  height: 1px;
}
.about-detail-open-label::after {
  width: 1px;
  height: 40%;
}
.about-detail-open-label:hover::before,
.about-detail-open-label:hover::after {
  background-color: #fff;
}
.about-detail-open-label:hover {
  background-color: #333;
  color: #fff;
}
/* modal */
.modal-wata {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal-wata__open-input01:checked + label + input + .modal-wata {
  display: block;
  animation: modal-wata-animation .6s;
}
.modal-wata__open-input02:checked + label + input + .modal-wata {
  display: block;
  animation: modal-wata-animation .6s;
}
.modal-wata__open-input03:checked + label + input + .modal-wata {
  display: block;
  animation: modal-wata-animation .6s;
}
.modal-wata__open-input04:checked + label + input + .modal-wata {
  display: block;
  animation: modal-wata-animation .6s;
}
.modal-wata__open-input05:checked + label + input + .modal-wata {
  display: block;
  animation: modal-wata-animation .6s;
}
.modal-wata__open-input06:checked + label + input + .modal-wata {
  display: block;
  animation: modal-wata-animation .6s;
}
.modal-wata__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 640px;
  background-color: #fff;
  z-index: 2;
  border-radius: 5px;
}

.about-detail-close-label {
  border: 1px solid #D6D6D6;
  border-radius: 50%; /* 丸くする */
  width: 36px;
  height: 36px;
  position: fixed;
  top: 7%;
  right: 5%;
  z-index: 99999;
  background-color: white; /* 背景色を指定 */
}
.about-detail-close-label::before, .about-detail-close-label:after {
  content: '';
  position: absolute;
  width: 14px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg); /* 斜めに回転 */
}

.about-detail-close-label:after {
  transform: translate(-50%, -50%) rotate(-45deg); /* 反対側の斜め */
}
.modal-wata__content {
  max-height: 100%;
  overflow-y: auto;
  padding: 60px 45px 45px;
}

.modal-wata__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  z-index: 1;
}
@keyframes modal-wata-animation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .modal-wata__content-wrap {
    width: 90%;
  }
}

.lineup_inner {
  display: flex;
  padding: 40px;
  background-color: #fff;
}
.lineup_image {
  flex: 1;
  text-align: center;
}
.lineup_text {
  flex: 1;
  margin-left: 40px;
  line-height: 1.8;
}
.lineup_inner .btn-box {
  margin-top: 30px;
  margin-bottom: 10px;
}
.message {
  padding-top: 80px;
  padding-bottom: 40px;
}
.message-text {
  line-height: 2.4;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .mv p.read_text {
    font-size: 1.3rem;
  }
  .container_calender {
    padding: 50px 0;
  }
  .calendar-about {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .calendar-about .block {
    width: calc((100% - 4px) / 2);
    padding: 0 15px 20px;
  }
  .calendar-about .block:not(:first-child) {
    margin-left: 0;
  }
  .calendar-about .block:nth-child(2n) {
    margin-left: 4px;
  }
  .calendar-about .block:nth-child(n+3) {
    margin-top: 4px;
  }
  /*.calendar-about .block:last-child {
    width: 100%;
  }*/
  .calendar-about .imgBlock {
    max-width: 110px;
    margin: 0 auto;
  }
  .calendar-about .ttlBlock {
    margin-bottom: 0.8em;
  }
  .calendar-about .ttlBlock h5 {
    font-size: 1.8rem;
  }
  .calendar-about .modal-wata__content .imgBlock {
    max-width: 160px;
  }
  .calendar-about .modal-wata__content .ttlBlock h5 {
    font-size: 2rem;
  }
  /* lineup */
  .lineup_inner {
    display: block;
    padding: 20px;
  }
  .lineup_image {
    width: 100%;
  }
  .lineup_text {
    margin-top: 20px;
    margin-left: 0;
    line-height: 1.5;
  }
  .lineup_inner .btn-box {
    margin-top: 20px;
  }
  .message {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .message-text {
    line-height: 2;
    font-size: 1.8rem;
  }
}
/* 20220713add */

.pg_wedding_step_item, .pg_wedding_step_item02, .pg_wedding_step_item03 {
  position: relative;
  padding: 0 20px 20px 20px; /* 左側に余白をなくし、右側に余白を追加 */
  border: 1px solid #333;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  width: calc(100% / 4);
}
.pg_wedding_step_item:before, .pg_wedding_step_item:after, .pg_wedding_step_item02:before, .pg_wedding_step_item02:after, .pg_wedding_step_item03:after{
  position: absolute;
  top: 50%; /* 垂直方向の中央に配置 */
  right: -25px; /* 見出しの右側に配置 */
  transform: translateY(-50%); /* 垂直方向の中央に配置 */
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.pg_wedding_step_item:before, .pg_wedding_step_item02:before{
  border-color: transparent;
  border-left-color: #333; /* 吹き出しの枠線の色を左に設定 */
  border-width: 12px; /* 吹き出しのサイズを設定 */
}
.pg_wedding_step_item:after, .pg_wedding_step_item02:after{
border-color: transparent;
  border-left-color: white; /* 吹き出しの内側の色を左に設定 */
  border-width: 13px; /* 吹き出しのサイズを設定 */
}
.pg_wedding_step_item02, .pg_wedding_step_item03{
  border-left: none;
  margin-left: -6px;
}
p.pg_wedding_step_item_number {
  font-family: "Crimson Text", serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 4rem;
margin: 0;
}
.pg_wedding_step_items img {
  width: 45%;
}


.step-list {
  display: flex;
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
.step-list>li {
  flex: 1;
  position: relative;
  padding: 15px 20px 20px;
  border: 1px solid #000;
  background-color: #fff;
}
.step-list>li:not(:first-child) {
  border-left: none;
}
.step-list>li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 10;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-left-color: #000;
}
.step-list>li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 10;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 13px solid transparent;
  border-left-color: #fff;
}
.step-list>li .label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
}
.step-list>li .img {
  width: 70%;
  max-width: 140px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #edeee9;
}
.step-list>li .ttl {
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.5;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .step-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .step-list>li {
    flex: 0 1 auto;
    width: 100%;
    padding: 15px 20px 20px;
    border: 1px solid #000;
  }
  .step-list>li:not(:first-child) {
    border-left: 1px solid #000;
    border-top: none;
  }
  .step-list>li:not(:last-child)::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    border-color: transparent;
    border-top-color: #000;
    border-width: 11px;
    top: 100%;
  }
  .step-list>li:not(:last-child)::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    border-color: transparent;
    border-top-color: white;
    border-width: 12px;
    top: 99%;
  }
  .step-list>li .label {
    font-size: 3rem;
  }
  .step-list>li .img {
    max-width: 120px;
  }
  .step-list>li .ttl {
    font-size: 1.6rem;
  }
}
.f-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-box .f-box-2 {
  width: 49%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .f-box .f-box-2 {
    width: 100%;
  }
}
.f-box > li {
  width: 23%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f-box > li {
    width: 49%;
  }
  .f-box > li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.f-box > li {
  text-align: center;
}
.f-box > li .img {
  position: relative;
  max-width: 160px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 10px;
}
.f-box > li .img .new {
  position: absolute;
  top: 0;
  right: -30px;
  width: 87px;
}
.f-box > li p {
  text-decoration: underline;
}
.f-box > li .price {
  margin-top: 0.3em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .f-box > li .img .new {
    position: absolute;
    top: 0;
    right: -18px;
    width: 60px;
  }
}
.green_b {
  margin-top: 80px;
  border: 1px solid #000;
  padding: 30px 40px 40px;
}
.green_b .f-box .f-box-l {
  width: 58%;
}
.green_b .f-box .f-box-l h4 {
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0;
}
.green_b .f-box .f-box-r {
  width: 35%;
}
.green_b .f-box .f-box-r img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .green_b .f-box {
    margin-bottom: 20px;
  }
  .green_b .f-box .f-box-l {
    width: 100%;
  }
  .green_b .f-box .f-box-r {
    width: 90%;
    max-width: 386px;
    margin: 10px auto;
  }
}

.faq_block{
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1.5rem 2rem .5rem;
  font-size: 1.8rem;
}
.q_block{
  padding-bottom: 2rem;
  border-bottom: solid 1px #888888;
  cursor: pointer;
}
.q_block, .a_block > div{
  display: flex;
}
.q_block span, .a_block span{
  flex: 1;
  padding-top: .4rem;
}
.q_block span.icon, .a_block span.icon{
  width: 3.2rem;
  margin-right: 1rem;
  flex: none;
  padding-top: 0;
}
.a_block{
  display: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.a_block span a{
  text-decoration: underline;
}
.a_block.active{
  display: block;
}

@media screen and (max-width: 767px) {
  .faq_block{
    width: 100%;
    max-width: 91rem;
    margin: 0 auto 0;
    padding: 1rem 0;
    font-size: 1.6rem;
  }
  .q_block span.icon, .a_block span.icon{
    width: 2.6rem;
    margin-right: .6rem;
    flex: none;
    padding-top: 0;
  }
  .q_block span, .a_block span {
    padding-top: 0.2rem;
  }
  a.btn_faq_other{
    width: 90%;
    font-size: 1.4rem;
    padding: 1.6rem ;
    margin: 3rem auto 6rem;
  }
  .green_b {
    margin-top: 50px;
    padding: 20px;
  }
  .green_b .f-box .f-box-l {
    width: 58%;
  }
}
.coupon h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.movie-box {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.movie-box::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.movie-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* item-wrap */
.item-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.item-wrap .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 6rem) / 2);
}
.item-wrap .item:nth-child(2n) {
  margin-left: 6rem;
}
.item-wrap .item:nth-child(n+3) {
  margin-top: 6rem;
}
.item-slider .swiper-slide {
  position: relative;
}
.item-slider .swiper-slide::before {
  content: '';
  display: block;
  padding-top: 70.83%;
}
.item-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-slider .swiper-button-next,
.item-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
}
.item-slider .swiper-button-next:after,
.item-slider .swiper-button-prev:after {
  color: #000;
  font-size: 2.4rem;
}
.item-slider .swiper-button-next:after {
  padding-left: 0.2em;
}
.item-slider .swiper-button-prev:after {
  padding-right: 0.2em;
}
.item-wrap .item .item-info {
  padding: 2.4rem 0 2rem;
}
.item-wrap .item .item-name {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.07em;
}
.item-wrap .item .item-price {
  margin-top: 0.8rem;
  font-size: 1.2rem;
}
.item-wrap .item .item-price .yen {
  margin-right: 0.2em;
  font-size: 1.5em;
}
.item-wrap .item .item-price strong {
  font-size: 2.4em;
  font-weight: 500;
}
.item-wrap .item .item-text {
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
.btn-box {
  margin-top: 50px;
  text-align: center;
}
.btn-box.mt0 {
  margin-top: 0;
}
.item-wrap .btn-box {
  margin-top: 0;
}
.detail-btn {
  display: inline-block;
  position: relative;
  min-width: 260px;
  padding: 0.75em 2.6em 0.85em 2em;
  border: 1px solid #000;
  color: #524941;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  background-color: #fff;
}
.item-wrap .detail-btn {
  padding: 0.75em 2.6em 0.85em 2em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.detail-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .item-wrap .item {
    width: 100%;
  }
  .item-wrap .item:nth-child(2n) {
    margin-left: 0;
  }
  .item-wrap .item:nth-child(n+2) {
    margin-top: 3rem;
  }
  .item-slider .swiper-button-next,
  .item-slider .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }
  .item-slider .swiper-button-next:after,
  .item-slider .swiper-button-prev:after {
    font-size: 1.8rem;
  }
  .item-wrap .item .item-info {
    padding: 2rem 0 2rem;
  }
  .item-wrap .item .item-name {
    font-size: 2rem;
  }
  .item-wrap .item .item-price {
    margin-top: 0.6rem;
  }
  .item-wrap .item .item-price strong {
    font-size: 2.0em;
  }
  .item-wrap .item .item-text {
    letter-spacing: 0.05em;
  }
}
.order-btn {
  display: inline-block;
  position: relative;
  min-width: 500px;
  padding: 1.15em 2.6em 1.25em 2em;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  background-color: #524941;
}
.order-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.green_b .btn-box {
  margin-top: 30px;
}
.green_b .order-btn {
  padding: 0.85em 2.6em 0.95em 2em;
  font-size: 1.6rem;
  letter-spacing: normal;
}
.base-text {
  margin-bottom: 2em;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn-box {
    margin-top: 30px;
  }
  .item-wrap .btn-box {
    margin-top: 0;
  }
  .detail-btn {
    min-width: 0;
    padding: 0.65em 2.6em 0.75em 2em;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .item-wrap .detail-btn {
    padding: 0.75em 2.6em 0.85em 2em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .detail-btn::before {
    right: 1.6rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .order-btn {
    width: 80%;
    min-width: 0;
    max-width: 500px;
    font-size: 1.6rem;
  }
  .order-btn::before {
    right: 1.5rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  .green_b .btn-box {
    margin-top: 20px;
  }
  .green_b .order-btn {
    width: 100%;
    max-width: 360px;
    padding: 0.85em 2.6em 0.95em 2em;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .base-text {
    margin-bottom: 2em;
    font-size: 1.6rem;
  }
}

.calendarHeadingBlock {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.calendarHeadingBlock .heading-l {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.3em;
}
.gift_area .gift_area_mv {
  text-align: center;
}
.gift_area .gift_area_mv img {
  width: 100%;
  max-width: 1120px;
}
.gift_heading {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 40px auto 20px;
  letter-spacing: 0.1em;
}
.gift_kabekake {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.gift_kabekake .left_side {
  width: 37%;
}
.gift_kabekake .right_side {
  width: 57%;
}
.gift_kabekake p {
  font-size: 16px;
}
.gift_kabekake img {
  max-width: 100%;
}
.lh-thick {
  line-height: 1.8;
}
.mb30 {
  margin-bottom: 30px !important;
}
.movie_area {
  margin-top: 80px;
}
.bnr-sale {
  max-width: 600px;
  margin: 80px auto 0;
  text-align: center;
}
.fixed-bottom-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .calendarHeadingBlock {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .calendarHeadingBlock .heading-l {
    font-size: 21px;
    letter-spacing: 0.2em;
  }
  .gift_heading {
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: normal;
  }
  .gift_kabekake {
    flex-wrap: wrap;
  }
  .gift_kabekake .left_side {
    width: 100%;
    order: 2;
    margin-top: 1em;
  }
  .gift_kabekake .right_side {
    width: 100%;
    order: 1;
  }
  .gift_kabekake p {
    font-size: 16px;
  }
  .gift_kabekake img {
    max-width: 100%;
  }
  .lh-thick {
    line-height: 1.5;
  }
  .movie_area {
    margin-top: 50px;
  }
  .bnr-sale {
    margin-top: 60px;
  }
  #footer .footerCopyArea {
    padding-bottom: 90px;
  }
  .fixed-bottom-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.16);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.16);
  }
  .fixed-bottom-btn .order-btn {
    display: block;
    max-width: none;
    width: 100%;
  }
}