@charset "UTF-8";

body {
  color: #5c5c5c !important;
}
.contentsArea {
  padding-top: 50px;
}
.MainContentBlock #weddingB {
  display: none;
}

@media only screen and (max-width: 48em) {
.MainContentBlock#weddingA_base {
  background-color: #ffffff !important;
}
.MainContentBlock #weddingA {
  display: none;
}
.MainContentBlock #weddingB {
  display: block;
}
}
.Page-content {
  position: relative;
  padding-top: 5%;
}
@media only screen and (max-width: 48em) {
.Page-content {
  padding-top: 15%;
}
}


/* =========== common_neo 上書き =========== */
div.Page-header-neo h1.header-neo-item1 {
  font-size: 60px !important;
  letter-spacing: 0 !important;
  font-family: Noto Sans, serif !important;
}
div.Page-header-neo span.header-neo-item3 {
  font-size: 36px !important;
}
div.Page-header-neo h1.header-neo-item1::after {
  display: none !important;
}

@media only screen and (max-width: 60em) {
  div.Page-header-neo h1.header-neo-item1 {
    font-size: 52px !important;
    }
  div.Page-header-neo span.header-neo-item3 {
  font-size: 28px !important;
}
}

@media only screen and (max-width: 48em) {
  .MainContentBlock.ContentBlock-neo2 {
  padding: 0 !important;
}
  div.Page-header-neo div.header-neo-inner {
    padding-top: 200px !important;
}
  div.Page-header-neo h1.header-neo-item1 {
    font-size: 32px !important;
}
  div.Page-header-neo span.header-neo-item3 {
    font-size: 18px !important;
}
}


/* =========== headingBlock =========== */
.headingBlock {
  position: relative;
}
h2.heading2_1 {
  text-align: center;
  font-size: 48px;
  line-height: 1.3;
}
h2.heading2_1 span{
  display: block;
  font-size: 24px;
}
/* 縦線 */
p.v_line {
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 65px;
}
p.v_line::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 50px;
  margin: auto;
  background-color: #5c5c5c;
}
/* 縦線（h1下） */
p.v_line2 {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  display: inline-block;
  font-size: 20px;
  line-height: 65px;
}
p.v_line2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 150px;
  margin: auto;
  background-color: #000000;
}

@media only screen and (max-width: 60em) {
p.v_line2 {
  position: absolute;
  top: 30px;
  line-height: 30px;
}
p.v_line2::after {
  height: 70px;
}
}

@media only screen and (max-width: 48em) {
h2.heading2_1 {
  font-size: 28px;
  line-height: 1.2;
}
h2.heading2_1 span{
  font-size: 16px;
}
p.v_line2 {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
}
p.v_line2::after {
  height: 50px;
}
}


/* =========== timeline setting =========== */
.timeline{
  width:100%;
  margin:50px auto;
  padding:0 30px;
}
.timeline li{
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding:0 0 20px 0;
}
.timeline dl{
  margin:0 0 20px 3em;
}
.timeline dt{
  font-size: 36px;
  line-height: 1;
}
.timeline dt span{
  font-size: 24px;
}
.timeline dd strong{
  display: block;
  padding:10px 0;
}
/*絶対配置で線を設定*/
.border-line {
  /*線の位置*/
  position: absolute;
  left:4.5px;
  top:10px;
  width:1px;/*線の太さ*/
  height:0;/*はじめは高さを0に*/
  background: #5c5c5c;
}
/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
  content:'';
  position: absolute;
  top:10px;
  left:0;
  width:10px;
  height: 10px;
  background:#5c5c5c;
  border-radius: 50%;
}


/* =========== 各コンテンツ =========== */
.imageBox {
  position: relative;
  width: 100%;
  background-size: cover;
}
.txt_title {
  position: absolute;
  bottom: 0;
	font-size: 18px;
  font-weight: normal;
  background-color: rgba(0,0,0,0.4);
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  line-height: 1;
}
.txt_title.type_video {
  bottom: 6px;
}
/*flex_3A コンテンツの並び */
.flex_3A{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  padding: 50px;
  border-radius: 30px;
}
.flex_3A_inner {
    width: 33.33% !important;
    padding: 1.5% !important;
}
@media only screen and (max-width: 48em) {

}

/*flex_2A 画像上タイトル */
.flex_2A{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
}
.flex_2A_innerA {
    width: 15%;
    border-right: #ffffff 1px solid;
}
.flex_2A_innerB {
    width: 80%;
}
.flex_2A_innerA.txt_A {
  font-size: 42px;
}
.flex_2A_innerB.txt_B {
  font-size: 18px;
  line-height: 1.3;
}
.txt_title2 {
  position: absolute;
  bottom: 0;
	font-size: 18px;
  font-weight: normal;
  background-color: rgba(0,0,0,0.4);
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  line-height: 1;
}


/* =========== slide（mbのみ） =========== */
.slideArea {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: -5px;
  overflow: hidden;
}


/* =========== video =========== */
.imageBox video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}


