@charset "UTF-8";
#CE260210ceremony {
  --pc-width: 1400;
  --sp-width: 750;
  --pc-artboard-width: 460;
  --sp-artboard-width: 750;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);
}
@media (max-width: 767px) {
  #CE260210ceremony {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #CE260210ceremony {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}
@media (min-width: 1400px) {
  #CE260210ceremony {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    /* 1px ではなく、1400px以下と同じ計算式を適用する */
    --variable: calc(100vw / var(--pc-width)); 
  }
}

:root{
  --scrollbarSize: 0;
}

#CE260210ceremony {
  --font-ja: '游ゴシック体', 'YuGothic', '游ゴシック Medium', 'Yu Gothic', メイリオ, sans-serif;
  --font-crimson: 'Crimson Text', sans-serif;
  font-style: normal;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --color-white: #ffffff;
  --color-black: #212121;
  --color-gray: #494949;
  --color-lightgray: #848484;
  --color-mint: #eff9f7;
  overflow: clip;
  font-family: var(--font-crimson);
  color: var(--color-lightgray);
  text-align: center;
  font-weight: var(--fw-regular);
  overflow: clip;
}

/*******************************
CE260210ceremony
*******************************/
#CE260210ceremony{
  display: block;
  width: 100%;
  padding: 0 0 0;
  box-sizing: border-box;
}


#CE260210ceremony *{box-sizing: border-box;}


/*******************************
img setting
*******************************/
#CE260210ceremony .imgOuter{
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  /*background: #FFFFFF;*/
}

#CE260210ceremony .imgOuter > .outer,
#CE260210ceremony .imgOuter picture,
#CE260210ceremony .imgOuter img{
  display: block;
  width: 100%;
  height: auto;
}
#CE260210ceremony .imgOuter > a{
  display: block;
  width: 100%;
  height: auto;
  pointer-events: auto;
  overflow: hidden;
}


/*******************************
creditLinks
*******************************/
#CE260210ceremony .creditArea{
  display: block;
  padding-top: calc(36 * var(--formula));
  position: relative;
  z-index: 3;
}

#CE260210ceremony .creditLinks{
  display: block;
  white-space: nowrap;
  text-align: center;
}

#CE260210ceremony .creditArea.alignRight .creditLinks{
  text-align: right;
}

#CE260210ceremony .creditArea.alignLeft .creditLinks{
  text-align: left;
}

#CE260210ceremony .creditLinks > a,
#CE260210ceremony .creditLinks > span{
  display: inline-block;
  /*
  padding-bottom: calc(2 * var(--formula));
  */
  border-bottom: calc(2 * var(--formula)) solid var(--color-lightgray);
  white-space: nowrap;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 * var(--formula));
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none;
  font-feature-settings: "palt";
}

#CE260210ceremony .creditLinks > a + a,
#CE260210ceremony .creditLinks > span + span,
#CE260210ceremony .creditLinks > a + span,
#CE260210ceremony .creditLinks > span + a{
  margin-left: calc(18 * var(--formula));
}

#CE260210ceremony .creditLinks > br + a,
#CE260210ceremony .creditLinks > br + span,
#CE260210ceremony .creditLinks > br + a + a,
#CE260210ceremony .creditLinks > br + a + span,
#CE260210ceremony .creditLinks > br + span + a,
#CE260210ceremony .creditLinks > br + span + span{
  margin-top: calc(26 * var(--formula));
}

/*
#CE260210ceremony .creditLinks > a:not(:nth-last-of-type(1))::after,
#CE260210ceremony .creditLinks > span:not(:nth-last-of-type(1))::after{
  content: ',';
  display: inline-block;
}
*/

/*******************************
figSlider
*******************************/
#CE260210ceremony .figSlider{
	overflow: hidden;
	position: relative;
}


#CE260210ceremony .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#CE260210ceremony .figSlider .sliderWrapper{}

#CE260210ceremony .figSlider .slider{
  display: block;
  width: 100%;
  background: #FFFFFF;
}

#CE260210ceremony .figSlider .slider a{
  display: block;
  width: 100%;
  height: auto;
}

#CE260210ceremony .figSlider .slider a > img{
  display: block;
  width: 100%;
  height: auto;
}

#CE260210ceremony .figSlider .slider.swiper-slide-active{
  pointer-events: auto;
}

