﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

/* LPコンテンツ */
/* ===============================================### 
初期設定
###=============================================== */
.lp_250905trip{
  --font-ja: var(--yugothic);
  --font-en: "adobe-garamond-pro", serif;
  --color-black: #555555;
  --color-white: #fff;
  --color-blue01: #7AABEB;
  --color-blue02: #629AFB;
  --color-pink: #F1608A;
  --color-green: #4ABA75;
  --color-orange: #F27026;
  color: #555555;
  box-sizing: border-box;
}

.lp_250905trip img,
.lp_250905trip avg{
  width: 100%;
  height: auto;
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.lp_250905trip .content{
}

.lp_250905trip .content .content__inner{
  width: fit-content;
  margin-inline: auto;
}

.lp_250905trip .flex-wrap{
  display: flex;
}

/************** text **************/
.lp_250905trip .content__text{
  width: 64rem;
  margin-top: 2.4rem;
  margin-inline: auto;
}

.lp_250905trip .content__text.credit{
  position: relative;
  margin-top: 3.8rem;
}

.lp_250905trip .point__title,
.lp_250905trip .credit__title{
  display: inline-block;
  position: relative;
  margin-left: -1px;
  padding: 0 1rem 0.9rem 3.9rem;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  background-color: var(--color-white);
}

.lp_250905trip .point__title::after,
.lp_250905trip .credit__title::after,
.lp_250905trip .content__text.credit::after{
  content: '';
  position: absolute;
  pointer-events: none;
}

.lp_250905trip .point__title::after,
.lp_250905trip .credit__title::after{
  top: -0.4rem;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.lp_250905trip .content__text.credit::after{
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.lp_250905trip .point__detail{
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.lp_250905trip .credit__wrap{
  padding: 0.8rem 3rem 2.8rem;
  line-height: 2.2;
}

.lp_250905trip .credit__item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp_250905trip .credit__item:not(:first-child){
  margin-top: 1.2rem;
}

.lp_250905trip .credit__name{
  font-family: var(--font-ja);
  font-size: 1.3rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lp_250905trip .credit__icon{
  width: 10.8rem;
  height: 3rem;
  text-align: center;
}

.lp_250905trip .credit__icon a{
  display: block;
  width: 100%;
  height: 100%;
  font-family: var(--font-en);
  font-size: 1.3rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  color: var(--color-white);
}

/************** image **************/
.lp_250905trip .content .content__title{
  width: 64rem;
  margin-inline: auto;
}

.lp_250905trip .content .content__image{
  width: 79rem;
  margin-top: 3rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** text **************/
  .lp_250905trip .content__text{
    width: calc(345 * (100vw / 375));
    margin-top: calc(4 * (100vw / 375));
  }
  
  .lp_250905trip .content__text.credit{
    margin-top: calc(28 * (100vw / 375));
  }
  
  .lp_250905trip .point__title,
  .lp_250905trip .credit__title{
    padding: 0 calc(10 * (100vw / 375)) calc(10 * (100vw / 375)) calc(40 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
  }
  
  .lp_250905trip .point__title::after,
  .lp_250905trip .credit__title::after{
    top: calc(-4 * (100vw / 375));
    left: calc(1 * (100vw / 375));
    width: calc(28 * (100vw / 375));
    height: calc(28 * (100vw / 375));
  }
  
  .lp_250905trip .content__text.credit::after{
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
  
  .lp_250905trip .point__detail{
    font-size: calc(14 * (100vw / 375));
  }
  
  .lp_250905trip .credit__wrap{
    padding: calc(6 * (100vw / 375)) calc(14 * (100vw / 375)) calc(21 * (100vw / 375));
    line-height: 2.5;
  }

  .lp_250905trip .credit__item:not(:first-child){
    margin-top: calc(20 * (100vw / 375));
  }
  
  .lp_250905trip .credit__name{
    font-size: calc(13 * (100vw / 375));
    width: calc(220 * (100vw / 375));
  }
  
  .lp_250905trip .credit__icon{
    width: calc(81 * (100vw / 375));
    height: calc(33 * (100vw / 375));
  }
  
  .lp_250905trip .credit__icon a{
    font-size: calc(13 * (100vw / 375));
  }
  
  /************** image **************/
  .lp_250905trip .content .content__title{
    width: calc(345 * (100vw / 375));
  }
  
  .lp_250905trip .content .content__image{
    width: calc(345 * (100vw / 375));
    margin-top: calc(20 * (100vw / 375));
  }
}



/* ===============================================### 
MV
###=============================================== */
.lp_250905trip .mv{
}

.lp_250905trip .mv__inner{
  width: fit-content;
  margin-inline: auto;
}

/************** text **************/
.lp_250905trip .mv__text--main{
  position: relative;
  margin-top: 5rem;
  font-family: var(--yugothic);
  font-size: 2rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  text-align: center;
}

.lp_250905trip .mv__text--main::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 35.2rem;
  height: 2.2rem;
  background-image: url('../img/text-decoration.svg');
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.lp_250905trip .mv__text--lead{
  margin-top: 2rem;
  font-family: var(--yugothic);
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

/************** image **************/
.lp_250905trip .mv__image{
  width: 120rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** text **************/
  .lp_250905trip .mv__text--main{
    margin-top: calc(41 * (100vw / 375));
    font-size: calc(18 * (100vw / 375));
  }
  
  .lp_250905trip .mv__text--main::after{
    width: calc(322 * (100vw / 375));
    height: calc(22 * (100vw / 375));
  }
  
  .lp_250905trip .mv__text--lead{
    margin-top: calc(20 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }
  
  /************** image **************/
  .lp_250905trip .mv__image{
    width: calc(375 * (100vw / 375));
  }
}



/* ===============================================### 
link-area
###=============================================== */
.lp_250905trip .link-area{
  margin-top: 7rem;
}

.lp_250905trip .link-area .content__inner{
  width: 94rem;
  margin-inline: auto;
}

.lp_250905trip .link-area .link-items{
  margin-top: 3.8rem;
}

.lp_250905trip .link-area .link-items.flex-wrap{
  gap: 6rem;
  flex-wrap: wrap;
}

/************** text **************/
.lp_250905trip .link-area .content__title{
  font-family: var(--font-en);
  font-size: 2.4rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.1em;
  text-align: center;
}

/************** image **************/
.lp_250905trip .link-area .link-item{
  width: 14rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250905trip .link-area{
    margin-top: calc(42 * (100vw / 375));
  }
  
  .lp_250905trip .link-area .content__inner{
    width: calc(346 * (100vw / 375));
  }
  
  .lp_250905trip .link-area .link-items{
    margin-top: calc(30 * (100vw / 375));
  }
  
  .lp_250905trip .link-area .link-items.flex-wrap{
    justify-content: center;
    column-gap: calc(8 * (100vw / 375));
    row-gap: calc(31 * (100vw / 375));
  }
  
  /************** text **************/
  .lp_250905trip .link-area .content__title{
    font-size: calc(20 * (100vw / 375));
  }
  
  /************** image **************/
  .lp_250905trip .link-area .link-item{
    width: calc(110 * (100vw / 375));
  }
}



/* ===============================================### 
コンテンツ01
###=============================================== */
.lp_250905trip .content01{
  padding-top: 10rem;
  /* padding-top: var(--header-height); */
}

.lp_250905trip .content01 .content__inner{
}

.lp_250905trip .content01 .credit__icon{
  background-color: var(--color-blue01);
}

/************** text **************/
.lp_250905trip .content01 .point__title,
.lp_250905trip .content01 .credit__title{
  color: var(--color-blue01);
}

.lp_250905trip .content01 .point__title::after{
  background-image: url('../img/content01_icon01.png');
}

.lp_250905trip .content01 .credit__title::after{
  background-image: url('../img/content01_icon02.png');
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .lp_250905trip .content01 .content__text.credit::after{
    width: 64rem;
    height: 18.3rem;
    margin-top: 0.2rem;
    background-image: url('../img/content01_rect.png');
  }
}

@media screen and (max-width: 767px) {
  .lp_250905trip .content01{
    padding-top: calc(60 * (100vw / 375));
  }
  
  /************** text **************/
  .lp_250905trip .content01 .content__text.credit::after{
    width: calc(345 * (100vw / 375));
    height: calc(239 * (100vw / 375));
    border: 1px solid var(--color-blue01);
    border-radius: calc(10 * (100vw / 375));
  }
}



/* ===============================================### 
コンテンツ02
###=============================================== */
.lp_250905trip .content02{
  padding-top: 7.4rem;
  /* padding-top: var(--header-height); */
}

.lp_250905trip .content02 .content__inner{
}

.lp_250905trip .content02 .credit__icon{
  background-color: var(--color-pink);
}

.lp_250905trip .content02 .credit__wrap{
  padding: 1rem 3rem 2.8rem;
}

.lp_250905trip .content02 .credit__item:not(:first-child){
  margin-top: 1.5rem;
}

/************** text **************/
.lp_250905trip .content02 .point__title,
.lp_250905trip .content02 .credit__title{
  color: var(--color-pink);
}

.lp_250905trip .content02 .point__title::after{
  background-image: url('../img/content02_icon01.png');
}

.lp_250905trip .content02 .credit__title::after{
  background-image: url('../img/content02_icon02.png');
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .lp_250905trip .content02 .content__text.credit::after{
    width: 64rem;
    height: 17.7rem;
    background-image: url('../img/content02_rect.png');
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_250905trip .content02{
    padding-top: calc(44 * (100vw / 375));
  }

  .lp_250905trip .content02 .content__text{
    margin-top: calc(28 * (100vw / 375));
  }
  
  .lp_250905trip .content02 .credit__wrap{
    padding: calc(7 * (100vw / 375)) calc(15 * (100vw / 375)) calc(20 * (100vw / 375));
  }
  
  .lp_250905trip .content02 .credit__item:not(:first-child){
    margin-top: calc(18 * (100vw / 375));
  }
  
  /************** text **************/
  .lp_250905trip .content02 .content__text.credit::after{
    width: calc(345 * (100vw / 375));
    height: calc(253 * (100vw / 375));
    border: 1px solid var(--color-pink);
    border-radius: calc(10 * (100vw / 375));
  }
}



/* ===============================================### 
コンテンツ03
###=============================================== */
.lp_250905trip .content03{
  padding-top: 7.7rem;
  /* padding-top: var(--header-height); */
}

.lp_250905trip .content03 .content__inner{
}

.lp_250905trip .content03 .credit__icon{
  background-color: var(--color-green);
}

.lp_250905trip .content03 .content__text.credit{
  margin-top: 3.6rem;
}

.lp_250905trip .content03 .credit__item:not(:first-child){
  margin-top: 1rem;
}

/************** text **************/
.lp_250905trip .content03 .point__title,
.lp_250905trip .content03 .credit__title{
  color: var(--color-green);
}

.lp_250905trip .content03 .point__title::after{
  background-image: url('../img/content03_icon01.png');
}

.lp_250905trip .content03 .credit__title::after{
  background-image: url('../img/content03_icon02.png');
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .lp_250905trip .content03 .content__text.credit::after{
    width: 64rem;
    height: 29.3rem;
    margin-top: 1.1rem;
    background-image: url('../img/content03_rect.png');
  }
}

@media screen and (max-width: 767px) {
  .lp_250905trip .content03{
    padding-top: calc(48 * (100vw / 375));
  }

  .lp_250905trip .content03 .content__text{
    margin-top: calc(7 * (100vw / 375));
  }
  
  .lp_250905trip .content03 .content__text.credit{
    margin-top: calc(27 * (100vw / 375));
  }
  
  .lp_250905trip .content03 .credit__item:not(:first-child){
    margin-top: calc(19 * (100vw / 375));
  }
  
  /************** text **************/
  .lp_250905trip .content03 .content__text.credit::after{
    width: calc(345 * (100vw / 375));
    height: calc(455 * (100vw / 375));
    border: 1px solid var(--color-green);
    border-radius: calc(10 * (100vw / 375));
  }
}



/* ===============================================### 
コンテンツ04
###=============================================== */
.lp_250905trip .content04{
  padding-top: 7.6rem;
  /* padding-top: var(--header-height); */
}

.lp_250905trip .content04 .content__inner{
}

.lp_250905trip .content04 .credit__icon{
  background-color: var(--color-orange);
}

.lp_250905trip .content04 .content__text.point{
  margin-top: 0.8rem;
}

.lp_250905trip .content04 .credit__item:not(:first-child){
  margin-top: 1.4rem;
}

/************** text **************/
.lp_250905trip .content04 .point__title,
.lp_250905trip .content04 .credit__title{
  color: var(--color-orange);
}

.lp_250905trip .content04 .point__title::after{
  background-image: url('../img/content04_icon01.png');
}

.lp_250905trip .content04 .credit__title::after{
  background-image: url('../img/content04_icon02.png');
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .lp_250905trip .content04 .content__text.credit::after{
    width: 64rem;
    height: 21.7rem;
    margin-top: 0.5rem;
    background-image: url('../img/content04_rect.png');
  }
}

@media screen and (max-width: 767px) {
  .lp_250905trip .content04{
    padding-top: calc(47 * (100vw / 375));
  }
  
  .lp_250905trip .content04 .content__text.point{
    margin-top: calc(24 * (100vw / 375));
  }
  
  .lp_250905trip .content04 .credit__item:not(:first-child){
    margin-top: calc(20 * (100vw / 375));
  }
  
  /************** text **************/
  .lp_250905trip .content04 .content__text.credit::after{
    width: calc(345 * (100vw / 375));
    height: calc(297 * (100vw / 375));
    border: 1px solid var(--color-orange);
    border-radius: calc(10 * (100vw / 375));
  }
}



/* ===============================================### 
コンテンツ05
###=============================================== */
.lp_250905trip .content05{
  padding-top: 7.8rem;
  /* padding-top: var(--header-height); */
}

.lp_250905trip .content05 .content__inner{
}

.lp_250905trip .content05 .credit__icon{
  background-color: var(--color-blue02);
}

.lp_250905trip .content05 .credit__wrap{
  padding: 1.1rem 3rem 2.8rem;
}

/************** text **************/
.lp_250905trip .content05 .point__title,
.lp_250905trip .content05 .credit__title{
  color: var(--color-blue02);
}

.lp_250905trip .content05 .point__title::after{
  background-image: url('../img/content05_icon01.png');
}

.lp_250905trip .content05 .credit__title::after{
  background-image: url('../img/content05_icon02.png');
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .lp_250905trip .content05 .content__text.credit::after{
    width: 64rem;
    height: 27.6rem;
    background-image: url('../img/content05_rect.png');
  }
}

@media screen and (max-width: 767px) {
  .lp_250905trip .content05{
    padding-top: calc(43 * (100vw / 375));
  }

  .lp_250905trip .content05 .content__text{
    margin-top: calc(24 * (100vw / 375));
  }

  .lp_250905trip .content05 .content__text.credit{
    margin-top: calc(28 * (100vw / 375));
  }
  
  .lp_250905trip .content05 .credit__wrap{
    padding: calc(6 * (100vw / 375)) calc(15 * (100vw / 375)) calc(10 * (100vw / 375));
  }

  .lp_250905trip .content05 .credit__item:not(:first-child){
    margin-top: calc(19 * (100vw / 375));
  }
  
  /************** text **************/
  .lp_250905trip .content05 .content__text.credit::after{
    width: calc(345 * (100vw / 375));
    height: calc(412 * (100vw / 375));
    border: 1px solid var(--color-blue02);
    border-radius: calc(10 * (100vw / 375));
    margin-top: calc(8 * (100vw / 375));
  }
}



/* ===============================================### 
top-button-area
###=============================================== */
.lp_250905trip .top-button-area{
  margin-top: 6.9rem;
  margin-bottom: 9.8rem;
}

.lp_250905trip .top-button{
  display: block;
  width: 36.1rem;
  height: 5.2rem;
  margin-inline: auto;
  padding: 1.8rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-white);
  background-color: #070203;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250905trip .top-button-area{
    margin-top: calc(-1 * (100vw / 375));
    margin-bottom: 0;
    margin-inline: auto;
    padding-top: calc(56 * (100vw / 375));
    padding-bottom: calc(119 * (100vw / 375));
  }
  
  .lp_250905trip .top-button{
    width: calc(284 * (100vw / 375));
    height: calc(50 * (100vw / 375));
    padding: calc(17 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }
}