@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  letter-spacing: .05em;
  scroll-behavior: smooth; }

html, body, #wrap {
  height: 100%; }

body {
  position: relative;
  font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Shippori Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #1E1E1E;
  line-height: 1.8;
  background-size: contain; }
  @media (min-width: 1199px) {
    body {
      font-size: 1.8rem; } }

#wrap {
  position: relative;
  margin: 0 auto; }

figure,
figure img {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto; }

img {
  vertical-align: bottom; }

a {
  color: #1E1E1E;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #E38000;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }

/*----------------------------------------------

  AOS 移動距離

----------------------------------------------*/
.aos_item[data-aos="fade-up"] {
  transform: translateY(50px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-up"].aos-animate {
    transform: translateY(0px);
    opacity: 1; }

.aos_item[data-aos="fade-down"] {
  transform: translateY(-50px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-down"].aos-animate {
    transform: translateY(0px);
    opacity: 1; }

.aos_item[data-aos="fade-left"] {
  transform: translateX(100px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-left"].aos-animate {
    transform: translateX(0px);
    opacity: 1; }

.aos_item[data-aos="fade-right"] {
  transform: translateX(-100px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-right"].aos-animate {
    transform: translateX(0px);
    opacity: 1; }

/*----------------------------------------------

  header

----------------------------------------------*/
.hero_header {
  position: relative;
  background: url(./images/bg_white.jpg) no-repeat top center;
  background-size: 100% auto; }
  .hero_header::before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
    height: 250px;
    width: 100%;
    background: url(./images/bg_cloud_left.png) no-repeat top left; }
  .hero_header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 1;
    height: 250px;
    width: 100%;
    background: url(./images/bg_cloud_right.png) no-repeat top right; }

.hero_header_wrap {
  position: relative;
  background: url(./images/hero_leaf.png) no-repeat top right; }
  .hero_header_wrap .hero_title_area {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 8rem; }
    .hero_header_wrap .hero_title_area .hero_title_txt {
      order: 2;
      margin: 0;
      padding: 0; }
    .hero_header_wrap .hero_title_area .hero_title_fan {
      order: 1; }
    .hero_header_wrap .hero_title_area .hero_title_leaf {
      order: 3;
      display: flex;
      align-items: center; }
  .hero_header_wrap .hero_doc {
    margin: 0;
    font-weight: 500;
    text-align: center; }
    .hero_header_wrap .hero_doc span {
      display: block; }
  .hero_header_wrap .hero_aside .hero_aside_title {
    color: #DB3828;
    border-bottom: solid 1px;
    margin: 0;
    text-align: center; }
  .hero_header_wrap .hero_aside p {
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    margin: .5em auto; }

/*----------------------------------------------

  footer

----------------------------------------------*/
.footer_wrap {
  background: #E5BB6D;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 2em; }
  .footer_wrap p {
    margin: 0; }
  .footer_wrap .footer_sns_link {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2rem; }
    .footer_wrap .footer_sns_link li a {
      display: flex;
      align-items: center;
      gap: 1rem; }

/*----------------------------------------------

  layout

----------------------------------------------*/
main {
  overflow: hidden;
  background: #FFF;
  position: relative;
  z-index: 999; }

.row {
  width: 100%; }

.txt_left {
  text-align: left !important; }

.txt_right {
  text-align: right !important; }

.txt_center {
  text-align: center; }

.txt_complement {
  display: table;
  text-align: left;
  margin: 1em auto; }

.big {
  font-size: 120%; }

.big_s {
  font-size: 110%; }

.big_m {
  font-size: 150%; }

.big_l {
  font-size: 180%; }

.pd_t {
  padding-top: 1em; }

.pd_top_30 {
  padding-top: 30px; }

.pd_b {
  padding-bottom: 1em; }

.pd_b_0 {
  padding-bottom: 0; }

/*----------------------------------------------

  container

----------------------------------------------*/
section {
  position: relative; }

.container {
  position: relative;
  margin: 0 auto; }

/*----------------------------------------------

  article

----------------------------------------------*/
article {
  position: relative; }
  @media (min-width: 2100px) {
    article {
      background-size: 100% !important; } }

/*----------------------------------------------

  asset

----------------------------------------------*/
.sec_title {
  margin: .6em auto;
  margin-top: 0;
  line-height: 1.4;
  font-size: 3.2rem;
  color: #DB3828; }

.btn a {
  position: relative;
  display: block;
  color: #E38000;
  padding: .4em 1em;
  text-align: center;
  background: #FFF;
  text-decoration: none;
  border-radius: .4em;
  margin: 0 auto;
  border: solid 1px #E38000;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    right: .6em;
    width: 0;
    height: 0;
    border: solid 6px #E38000;
    border-color: transparent transparent transparent #E38000;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .btn a:link, .btn a:visited {
    color: #E38000;
    background: #FFF; }
  .btn a:hover, .btn a:active {
    color: #FFF;
    background: #E38000; }
    .btn a:hover::after, .btn a:active::after {
      border-color: transparent transparent transparent #FFF; }
.btn a.negative {
  background: #a0a0a0 !important;
  color: #FFF !important;
  border-color: #a0a0a0 !important; }
  .btn a.negative::after {
    border-color: #FFF !important; }
  .btn a.negative:hover {
    cursor: not-allowed;
    color: #FFF !important; }

.pagetop {
  display: none;
  position: fixed;
  z-index: 9999;
  margin: 0;
  bottom: 0;
  right: 0; }
  .pagetop a {
    display: block;
    color: #FFF;
    background: #9b0909;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    width: 50px;
    height: 50px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    line-height: 2.75;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .pagetop a:hover {
      color: #1E1E1E;
      background: #DB3828;
      text-align: center;
      text-decoration: none;
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1;
      -webkit-transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .pagetop a i {
      margin-right: 0;
      padding-top: .7em; }

.caution_list {
  list-style: none;
  padding-left: 1em;
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .caution_list li {
    text-indent: -1em; }
    .caution_list li::before {
      content: "※"; }

/*----------------------------------------------

  画像のアスペクト比固定

----------------------------------------------*/
.al_ntsc {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden; }

@media (max-width: 768px) {
  .al_ntsc {
    margin-bottom: .5em; } }
@media (max-width: 768px) {
  .index_report_sec .al_ntsc {
    padding-top: 36%; } }
.al_ntsc_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

/*----------------------------------------------

  index

----------------------------------------------*/
.sec_wrap {
  background: url(./images/bg_white.jpg) no-repeat top center;
  background-size: 100% auto;
  padding: 4em 0; }

.sec_mv {
  text-align: center;
  margin-bottom: 2em; }

.sec_contents {
  padding: 0 5rem; }
  .sec_contents .caution_list {
    font-size: 1.6rem;
    margin: 0; }
  .sec_contents p {
    font-feature-settings: "palt"; }
  .sec_contents p.btn br {
    display: none; }
  .sec_contents * + p.btn {
    margin-top: 3em; }
  .sec_contents p.btn + p.btn {
    margin-top: 1em; }
  .sec_contents + .sec_contents {
    margin-top: 3em; }
  .sec_contents .sec_doc {
    position: relative; }
  .sec_contents .sec_photo {
    position: relative; }

.sec_supplement {
  font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #6A3906;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0; }

.sub_sec_list dt {
  position: relative;
  margin: .6em auto;
  margin-top: 0;
  line-height: 1.4;
  font-size: 2.8rem;
  font-weight: 800;
  color: #DB3828; }
  .sub_sec_list dt span {
    display: block;
    margin-bottom: 1em;
    font-size: 2rem;
    font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #E38000; }
    .sub_sec_list dt span::before {
      content: "＼"; }
    .sub_sec_list dt span::after {
      content: "／"; }
.sub_sec_list dd {
  margin: 0; }
.sub_sec_list dd + dt {
  margin-top: 4rem; }

.sub_photo_list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sub_photo_list li {
    margin: 0;
    padding: 0; }
  .sub_photo_list li + li {
    margin-top: 2em; }

.sub_photo_list_row {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  .sub_photo_list_row li {
    margin: 0;
    padding: 0; }

.sec_dl {
  font-weight: 600;
  margin: 0; }
  .sec_dl dt {
    color: #E38000; }
  .sec_dl dd {
    margin: 0 0 0 1em; }

.sec_wrap.sec_wrap_org {
  background: url(./images/bg_orange.jpg) repeat-y top center;
  background-size: 100% auto;
  padding: 4em 0; }
  .sec_wrap.sec_wrap_org .sec_title {
    color: #FFF; }
  .sec_wrap.sec_wrap_org .sec_dl dt {
    color: #FFF; }

.choccotto_area {
  position: relative; }
  .choccotto_area .choccotto_title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center; }

.related_wrap {
  background-image: url(./images/footer_leaf.png), url(./images/bg_white.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left,top center;
  background-size: auto auto,100% auto;
  padding: 2em 0 12em; }

.related_contents {
  max-width: 1100px;
  margin: 0 auto; }
  .related_contents p {
    font-size: 1.6rem; }

.related_title {
  color: #DB3828;
  font-size: 2rem;
  margin-bottom: .5em; }

.leaf_left::before {
  content: "";
  position: absolute;
  top: -7em;
  right: -1em;
  content: "";
  display: block;
  width: 114px;
  height: 137px;
  background: url(./images/leaf_left.png) no-repeat center center; }

.leaf_right::before {
  content: "";
  position: absolute;
  top: -7em;
  left: -1em;
  content: "";
  display: block;
  width: 92px;
  height: 108px;
  background: url(./images/leaf_right.png) no-repeat center center; }

/*----------------------------------------------

  print.css

----------------------------------------------*/
@media print {
  .pagetop {
    display: none !important; }

  .fixed_bnr {
    display: none !important; }

  .aos_item {
    opacity: 1 !important; }

  .site_header.chg .site_header_nav {
    display: none !important; } }
