@charset "utf-8";

figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.main_bg {
  background-image: none;
}


/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 173px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/top/mv_y_pc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	height: 446px;
	width: 100%;
	text-align: center;
}
.mv.wc{
  background-image: url(../images/top/mv_w_pc.jpg);
}
@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
  .mv {
    background-image: url(../images/top/mv_y_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  .mv.wc{
    background-image: url(../images/top/mv_w_sp.jpg);
  }
}

/* -------------------- */
.inner {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}
.cm.y-w .inner,
.footer_info .inner,
.capArea .inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section_title {
  font-size: clamp(4.375rem, 2.8rem + 1.2vw, 5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1.6;
  color: #984a00;
  text-align: center;
}
.section_text {
  font-size: 24px;
  margin-top: 30px;
  line-height: 2.1;
  text-align: center;
}
.section_text.tac {
  text-align: center;
}
@media only screen and (max-width:980px) {
  .section_text {
    text-align: left;
  }
}
@media only screen and (max-width:768px) {
  .inner {
    padding-left: 10px;
    padding-right: 10px;
    margin:auto;
  }
  .cm.y-w .inner,
  .footer_info .inner,
  .capArea .inner{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section_title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.6;
  }
  .section_text {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
    line-height: 2;
  }
}

/* ------------------------------------------------
contents_top
--------------------------------------------------*/
.contents_top {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(../images/top/bg_y-w.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}
.contents_top.wc{
  background-image: url(../images/top/bg_wc.png);
  padding-top: 74px;
}
.contents_top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height:80px;
  z-index: 2;
}
@media only screen and (max-width:768px) {
  .contents_top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contents_top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    /* background-image: url(../images/lifestyle/bg01_sp.png); */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 410px;
  }
  .contents_top::before {
    background-size: cover;
    height: 20px;
}
}
/* ------------------------------------------------
intro_top
--------------------------------------------------*/

.intro {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  max-width: 965px;
  width: 100%;
  margin: 5.3% auto 11%;
  align-items: flex-start;
}
.w_bg_area .intro {
  margin: 5.3% auto 18%;
}
/* .intro_text {
  font-size: min(15px,4vw);
  line-height: 2.35;
  letter-spacing: 0px;
  max-width: 52%;
  margin: 0 0 7% auto;
}

.intro_text:nth-of-type(3) {
  margin: 0 0 0 16%;
} */

.intro_text {
  font-size: 15px;
  line-height: 2.35;
  text-align: center;
  letter-spacing: 0px;
  max-width: 65%;
  margin: 0 auto 7%;
}


.intro_center {
  /* font-size: min(30px,8vw); */
  margin: 10% auto 7%;
  /* letter-spacing: 0px; */
}
.w_bg_area .intro_center {
  margin: 10% auto 10%;
}
.intro_center img{
  max-width: 24px;
  margin: 0 auto;
  display: block;
}
.w_bg_area .intro_center img {
  max-width: 27px;
}


.intro_text_img {
  max-width: 960px;
  width: 90%;
  /* padding: 0 20px; */
  margin: 4.3% auto 6.1%;
  pointer-events: none;
}
.w_intro_text_img {
  max-width: 960px;
  width: 90%;
  /* padding: 0 20px; */
  margin: 6.3% auto 8%;
  pointer-events: none;
}

@media (max-width: 768px) {

.intro {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
  max-width: 965px;
  width: 100%;
  margin: 5.3% auto 21%;
  align-items: flex-start;
}
.w_bg_area .intro {
  margin: 5.3% auto 16%;
}
/* .intro_text {
  font-size: min(15px,4vw);
  line-height: 2.35;
  letter-spacing: 0px;
  max-width: 52%;
  margin: 0 0 7% auto;
}

.intro_text:nth-of-type(3) {
  margin: 0 0 0 16%;
} */

.intro_text {
  font-size: 19px;
  line-height: 2.35;
  text-align: center;
  letter-spacing: 0px;
  max-width: 100%;
  margin: 0 auto 8%;
}


.intro_center {
  /* font-size: min(30px,8vw); */
  margin: 19% auto 14%;
  /* letter-spacing: 0px; */
}
.w_bg_area .intro_center {
  margin: 10% auto 17%;
}
.intro_center img{
  max-width: 28px;
  margin: 0 auto;
  display: block;
}
.w_bg_area .intro_center img {
  max-width: 27px;
}


.intro_text_img {
  max-width: 960px;
  width: 90%;
  /* padding: 0 20px; */
  margin: 4.3% auto 6.1%;
  pointer-events: none;
}
.w_intro_text_img {
  max-width: 960px;
  width: 90%;
  /* padding: 0 20px; */
  margin: 6.3% auto 8.2%;
  pointer-events: none;
}
}

.c_wrap{
  max-width: 1470px;
  margin-bottom: 6%;
  position: relative;
  display: flex;
}
.c_t_img{
  pointer-events: none;
  position: relative;
}


@media (max-width: 768px) {
  .c_wrap{
    margin-bottom: 17%;
  }
  .c_t_cap {
    font-size: 10px;
    position: absolute;
}
}
.cont_01{
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.w_bg_area .cont_01 {
  margin-bottom: 10.3%;
}

.cont_01 .c_t_img {
  width: 33%;
  margin-bottom: 0.9%;
  margin-right: 0%;
}
.w_bg_area .cont_01 .c_t_img {
  width: 39.6%;
  margin-bottom: 0%;
}
.w_bg_area .cont_01 .c_img_wrap {
  width: 53%;
}
.cont_01 .mi_cap.cap2{
  top: 42%;
  right: 28%;
}
.cont_01 .c_img_wrap{
  width: 57.2%;
}
.w_bg_area .cont_01 .c_t_cap {
  position: absolute;
  bottom: 33%;
  right: 25%;
}
@media (max-width: 768px) {
  .cont_01{
    flex-direction: column-reverse;
    align-items: center;
    padding: 0px;
  }
  .w_bg_area .cont_01 {
    margin-bottom: 17%;
}
  .cont_01 .c_t_img {
    width: 67.5%;
    margin-left: -2.2%;
    margin-top: 8px;
}
.w_bg_area .cont_01 .c_t_img {
  width: 57%;
  margin-top: -10px;
  margin-left: 8%;
}
  .cont_01 .c_img_wrap{
    width: 100%;
    margin-bottom: 10.8%;
  }

  .w_bg_area .cont_01 .c_img_wrap {
    width: 100%;
    margin-bottom: 16%;
}
.w_bg_area .cont_01 .c_t_cap {
  bottom: 12%;
  right: 33%;
}

  .cont_01 .c_t_cap {
    bottom: 2%;
    right: 33%;
}
}


.cont_02{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  margin: 0 0 23% auto;
}
.w_bg_area .cont_02 {
  margin: 0 0 10% auto;
}

.cont_02 .c_t_img {
  width: 39.6%;
  margin-bottom: 3.4%;
  margin-left: 1.2%;
}
.w_bg_area .cont_02 .c_t_img {
  width: 43%;
  margin-bottom: 2.2%;
  margin-left: 3.6%;
}
.w_bg_area .cont_02 .c_t_cap {
  position: absolute;
  right: 13%;
  bottom: 5%;
}
.cont_02 .c_img_wrap{
  width: 46.3%;
}
.w_bg_area .cont_02 .c_img_wrap {
  width: 32.5%;
  margin-right: 7%;
}
.w_bg_area .cont_02 .mi_cap {
  bottom: 21%;
  right: 1%;
}
.w_bg_area .cont_02 .mi_cap.cap2 {
  bottom: 0%;
  right: 53%;
}

.c_02_u_img {
  position: absolute;
  bottom: -46%;
  right: 45.7%;
  width: 40%;
  max-width: 15.6%;
}

@media (max-width: 768px) {
  .cont_02 {
    flex-direction: column-reverse;
    margin-bottom: 25.6%;
    padding: 0;
}
.w_bg_area .cont_02 {
  margin: 0 0 19% auto;
}
.cont_02 .c_t_img {
  width: 79%;
  margin-bottom: 0%;
  margin-right: 16%;
}
.w_bg_area .cont_02 .c_t_img {
  width: 69%;
  margin-bottom: 0;
  margin-right: 3%;
  margin-left: 0;
  margin-top: 6%;
}
  .cont_02 .c_img_wrap {
    width: 74.5%;
    margin: 0 0 27.6% auto;
}
.w_bg_area .cont_02 .c_img_wrap {
  width: 68.5%;
  /* margin-right: 16%; */
  margin: 0 auto 9%;
}
.c_02_u_img {
  position: absolute;
  top: 31.6%;
  right: auto;
  left: 0;
  max-width: 25.8%;
}
.c_02_u_img figcaption{
  zoom: 0.76;
  letter-spacing: -1px;
  text-align: right;
}
.cont_02 .c_t_cap {
  bottom: -3%;
  right: 30%;
}
}

.cont_03{
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  margin-bottom: 6.6%;
}
.w_bg_area .cont_03 {
  margin-bottom: 1%;
}
.cont_03 .c_t_img {
  width: 35.5%;
  /* margin-top: 4%; */
  margin-bottom: 1.3%;
  margin-right: -0.2%;
  /* margin-left: 2%; */
}
.w_bg_area .cont_03 .c_t_img {
  width: 35.6%;
  margin-top: 1.2%;
  margin-right: -0.2%;
}
.cont_03 .c_img_wrap{
  width: 57.3%;
}
.w_bg_area .cont_03 .c_img_wrap {
  width: 58%;
  margin-bottom: 4%;
}
.w_bg_area .cont_03 .c_t_cap {
  position: absolute;
  bottom: 0%;
  right: 34%;
}

@media (max-width: 768px) {
  .cont_03{
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-bottom: 19.6%;
  }
  .w_bg_area .cont_03 {
    margin-bottom: 9.4%;
}
  .cont_03 .c_t_img {
    width: 65%;
    margin-right: -1%;
}
.w_bg_area .cont_03 .c_t_img {
  width: 65%;
  margin-top: -3%;
  margin-left: 1.2%;
  margin-right: 0;
}
.w_bg_area .cont_03 .c_img_wrap {
  width: 100%;
  height: 234px;
  margin-bottom: 17%;
}
.w_bg_area .cont_03 .c_img_wrap figure{
height: 100%;
}
.w_bg_area .cont_03 .c_img_wrap figure img{
  height: 100%;
  object-fit: cover;
  }
  .cont_03 .c_img_wrap{
    width: 100%;
    margin-bottom: 13%;
  }
  .cont_03 .c_t_cap {
    bottom: 7%;
    right: 25%;
}
}

.cont_04{
  max-width: 1500px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  margin: 0 0 10% auto;
  /* padding-bottom: 6%; */
}
.w_bg_area .cont_04 {
  margin: 0 0 8.5% auto;
}
.cont_04 .c_t_img {
  width: 36.5%;
  margin-top: 11.5%;
}
.w_bg_area .cont_04 .c_t_img {
  width: 48.5%;
  margin-top: 7%;
}
.cont_04 .c_img_wrap{
  width: 52%;
}
.w_bg_area .cont_04 .c_img_wrap {
  width: 43.8%;
  margin-bottom: 7%;
}
.w_bg_area .cont_04 .c_t_cap {
  position: absolute;
  bottom: 0%;
  right: 46%;
}
@media (max-width: 768px) {
  .cont_04{
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 60px auto;
    padding-bottom: 6%;
  }
  .w_bg_area .cont_04 {
    margin: 0 0 11.5% auto;
}
  .cont_04 .c_t_img {
    width: 70%;
    margin-top: 0%;
    margin-right: 0%;
}
.w_bg_area .cont_04 .c_t_img {
  width: 69%;
  margin-top: 0%;
  margin-left: 0%;
}
  .cont_04 .c_img_wrap {
    width: 100%;
    margin-bottom: 13%;
}
.w_bg_area .cont_04 .c_img_wrap {
  width: 100%;
  margin: 0 auto 14%;
}
  .cont_04 .c_t_cap {
    bottom: 1%;
    right: 20%;
}
}

figcaption {
  position: absolute;
  font-size: 10px;
  color: #ffff;
  bottom: 1%;
  left: 1%;
  text-shadow: 0px 1px 5px black,0px 1px 5px black,0px 1px 5px black,0px 1px 5px black,0px 1px 5px black, 0px 1px 5px black;
  white-space: nowrap
}

.multiply {
  mix-blend-mode: multiply;
}

.mi_cap{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: clamp(1rem, 0.051rem + 1.624vw, 2.05rem);
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 8px 5px;
  background-color: #000;
}

@media (max-width: 768px) {
  .mi_cap {
    font-size: 16.2px;
    padding: 4px 5px;
}

}
