/* CSS Document */
/*-------------------------
    .setting
-------------------------*/
@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media all and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

/*-------------------------
   font setting
-------------------------*/
@media all and (min-width: 751px) {
  .main-cmn {
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
}
@media screen and (max-width: 750px) {
  .main-cmn {
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
ruby > rt {
  font-size: 45%;
}

/*-------------------------
   text 
-------------------------*/
.text-catch {
  font-weight: bold;
  color: #0068b7;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .text-catch {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}

.cmn-text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7222222222;
}
@media screen and (max-width: 750px) {
  .cmn-text {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}

/*-------------------------
   font 
-------------------------*/
.font-color-red {
  color: #e60012;
  font-weight: lighter;
}

/*-------------------------
   animation setting
-------------------------*/
.button-primary,
.button-secondary {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	text-decoration: none!important;
}

/*-------------------------
   heading
-------------------------*/
.heading2 {
  font-weight: bold;
  color: #0068b7;
  font-size: 1.625rem;
  line-height: 1.5384615385;
}

/*-------------------------
    .cmn
-------------------------*/
.cmn-inner {
  max-width: 1310px;
  padding: 0 47px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cmn-inner {
    padding: 0 4%;
  }
}

.button-primary {
  width: 554px;
  text-align: center;
  margin: 0 auto;
  padding: 8.5px 16px 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  color: #FFFFFF;
  border-radius: 35px;
  border: 3px solid #000000;
  background: #e60012;
  font-size: 1.5rem;
  line-height: 1.2916666667;
}
.button-primary:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 750px) {
  .button-primary {
    padding: 10px 10px 16px;
    width: 100%;
    font-size: 4vw;
    line-height: 1.2333333333;
  }
  .button-primary .button-inner_img {
    width: 18px;
  }
}

.button-secondary {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  width: 314px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #020202;
  font-size: 1.5rem;
  line-height: 1.2916666667;
}
.button-secondary .button-inner_img {
  position: absolute;
  right: 5%;
  top: 40%;
}
.button-secondary:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 750px) {
  .button-secondary {
    padding: 15px;
    width: 50%;
    font-size: 4vw;
    line-height: 1.0333333333;
  }
  .button-secondary .button-inner_img {
    position: absolute;
    top: 35%;
  }
}

/*-------------------------
    .page
-------------------------*/
.page-inner {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page-inner {
    padding: 0 4%;
  }
}

/*-------------------------
    .section-main-visual
-------------------------*/
.section-main-visual .cmn-heading1 {
  line-height: 1;
}
.section-main-visual .cmn-heading1 img {
  width: 100%;
  max-width: none;
}

/*-------------------------
    .section-intro
-------------------------*/
.section-intro {
  padding-top: 40px;
}
.section-intro .cmn-text {
  text-align: center;
  font-weight: bold;
}
.section-intro .button-primary {
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .section-intro .button-primary {
    margin-top: 25px;
  }
}

/*-------------------------
    .section-announce
-------------------------*/
.section-announce {
  text-align: center;
  margin-top: 60px;
  padding: 60px 0;
  background: #e4f5ff;
}
.section-announce .cmn-text {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .section-announce {
    padding: 35px 0;
  }
  .section-announce .cmn-text {
    margin-top: 18px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}

/*-------------------------
    .section-lown-pavilion
-------------------------*/
.section-lown-pavilion {
  padding: 160px 0 150px;
  background-image: url(../assets/img/tokuhain/parts_sectionbg_1.jpg), url(../assets/img/tokuhain/parts_sectionbg_2.jpg), url(../assets/img/tokuhain/parts_sectionbg_3.jpg), url(../assets/img/tokuhain/parts_sectionbg_4.jpg);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom left, bottom right;
}
@media screen and (max-width: 750px) {
  .section-lown-pavilion {
    padding: 85px 0;
    background-image: url(../assets/img/tokuhain/parts_sectionbg_1.jpg), url(../assets/img/tokuhain/parts_sectionbg_2.jpg), url(../assets/img/tokuhain/parts_sectionbg_3_sp.jpg), url(../assets/img/tokuhain/parts_sectionbg_4.jpg);
    background-size: 40% auto, 40% auto, 40% auto, 25% auto;
    background-position: -20% 0, top right, 0% 100%, 100% 101%;
  }
}
.section-lown-pavilion .cmn-inner > section:first-child {
  margin-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .section-lown-pavilion .cmn-inner > section:first-child {
    margin-bottom: 60px;
  }
}
.section-lown-pavilion .box-texts {
  margin: 45px auto 0;
  max-width: 710px;
}
.section-lown-pavilion .box-texts .heading2 + .cmn-text {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .section-lown-pavilion .box-texts {
    margin-top: 25px;
  }
  .section-lown-pavilion .box-texts .heading2 {
    display: table;
    font-size: 4.5333333333vw;
    line-height: 1.5882352941;
  }
  .section-lown-pavilion .box-texts .heading2 span {
    display: table-cell;
  }
  .section-lown-pavilion .box-texts .cmn-text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.section-lown-pavilion .button-secondary {
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .section-lown-pavilion .button-secondary {
    padding: 12px;
    margin-top: 35px;
  }
}
.section-lown-pavilion .section {
  margin-left: -4%;
}
.section-lown-pavilion .section .box-texts {
  padding-left: 4%;
}
.section-lown-pavilion .section_2 {
  margin-right: -4%;
}
.section-lown-pavilion .section_2 .box-texts {
  padding-right: 4%;
}

/*-------------------------
    .section-report
-------------------------*/
.section-report {
  padding: 0 0 180px;
  background: #e4f5ff;
}
@media screen and (max-width: 750px) {
  .section-report {
    padding-bottom: 90px;
  }
}
.section-report .inner {
  padding-top: 90px;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section-report .inner {
    padding: 40px 4% 0;
  }
}
.section-report .heading3 {
  position: absolute;
  top: -5px;
  left: 0%;
}
@media screen and (max-width: 750px) {
  .section-report .heading3 {
    left: 4%;
  }
  .section-report .heading3 img {
    width: 55%;
  }
}
.section-report .heading2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .section-report .heading2 {
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.section-report .report-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px 20px;
}
@media screen and (max-width: 750px) {
  .section-report .report-list {
    margin-top: 25px;
    display: block;
  }
}
.section-report .report-list-item {
  cursor: pointer;
	text-decoration: none!important;
	color:#000;
}
.section-report .report-list-item .images {
  position: relative;
  width: 319px;
  height: 319px;
  overflow: hidden;
  line-height: 0.9;
}
.section-report .report-list-item .images::before {
	box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 319px;
  height: 319px;
  border: 10px solid rgba(211, 217, 220, 0.5);
  content: "";
  z-index: 100;
}
.section-report .report-list-item .images img {
  max-width: none;
  width: 319px;
  height: 319px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.section-report .report-list-item:hover .images img {
  transform: scale(1.1);
}
.section-report .report-list-item .text-vol {
  width: max-content;
  padding: 6px 10px 5px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  background: #e60012;
}
.section-report .report-list-item .heading4 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 750px) {
  .section-report .report-list-item {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .section-report .report-list-item:first-child {
    margin-top: 0;
  }
  .section-report .report-list-item .heading4 {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .section-report .report-list-item .images {
    width: 127px;
    height: 127px;
    min-width: 127px;
  }
  .section-report .report-list-item .images::before {
    width: 127px;
    height: 127px;
    border: 5px solid rgba(211, 217, 220, 0.5);
  }
  .section-report .report-list-item .images img {
    width: 127px;
    height: 127px;
  }
  .section-report .report-list-item .text-vol {
    margin-top: 0;
    font-size: 3.2vw;
    line-height: 1;
  }
}

/*-------------------------
    .page
-------------------------*/
.section-title {
  padding: 60px 0 60px;
  text-align: center;
  background-image: url(../assets/img/tokuhain/parts_sectionbg_1.jpg), url(../assets/img/tokuhain/parts_sectionbg_2.jpg);
  background-repeat: no-repeat;
  background-position: top left, top right;
}
@media screen and (max-width: 750px) {
  .section-title {
    padding: 30px 0;
    background-size: 40% auto, 40% auto;
    background-position: -10% -2%, 110% -5%;
  }
}
.section-title .text-catch {
  margin-top: 40px;
  font-weight: bold;
  font-size: 3.375rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 750px) {
  .section-title .text-catch {
    font-size: 6vw;
    line-height: 1.3333333333;
  }
}
.section-title .section-title-text {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  color: #e60012;
}
@media screen and (max-width: 750px) {
  .section-title .section-title-text {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}

.section-vol1 {
  padding-bottom: 170px;
  background-image: url(../assets/img/tokuhain/parts_sectionbg_3.jpg), url(../assets/img/tokuhain/parts_sectionbg_4.jpg);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
}
@media screen and (max-width: 750px) {
  .section-vol1 {
    padding-bottom: 90px;
    background-image: url(../assets/img/tokuhain/parts_sectionbg_3_sp.jpg), url(../assets/img/tokuhain/parts_sectionbg_4.jpg);
    background-repeat: no-repeat;
    background-position: 0% 100%, 100% 100.5%;
    background-size: 40% auto, 25% auto;
  }
}
.section-vol1__1 {
  padding: 45px 0;
  background: #e4f5ff;
}
.section-vol1__1 .images + .text {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .section-vol1__1 .images + .text {
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}
.section-vol1 .text-vol {
  padding: 5px 10px;
  width: max-content;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #FFFFFF;
  background: #e60012;
}
@media screen and (max-width: 750px) {
  .section-vol1 .text-vol {
    font-size: 3.3333333333vw;
    line-height: 1.2;
  }
}
.section-vol1 .category {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75;
  color: #e60012;
}
@media screen and (max-width: 750px) {
  .section-vol1 .category {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
}
.section-vol1 .heading2 {
  margin-top: 12px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  color: #000000;
  font-size: 1.875rem;
  line-height: 1.5333333333;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 750px) {
  .section-vol1 .heading2 {
    margin-top: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 5.0666666667vw;
    line-height: 1.5263157895;
  }
}
.section-vol1 .heading2::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 130px;
  height: 3px;
  display: block;
  content: "";
  background: #e60012;
}
.section-vol1 .heading2 + .images {
  position: relative;
}
.section-vol1 .heading2 + .images::after {
	box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(211, 217, 220, 0.5);
  content: "";
  z-index: 100;
}

.section-vol1 .heading2 + .images {
  box-sizing: border-box;
}

.section-vol1 .heading2 + .images img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .section-vol1 .heading2 + .images::after {
    border: 5px solid rgba(211, 217, 220, 0.5);
  }
}
.section-vol1 .box {
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box {
    padding-top: 40px;
  }
}
.section-vol1 .box .comment-h3 {
  margin-bottom: 24px;
  padding: 10px 20px;
  width: max-content;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  color: #FFFFFF;
  border-radius: 30px;
  background: #0068b7;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .comment-h3 {
    font-size: 4.5333333333vw;
    line-height: 1.2941176471;
  }
}
.section-vol1 .box .comment-h3::after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 24px solid #0068b7;
  border-bottom: 0;
  content: "";
  display: block;
}
.section-vol1 .box .flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .flex {
    display: block;
  }
}
.section-vol1 .box .flex-image {
  width: 48.2954545455%;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .flex-image {
    margin-top: 25px;
    width: 100%;
  }
}
.section-vol1 .box .flex-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.section-vol1 .box .flex-text {
  width: 47.7272727273%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.125;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .flex-text {
    width: 100%;
    font-size: 4vw;
    line-height: 1.6666666667;
  }
}
.section-vol1 .box .flex + .all-text {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .flex + .all-text {
    margin-top: 25px;
  }
}
.section-vol1 .box .all-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.125;
}
.section-vol1 .box .all-text + .flex-images {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .all-text + .flex-images {
    margin-top: 25px;
  }
}
.section-vol1 .box .all-text + .flex-images._mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .all-text + .flex-images._mt40 {
    margin-top: 25px;
  }
}
.section-vol1 .box .heading4 {
  padding-bottom: 13px;
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
  color: #0068b7;
  border-bottom: 3px solid #0068b7;
  font-size: 1.375rem;
  line-height: 1.6363636364;
}
@media screen and (max-width: 750px) {
  .section-vol1 .box .heading4 {
    margin-bottom: 15px;
    font-size: 4.2666666667vw;
    line-height: 1.125;
  }
}
.section-vol1 .last-message {
  margin-top: 60px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .section-vol1 .last-message {
    margin-top: 25px;
    font-size: 4.2666666667vw;
    line-height: 1.625;
  }
}/*# sourceMappingURL=tokuhain.css.map */

