@charset "utf-8";
@import url(donate.css);
/*******************************************************
MeySen Academy Copyright(c) All Rights Reserved.
*******************************************************/

/***********************************************
寄付の種類
***********************************************/
/* --- Tab Button --- */
.bl-tabSelector-wrap { padding-top: 0;}
.el-tabSelector-img { width: 100%; height: 100%; max-height: 40px; }
.el-tabSelector a { color: #666; transition: none; }
.el-tabSelector a:hover, .el-tabSelector a:active { color:rgb(var(--season-main-color)); }
.el-tabSelector {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 240px;
    min-height: 40px;
    padding: 2rem 2rem 1.5rem;
  }

.el-tabSelector a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

    .el-subTop-anchor:hover,.el-subTop-anchor:active {
      background-color: #fff;
      color: #0E4E94;
    }
    .el-subTop-current {
      background: #fff;
      color: #0E4E94;
    }
  #anchor-fq {
    display: block;
    min-width: 240px;
    min-height: 42px;
    background-image: url(../img/donate/logo_friends-square_g.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
    #anchor-fq:hover,#anchor-fq:active,.sub-top--current#anchor-fq{ background-image: url(../img/donate/logo_friends-square.svg); }

  #anchor-awl{
      display: block;
      min-width: 240px;
      min-height: 42px;
      background-image: url(../img/donate/logo-awl-text_g.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }
    #anchor-awl:hover,#anchor-awl:active,.sub-top--current#anchor-awl{ background-image: url(../img/donate/logo-awl-text_b.svg); }

    #anchor-th{
      display: block;
      min-width: 240px;
      min-height: 42px;
      background-image: url(../img/donate/img-th-text_g.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }
    #anchor-th:hover,#anchor-th:active,.sub-top--current#anchor-th{ background-image: url(../img/donate/img-th-text.svg); }

    #anchor-kk{
      display: block;
      min-width: 240px;
      min-height: 42px;
      background-image: url(../img/donate/img-kk-text_g.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
    }
    #anchor-kk:hover,#anchor-kk:active,.sub-top--current#anchor-kk{ background-image: url(../img/donate/img-kk-text.svg); }
/* --- Title --- */
.hp-img-title {
  height: 70px;
  margin-top: 0.5rem;
  /* width: 360px; */
}

/* --- Intro --- */
.bl-donateType-intro {
  width: 100%;
  margin:auto;
  padding:4rem 0;
  text-align: center;
}
.bl-donateType-intro-title {
    width: 90%;
    margin: auto auto 2rem;
    color:rgb(var(--season-main-color));
    font-size: clamp(22px, 2.6vw, 28px);
    text-align: center;
  }
  .bl-donateType-intro-text { width:68%; margin: auto; font-size: 18px; text-align: center; }


/* Video */
.bl-donateType-movie {
    display: flex;
    max-width: 1200px;
    margin: 0px auto 0;
    margin-right: auto;
    margin-left: auto;
	padding: 5rem 0 0;
	text-align: center;
}
.bl-donateType-video-wrap {
	position: relative;
	width: 50%;
	margin-bottom: auto;
}
.bl-donateType-video-wrap:nth-child(2) { margin-top: 4rem; }
.bl-donateType-movie-thumb { width: 100%; }

.bl-donateType-video-wrap .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: solid 10px rgba( 255, 255, 255, .8);
  transform: translate( -50%, -50%);
  transition: all .3s ease-in;
  z-index: 12;
}
  .icon-play::before {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    color: rgba( 255, 255, 255, .8);
    transform: translate( -40%, -50%);
    transition: all .3s ease-in;
  }
  .bl-donateType-video-wrap:hover .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    background: rgba( 255, 255, 255, .8);
    border-radius: 50%;
    border: solid 0px;
    transform: translate( -50%, -50%);
  }
  .bl-donateType-video-wrap:hover .icon-play::before {
    color: rgba(var(--season-main-color), .8);
  }

