@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, section, div, p, main, header, footer {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: none; }

/*　パンくず設定　*/
.breadclumb {
  background-color: #FAFAFA;
  padding: .5rem;
  font-size: .825em;
  overflow-x: scroll; }

.breadclumb ul {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap; }

.breadclumb ul li {
  display: inline;
  position: relative;
  padding-right: 1em; }

.breadclumb ul li:after {
  position: absolute;
  right: -.4em;
  top: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
  margin: 0 0.3rem;
  background: url(https://img2.tour.l-tike.com/image/common/pc/icon_arrow_gray.svg) no-repeat center transparent;
  background-size: contain; }

.breadclumb ul li.last {
  padding-right: 0; }

.breadclumb ul li.last:after {
  content: none; }


  

/* トトロLP  contents ------------------------- */

:root {
	--colorMain: linear-gradient(to right, #115111, #3C6C3C,#115111); 
	--colorBgSub: #EAE1D3;
  --colorYel: #FFC72F;
	--colorText: #1D1818;
	--colorTextSub: #FFF7EB;
	--colorLink: #F07C10;
	--colorRed: #CD4343;
}

.totoro_lp .contents-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
} 

.totoro_lp .bg-Beige {
  background-image: url(../img/texture_img.webp) ;
  background-repeat: repeat;
  padding-bottom: 4.5rem;
  display: flow-root;
}

.totoro_lp .bg-Green {
  padding-bottom: 4.5rem;
  display: flow-root;
}

.totoro_lp .bg-White {
  background-color: var(--colorTextSub);
  display: flow-root;
}

.totoro_lp {
  font-family: "M PLUS 1p", "Meiryo", sans-serif;
  background: var(--colorMain); 
}

.totoro_lp a {
  color: var(--colorLink);
}

.totoro_lp a:hover {
  opacity: 0.8;
}


/* MV----------------- */

.totoro_lp .mv-top {
  margin: 0 auto;
  text-align: center;
  padding: 1.8rem 2rem 2.5rem 2rem;
}

.totoro_lp .mv {
  margin: 1rem auto;
}

.totoro_lp .mv img {
  width: 100%;
  max-width: 750px;
  height: auto;
  filter: drop-shadow(0 4px 4px rgba(26, 89, 26, 0.6));
}

.totoro_lp .ribbon {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 50px;
  font-size: 18px;
  background: #0E79C0;
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.totoro_lp .ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.totoro_lp .ribbon:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 10px;
  border-color: transparent transparent transparent #245d24;
  border-style: solid;
}

.totoro_lp .ribbon:after {
  top: 0;
  right: 0;
  border-width: 20px 10px 20px 0px;
  border-color: transparent #245d24 transparent transparent;
  border-style: solid;
}

.totoro_lp .ribbon p {
  margin: 0;
  background-color: #0E79C0; 
  color: #FFF;
  text-align: center;
  padding: 0 20px;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.totoro_lp .mv-title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 8px;
}

.totoro_lp .mv-title-text-min {
  font-size: 1.688rem;
}

.totoro_lp .mv-title-text p {
  font-size: 2rem;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-weight: 700;
  color: var(--colorTextSub);
  line-height: 1.5;
}

.totoro_lp .mv-title-text img {
  max-width: 275px;
}

.totoro_lp h1 {
  font-size: 2.813rem;
  color: var(--colorYel);
  font-weight: 800;
  text-shadow:
    -4px -4px 0 #0F520F,
    4px -4px 0 #0F520F,
    -4px  4px 0 #0F520F,
    4px  4px 0 #0F520F;
}

.totoro_lp .period {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.totoro_lp .mv-top  .period dl{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 30px;
}

.totoro_lp .mv-top  .period dl dt{
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0px 20px;
  background-color: var(--colorYel);
  border-radius: 4px;
  color: #2B612B;
}

.totoro_lp .mv-top  .period dl dd{
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 4px;
  color: #FFF7EB;
  text-align: left;
}



/* 本特別企画について-------------- */

.totoro_lp .contents-title {
  display: inline-block;
  padding: 50px 90px; 
  width: 470px;
  background-image: url(../img/contents-title_bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-size: 2rem;
  letter-spacing: 0.2px;
  text-align: center;
  margin: 2rem 0 1.5rem 0;
  color: #2B612B;
  text-shadow:
    -2px -2px 0 #FFE6BE,
    2px -2px 0 #FFE6BE,
    -2px  2px 0 #FFE6BE,
    2px  2px 0 #FFE6BE;
}

.totoro_lp .about-plan p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

.totoro_lp .ap-fzL {
  font-size: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;

}

.totoro_lp .about-plan-caution {
  font-size: 0.9375rem;
  text-align: left;
  padding: 0px 20px;
  line-height: 1.6;
  letter-spacing: -0.1px;
}

.totoro_lp .green-frame-out {
  width: 100%;
  background-color: #1A581A;
  margin: 8px auto;
  padding: 8px;
}

.totoro_lp .green-frame-in {
  padding: 1rem 1.5rem 0.8rem 1.5rem;
  border: 2px solid #FFF7EB;
}

.totoro_lp .green-frame-in .font-L {
  font-size: 2.5rem;
  line-height: 1.5;
}

.totoro_lp .green-frame-in .font-S {
  margin: 0.4rem 0 0.5rem 0;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: var(--colorTextSub);
}

.totoro_lp .green-frame-in p {
  font-size: 1.5rem;
  color: var(--colorYel);
  text-shadow:
    -2px -2px 0 #0F520F,
    2px -2px 0 #0F520F,
    -2px  2px 0 #0F520F,
    2px  2px 0 #0F520F;
  font-weight: 800;
  margin-bottom: 0;
}

.totoro_lp .introduction {
  margin-top: 2.5rem;
}

.totoro_lp .introduction .intro-text {
  text-align: left;
  padding: 0 20px;
}

.totoro_lp .intro-title {
  margin-bottom: 1.125rem;
  width: 100%;
}

.intro-title::before,
.intro-title::after {
  content: '';
  display: block;
  background-image: url('../img/leaf_01.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 26px;
}

.totoro_lp .intro-title p {
  font-size: 1.5rem;
  font-weight: 800;
  color: #1A581A;
  padding: 6px 0;
}

.totoro_lp .intro-text {
  font-size: 1rem;
  line-height: 1.7;
  padding: 0 20px;
}

.totoro_lp .btn-green {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--colorBgSub);
  width: 386px;;
  height: 60px;
  padding: 18px 32px;
  background-image: url(../img/green-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;  
  justify-content: center;
  margin: 2rem auto 0 auto;
  text-decoration: none;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.3));
}


/* 実施期間---------------------- */

.totoro_lp .period-white dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.totoro_lp .period-white dt {
  color: var(--colorTextSub);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.totoro_lp .period-white dt:nth-of-type(2) {
  margin-top: 2rem;
}

.totoro_lp .period-white dd {
  background-color: var(--colorTextSub);
  color: #1A581A;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  max-width: 542px;
  padding: 1rem 2rem;
  text-align: center;
  box-sizing: border-box;
}

.totoro_lp .steps {
  max-width: 800px;
  padding: 40px 30px;
  background-color: #FFF9F0;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #D2C3AC;
}

.totoro_lp .steps ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}

.totoro_lp .steps ol li {
  counter-increment: item;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.totoro_lp .steps ol li:last-of-type {
  margin-bottom: 0;
}

.totoro_lp .steps ol li p {
  width: 100%;
  padding-bottom: 14px;
  padding-left: 10px;
  border-bottom: 3px solid #B29C8C;
  text-align: left;
  font-weight: 500;
  line-height: 1.7;
}

.totoro_lp .steps li::before {
  content: counter(item);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  font-size: 1.5rem;
  color: var(--colorTextSub);
  font-weight: 700;
  background-image: url("../img/acorn.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.totoro_lp .bg-White {
  background-color: #FFFEFB;
}

.totoro_lp .important-notice {
  max-width: 800px;
  padding: 2rem 1.25rem;
  margin: 0 auto;
}

.totoro_lp .in-title-out {
  max-width: 500px;
  background-color: var(--colorRed);
  padding: 6px;
  text-align: center;
  margin: 0 auto 1rem auto;
}

.totoro_lp .in-title {
  font-size: 1.75rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 0.2rem 2rem;
  color: var(--colorTextSub);
  border: 2px solid #EAE1D3;
}

.totoro_lp .caution {
  display: block;
  font-size: 1.125rem;
  color: var(--colorRed);
  text-align: center;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.totoro_lp .important-notice li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
}

.totoro_lp .important-notice li::before {
  content: "・";
  font-weight: bold;
  position: absolute;
  left: 0;
}

.totoro_lp .important-notice li:last-of-type {
  margin-bottom: 0;
}

.totoro_lp .btn-red {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: var(--colorTextSub);
  width: 386px;
  height: 104px;
  padding: 8px 32px 18px 32px;
  background-image: url(../img/red-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;  
  justify-content: center;
  margin: 2rem auto 0 auto;
  text-decoration: none;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.3));
}


/* 公演情報------------------------ */

.totoro_lp .information dt {
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--colorTextSub);
  letter-spacing: 1.6px;
  margin-bottom: 0.5rem;
}

.totoro_lp .information dd {
  font-weight: 300;
  font-size: 1rem;
  color: var(--colorTextSub);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff7eb5d;
  margin-bottom: 2.5rem;
}

.totoro_lp .information dd:nth-last-of-type {
  margin-bottom: 0;
}

.totoro_lp .btn-beige {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1A581A;
  width: 386px;
  height: 60px;
  padding: 18px 32px;
  background-image: url(../img/beige-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;  
  justify-content: center;
  margin: 2rem auto 2.5rem auto;
  text-decoration: none;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.3));
}

.totoro_lp .stage-photo {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 20px;
  max-width: 800px;
}

.totoro_lp .stage-photo .img01 {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.totoro_lp .grass {
  max-width: 109px;
  height: auto;
  display: block;
}



/* チケットや個人情報のお取り扱いについて------------------- */


.totoro_lp .ah_title_out {
  background-color: #1A581A;
  padding: 6px;
  width: fit-content;
  margin: 2.5rem auto 1.5rem auto;
}

.totoro_lp .ah_title {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 2px 40px;
  border: 1px solid var(--colorTextSub);
  color: var(--colorTextSub);
}

.totoro_lp  .ah-container { 
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 
  gap: 2rem;
  padding: 30px 32px;
  text-align: left;
  background-color: #FFF9F0;
  border: 1px solid #D2C3AC;
  border-radius: 8px;
}

.totoro_lp .ah-container dl dt {
  padding: 4px 0 4px 16px;
  background-color: #1A581A;
  font-size: 1.125rem;
  color: #FFF9F0;
  font-weight: 500;
  margin-bottom: 1rem;

}

.totoro_lp .ah-container dl dd {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
}

.totoro_lp .ah-container dl dd::before {
  content: "・";
  font-weight: bold;
  position: absolute;
  left: 0;
}


/* お問い合わせ先-------------------- */

.totoro_lp .contact-title {
  width: 100%;
  padding: 1rem 0;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  background-color: #E6CAA0;
  color: #1A581A;
  text-align: center;
  margin-bottom: 2.5rem;
}

.totoro_lp .contact-mail span {
  font-size: 1.125rem;
  font-weight: 700;
}

.totoro_lp .contact a {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--colorTextSub);
  letter-spacing: 0.2px;
  background-color: #1A581A;
  width: 300px;
  padding: 18px 0;
  border-radius: 80px;
  text-decoration: none;
  margin-top: 16px;
}

.totoro_lp .contact .line {
  width: 100%;
  height: 2px;
  background-color: #E1D6C5;
  margin: 40px 0;
}

.totoro_lp .contact-faq p{
  font-weight: 500;
  line-height: 1.7;
}

.totoro_lp .spblock {
  display: none;
}

.totoro_lp .h1br {
  display: none;
}

.totoro_lp .spblock {
  display: none;
}

.totoro_lp .ribbon-spblock {
  display: none;
}

.totoro_lp .pcblock {
  display: block;
}

.totoro_lp .sp-caution {
  display: none;
}


  .totoro_lp .brblock_512 {
    display: none;
  }




@media (max-width: 1025px) {

.totoro_lp .ribbon {
  display: inline-block;
  position: relative;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #0E79C0;
  color: #FFF;
  box-sizing: border-box;
}

.totoro_lp .ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.totoro_lp .ribbon:before {
  top: 0;
  left: 0;
  border-width: 19px 0px 19px 10px;
  border-color: transparent transparent transparent #265e26;
  border-style: solid;
}

.totoro_lp .ribbon:after {
  top: 0;
  right: 0;
  border-width: 19px 10px 19px 0px;
  border-color: transparent #265e26 transparent transparent;
  border-style: solid;
}

.totoro_lp .ribbon p {
  font-size: 18px;
}

.totoro_lp .mv-title-text p {
    text-underline-offset: 8px;
}


.totoro_lp .mv-title-text p {
    font-size: 1.5rem;
    text-underline-offset: 8px;
}

.totoro_lp .mv-title-text-min {
    font-size: 1.35rem;
}

.totoro_lp .mv-title-text img {
    max-width: 200px;
}

.totoro_lp h1 {
    font-size: 2rem;
    text-shadow: -2px -2px 0 #0F520F, 2px -2px 0 #0F520F, -2px 2px 0 #0F520F, 2px 2px 0 #0F520F;
}

.totoro_lp .mv-top  .period dl dt{
  font-size: 1.25rem;
}

.totoro_lp .mv-top .period dl dd {
  font-size: 1.3rem;
}

.totoro_lp .mv-top .period dl {
    gap: 16px 24px;
}

.totoro_lp .contents-title {
    width: 350px;
    font-size: 1.7rem;
}

.totoro_lp .green-frame-in .font-L {
    font-size: 2.3rem;
}


.totoro_lp .green-frame-in p {
  line-height: 1.5;
}

}


@media (max-width: 996px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #255d25;
}

.totoro_lp .ribbon:after {
  border-color: transparent #255d25 transparent transparent;
}
}

