.site-header_inner .hd_line {
  width: 15%;
  top: 25%;
}
.site-header_logo {
  width: 9.9rem;
  height: 100%;
  padding-top: 5px;
}
.site-header_logo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header_description {
  font-size: 14px;
  line-height: 1.4;
}
.site-header_description .btn {
  margin: 0;
}
.site-header_description .btn_link {
  width: 100%;
  height: 100%;
  background: #417c72;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho",
    "ヒラギノ明朝 pron w3", "hiragino mincho pron w3", hiraminpron-w3,
    "ヒラギノ明朝 pron", "hiragino mincho pron", "ヒラギノ明朝 pro",
    "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
  color: #fff;
  /*border:1px solid #ad9d62;*/
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
}
.site-header_description .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}
.no-webp .site-header_description .btn_link {
  background: url(../images/common/bg01.jpg) no-repeat 50% 50%/110%;
}
.site-header_links--green .btn {
  margin: 0;
}
.site-header_links--green .btn_link {
  width: 100%;
  height: 100%;
  background: #417c72;
  font-family: "游明朝体", "yumincho", "游明朝", "yu mincho",
    "ヒラギノ明朝 pron w3", "hiragino mincho pron w3", hiraminpron-w3,
    "ヒラギノ明朝 pron", "hiragino mincho pron", "ヒラギノ明朝 pro",
    "hiragino mincho pro", "hgs明朝e", "ｍｓ ｐ明朝", "ms pmincho", serif;
  color: #fff;
  /*border:1px solid #ad9d62;*/
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
}
.site-header_links--green .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}

main {
  margin-top: 8rem;
  padding-top: 0;
  background-color: #998e7f;
}

.outline-note {
  padding-left: 0;
  margin-left: auto;
  width: calc(100% - 12rem - 0.487rem);
}
.nowrap {
  white-space: nowrap;
}
.white {
  color: #fff !important;
}
.hidden {
  display: none !important;
  pointer-events: none !important;
}

.kv_wrap {
  max-width: 100%;
  margin-bottom: 0.8rem;
}

.top-point {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto 2em;
}

.point-other {
  display: flex;
  padding: 0 3rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: auto;
  column-gap: 20px;
}
.point-other img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.point-other .btn_link {
  width: auto;
  max-width: 100%;
  max-height: 86px;
  font-size: 28px;
  width: 350px;
  background: #c2272d;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
}
.point-other .btn_link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}
@-webkit-keyframes shine2 {
  100% {
    left: 100%;
  }
}

@keyframes shine2 {
  100% {
    left: 100%;
  }
}
.point-list p .inner-flex {
  display: flex;
  padding-top: 4px;
  padding-left: 16px;
  line-height: 1.4;
  align-items: flex-end;
}
.point-list p small {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5em;
}
.point-list p small.float-right {
  position: absolute;
  bottom: 3px;
  right: 15px;
}
.point-list p .inner-flex small {
  margin-top: 0;
}
.point-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point-list p {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32%;
  height: 4.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
  background: #48545D;
  color: #fff;
}
.point-list p.marked {
  padding-left: 4rem;
}
.point-list p.marked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5rem;
  width: 5rem;
  height: 5rem;
  background: url(../images/top/icon_point.png) 50% 50% / contain no-repeat;
  transform: translatey(-50%);
  pointer-events: none;
}

.main-content {
  padding: 0 1.42rem;
  margin: 0 auto;
}
.main-content.off {
  pointer-events: none;
}
.main-content.off .content-title {
  color: gray;
}

.top-page {
  display: block;
  margin-bottom: 0.8rem;
}
.top-text {
  text-align: center;
  font-size: 2.7em;
  color: #c2272d;
  margin: 0 auto 0.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}

.scl-tg {
  padding-top: 120px;
  margin-top: -120px;
  pointer-events: none;
}