/* --- Application --- */
.ly-application-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding:4rem 0;
}
  .ly-application-title {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    line-height: 1.3em;
    text-align: center;
    color:rgb(var(--season-main-color));
  }
  .ly-application-subtitle { margin-bottom:4rem; text-align: center; }

  .ly-application-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
  }
  .ly-application-list {
    width: 25%;
    min-width: 200px;
    margin: 0 auto 3rem;
    text-align: center;
  }
  .ly-application-list-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .ly-application-list-title.hp-detailAddress { text-align: left; }

  .ly-application-list-imgWrap { display: flex; justify-content: center; }
    .ly-application-list-imgWrap figure { margin: 0 1em; }
    .ly-application-list-imgWrap figcaption { text-align: center; }
    .ly-application-list-img {
      height: 60px;
      margin-bottom: 1rem;
    }
  .ly-application-list-p {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .ly-application-apply {
    margin:4rem auto 0;
    text-align: center;
  }
  .ly-application-link {
    display: inline-flex;
    margin-top: 0.5rem;
    padding: 1.3rem 4.8rem;
    font-weight: 600;
    border: solid 1px rgb(var(--season-sub-color));
    border-radius: 3rem;
  }
  .ly-application-link:hover,.ly-application-link:active {
      color: #fff;
      background: rgb(var(--season-sub-color));
  }

  .ly-application-graph {
    max-width: 880px;
    margin: 0 auto 40px;
    padding-top: 60px;
    background-color: #F5F4F2;
    border: 1px solid #C6A972;
  }
  .ly-application-graph + .ly-application-apply {
    margin-top: 40px;
  }
  .ly-application-graph-p {
    max-width: 600px;
    margin: 0 auto 48px;
    text-align: center;
  }
  .ly-application-graph-p span{
    display: inline-block;
  }
  .ly-application-graph-title {
    position: relative;
    max-width: 485px;
    margin: 0 auto 32px;
    text-align: center;
  }
  .ly-application-graph-title::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
  }
  .ly-application-graph-title span{
    position: relative;
    display: inline-block;
    padding: 0 38px;
    margin: 0;
    background-color: #F5F4F2;
  }
  .ly-application-graph-imgGroup {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 485px;
    margin: 0 auto 34px;
  }
  .ly-application-graph-imgWrap {
    display: contents;
  }
  .ly-application-graph-imgWrap figure {
    width: 91px;
    margin: 0;
  }
  .ly-application-graph-note {
    margin-right: 7px;
    margin-bottom: 12px;
    font-size: .8rem;
    text-align: right;
  }
  
/* --- Legacy --- */
.ly-legacy {
	padding: 4.5rem 0;
	text-align: center;
}
.ly-legacy-inner { max-width: 90%; margin:auto; }
.ly-legacy-text {
  max-width: 920px;
  margin: auto auto 5rem;
  font-size: 1.1rem;
  line-height: 1.8em;
  text-align: center;
}
.ly-legacy-title {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}

/**/
.ly-honoring-subSection:not(:first-child) { margin-top: 4rem; }
.ly-honoring-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0;
}
.ly-honoring-title {
  /* margin-top: 1.5rem; */
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
}
.ly-honoring-intro {
	width:70%;
	margin-bottom: 3.5rem;
}
  .ly-honoring-subtitle {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .anchor--name-list { margin: 1.5rem 0; }

.ly-honoring-detailWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ly-honoring-detail-left { width: 42%; }
.ly-honoring-detail-imgWrap { width: 56%; }
.ly-donar-plates_top, .ly-donar-plates_bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.bl-dualRow-textBox .hp-honoring-text {
    width:88%;
    margin: auto;
    text-align: left;
}
    .bl-dualRow-textBox .hp-honoring-text h3 { margin-bottom:2rem; }


/* List */
.ly-honoring-detail-imgWrap img {
  height: 100%;
  margin: 0 auto 50px;
  object-fit: contain;
}
  .ly-honoring-detail-imgWrap .big-three {
    width: 55%;
    max-width: 305px;
  }
  .ly-honoring-detail-imgWrap .emerald {
    width: 45%;
    max-width: 235px;
    max-height: 190px;
  }
  .ly-honoring-detail-imgWrap .crystal {
    width: 45%;
    max-width: 295px;
    max-height: 120px;
  }
  .ly-honoring-detail-imgWrap .little-two {
    width: 30%;
    max-width: 220px;
    max-height: 115px;
  }
  .ly-honoring-detail-imgWrap .amber {
    width: 25%;
    max-width: 155px;
    max-height: 115px;
  }

  .ly-honoring-detail-imgWrap .ly-hornoy-list-img {
    display: flex;
    width: auto;
    margin: 0 auto 3rem;
  }
  .ly-hornoy-list-class figure { margin: auto; text-align: center; }
  .ly-hornoy-list-class img { width: 100%; max-width: 800px; }

/* --- Friends Square Name List ------------- */
.ly-corporate-list-wrap, .ly-private-list-wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0 5rem;
}
.ly-corporate-list-title,
.ly-private-list-title {
	max-width: none;
	font-size: clamp(25px, 4vw, 40px);
    text-align: center;
}
.section--corporate-list,.section--private-list { padding: 3rem 3.5rem 0 2.5rem;}