@media (max-width: 911px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #205a20;
}

.totoro_lp .ribbon:after {
  border-color: transparent #205a20 transparent transparent;
}
}

@media (max-width: 908px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #235c23;
}

.totoro_lp .ribbon:after {
  border-color: transparent #235c23 transparent transparent;
}
}

@media (max-width: 808px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #215b21;
}

.totoro_lp .ribbon:after {
  border-color: transparent #215b21 transparent transparent;
}
}

@media (max-width: 795px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #1f5a1f;
}

.totoro_lp .ribbon:after {
  border-color: transparent #1f5a1f transparent transparent;
}
}

@media (max-width: 807px) {
  .totoro_lp .green-frame-in .font-S {
    font-size: 1.1rem;
  }

}

@media (max-width: 758px) {

  .totoro_lp .period-white dd {
    text-align: center;
  }

  .totoro_lp .period-white dd span{
    display: inline-block;
    text-align: left;
  }

  .totoro_lp .spblock {
    display: block;
  }

  .totoro_lp .pcblock {
    display: none;
  }

  .totoro_lp .caution {
    font-size: 1rem;
  }

  .totoro_lp .bg-Beige {
    padding-bottom: 2.5rem;
  }

  .totoro_lp .bg-Green {
    padding-bottom: 2.5rem;
  }

  .totoro_lp .mv-top {
    margin: 0 auto;
    text-align: center;
    padding: 1.25rem 1rem;
  }

.totoro_lp .ribbon {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #0E79C0;
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}

.totoro_lp .ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.totoro_lp .ribbon:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 8px;
  border-color: transparent transparent transparent #245d24;
  border-style: solid;
}