#CE260210ceremony .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 calc(12 * var(--formula));
  width: calc(100% - 36 * var(--formula));
  position: absolute;
  left: initial;
  right: calc(20 * var(--formula));
  bottom: calc(20 * var(--formula));
  z-index: 2;
}

#CE260210ceremony .figSlider ul.pager > li{
  display: block;
  width: calc(10 * var(--formula));
  height: calc(10 * var(--formula));
  background-color: inherit;
  border: calc(1 * var(--formula)) solid #FFFFFF;
  margin-left: 0;
  margin-right: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

#CE260210ceremony .figSlider ul.pager > li.swiper-pagination-bullet-active{
  opacity: 1;
  background: #FFFFFF;
}



/*******************************
fadeInSetting
*******************************/
#CE260210ceremony .fadeInBlock{
  opacity: 0;
  transform: translate(0,calc(30 * var(--formula)));
  transition: opacity 0.85s cubic-bezier(0.33, 1, 0.68, 1),transform 1s cubic-bezier(0.33, 1, 0.68, 1);
}

#CE260210ceremony .fadeInBlock.leftIn{
  transform: translate(0, 0);
  opacity: 1;
}

#CE260210ceremony .fadeInBlock.rightIn{
  transform: translate(0, 0);
  opacity: 1;
}

#CE260210ceremony .fadeInBlock.topIn{
  transform: translate(0, 0);
  opacity: 1;
}

#CE260210ceremony .fadeInBlock.topIn .imgOuter{
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260210ceremony .fadeInBlock.leftIn .imgOuter{
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260210ceremony .fadeInBlock.rightIn .imgOuter{
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260210ceremony .fadeInBlock.topIn .imgOuter img,
#CE260210ceremony .fadeInBlock.leftIn .imgOuter img,
#CE260210ceremony .fadeInBlock.rightIn .imgOuter img{
  transform: scale(1.3) translate3d(0, 0, 0);
  transition: transform 1.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/*secTTL*/
#CE260210ceremony .fadeInBlock.leftIn .secTTL{
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) .6s;
}
#CE260210ceremony .fadeInBlock.rightIn .secTTL{
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) .6s;
}

/*mv*/
#CE260210ceremony .mvBlock.fadeInBlock:not(.view){
  transform: translate(0, 0);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#CE260210ceremony .mvBlock.fadeInBlock .mainTTL .ttlHeadMain{
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) .85s;
}

#CE260210ceremony .mvBlock.fadeInBlock .mainTTL .ttlHead{
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 1.45s;
}



#CE260210ceremony .fadeInBlock.view{
  opacity: 1;
  transform: translate(0,0);
}

#CE260210ceremony .fadeInBlock.topIn.view .imgOuter,
#CE260210ceremony .fadeInBlock.leftIn.view .imgOuter,
#CE260210ceremony .fadeInBlock.rightIn.view .imgOuter{
  clip-path: inset(0);
}

#CE260210ceremony .fadeInBlock.topIn.view .imgOuter img,
#CE260210ceremony .fadeInBlock.leftIn.view .imgOuter img,
#CE260210ceremony .fadeInBlock.rightIn.view .imgOuter img{
  transform: scale(1) translate3d(0, 0, 0);
}

#CE260210ceremony .fadeInBlock.view .secTTL{
  clip-path: inset(0);
}


#CE260210ceremony .mvBlock.fadeInBlock.view .mainTTL .ttlHeadMain,
#CE260210ceremony .mvBlock.fadeInBlock.view .mainTTL .ttlHead {
  clip-path: inset(0);
}

/* mvTTLかつleftInの時だけ、初期状態の拡大(1.3)を無効化して最初から1にする */
#CE260210ceremony .mvTTL.fadeInBlock.leftIn .imgOuter img {
  transform: scale(1) translate3d(0, 0, 0);
}

/* 念のため、アニメーション完了後(viewクラス付与時)もscale(1)を維持 */
#CE260210ceremony .mvTTL.fadeInBlock.leftIn.view .imgOuter img {
  transform: scale(1) translate3d(0, 0, 0);
}

/*******************************
mvBlock
*******************************/
#CE260210ceremony .mvBlock .mvOuter{
  display: block;
  width: 100%;
  height: auto;
}

#CE260210ceremony .mvBlock picture,
#CE260210ceremony .mvBlock img{
  width: 100%;
  height: auto;
  object-fit: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  transition: unset;
  display: block;
}