.ly-record-name-title {
	font-size: 1.5rem;
	margin-bottom: .5rem;
  text-align: center;
}
  .ly-record-name-title span{
    font-size: 1rem;
    font-weight: normal;
  }
.ly-record-type-title {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.ly-ly-record-wrap {border-bottom: solid 1px #ccc;}
.ly-record-grade-wrap {
	display: flex;
	border-top: solid 1px #ccc;
}
.ly-record-grade-wrap:last-child { border-bottom: solid 1px #ccc;	}
.ly-record-grade-wrap h4 {
	display: block;
	width: 200px;
	padding: 2rem 3rem 1.5rem 1.5rem;
	font-size: 1.5rem;
	border-right: solid 1px #ccc;
	margin: 0;
	line-height: 1.3em;
	white-space: nowrap;
}
.ly-record-grade-wrap h4 span{
	font-size: 1rem;
	font-weight: normal;
}
.el-grade-color {
	display: inline-flex;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	padding-top: 0.5rem;
	border-radius: 50%;
}
.ruby .el-grade-color {background: #CE1831;}
.emerald .el-grade-color {	background: #45ACB2;}
.crystal .el-grade-color {	background: #7ECEF4;}
.sapphire .el-grade-color {background: #2660AD;}
.topaz .el-grade-color { background: #F6D72E; }
.amber .el-grade-color {	background: #F5A200;}
.jade .el-grade-color {	background: #5CBB8D;}
.jasper .el-grade-color {background: #A6142F;}

.ly-sub-grade, .anonymous-number {
	line-height: 1em !important;
	font-size: 1.1rem !important;
	font-family: kozuka-gothic-pro,sans-serif;
	font-weight: bold;
}
.ly-record-grade-ul {
	display: flex;
	width: calc(100% - 200px);
	flex-wrap: wrap;
	align-items: center;
	padding: 2rem 3.5rem 1rem;
}

#corporate { margin-bottom: 3rem; }

#corporate .ly-record-grde-li {
	width: 50%;
  min-width: 300px;
	margin-bottom: 1rem;
	padding-right: 2rem;
}
#private .ly-record-grde-li {
	width: 33.3%;
  min-width: 250px;
	margin-bottom: 1rem;
	padding-right: 2rem;
}
.ly-privacy { padding: 5rem 40px; }

.el-pay-contact {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 0 2rem;
}
.el-pay-contact h2 { font-size: 26px; }
.el-pay-contact .el-contact-detail { margin-top:2rem; }

/*******************************************************
 Donation Type - Aww
*******************************************************/
.line-space { line-height: 1.5; }

#application-entry {
	justify-content: flex-start;
	width: 73%;
   margin: auto auto 3rem;
}
    #application-entry h3 {	text-align: left; }

/* Photo Slider */
.ly-legacy-photo {
	max-width: 750px;
	height: calc(90vw * .66);
	margin: 0 auto 4rem;
	max-height: 500px;
}
/* お申し込み */
.ly-application-apply-detail {
	display: flex;
	margin: 1rem auto 0;
	align-items: center;
}
    .ly-application-apply-detail h2 { margin-bottom: 2rem; }
    .ly-application-apply-detail img {
            width: 50px;
            height: auto;
            margin:0 0 0 1rem;
            object-fit: contain;
        }
    .ly-application-apply-detail p {
        text-align: left;
        margin: 0 0 0 3.5rem;
    }
    .ly-application-apply-detail span {	margin-right: 2rem; }

.ly-application-apply-bot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin:0 auto;
    padding: 5rem;
    color: #fff;
    background-color:rgb(var(--season-main-color));
}
.ly-application-apply-bot a, .ly-application-apply-bot a:visited { color: #fff; }
.ly-application-apply-bot-title {
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: center;
    line-height: 1em;
  }
/*******************************************************
 Donation Type - Edu
*******************************************************/
.bl-top-img { width: 80%; margin: auto; }
#donar-legacy {
	padding-top: 15vh;
	padding-bottom: 15vh;
	background-image: linear-gradient(to top, rgba(20,20,20, 0.45) 0%, rgba(20,20,20, 0.45) 100%), url(../img/donate/education/img2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
}
#donar-legacy .ly-legacy-inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 4rem 0;
    text-align: center;
}
    #donar-legacy h2 {
        margin-bottom: 4rem;
        font-size: 40px;
        text-align: center;
    }
    #donar-legacy p {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        font-size: 18px;
        text-align: center;
    }

    /* Logo */
    .ly-logo-wrap {
        display: grid;
        padding: 3rem;
        max-width: 1200px;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 4rem;
    }

      .bl-company-block {
        display: grid;
        grid-template-rows: 1fr auto;
        gap : 1rem;
      }

      .bl-company-block p {
        min-height: 40px;
        text-align: center;
        font-size: .85rem;
        line-height: 1.4;
        }

    .el-company-logo {
        width: 100%;
        max-width: 200px;
        min-width: 170px;
        max-height: 60px;
        margin: auto;
        object-fit: contain;
        object-position: center;
    }

.hp-annotation { line-height: 1em;}

.hp-annotation span{ font-size: 1rem;}

.vertical { max-height: 75px;}

.shrink { padding: .35rem;}

  .bl-stickOut-img{
    background: linear-gradient(180deg, rgb(255,255,255) 35%, rgb(var(--season-sub-color)) 35%);
    padding: 5rem 0 4rem;
  }

.bl-stickOut-img p.bl-top-img {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.bl-stickOut-img .bl-top-img img {
  display: flex;
  width: 80%;
  margin: auto;
}

/*******************************************************
 Donation Type - Td House
*******************************************************/
.el-imgBorder { border:solid 1px #e0e0e0; }
.ly-houseMerit-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0;
  text-align: center;
}
.ly-houseMerit-title {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.3em;
  text-align: center;
  color: rgb(var(--season-main-color));
}
.ly-houseMerit-subTitle {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 0 65px;
  text-align: center;
}
  .ly-houseMerit-subTitle:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #333;
  }
  .ly-houseMerit-subTitle span {
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
.ly-houseMerit-card-wrap {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0 5rem;
}
.ly-houseMerit-card {
    width: 32%;
    background: #eee;
	  transition: .3s;
}
.ly-houseMerit-word {
  display: flex;
  align-items: center;
  min-height: 180px;
  padding: 1rem 10%;
  color:#fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background-color: rgb(var(--season-main-color));
}
.ly-houseMerit-txt { padding: 1rem 1.5rem; }

.el-house-img { max-width: 750px; }
.el-house-img img {
  width: 100%;
  height: 100%;
  border: solid 1px #C9B28E;
}

.tanzanite .el-grade-color {background: #493d35;}
.garnet .el-grade-color {background: #932b30;}
.peridot .el-grade-color {background: #d3713e;}
.pearl .el-grade-color {background: #f0a827;}

/*****************************************************
  Mobile
******************************************************/
@media screen and (max-width: 1200px){
  .ly-honoring-inner, .ly-application-inner { max-width: 90%; margin:auto; }
  .ly-corporate-list-wrap,.ly-private-list-wrap { max-width: 90%; }
  .interview-ul { right: 0; }

   /* Tab */
   .el-tabSelector {
    min-width: 190px;
    min-height: 30px;
    padding: 2rem 1.5rem 1.5rem;
  }
  #anchor-th, #anchor-fq, #anchor-awl, #anchor-kk {
    min-width: 180px;
    min-height: 36px;
  }

  /* Name List */
    #corporate, .ly-contact-inner { padding:0; }
    #corporate .ly-record-grde-li {
      width: 50%;
      min-width: 200px;
  }
}
@media screen and (max-width: 1024px){
  .el-tabSelector { padding: 2rem 1.5rem 1.5rem; }
  #anchor-awl, .el-tabSelector-img { min-height: 42px; }
}
@media screen and (max-width:960px) {
  /* Tab */
  .el-tabSelector {
		position: relative;
		width: 100%;
		padding: 1.4rem 1rem 1rem;
		line-height: 1.4;
		text-align: center;
		border-bottom:solid 1px #555;
	}

  .el-tabSelector.js-active,
	.el-tabSelector:last-child{ border-bottom:0; }

  /* Content */
	h2 { line-height: 2rem; }
  .ly-honoring-detailWrap { flex-direction: column; }
  .ly-honoring-detail-left { width: 100%; }
  .ly-honoring-detail-imgWrap { width: 100%; margin-top: 2rem; }

  .bl-donateType-intro-text { width: 80%; }
  .ly-honoring-intro {
      width: 100%;
      margin-bottom: 3.5rem;
  }

  /* Name List */
  .ly-record-grade-wrap h4 {
    width: 170px;
    padding: 2rem 2rem 2rem 1rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width:768px) {
  /* Tab */
  .bl-tabSelector-wrap, .bl-tab-stickyWrap { justify-content: space-between; }
    .el-tabSelector { width:100%; text-align: center; }
      .el-tabSelector a, .el-tabSelector.js-active img { margin: auto; }

  .bl-dualRow-textBox .hp-honoring-text { width: 100%; }
  .bl-dualRow-textBox .hp-honoring-text h3 {
      margin-bottom: 1rem;
      font-size: 1.3rem;
      line-height: 1.4em;
  }
  .hp-honoring-text p { font-size: 1rem; }
  .bl-donateType-movie { padding: 3rem 0 0; }

  /* Name List */
  #corporate { margin-bottom: 2rem; }
  .ly-record-grade-ul { width: calc(100% - 170px); }
  #private .ly-record-grde-li {
      width: 50%;
      min-width: 180px;
      padding-right: 1.5rem;
  }

  /* Logo */
  .ly-logo-wrap {
    justify-content: space-around;
    padding:0 0 2rem;
  }
  .el-company-logo {
      max-width: 160px;
      min-width: 140px;
  }

  /* Content */
  .bl-donateType-intro-text { text-align: left; }

  /* タドラーハウス */
  .ly-houseMerit-title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .ly-houseMerit-card-wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 0 3rem;
  }
  .ly-houseMerit-card {
      width: 90%;
      margin:.5rem auto;
  }
  .ly-houseMerit-word { min-height: 80px; }
}
@media screen and (max-width: 640px){
  .bl-donateType-movie { flex-direction: column; align-items: center; }
  .bl-donateType-video-wrap { width: 80%; }

  .ly-application-ul { justify-content: flex-start; border-bottom: dashed 1px #666; }
  .ly-application-list { margin: 0 auto 1rem; }
  .ly-application-list:last-child { margin: 0 0 0 1rem; }
  .ly-application-list-title { display: block; }
  .ly-application-apply { margin: 2rem auto 0; }
  .ly-application-apply-bot { padding: 5rem 5%;  }

  .ly-application-graph {
    margin-top: 40px;
  }
  .ly-application-graph-p {
    width: 83%;
    margin-bottom: 40px;
    text-align: left;
  }
  .ly-application-graph-p span{
    display: inline;
  }
  .ly-application-graph-title {
    width: 73%;
    margin-bottom: 40px;
  }
  .ly-application-graph-title span{
    padding: 0 1.3rem;
  }
  .ly-application-graph-imgGroup {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 73%;
  }
  .ly-application-graph-imgWrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .ly-application-graph-imgWrap:first-child {
    margin-bottom: 40px;
  }

    #donar-legacy {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
      #donar-legacy h2 {
        margin-bottom: 2rem;
        font-size: 24px;
    }
      .bl-dualRow-textBox {
        width: 100%;
        margin-bottom: 0;
    }
    .section--corporate-list, .section--private-list {	padding: 3rem 0 0;	}
    .ly-record-grade-wrap:first-of-type { border-top: solid 1px #ccc;	}
    .ly-record-grade-wrap {
      flex-direction: column;
      border-top: solid 1px #666;
      border-right: solid 1px #ccc;
      border-left: solid 1px #ccc;
    }
    .ly-record-grade-wrap h4 {
      width: 100%;
      border-right: 0px;
      border-bottom: solid 1px #ccc;
      text-align: center;
    }
    .ly-record-grade-ul {
      width: 100%;
      padding: 2rem 2rem 1rem;
    }
    #corporate .ly-record-grde-li, #private .ly-record-grde-li{
      width: 100%;
      padding: 0;
    }
    .ly-privacy {	padding: 3rem 5%;	}
    .ly-card-2row .ly-interview-card { width: 100%; }
}
@media screen and (max-width:480px) {
  /* Tab */
  /* .bl-tabSelector-wrap, .js-active.el-tabSelector, .el-tabSelector:first-child::before, .el-tabSelector:nth-child(2)::before {
    border-bottom: 0;
    justify-content: center;
    font-size: 20px;
  } */
  .el-tabSelector { width: 100%; }
  .el-tabSelector:last-child:not(.js-active) { border-bottom: solid 1px #575757; }

  /* --- Title --- */
  .hp-img-title { width: 100%; }

  .bl-donateType-intro { background: linear-gradient(180deg, rgb(255,255,255) 60%, rgb(var(--season-sub-color)) 60%); }
  .bl-donateType-intro-text { width: 88%; font-size: 100%; }
  .ly-application-title, .ly-honoring-title { font-size: 1.5rem; }
  .ly-honoring-subtitle {
      margin-bottom: 1rem;
      font-size: 1.3rem;
  }

  #anchor-awl, .el-tabSelector-img {
    min-width: 180px;
    min-height: 40px;
  }

  /* Content */
  .bl-donateType-video-wrap:nth-child(2) {  margin-top: 2rem; }
  .ly-application-ul { flex-direction: column; border-bottom: 0; }
    .ly-application-list { width: 100%; margin: 0 auto 2.5rem; }
    .ly-application-list:last-child { margin: 0; }

    .ly-legacy { padding: 3rem 0; }
      .ly-legacy-title { font-size: 1.5rem; }
      .ly-legacy-photo { margin: 0 auto; }
      .ly-legacy-text { margin: auto auto 3rem; }
      .ly-honoring-intro { width: 100%; }

      .ly-application-apply-detail img {
          display: none;
          width: 0;
      }
      .ly-application-apply-detail p { margin: 0 auto; }
      .ly-application-apply-contact {
        width: 80%;
        margin: 0 auto;
      }

      #application-entry { width: 100%;	}
      #application-entry h3 {	text-align: center;	}
      .line-space {
        line-height: 1.5em;
        margin: 0;
      }
    .ly-honoring-detail-imgWrap img { width: 100%; }
    .bl-stickOut-img .bl-top-img img { width: 90%; }

      /* タドラーハウス */
    .ly-houseMerit-subTitle:before { display: none; }
  }
@media (max-width:375px) {
  .bl-donateType-intro-title {
    width: 94%;
    font-size: clamp(20px, 2.4vw, 26px);
  }
  .ly-legacy-inner { max-width: 86%; }
  .ly-honoring-inner, .ly-application-inner {
      max-width: 86%;
      margin: auto;
      padding: 5rem 0;
  }
  .ly-application-apply-detail span {	margin-right: 0; }

    #donar-legacy p {
      width: 80%;
      font-size: 100%;
      text-align: justify;
  }

  /* タドラーハウス */
  .ly-houseMerit-title {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}