@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
/*p,*/
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
  padding: 0;
}

body:not(.home) h2 {
  margin: 0;
  padding: 0;
  font-size: initial;
  line-height: initial;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, Helvetica, Arial, sans-serif;
  position: relative;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

a {
  display: block;
  color: #222222;
  transition: all 0.6s;
}
a:hover {
  opacity: 0.6;
}

.bold {
  font-weight: bold;
}

/* PC */
@media screen and (max-width: 600px) {
  .pc-only {
    display: none;
  }
}

/* SP */
@media screen and (min-width: 601px) {
  .sp-only {
    display: none;
  }
}

header {
  background: transparent;
  position: absolute;
}

.main-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* セレモニーセクション */
.ceremony-section {
  width: 100%;
  position: relative;
}

.ceremony-bg {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 2304;
  background-image: url(../img/35000lp/mv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ceremony-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: -800px;
}

@media screen and (max-width: 1900px) {
  .ceremony-content {
    margin-top: -41.667vw;
  }
}

.main-text {
  text-align: center;
  margin-bottom: 32px;
}

.ceremony-title {
  color: #00aa66;
  font-size: 40px;
  letter-spacing: 4.44px;
  line-height: 66px;
  max-width: 1014px;
  position: relative;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
}

.ceremony-title span {
  background: linear-gradient(transparent 60%, #FFD86F 0%);
  padding: 0 40px;
}

.description-text {
  color: #4b4b4b;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
  font-weight: bold;
  max-width: 855px;
  margin-bottom: 64px;
}

/*.image-card {
  width: 100%;
  max-width: 855px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  margin-bottom: 64px;
  padding: 16px;
}*/

.ceremony-image {
  width: 100%;
  max-width: 818px;
  height: auto;
  margin: 0 auto;
  /*object-fit: cover;*/
  display: block;
}

@media screen and (max-width: 1900px) {
  .main-text {
    margin-bottom: 2vw;
  }
  
  .ceremony-title {
    font-size: 2.5vw;
    letter-spacing: 0.278vw;
    line-height: 4.125vw;
  }
  
  .ceremony-title span {
    padding: 0 2.5vw;
  }
  
  .description-text {
    font-size: 1.25vw;
    line-height: 3.125vw;
    margin-bottom: 4vw;
  }
  
  /*.image-card {
    border-radius: 1.25vw;
    margin-bottom: 4vw;
    padding: 1vw;
  }*/
}


/* インタビューセクション */
.interview-section {
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 180px;
}

.interview-section::before{
  content: "";
  position: absolute;
  background-image: url(../img/35000lp/interview_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /*height: auto;*/
  height: 3086px;
  aspect-ratio: 3877 / 6252;
}

/* インタビューヘッダー */
.interview-header {
  position: relative;
  width: 100%;
  height: 145px;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  margin-top: 350px;
}

.interview-bg-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fcf2d5;
  font-size: 120px;
  letter-spacing: 3.6px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  z-index: 1;
  font-family: din-2014, sans-serif;
}

body:not(.home) h2.interview-title {
  position: absolute;
  top: 38px;
  font-family: 'Noto Sans', sans-serif;
  color: #00aa66;
  font-size: 48px;
  text-align: center;
  line-height: 63px;
  z-index: 2;
  position: relative;
  font-weight: 900;
}

body:not(.home) h2:before{
  content: unset;
}

/* インタビューサブタイトル */
.interview-subtitle {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00aa66;
  font-size: 28px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 52px;
  position: relative;
  font-weight: bold;
}

.subtitle-icon {
  width: 19px;
  height: 39px;
  margin: 0 16px;
}

.subtitle-icon.right {
  width: 25px;
  height: 41px;
}

.interview-content-1,
.interview-content-2,
.interview-content-3,
.interview-content-4 {
  max-width: 1060px;
}

.interview-content-1 {
  position: relative;
  width: 100%;
  margin: 0 auto 154px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.interview-text {
  flex: 1;
  max-width: 585px;
}

.interview-text p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 36px;
}

/* リンクボタン */
.link-button {
  width: 100%;
  max-width: 351px;
  height: 51px;
  background-color: #fdd036;
  border-radius: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 74px;
}

.link-button:hover {
  background-color: rgba(253, 208, 54, 0.9);
}

.link-button span {
  color: #4b4b4b;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  flex: 1;
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
}

.chevron-icon {
  width: 16px;
  height: 16px;
  color: #4b4b4b;
  flex-shrink: 0;
}

/* インタビュー画像1 */
.interview-image-1 {
  position: absolute;
  /*right: -50px;*/
  left: 600px;
  transform: translateX(50px);
  top: 30px;
}

.rotated-image {
  width: 485px;
  height: 346px;
  object-fit: cover;
}

/* インタビューコンテンツ2 */
.interview-content-2 {
  position: relative;
  width: 100%;
  margin: 0 auto 64px;
  padding: 0 16px;
}

.interview-text-2 {
  max-width: 591px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 100px;
}

.interview-text-2 p,
.interview-text-2-2 p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 36px;
}

.support-text {
  margin-top: 32px !important;
}

/* 吹き出し1 */
.speech-bubble-1 {
  position: absolute;
  top: 56px;
  left: -160px;
  width: 214px;
  height: 198px;
}

.bubble-bg {
  position: absolute;
  top: 0;
  left: 76px;
  width: 107px;
  height: 56px;
}

.bubble-decoration {
  position: absolute;
  top: 170px;
  left: 49px;
  width: 114px;
  height: 28px;
}

.bubble-text {
  position: absolute;
  top: 56px;
  left: 23px;
  width: 200px;
  transform: rotate(9deg);
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0;
}

/* インタビュー画像2 */
.interview-image-2 {
  position: absolute;
  top: 0;
  left: -80px;
  width: 500px;
  height: 500px;
  object-fit: cover;
}

/* インタビューコンテンツ3 */
.interview-content-3 {
  width: 100%;
  margin: 0 auto 80px;
  padding: 0 16px;
  position: relative;
}

.interview-content-3 p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 36px;
}

/* インタビューコンテンツ4 */
.interview-content-4 {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.interview-content-4 > p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 32px;
}

.final-content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 32px;
  margin-top: 60px;
}