.totoro_lp .ribbon:after {
  top: 0;
  right: 0;
  border-width: 15px 8px 15px 0px;
  border-color: transparent #245d24 transparent transparent;
  border-style: solid;
}

  .totoro_lp .ribbon p {
    font-size: 14px;
  }

  .totoro_lp .mv-title-text {
    display: block;
    gap: 1rem;
    margin-bottom: 8px;
  }

  .totoro_lp .mv-title-text-min {
    font-size: 1.2rem;
  }

  .totoro_lp .mv-title-text p {
    font-size: 1.3rem;
    text-underline-offset: 6px;
  }

  .totoro_lp .mv-title-text img {
    max-width: 170px;
    transform: rotate(3deg);
    margin-bottom: -10px;
  }

  .totoro_lp h1 {
    font-size: 1.7rem;
  }

  .totoro_lp .mv {
    margin: 0.5rem auto;
  }

  .totoro_lp .mv-top  .period dl dt{
    font-size: 1rem;
  }

  .totoro_lp .mv-top .period dl dd {
      font-size: 1rem;
    }

  .totoro_lp .mv-top .period dl {
      gap: 10px 10px;
  }

  .totoro_lp .contents-title {
    width: 400px;
    font-size: 1.5rem;
    padding: 40px 20px;
    margin: 1.25rem 0 1rem 0;
  }

  .totoro_lp .green-frame-in .font-L {
    font-size: 2rem;
  }

  .totoro_lp .green-frame-in .font-S {
  font-size: 0.9rem;
}

  .totoro_lp .green-frame-in {
    padding: 0.6rem 0.5rem 0.4rem 0.5rem;
  }

  .totoro_lp .about-plan p {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    line-height: 1.7;
  }

  .totoro_lp .about-plan p:nth-of-type(1) {
    margin-bottom: 0.2rem;
    line-height: 1.5;
  }

  .totoro_lp .about-plan p:nth-of-type(2) {
    line-height: 1.5;
  }

  .totoro_lp .intro-title p {
    font-size: 1.125rem;
    padding: 4px 0;
  }

  .totoro_lp .intro-title {
    margin-bottom: 0.5rem;
  }

  .totoro_lp .btn-green {
    font-size: 1.125rem;
    width: 300px;
    height: 60px;
    padding: 0px 0px;
    margin: 1.5rem auto 0 auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.3));
  }

  .totoro_lp .btn-red {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    color: var(--colorTextSub);
    width: 300px;
    height: 104px;
    padding: 0px 8px 7px 8px;
    display: flex;
    align-items: center;  
    justify-content: center;
    margin: 1rem auto 0 auto;
    text-decoration: none;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
  }

  .totoro_lp .btn-beige {
    display: flex;
    width: calc(100% - 32px);
    font-size: 1.125rem;
    margin: 1.5rem auto 2.5rem;
    background-size: 100% 100%;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
    padding: 0;
}

  .totoro_lp .introduction {
    margin-top: 1.875rem;
  }
  .totoro_lp .about-plan-caution {
    padding: 0;
  }

  .totoro_lp .ap-fzL {
    font-size: 18px;
  }

  .totoro_lp .introduction .intro-text {
    padding: 0;
  }

  .totoro_lp .period-white {
    width: 100%;
  }

  .totoro_lp .period-white dt:nth-of-type(2) {
    margin-top: 1rem;
  }
  
  .totoro_lp .steps {
    padding: 23px 15px 25px 15px;
    margin-bottom: 24px;
  }

  .totoro_lp .steps ol li {
    gap: 0.5rem;
  }

  .totoro_lp .steps ol li p{
    padding-bottom: 8px;
    padding-left: 8px;
    line-height: 1.5;
  }

  .totoro_lp .steps li::before {
    width: 47px;
    height: 47px;
    font-size: 1.25rem;
  }

  .totoro_lp .in-title {
    font-size: 1.3125rem;
    padding: 0.2rem 2rem;
    border: 1px solid #EAE1D3;
  }

  .totoro_lp .information dd {
    margin-bottom: 1.125rem;
  }

  .totoro_lp .grass {
    display: none;
  }

  .totoro_lp .ah_title_out {
    width: 100%;
  }

  .totoro_lp .ah_title {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 6px 12px;
  }

  .totoro_lp .ah-container {
    gap: 1.5rem;
    padding: 18px 16px;
  }

  .totoro_lp .contact-title {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .totoro_lp .contact .line {
    margin: 20px 0;
  }

  .totoro_lp .contact-faq p {
    text-align: left;
  }

}