.content-inner-wrap {
  display: none;
}
.content-title {
  display: flex;
  width: 100%;
  height: 15rem;
  margin-bottom: 0.5rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.content1 .content-title {
  background: url(../images/top/section_t_bg01.png) 50% 50% / cover no-repeat;
}
.content2 .content-title {
  background: url(../images/top/section_t_bg02.png) 50% 50% / cover no-repeat;
}
.content3 .content-title {
  margin-bottom: 0.5rem;
  background: url(../images/top/section_t_bg03.png) 50% 50% / cover no-repeat;
}
.content4 .content-title {
  background: url(../images/top/section_t_bg04.png) 50% 50% / cover no-repeat;
}
.content5 .content-title {
  margin-bottom: 1.8rem;
  background: url(../images/top/section_t_bg05.png) 50% 50% / cover no-repeat;
}

.pan-label {
  height: 1.75rem;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  font-size: 1.18625rem;
  color: #000;
  background: #dcdddd;
}

.cont-title {
  margin-bottom: 1.875rem;
  color: #000;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.3em;
}

.content-wrap--link {
  transition: 0.3s ease;
}

.content-inner-wrap {
  padding-bottom: 3rem;
}

.cot-title {
  text-align: center;
  margin-bottom: 1.827rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #686133;
}
.cot-title--bronze {
  color: #bb8a0b;
}
.cot-title--gold {
  color: #bc9a5c;
}
.cot-title--gold {
  color: #bc9a5c;
}
.cot-in-content {
  overflow: hidden;
}
.cot-in-content:not(:last-child) {
  margin-bottom: 7rem;
}
.cot-in-content--facility {
  margin-bottom: 0 !important;
}

.section {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 10.6666666667vw;
}

.breadcrumbs {
  max-width: 80.25rem !important;
  margin: 5px auto 0 !important;
  padding: 0.5rem 0 0.5rem 0.5rem !important;
  background-color: rgba(219, 220, 220, 0.5);
  color: #000;
}

span.note.text-right {
  display: block;
  margin-left: auto;
  text-align: right;
}

.text_sumica_pc {
  display: flex;
  justify-content: center;
}
.text_sumica_pc img {
  max-width: 500px;
  margin: 30px 0 0;
}

.white {
  color: #fff;
}

@media (min-width: 1284px) {
  .site-header_description .btn {
    width: 15.1875rem;
    height: 2.0625rem;
    margin-left: 1rem;
  }
  .site-header_description .btn_link {
    font-size: 1.105625rem;
  }
}

@media screen and (max-width: 1138px) {
  .point-list p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 980px) {
  .point-list p {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .point-list p.marked::before {
    left: 0.3vw;
    width: 4vw;
  }
  .point-other {
    padding: 0 1.42rem;
  }
  .point-list p.marked {
    padding-left: 3rem;
  }

  .content-title {
    height: 24vw;
    font-size: 4vw;
  }

  .cont-title {
    font-size: 3.67vw;
  }

  .cot-title {
    font-size: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .main {    
    margin-top: 5rem;
  }

  .section {
    padding: 0;
  }

  .site-header_description .btn {
    width: 20.9563862928vw;
    height: 2.5700934579vw;
    margin: 0 auto;
  }
  .site-header_description .btn_link {
    font-size: 1.3777258567vw;
  }

  .top-text {
    font-size: 1.2em;
    margin: 0.5em 0 0.25em 0;
  }

  .outline-note {
    width: 100%;
    margin-left: 0;
  }

  .cont-title {
    width: 100%;
    padding: 0 5.33333vw;
  }

  .point-list p {
    text-align: left;
  }
  .point-list p small {
    font-size: 2.5vw;
    line-height: 1.2em;
  }
  .point-list p.marked {
    padding-left: 0;
  }
  .point-list p small.float-right {
    right: 5px;
    bottom: 1px;
  }
  .point-other img {
    max-height: 16px;
    object-fit: contain;
  }
  .point-other .btn_link {
    width: 180px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .site-header_description {
    margin: 4px 0;
    font-size: 9px;
    line-height: 1.3;
  }
  .site-header_logo {
    width: 30vw;
  }

  .main-content {
    padding: 0;
  }

  .cot-title {
    margin-bottom: 5vw;
    font-size: 5.5vw;
  }
  .cot-in-content:not(:last-child) {
    margin-bottom: 14vw;
  }

  .point-list {
    padding: 0 10px;
    margin-bottom: 4vw;
  }
  .point-list p {
    width: 48.5%;
    height: 12vw;
    margin-bottom: 2.4vw;
    font-size: 3.5vw;
  }
  .point-list p.marked::before {
    top: 12%;
    left: 1vw;
    width: 8vw;
    height: 8vw;
  }
  .point-list p .inner-flex span:first-child small {
    margin: 0;
    font-size: 2.5vw;
  }
  .point-list p .inner-flex small {
    font-size: 2.5vw;
  }
  .point-list p .inner-flex span:last-child {
    margin-bottom: 0.67vw;
  }
  .point-other {
    display: block;
    padding: 0 10px;
    text-align: center;
  }
  .point-other p {
    width: 100%;
    margin: 0 0 3vw;
    font-size: 0;
  }

  .pan-label {
    height: 7vw;
    padding: 0 5.33333333vw;
    margin-bottom: 6vw;
    font-size: 4vw;
  }

  .cont-title {
    margin-bottom: 6.5vw;
    font-size: 5.41vw;
    letter-spacing: 0.1em;
  }
}