.final-text {
  flex: 1;
  max-width: 618px;
  width: 60%;
}

.final-text p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 36px;
}

/* 最終画像コンテナ */
.final-image-container {
  position: absolute;
  width: 587px;
  height: auto;
  flex-shrink: 0;
  right: -180px;
  top: 70px;
}

.final-image {
  position: absolute;
  top: 87px;
  left: 0;
  width: 443px;
  height: 295px;
  object-fit: cover;
}

/* 吹き出し2 */
.speech-bubble-2 {
  position: absolute;
  top: 8px;
  right: 0;
  width: 165px;
  height: 210px;
  transform: rotate(-6deg);
}

.bubble-bg-2 {
  position: absolute;
  top: 136px;
  left: 23px;
  width: 119px;
  height: 90px;
  transform: rotate(6deg);
}

.bubble-decoration-2 {
  position: absolute;
  top: 8px;
  left: 2px;
  width: 117px;
  height: 52px;
  transform: rotate(6deg);
}

.bubble-text-2 {
  position: absolute;
  top: 51px;
  left: 23px;
  width: 135px;
  transform: rotate(-10deg);
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 1600px) {
  .interview-section {
    margin-bottom: 11.25vw;
  }

  .interview-section::before{
    height: 192.875vw;
  }
  
  /* インタビューヘッダー */
  .interview-header {
    height: 9.063vw;
    margin-bottom: 2vw;
    margin-top: 21.875vw;
  }
  
  .interview-bg-title {
    font-size: 7.5vw;
    letter-spacing: 0.225vw;
  }
  
  body:not(.home) h2.interview-title {
    top: 2.375vw;
    font-size: 3vw;
    letter-spacing: 0.3vw;
    line-height: 3.938vw;
  }
  
  /* インタビューサブタイトル */
  .interview-subtitle {
    height: 3.125vw;
    font-size: 1.75vw;
    line-height: 3.125vw;
    margin-bottom: 3.25vw;
  }
  
  .subtitle-icon {
    width: 1.188vw;
    height: 2.438vw;
    margin: 0 1vw;
  }
  
  .subtitle-icon.right {
    width: 1.563vw;
    height: 2.563vw;
  }
  
  .interview-content-1,
  .interview-content-2,
  .interview-content-3,
  .interview-content-4 {
    max-width: 66.25vw;
  }
  
  .interview-content-1 {
    margin: 0 auto 9.625vw;
    gap: 2vw;
  }
  
  .interview-text {
    max-width: 36.563vw;
  }
  
  .interview-text p {
    font-size: 1vw;
    line-height: 1.875vw;
    margin-bottom: 2.25vw;
  }
  
  /* リンクボタン */
  .link-button {
    max-width: 21.938vw;
    height: 3.188vw;
    border-radius: 6.25vw;
    padding: 0 1.5vw;
    margin-top: 4.625vw;
  }
  
  .link-button span {
    font-size: 0.875vw;
    line-height: 2vw;
  }
  
  .chevron-icon {
    width: 1vw;
    height: 1vw;
  }
  
  /* インタビュー画像1 */
  .interview-image-1 {
    left: 37.5vw;
    transform: translateX(3.125vw);
    top: 1.875vw;
  }
  
  .rotated-image {
    width: 30.312vw;
    height: 21.625vw;
  }
  
  /* インタビューコンテンツ2 */
  .interview-content-2 {
    margin: 0 auto 4vw;
    padding: 0 1vw;
  }
  
  .interview-text-2 {
    max-width: 36.938vw;
    margin-bottom: 6.25vw;
  }
  
  .interview-text-2 p,
  .interview-text-2-2 p {
    font-size: 1vw;
    line-height: 1.875vw;
    margin-bottom: 2.25vw;
  }
  
  .support-text {
    margin-top: 2vw;
  }
  
  /* 吹き出し1 */
  .speech-bubble-1 {
    top: 3.5vw;
    left: -10vw;
    width: 13.375vw;
    height: 12.375vw;
  }
  
  .bubble-bg {
    left: 4.75vw;
    width: 6.688vw;
    height: 3.5vw;
  }
  
  .bubble-decoration {
    top: 10.625vw;
    left: 3.063vw;
    width: 7.125vw;
    height: 1.75vw;
  }
  
  .bubble-text {
    top: 3.5vw;
    left: 1.438vw;
    width: 12.5vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
  
  /* インタビュー画像2 */
  .interview-image-2 {
    left: -5vw;
    width: 31.25vw;
    height: 31.25vw;
  }
  
  /* インタビューコンテンツ3 */
  .interview-content-3 {
    margin: 0 auto 5vw;
    padding: 0 1vw;
  }
  
  .interview-content-3 p {
    font-size: 1vw;
    line-height: 1.875vw;
    margin-bottom: 2.25vw;
  }
  
  /* インタビューコンテンツ4 */
  .interview-content-4 {
    padding: 0 1vw;
  }
  
  .interview-content-4 > p {
    font-size: 1vw;
    line-height: 2vw;
    margin-bottom: 2vw;
  }
  
  .final-content {
    gap: 2vw;
    margin-bottom: 2vw;
    margin-top: 3.75vw;
  }
  
  .final-text {
    max-width: 38.625vw;
  }
  
  .final-text p {
    font-size: 1vw;
    line-height: 2vw;
    margin-bottom: 2.25vw;
  }
  
  /* 最終画像コンテナ */
  .final-image-container {
    width: 36.688vw;
    right: -11.25vw;
    top: 4.375vw;
  }
  
  .final-image {
    top: 5.438vw;
    width: 27.688vw;
    height: 18.438vw;
  }
  
  /* 吹き出し2 */
  .speech-bubble-2 {
    top: 0.5vw;
    width: 10.313vw;
    height: 13.125vw;
  }
  
  .bubble-bg-2 {
    top: 8.5vw;
    left: 1.438vw;
    width: 7.438vw;
    height: 5.625vw;
  }
  
  .bubble-decoration-2 {
    top: 0.5vw;
    left: 0.125vw;
    width: 7.313vw;
    height: 3.25vw;
  }
  
  .bubble-text-2 {
    top: 3.188vw;
    left: 1.438vw;
    width: 8.438vw;
    font-size: 1.25vw;
    line-height: 1.875vw;
  }
}


/* 楽エコとは？セクション */
.about-section {
  width: 100%;
  height: 680px;
  position: relative;
  background-color: #fff;
}

/* 楽エコヘッダー */
.about-header {
  position: relative;
  width: 100%;
  height: 243px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-bg-title {
  color: #e7fcf3;
  font-size: 140px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
  position: absolute;
  top: 0;
  z-index: 1;
  font-family: din-2014, sans-serif;
}

body:not(.home) h2.about-title {
  position: absolute;
  color: #00aa66;
  font-size: 48px;
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
  line-height: 63px;
  font-weight: 900;
  z-index: 2;
  position: relative;
  top: -10px;
}

.about-subtitle {
  position: absolute;
  top: 193px;
  font-weight: bold;
  color: #00aa66;
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  line-height: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* 楽エココンテンツ */
.about-content {
  position: relative;
  width: 100%;
  max-width: 1115px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 16px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
}

.about-text {
  flex: 1;
  max-width: 600px;
}

.about-text p {
  font-weight: 500;
  color: #4b4b4b;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 16px;
}

.about-image {
  width: 394px;
  height: 360px;
  object-fit: cover;
  flex-shrink: 0;
}

/* 詳細ボタン */
.details-button {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 225px;
  height: 54px;
  border-radius: 30px;
  border: 3px solid #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  background: linear-gradient(0deg, #ff9925 0%, #fecf34 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 45px;
  font-weight: 400;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.details-button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1600px) {
  /* 楽エコとは？セクション */
  .about-section {
    height: 42.5vw;
  }

  /* 楽エコヘッダー */
  .about-header {
    height: 15.188vw;
  }

  .about-bg-title {
    font-size: 8.75vw;
    letter-spacing: 0.3vw;
  }

  body:not(.home) h2.about-title {
    font-size: 3vw;
    letter-spacing: 0.3vw;
    line-height: 3.938vw;
    top: -0.625vw;
  }

  .about-subtitle {
    top: 12.063vw;
    font-size: 1.75vw;
    line-height: 3.125vw;
    gap: 1vw;
  }

  /* 楽エココンテンツ */
  .about-content {
    max-width: 69.688vw;
    margin-top: 2.5vw;
    padding: 0 1vw;
    gap: 2vw;
  }

  .about-text {
    max-width: 37.5vw;
  }

  .about-text p {
    font-size: 1.125vw;
    line-height: 2.25vw;
    margin-bottom: 1vw;
  }

  .about-image {
    width: 24.625vw;
    height: 22.5vw;
  }

  /* 詳細ボタン */
  .details-button {
    left: 1vw;
    width: 14.063vw;
    height: 3.375vw;
    border-radius: 1.875vw;
    font-size: 1vw;
    line-height: 2.813vw;
  }
}

/* 受賞歴セクション */
.award-section {
  width: 100%;
  position: relative;
  padding: 64px 16px;
}

.award-bg {
  position: absolute;
  background-image: url(../img/35000lp/award_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 1400px;
  aspect-ratio: 3813 / 3254;
}

.award-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1033px;
  margin: 0 auto;
  margin-top: 160px;
}

/* 受賞歴ヘッダー */
.award-header {
  text-align: center;
  margin-bottom: 72px;
}

.award-bg-title {
  color: #ff9c7e;
  font-size: 140px;
  
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: din-2014, sans-serif;
}

.award-bg-title::before,
.award-bg-title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.award-bg-title::before {
  background-image: url(../img/35000lp/award-feather-left.png);
  left: -90px;
}

.award-bg-title::after {
  background-image: url(../img/35000lp/award-feather-right.png);
  right: -90px;
}

body:not(.home) h2.award-title {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 48px;
  text-align: center;
  line-height: 63px;
  margin-bottom: 32px;
  position: relative;
  top: 85px;
}

/* 受賞歴説明 */
.award-description {
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 600;
  max-width: 975px;
  margin-bottom: 32px;
}

/* 受賞リスト */
.award-list {
  width: 100%;
  max-width: 856px;
  background-color: transparent;
  margin-top: 50px;
}

.award-item {
  display: flex;
  align-items: flex-start;
  padding: 24px 0;
}

.award-year {
  width: 180px;
  flex-shrink: 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 36px;
}

.award-title-text {
  flex: 1;
  margin-left: 24px;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 36px;
  white-space: pre-line;
}

.award-separator {
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  width: 100%;
}

@media screen and (max-width: 1600px) {
  /* 受賞歴セクション */
  .award-section {
    padding: 4vw 1vw;
  }

  .award-bg {
    background-image: url(../img/35000lp/award_bg.png);
    height: 87.5vw;
  }

  .award-content {
    max-width: 64.563vw;
    margin-top: 10vw;
  }

  /* 受賞歴ヘッダー */
  .award-header {
    margin-bottom: 4.5vw;
  }

  .award-bg-title {
    font-size: 8.75vw;
    letter-spacing: 0.3vw;
    margin-bottom: 1vw;
  }

  .award-bg-title::before,
  .award-bg-title::after {
    width: 6.25vw;
    height: 13.75vw;
  }

  .award-bg-title::before {
    left: -5.625vw;
  }

  .award-bg-title::after {
    right: -5.625vw;
  }

  body:not(.home) h2.award-title {
    font-size: 3vw;
    letter-spacing: 0.3vw;
    line-height: 3.938vw;
    margin-bottom: 2vw;
    top: 5.313vw;
  }

  /* 受賞歴説明 */
  .award-description {
    font-size: 1.5vw;
    line-height: 2.25vw;
    max-width: 60.938vw;
    margin-bottom: 2vw;
  }

  /* 受賞リスト */
  .award-list {
    max-width: 53.5vw;
    margin-top: 3.125vw;
  }

  .award-item {
    padding: 1.5vw 0;
  }

  .award-year {
    width: 11.25vw;
    font-size: 1.063vw;
    line-height: 2.25vw;
  }

  .award-title-text {
    flex: 1;
    margin-left: 1.5vw;
    font-size: 1.063vw;
    line-height: 2.25vw;
  }
}

/* 最終メッセージセクション */
.final-section {
  width: 100%;
  height: 550px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.final-bg {
  position: absolute;
  background-image: url(../img/35000lp/final_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.final-message {
  position: relative;
  z-index: 10;
  max-width: 1067px;
  padding: 0 16px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 2.13px;
  margin-top: 50px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 900;
}

#breadcrumb {
  display: none;
}

@media screen and (max-width: 1600px) {
  /* 最終メッセージセクション */
  .final-section {
    height: 37.5vw;
    margin-top: 3.75vw;
  }

  .final-message {
    max-width: 66.688vw;
    padding: 0 1vw;
    font-size: 2.5vw;
    line-height: 4.375vw;
    letter-spacing: 0.133vw;
  }
}

@media (max-width: 600px) {
  /* 基本設定 */
  body {
    font-size: 16px;
    line-height: 1.4;
  }

  #menu {
    position: absolute;
  }

  /*header,
  body.shrink header {
    height: 15vw;
  }

  header .logo {
    margin: 3.667vw 0 0 5.333vw;
  }

  header .logo img {
    width: 33.667vw;
  }

  #menu {
    width: 15vw;
    height: 15vw;
    padding-top: 5.833vw;
    position: absolute;
  }

  #menu span,
  #menu span:last-child,
  body.shrink #menu span:last-child{
		width:4.667vw;
		margin-left:5.167vw;
	}

  #menu span+span {
    margin-top: 1.5vw;
  }*/

  /* メインコンテナ */
  .main-container {
    padding: 0;
  }

  /* セレモニーセクション */
  .ceremony-bg {
    height: 100vh;
    min-height: 600px;
  }

  .ceremony-content {
    margin-top: -33vh;
    padding: 0 16px;
  }

  .ceremony-title {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .description-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .ceremony-image {
    max-width: 100%;
    height: auto;
  }

  /* インタビューセクション */
  .interview-section {
    margin-bottom: 60px;
    padding: 0 26px;
  }

  .interview-section::before {
    background-image: url(../img/35000lp/interview_bg_sp.png);
    height: 100%;
    left: 0;
    right: 0;
  }

  .interview-header {
    height: auto;
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .interview-bg-title {
    font-size: 13.5vw;
    letter-spacing: 2px;
  }

  body:not(.home) h2.interview-title {
    font-size: 6.5vw;
    letter-spacing: 2px;
    line-height: 1.3;
    top: 30px;
  }

  .interview-subtitle {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 0 10px;
    height: 80px;
  }

  .subtitle-icon {
    width: 24px;
    height: 36px;
    margin: 0 8px;
  }

  .subtitle-icon.right {
    width: 24px;
    height: 36px;
  }

  /* インタビューコンテンツ */
  .interview-content-1,
  .interview-content-2,
  .interview-content-3,
  .interview-content-4 {
    max-width: 100%;
    margin: 0 auto 40px;
    position: relative;
  }

  .interview-content-1 {
    flex-direction: column;
    gap: 20px;
  }

  .interview-text {
    max-width: 100%;
  }

  .interview-text p,
  .interview-text-2 p,
  .interview-text-2-2 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* リンクボタン */
  .link-button {
    max-width: 100%;
    height: 44px;
    margin-top: 50px;
    padding: 0 16px;
  }

  .link-button span {
    font-size: 12px;
    line-height: 1.4;
  }

  .chevron-icon {
    width: 12px;
    height: 12px;
  }

  /* インタビュー画像 */
  .interview-image-1 {
    position: static;
    transform: none;
    margin: 20px auto;
    text-align: center;
  }

  .rotated-image {
    width: 100%;
    height: auto;
  }

  .interview-image-2 {
    position: relative;
    width: 70%;
    max-width: 300px;
    height: auto;
    display: block;
  }

  .interview-image-2-wrap {
    display: flex;
    position: relative;
  }

  /* 吹き出し */
  .speech-bubble-1,
  .speech-bubble-2 {
    position: relative;
    width: 40%;
    height: auto;
    transform: none;
    left: 0;
  }

  .bubble-text,
  .bubble-text-2 {
    position: relative;
    width: 100%;
    transform: none;
    font-size: 3.5vw;
    line-height: 1.4;
    top: 1vw;
  }

  .bubble-bg,
  .bubble-bg-2,
  .bubble-decoration,
  .bubble-decoration-2 {
    position: relative;
  }

  .bubble-bg {
    width: 17vw;
    height: 8vw;
    left: 10vw;
    top: 5vw;
  }

  .bubble-decoration {
    width: 17vw;
    height: 6vw;
    top: 27vw;
    left: 7vw;
  }

  /* インタビューコンテンツ2 */
  .interview-content-2 {
    margin-bottom: 40px;
  }

  .interview-text-2 {
    max-width: 100%;
    margin: 0 0 30px 0;
  }

  /* インタビューコンテンツ3 */
  .interview-content-3 p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* インタビューコンテンツ4 */
  .interview-content-4 > p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .final-content {
    flex-direction: column;
    margin: 20px 0;
  }

  .final-text {
    max-width: 100%;
    width: 100%;
  }

  .final-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .final-image-container {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
  }

  .final-image {
    position: relative;
    width: 70%;
    max-width: 300px;
    height: auto;
  }

  .bubble-bg-2 {
    width: 17vw;
    height: 5vw;
    left: 3vw;
    top: 30vw;
  }

  .bubble-decoration-2 {
    width: 20vw;
    height: 7vw;
    top: 0;
    left: 1vw;
  }

  /* 楽エコとは？セクション */
  .about-section {
    height: auto;
    padding: 40px 26px;
  }

  .about-header {
    height: auto;
    margin-bottom: 30px;
  }

  .about-bg-title {
    font-size: 17.5vw;
    letter-spacing: 2px;
  }

  body:not(.home) h2.about-title {
    font-size: 6.5vw;
    letter-spacing: 2px;
    line-height: 1.3;
    top: 8vw;
  }

  .about-subtitle {
    font-size: 4.1vw;
    line-height: 1.4;
    margin-top: 11vw;
    gap: 8px;
  }

  .about-content {
    flex-direction: column;
    gap: 20px;
    margin-top: 25vw;
    padding: 0;
    max-width: 100%;
  }

  .about-text {
    max-width: 100%;
  }

  .about-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .about-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
  }

  .details-button {
    position: static;
    width: 100%;
    max-width: 200px;
    height: 44px;
    margin: 20px auto 0;
    font-size: 16px;
    border-radius: 30px;
    line-height: 40px;
  }

  /* 受賞歴セクション */
  .award-section {
    padding: 40px 26px;
  }

  .award-bg {
    background-image: url(../img/35000lp/award_bg_sp.png);
    height: 120%;
    aspect-ratio: auto;
  }

  .award-content {
    margin-top: 60px;
    max-width: 100%;
  }

  .award-header {
    margin-bottom: 40px;
  }

  .award-bg-title {
    font-size: 17.5vw;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .award-bg-title::before,
  .award-bg-title::after {
    
  }

  body:not(.home) h2.award-title {
    font-size: 6.5vw;
    letter-spacing: 2px;
    line-height: 1.3;
    margin-bottom: 20px;
    top: 40px;
  }

  .award-description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 90vw;
  }

  .award-list {
    max-width: 100%;
    margin-top: 20px;
  }

  .award-item {
    flex-direction: column;
    padding: 20px 0;
    text-align: left;
  }

  .award-year {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .award-title-text {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  /* 最終メッセージセクション */
  .final-section {
    height: 50vw;
    padding: 60px 16px;
  }

  .final-bg {
    background-image: url(../img/35000lp/final_bg_sp.png);
    /*background-position: center 100%;*/
  }

  .final-message {
    max-width: 100%;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    padding: 0 10px;
    margin-top: 20px;
  }

  .mobile-br {
    display: block;
  }

  /* スクロール調整 */
  html {
    scroll-behavior: smooth;
  }

  /* フォントサイズの最小値設定 */
  * {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  /* タッチ操作の改善 */
  .link-button,
  .details-button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    touch-action: manipulation;
  }

  /* 画像の最適化 */
  img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* レイアウトの調整 */
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* マージンとパディングの調整 */
  section {
    margin-bottom: 40px;
  }

  /* ボタンのサイズ調整 */
  button,
  .button {
    min-height: 44px;
    padding: 12px 16px;
  }
}

/* 大画面（1200px以上） */
@media (min-width: 1200px) {
  .ceremony-content {
      max-width: 1400px;
  }
}

#copyright {
  display: none;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  width: 80px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #pagetop {
    width: 60px;
    bottom: 100px;
  }
}
#pagetop:hover {
  opacity: 1;
}