@media (max-width: 651px) { 
  .totoro_lp .ribbon:before {
    border-color: transparent transparent transparent #205a20;
  }

  .totoro_lp .ribbon:after {
    border-color: transparent #205a20 transparent transparent;
  }

  .totoro_lp .green-frame-in .font-S {
    font-size: 1rem;
  }

}

@media (max-width: 644px) {

  .totoro_lp .mv-title-text {
    display: block;
  }

  .totoro_lp .mv-title-text-min {
    font-size: 1.2rem;
  }

  .totoro_lp .mv-title-text p {
    font-size: 1.2rem;
  }

  .totoro_lp .mv-title-text img {
    max-width: 170px;
  }

  .totoro_lp h1 {
    font-size: 1.5rem;
  }

  .totoro_lp .green-frame-in .font-L {
      font-size: 1.8rem;
  }

}


@media (max-width: 647px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #205a20;
}

.totoro_lp .ribbon:after {
  border-color: transparent #205a20 transparent transparent;
}
}



@media (max-width: 623px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #1e591e;
}

.totoro_lp .ribbon:after {
  border-color: transparent #1e591e transparent transparent;
}
}


@media (max-width: 578px) {
    .totoro_lp h1 {
      font-size: 1.3rem;
    }

    .totoro_lp .mv-title-text p {
      font-size: 1.1rem;
    }

    .totoro_lp .mv-title-text-min {
      font-size: 0.9rem;
    }

    .totoro_lp .mv-title-text img {
      max-width: 160px;
    }

    .totoro_lp .contents-title {
      width: 300px;
      font-size: 1.375rem;
      padding: 27px 20px;
      margin-bottom:  1rem;
    }

    .totoro_lp .caution {
      display: none;
    }

  .totoro_lp .sp-caution {
    display: block;
    line-height: 1.7;
    color: var(--colorRed);
    text-align: center;
    margin-bottom: 1rem;
    text-decoration: underline;
  }

  .totoro_lp .ah_title {
      font-size: 1.125rem;
      padding: 5px 12px;
  }

  .totoro_lp .green-frame-in .font-L {
    font-size: 1.5rem;
  }

  .totoro_lp .period-white dd {
    font-size: 1.375rem;
  }

  .totoro_lp .period-white dt {
    font-size: 1.25rem;
    margin-bottom: 0.3rem;
  }

  .totoro_lp .ribbon {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    background: #0E79C0;
    color: #FFF;
    box-sizing: border-box;
  }

  .totoro_lp .ribbon:before, .ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .totoro_lp .ribbon:before {
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #1d591d;
    border-style: solid;
  }

  .totoro_lp .ribbon:after {
    top: 0;
    right: 0;
    border-width: 15px 10px 15px 0px;
    border-color: transparent #1d591d transparent transparent;
    border-style: solid;
  }

}