/*******************************
firstLede
*******************************/
#CE260210ceremony .firstLede{
  font-family: var(--font-ja);
  font-size: calc(24 * var(--formula));
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-weight: var(--fw-medium);
  font-feature-settings: "palt";
  margin-top: calc(105 * var(--formula));
  color: var(--color-black);
}

#CE260210ceremony .secLede{
  font-family: var(--font-ja);
  font-size: calc(24 * var(--formula));
  line-height: 2.2;
  letter-spacing: 0.06em;
  font-weight: var(--fw-medium);
  font-feature-settings: "palt";
  margin: calc(54 * var(--formula)) auto 0;
  color: var(--color-black);
}

/*******************************
lpMainWrap
*******************************/
#CE260210ceremony .lpMainWrap{
  display: block;
  width: 100%;
  position: relative;
}

#CE260210ceremony .lpMainBlock{
  width: calc(var(--sp-artboard-width) * var(--formula));
  margin-inline: auto;
}

#CE260210ceremony .mvTTL {
  position: absolute;
  left: 0;
  top: calc(547 * var(--formula));
  width: 100%;
  pointer-events: none;
  z-index: 5;
  transition-delay: 0.4s !important;
}

#CE260210ceremony .mvTTL img {
  width: calc(752 * var(--formula));
  margin-inline: auto;
}

#CE260210ceremony .secTTLBlock{
  pointer-events: none;
}

@media screen and (min-width:768px){

  #CE260210ceremony .lpMainWrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #CE260210ceremony .leftWrap{
    display: grid;
    place-items: center;
    height: calc(100dvh - var(--header-height));
    position: sticky;
    top: var(--header-height, 0);
    overflow: hidden;
  }

  #CE260210ceremony .lpMainBlock{
    width: calc(var(--pc-artboard-width) * var(--formula_pc));
  }

  #CE260210ceremony .mvBlock {
    width: 100%;
    height: calc(100dvh - var(--header-height));
  }

  #CE260210ceremony .mvBlock img {
    height: calc(100dvh - var(--header-height));
    object-fit: cover;
    object-position: top center;
  }

  #CE260210ceremony .mvTTL {
    left: calc(-20 * var(--formula_pc));
    top: initial;
    bottom: calc(60 * var(--formula_pc));
  }

  #CE260210ceremony .mvTTL img {
    width: calc(555 * var(--formula_pc));
    margin: 0 0 0 calc(60 * var(--formula_pc));
  }
}

/*******************************
sec01
*******************************/
#CE260210ceremony #sec01{
  display: block;
  margin: calc(228 * var(--formula)) auto 0;
  position: relative;
}

#CE260210ceremony #sec01 .img01{
  width: calc(700 * var(--formula));
  margin-left: 0;
  position: relative;
  z-index: 2;
}

#CE260210ceremony #sec01 .secTTLBlock{
  width: calc(208 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(-105 * var(--formula));
  right: calc(69 * var(--formula));
}

#CE260210ceremony #sec01 .img02{
  width: calc(650 * var(--formula));
  margin: calc(60 * var(--formula)) auto 0 calc(100 * var(--formula));
}
#CE260210ceremony #sec01 .secFunction {
  width: calc(143 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

@media screen and (min-width:768px) {

}
/*******************************
sec02
*******************************/
#CE260210ceremony #sec02{
  display: block;
  margin: calc(222 * var(--formula)) auto 0;
  position: relative;
  z-index: 1;
}

#CE260210ceremony #sec02::after{
  content: " ";
  display: block;
  width: 100%;
  height: calc(4530 * var(--formula));
  position: absolute;
  background-color: var(--color-mint);
  top: calc(394 * var(--formula));
  left: 0;
  z-index: -1;
}

#CE260210ceremony #sec02 .img01{
  width: calc(630 * var(--formula));
  margin: 0 auto 0 calc(30 * var(--formula));
}

#CE260210ceremony #sec02 .secImg_wrap{
  width: calc(750 * var(--formula));
  position: relative;
  margin: calc(60 * var(--formula)) auto 0;
}

#CE260210ceremony #sec02 .secTTLBlock{
  width: calc(249 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(67 * var(--formula));
  left: calc(42 * var(--formula));
}

