﻿
/* ---------------- base ---------------- */
.Ceremony240209 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  color: #000;
	box-sizing: border-box;
  overflow: hidden;
}

.Ceremony240209 img {
	width: 100%;
	height: auto;
}

.Ceremony240209 .sp_only {
	display: block;
}

.Ceremony240209 .pc_only {
	display: none;
}
/* ---------------- base ---------------- */

/* ---------------- js ---------------- */
.Ceremony240209 .js_imgFadeIn {
  opacity: 0;
  transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
  transform: translateY(100px);
}

.Ceremony240209 .imgAnimated {
  opacity: 1;
  transform: translateY(0);
}

@keyframes progress {
  0%{
    width:0;
  }
  100% {
    width:100%;
  }
}
/* ---------------- js ---------------- */

/* ---------------- mv area ---------------- */
.Ceremony240209 .mv {
  margin: 0 auto calc(32* (100vw /375));
}

.Ceremony240209 .mv_img {
  margin: 0 auto calc(34* (100vw /375));
}

.Ceremony240209 .mv p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  font-size: calc(14* (100vw /375));
}
/* ---------------- mv area ---------------- */

/* ---------------- sec ---------------- */
.Ceremony240209 .sec_img {
  position: relative;
}

.Ceremony240209 .sec_img::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(-24* (100vw / 375));
  left: 0;
  right: 0;
  width: calc(7* (100vw /375));
  height: calc(46* (100vw /375));
  margin: 0 auto;
  background: url(../img/point_sp.svg) no-repeat center / contain;
  z-index: 1;
}

.Ceremony240209 .sec_box {
  padding: calc(50* (100vw / 375)) calc(20* (100vw / 375)) calc(44* (100vw / 375));
  color: #292B51;
  background: #F4F4F4;
}

.Ceremony240209 .sec_ttl {
  margin-bottom: calc(8* (100vw / 375));
  letter-spacing: 0.05em;
  font-size: calc(22* (100vw /375));
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
}

.Ceremony240209 .sec_brand {
  margin-bottom: calc(21* (100vw / 375));
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: calc(32* (100vw /375));
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
}

.Ceremony240209 .sec_txt {
  margin-bottom: calc(30* (100vw / 375));
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: calc(14* (100vw /375));
  font-weight: 400;
}

.Ceremony240209 .sec_tax li {
  margin-bottom: calc(20* (100vw / 375));
}

.Ceremony240209 .sec_tax li:last-of-type {
  margin-bottom: 0;
}

.Ceremony240209 .sec_tax a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Ceremony240209 .sec_yen {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: calc(12* (100vw /375));
  font-weight: 400;
}

.Ceremony240209 .sec_buy {
  display: inline-block;
  padding: calc(8* (100vw / 375)) calc(30* (100vw / 375)) calc(6* (100vw / 375));
  letter-spacing: 0.05em;
  font-size: calc(14* (100vw /375));
  font-family: "garamond-premier-pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background: #292B51;
}
/* ---------------- sec ---------------- */

/* ---------------- btn ---------------- */
.Ceremony240209 .sec_btn {
  width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  margin: calc(50* (100vw /375)) auto calc(110* (100vw /375));
}

.Ceremony240209 .sec_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #FFFFFF;
  background: #292B51;
  transition: all 0.4s;
}
/* ---------------- btn ---------------- */

/* ---------------- pc only ---------------- */
@media screen and (min-width:768px) {
  .Ceremony240209 .sp_only {
    display: none;
  }

  .Ceremony240209 .pc_only {
    display: block;
  }

  .Ceremony240209 .mv {
    margin: 0 auto calc(54* (100vw /1400));
  }

  .Ceremony240209 .mv_img {
    margin: 0 auto calc(52* (100vw /1400));
  }

  .Ceremony240209 .mv p {
    font-size: calc(14* (100vw /1400));
  }

  .Ceremony240209 .sec {
    display: flex;
  }

  .Ceremony240209 .sec_everse {
    flex-direction: row-reverse;
  }

  .Ceremony240209 .sec_img {
    width: 50%;
    height: calc(800* (100vw /1400));
    overflow: hidden;
  }

  .Ceremony240209 .sec_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .Ceremony240209 .sec_img::after {
    display: none;
  }

  .Ceremony240209 .sec_box {
    position: relative;
  }

  .Ceremony240209 .sec_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-76* (100vw /1400));
    right: unset;
    width: calc(150* (100vw /1400));
    height: calc(11* (100vw /1400));
    margin: auto 0;
    background: url(../img/point_pc.svg) no-repeat center / contain;
    z-index: 1;
  }

  .Ceremony240209 .sec_everse .sec_box::after {
    left: unset;
    right: calc(-76* (100vw /1400));
    transform: rotate(180deg);
  }

  .Ceremony240209 .sec_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: calc(800* (100vw /1400));
    padding: 0;
  }

  .Ceremony240209 .sec_ttl {
    margin-bottom: calc(8* (100vw / 1400));
    font-size: calc(28* (100vw /1400));
  }

  .Ceremony240209 .sec_brand {
    margin-bottom: calc(20* (100vw / 1400));
    font-size: calc(40* (100vw /1400));
  }

  .Ceremony240209 .sec_txt {
    margin-bottom: calc(38* (100vw / 1400));
    font-size: calc(14* (100vw /1400));
  }

  .Ceremony240209 .sec_tax li {
    margin-bottom: calc(22* (100vw / 1400));
  }

  .Ceremony240209 .sec_tax a {
    width: calc(242* (100vw / 1400));
  }

  .Ceremony240209 .sec_yen {
    font-size: calc(12* (100vw /1400));
  }

  .Ceremony240209 .sec_buy {
    padding: calc(5* (100vw / 1400)) calc(20* (100vw / 1400)) calc(3* (100vw / 1400));
    font-size: calc(14* (100vw /1400));
  }

  .Ceremony240209 .sec02 .sec_tax a {
    width: calc(288* (100vw / 1400));
  }

  .Ceremony240209 .sec03 .sec_tax a {
    width: calc(318* (100vw / 1400));
  }

  .Ceremony240209 .sec04 .sec_tax a {
    width: calc(300* (100vw / 1400));
  }

  .Ceremony240209 .sec05 .sec_tax a {
    width: calc(340* (100vw / 1400));
  }

  .Ceremony240209 .sec06 .sec_tax a {
    width: calc(264* (100vw / 1400));
  }

  .Ceremony240209 .sec_btn {
    width: calc(280* (100vw /1400));
    height: calc(50* (100vw /1400));
    margin: calc(80* (100vw /1400)) auto calc(100* (100vw /1400));
  }

  .Ceremony240209 .sec_btn a {
    font-size: calc(14* (100vw /1400));
  }
}
/* ---------------- pc only ---------------- */

/* ---------------- tb only ---------------- */
@media only screen and (min-width: 768px) {
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}
/* ---------------- tb only ---------------- */