@media (max-width: 512px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #1b571b;
  }

  .totoro_lp .ribbon:after {
    border-color: transparent #1b571b transparent transparent;
  }

  .totoro_lp .brblock_512 {
      display: block;
  }

}


@media (max-width: 478px) {



  .totoro_lp .contents-inner {
    padding: 0 1rem;
  }

  .totoro_lp .h1br {
    display: block;
  }

  .totoro_lp .ribbon-spblock {
    display: block;
  }

  .totoro_lp .ribbon {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 18px;
    text-align: center;
    padding: 1.5px 15px 0 15px;
    font-size: 18px;
    background: #0E79C0;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
  }

  .totoro_lp .ribbon:before, .ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .totoro_lp .ribbon:before {
    top: 0;
    left: 0;
    border-width: 20px 0px 20px 8px;
    border-color: transparent transparent transparent #215b21;
    border-style: solid;
  }

  .totoro_lp .ribbon:after {
    top: 0;
    right: 0;
    border-width:20px 8px 20px 0px;
    border-color: transparent #215b21 transparent transparent;
    border-style: solid;
  }

  .totoro_lp h1 {
      font-size: 1.75rem;
      line-height: 1.4;
    }

    .totoro_lp .mv-title-text {
      margin-bottom: 5px;
    }

    .totoro_lp .mv-title-text p {
      font-size: 1rem;
      margin-bottom: 0px;
      line-height: 1.65;
    }

    .totoro_lp .mv-title-text-min {
      font-size: 0.8rem;
    }

    .totoro_lp .mv-top  .period dl dt{
      font-size: 0.8rem;
      padding: 0px 9px;
    }

    .totoro_lp .mv-top .period dl dd {
        font-size: 1rem;
      }

    .totoro_lp .mv-top .period dl {
        gap: 8px;
    }

    .totoro_lp .green-frame-in .font-L {
      font-size: 1.5rem;
    }

    .totoro_lp .mv-title-text img {
      max-width: 140px;
    }

    .totoro_lp .ap-fzL {
      font-size: 17px;
    }
}