#CE260210ceremony #sec02 .img02{
  width: calc(660 * var(--formula));
  margin-left: calc(90 * var(--formula));
}
#CE260210ceremony #sec02 .secFunction {
  width: calc(143 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

/*******************************
sec03
*******************************/
#CE260210ceremony #sec03{
  display: block;
  margin: calc(292 * var(--formula)) auto 0;
  position: relative;
  z-index: 1;
}

#CE260210ceremony #sec03 .img01{
  width: calc(750 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE260210ceremony #sec03 .secTTLBlock{
  width: calc(240 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(-109 * var(--formula));
  right: calc(24 * var(--formula));
}

#CE260210ceremony #sec03 .secFunction {
  width: calc(346 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

/*******************************
sec04
*******************************/
#CE260210ceremony #sec04{
  display: block;
  margin: calc(224 * var(--formula)) auto 0;
  position: relative;
}

#CE260210ceremony #sec04 .img01{
  width: calc(650 * var(--formula));
  margin-left: calc(100 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260210ceremony #sec04 .secTTLBlock{
  width: calc(216 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(698 * var(--formula));
  left: calc(28 * var(--formula));
}

#CE260210ceremony #sec04 .img02{
  width: calc(680 * var(--formula));
  margin: calc(60 * var(--formula)) auto 0 0;
}
#CE260210ceremony #sec04 .secFunction {
  width: calc(480 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

#CE260210ceremony #sec04 .creditArea {
  padding-top: calc(42 * var(--formula));
}

@media screen and (min-width:768px) {
}

/*******************************
sec05
*******************************/
#CE260210ceremony #sec05{
  display: block;
  margin: calc(278 * var(--formula)) auto 0;
  position: relative;
  z-index: 1;
}

#CE260210ceremony #sec05 .img01{
  width: calc(680 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE260210ceremony #sec05 .secTTLBlock{
  width: calc(268 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(-93 * var(--formula));
  right: calc(30 * var(--formula));
}

#CE260210ceremony #sec05 .secFunction {
  width: calc(480 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

@media screen and (min-width:768px) {

}
/*******************************
sec06
*******************************/
#CE260210ceremony #sec06{
  display: block;
  margin: calc(220 * var(--formula)) auto 0;
  position: relative;
  z-index: 1;
}

#CE260210ceremony #sec06 .img01{
  width: calc(750 * var(--formula));
  margin: 0 auto;
}

#CE260210ceremony #sec06 .secImg_wrap{
  width: calc(750 * var(--formula));
  position: relative;
  margin: calc(60 * var(--formula)) auto 0;
}

#CE260210ceremony #sec06 .secTTLBlock{
  width: calc(262 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(40 * var(--formula));
  left: calc(44 * var(--formula));
}

#CE260210ceremony #sec06 .img02{
  width: calc(600 * var(--formula));
  margin-left: calc(150 * var(--formula));
}
#CE260210ceremony #sec06 .secFunction {
  width: calc(333 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

#CE260210ceremony #sec06 .creditArea {
  padding-top: calc(40 * var(--formula));
}

/*******************************
sec07
*******************************/
#CE260210ceremony #sec07{
  display: block;
  margin: calc(282 * var(--formula)) auto 0;
  position: relative;
  z-index: 1;
}

#CE260210ceremony #sec07 .img01{
  width: calc(660 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE260210ceremony #sec07 .secTTLBlock{
  width: calc(265 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(-102 * var(--formula));
  right: calc(25 * var(--formula));
}

#CE260210ceremony #sec07 .secFunction {
  width: calc(143 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

@media screen and (min-width:768px) {

}

/*******************************
sec08
*******************************/
#CE260210ceremony #sec08{
  display: block;
  margin: calc(224 * var(--formula)) auto 0;
  position: relative;
}

#CE260210ceremony #sec08 .img01{
  width: calc(630 * var(--formula));
  margin-left: calc(120 * var(--formula));
  position: relative;
  z-index: 2;
}

#CE260210ceremony #sec08 .secTTLBlock{
  width: calc(266 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(690 * var(--formula));
  left: calc(32 * var(--formula));
}

#CE260210ceremony #sec08 .img02{
  width: calc(700 * var(--formula));
  margin: calc(60 * var(--formula)) auto 0 0;
}
#CE260210ceremony #sec08 .secFunction {
  width: calc(340 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

@media screen and (min-width:768px) {
}

/*******************************
sec09
*******************************/
#CE260210ceremony #sec09{
  display: block;
  margin: calc(223 * var(--formula)) auto 0;
  position: relative;
  z-index: 1;
}