/* =========== realvoice =========== */
.voiceBox{
  position: relative;
}
.voiceBox img{
  width:100%;
}
.voiceBox a{
  transition: 0.5s;
}
.voiceBox a:hover{
  opacity: 0.8;
  transition: 0.5s;
}
.voiceBox_txtArea{
  position: absolute;
  bottom:0;
  left:0;
  font-size:30px;
  color: #ffffff;
  padding:20px;
  margin:0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
}
.voiceBox_txtArea p{
  font-size: 24px;
}
.voiceBox_txtArea p span{
  font-size: 16px;
  display: inline-block;
  border-left: 1px solid #ffffff;
  padding-left: 10px;
  margin-left: 10px;
}
.voiceBox_txtArea p.type2{
  position: absolute;
  bottom: 0;
  right: 30px;
  text-align: right;
  padding: 20px;
}
/* 矢印 */
.arrow-right {
  display: inline-block;
  position: absolute;
  top: 35px;
  right: 20px;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 48em) {
  .voiceBox_txtArea p{
    font-size: 18px;
  }
  .voiceBox_txtArea p span{
    display: block;
    font-size: 14px;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .voiceBox_txtArea p.type2{
    display: none;
  }
  .arrow-right {
    display: block;
  }
}

/* 下層詳細ページ */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.voiceDetail {
  color: #858585;
  letter-spacing: 1px;
}
.header-title-box {
  margin-bottom: 0 !important;
}
.header-title {
  letter-spacing: 0 !important;
  font-weight: normal !important;
  font-size: 48px;
  line-height: 1.3;
    font-family: Noto Sans, sans-serif !important;
}
.header-sub-title {
  display: block;
  margin-top: 15px;
  letter-spacing: 0 !important;
  font-size: 24px !important;
}
.voiceDetailBlock-leadText {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}
/* question */
.voice_question {
  border-left: 8px solid #AA8E76;
  padding: 2px 15px;
  font-size: 16px;
  color: #AA8E76;
}
.voice_question_sub {
  font-size: 13px;
  color: #AA8E76;
}
.voice_question span {
  font-size: 13px;
  vertical-align: super;
  font-weight: 100;
}
/* answer */
.voice_answerBox {
  display: flex;
}
.voice_answerBox .voice_answerBox_inner1{
  width: 100px;
}
.voice_answerBox .voice_answerBox_inner2{
  width: calc(100% - 100px);
}
.voice_answerBox .voice_answerBox_inner1 p,.voice_answerBox .voice_answerBox_inner2 p{
  font-size: 16px;
}
.voice_answerBox .voice_answerBox_inner1 p::after{
  content: "：";
}
/* image */
.voiceDetailBox-img-typeA {
  display: flex;
  flex-wrap: wrap;
}
.voiceDetailBox-img-typeA .voiceDetailBox-img_innerA {
  width: 70%;
}
.voiceDetailBox-img-typeA .voiceDetailBox-img_innerB {
  width: 30%;
}
.voiceDetailBox-img-typeA .voiceDetailBox-img_innerA img,.voiceDetailBox-img-typeA .voiceDetailBox-img_innerB img{
  width: 100%;
  height: 350px;
  object-fit:cover;
  object-position:center;
}
.voiceDetailBox-img-typeB {
  width: 100%;
}
.voiceDetailBox-img-typeC {
  display: flex;
  flex-wrap: wrap;
}
.voiceDetailBox-img-typeC div{
  width: 50%;
}
@media only screen and (max-width: 48em) {
  .wrapper {
    margin-right: 4%;
    margin-left: 4%;
    width: 92%;
  }
  .header-title-box {
    padding-top: 10% !important;
    margin-bottom: 30px !important;
  }
  .header-title {
    font-size: 32px !important;
  }
  .header-sub-title {
    font-size: 16px !important;
  }
  .voiceDetailBlock-leadText {
    font-size: 14px;
    text-align: left;
  }
  .voiceDetailBlock-leadText br{
    display: none;
  }
  .voice_question {
    font-size: 14px;
  }
  .voice_question_sub {
    font-size: 12px;
  }
  .voice_question span {
    font-size: 12px;
  }
  .voice_answerBox .voice_answerBox_inner1 p,.voice_answerBox .voice_answerBox_inner2 p{
    font-size: 14px;
  }
  .voice_answerBox .voice_answerBox_inner1{
    width: 80px;
  }
  .voice_answerBox .voice_answerBox_inner2{
    width: calc(100% - 80px);
  }
  .voiceDetailBox-img-typeA .voiceDetailBox-img_innerA {
    width: 100%;
  }
  .voiceDetailBox-img-typeA .voiceDetailBox-img_innerB {
    width: 100%;
  }
  .voiceDetailBox-img-typeA .voiceDetailBox-img_innerA img,.voiceDetailBox-img-typeA .voiceDetailBox-img_innerB img{
    height: 100%;
  }
  .voiceDetailBox-img-typeC div{
    width: 100%;
  }
}


/* =========== parts =========== */
/* 背景色 */
.bg_color_yellow { background-color: #fffbf3 !important; }
.bg_color_white { background-color: #ffffff !important; }