@media (max-width: 391px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #1c581c;
}

.totoro_lp .ribbon:after {
  border-color: transparent #1c581c transparent transparent;
}
}

@media (max-width: 387px) { 
  .totoro_lp .ribbon:before {
  border-color: transparent transparent transparent #1d591d;
}

.totoro_lp .ribbon:after {
  border-color: transparent #1d591d transparent transparent;
}

}




.totoro_lp .taL {
  text-align: left;
}

.totoro_lp .fz12 {
  font-size: 0.75rem;
}

.totoro_lp .fz13 {
  font-size: 0.8125rem;
}

.totoro_lp .fz14 {
  font-size: 0.875rem;
}

.totoro_lp .fz15 {
  font-size: 0.9375rem;
}


.totoro_lp .fw-Th {
  font-weight: 100;
}

.totoro_lp .fw-Ri{
  font-weight: 300;
}

.totoro_lp .fw-Re {
  font-weight: 400;
}

.totoro_lp .fw-Me {
  font-weight: 500;
}

.totoro_lp .fw-Bo {
  font-weight: 700;
}

.totoro_lp .fw-Ex {
  font-weight: 800;
}

.totoro_lp .fw-Bl {
  font-weight: 900;
}


.totoro_lp .tdU {
  text-decoration: underline;
}