#CE260210ceremony #sec09 .img01{
  width: calc(750 * var(--formula));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#CE260210ceremony #sec09 .secTTLBlock{
  width: calc(266 * var(--formula));
  position: absolute;
  z-index: 3;
  top: calc(43 * var(--formula));
  right: calc(37 * var(--formula));
}

#CE260210ceremony #sec09 .secFunction {
  width: calc(213 * var(--formula));
  margin: calc(50 * var(--formula)) auto 0;
}

#CE260210ceremony #sec09 .creditArea {
  padding-top: calc(40 * var(--formula));
}

@media screen and (min-width:768px) {

}

/*******************************
lpMainBottomArea
*******************************/
#CE260210ceremony #lpMainBottomArea{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-block: calc(177 * var(--formula)) calc(58 * var(--formula));
  position: relative;
  z-index: 2;
}

@media screen and (min-width:768px){
  #CE260210ceremony #lpMainBottomArea {
    padding-block: calc(143 * var(--formula)) calc(180 * var(--formula));
  }
}

/*******************************
lpStaffList
*******************************/
#CE260210ceremony dl.lpStaffList{
  display: block;
  margin: 0 auto calc(52  * var(--formula));
  overflow: hidden;
}

#CE260210ceremony dl.lpStaffList > dt,
#CE260210ceremony dl.lpStaffList > dd{
  font-family: var(--font-crimson);
  display: block;
  font-weight: 400;
  font-family: var(--fw-regular);
  font-size: calc(24  * var(--formula));
  line-height: 1.666666666666667;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  color: #4F546E;
  text-align: center;
}


#CE260210ceremony dl.lpStaffList > dd > span{
  font-family: var(--font-crimson);
  display: block;
  font-weight: 400;
  font-family: var(--fw-regular);
  font-size: calc(24  * var(--formula));
  line-height: 1.666666666666667;
  letter-spacing: 0.015em;
  font-feature-settings: "palt";
  color: #4F546E;
  text-align: center;
}


@media screen and (min-width:768px){

}


/*******************************
allItemBtn
*******************************/
#CE260210ceremony .allItemBtn{
  display: block;
  width: calc(550 * var(--formula));
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width:768px){

}


/*******************************
CELFORD FUNCTION & VARIATION
*******************************/
#CE260210ceremony .lp-section--variation {
  padding-block: calc(122 * var(--formula)) calc(44 * var(--formula));
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: calc(40 * var(--formula));
}

#CE260210ceremony .lp-section--variation .lp-section__inner {
  width: calc(750 * var(--formula));
  margin: 0 auto;
}

/* 見出し：左右にラインを引くデザイン */
#CE260210ceremony .lp-section--variation .lp-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(32 * var(--formula));
  letter-spacing: 0.03em;
  color: var(--color-black);
}

#CE260210ceremony .lp-section--variation .lp-heading::before,
#CE260210ceremony .lp-section--variation .lp-heading::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--color-gray);
}

#CE260210ceremony .lp-section--variation .lp-heading::before {
  margin-right: calc(20 * var(--formula));
}

#CE260210ceremony .lp-section--variation .lp-heading::after {
  margin-left: calc(20 * var(--formula));
}

/* リスト部分のレイアウト */
#CE260210ceremony .lp-section--variation .lp-variation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(20 * var(--formula)) calc(40 * var(--formula));
  list-style: none;
  padding: 0;
  width: calc(472 * var(--formula));
  margin: calc(35 * var(--formula)) auto 0;
}

#CE260210ceremony .lp-section--variation .lp-variation-item {
  display: flex;
  align-items: center;
}

#CE260210ceremony .lp-section--variation .variation-item01 {
  width: calc(203 * var(--formula));
}
#CE260210ceremony .lp-section--variation .variation-item02 {
  width: calc(229 * var(--formula));
}

#CE260210ceremony .lp-section--variation .lp-variation-item img {
  height: auto;
  max-width: 100%;
  display: block;
}



#CE260210ceremony *::before,
#CE260210ceremony *::after{
  box-sizing: border-box;
  pointer-events: none;
}


/*******************************
overRide
*******************************/
@media screen and (max-width:767px) {
  #CE260210ceremony .pcView{display: none;}
}

@media screen and (min-width:768px){
  #CE260210ceremony .spView{display: none;}
}








