* {
  box-sizing: border-box;
}

.clearfix::after, .sec--chronicle .cc-des .float--box::after {
  content: "";
  display: block;
  clear: both;
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

.sec {
  width: 100%;
  margin: 0 auto;
}
.sec--inner {
  width: 100%;
  max-width: 756px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec--inner {
    padding: 0 3.7666666667vw;
    max-width: 693px;
  }
}

.pc--nav {
  width: 100%;
  background-color: #00A040;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .pc--nav {
    display: none;
  }
}
.is-fixed .pc--nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  animation-name: navFixed;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-play-state: running;
}
@keyframes navFixed {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc--nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 50px;
}
.pc--nav ul li {
  margin-right: 5px;
}
.pc--nav ul li:last-child {
  margin-right: 0;
}
.pc--nav ul li a {
  display: block;
  padding: 19px 10px;
  line-height: 1;
  transition: 0.3s;
}
.pc--nav ul li a:hover {
  opacity: 0.8;
}

.sp--nav {
  position: relative;
  width: 100%;
  height: 75px;
  background-color: #fffbf8;
}
@media screen and (min-width: 769px) {
  .sp--nav {
    display: none;
  }
}
.sp--nav .hop--logo {
  position: absolute;
  text-align: center;
  z-index: 100;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.sp--nav .hop--logo img {
  width: 94px;
}
.sp--nav ul {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  padding: 86px 14px 24px;
  background-color: #fffbf8;
  z-index: 150;
  transition: 0.3s;
}
.sp--nav ul li {
  margin-bottom: 16px;
  text-align: center;
}
.sp--nav ul li img {
  max-width: 346px;
}
.sp--nav .toggle--btn {
  position: absolute;
  cursor: pointer;
  z-index: 200;
  top: 50%;
  left: 28px;
  transform: translate(0, -50%);
}
.sp--nav .toggle--btn .border--wrap {
  position: relative;
  width: 39px;
  height: 21px;
}
.sp--nav .toggle--btn .border--wrap span {
  display: block;
  position: absolute;
  background-color: #313238;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  border-radius: 2px;
  transition: 0.3s;
}
.sp--nav .toggle--btn .border--wrap span:nth-of-type(2) {
  margin-top: -9px;
}
.sp--nav .toggle--btn .border--wrap span:nth-of-type(3) {
  margin-top: 7px;
}
.sp--nav.open ul {
  transform: translate(0, 0);
  opacity: 1;
}
.sp--nav.open .border--wrap span:nth-of-type(1) {
  opacity: 0;
}
.sp--nav.open .border--wrap span:nth-of-type(2) {
  margin-top: -1px;
  transform: rotate(30deg);
}
.sp--nav.open .border--wrap span:nth-of-type(3) {
  margin-top: -1px;
  transform: rotate(-30deg);
}

.sec--title {
  text-align: center;
}
.sec--title a {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 48px 0 42px;
  transition: 0.3s;
}
.sec--title a:hover {
  opacity: 0.8;
}
.sec--title a img {
  max-width: 558px;
}
@media screen and (max-width: 768px) {
  .sec--title a {
    margin: 10.1333333333vw 0 9.6vw;
  }
  .sec--title a img {
    width: 71.3333333333vw;
    max-width: 100%;
  }
}

.sec--link {
  display: block;
  background-color: #00A040;
}
.sec--link a {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 35px 20px;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}
.sec--link a img {
  width: 120px;
}
.sec--link a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sec--link a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 20.4666666667vw;
    padding: 8.5866666667vw;
    text-align: center;
    line-height: 20.4666666667vw;
    transition: 0.3s;
  }
  .sec--link a img {
    width: 24.1990666667vw;
  }
  .sec--link a:hover {
    opacity: 0.8;
  }
}
.goldenstar .sec--link {
  background-color: #C08E29;
}
.reunion .sec--link {
  background-color: #A4A4A5;
}
.little .sec--link {
  background-color: #2AA7A3;
}
.furanomagical .sec--link {
  background-color: #84C251;
}

.sec--kv {
  position: relative;
  width: 100%;
}
.sec--kv img {
  width: 100%;
}

.sec--chronicle {
  padding-top: 120px;
  background-color: #231815;
}
.sec--chronicle .sec--inner {
  width: 88.66133333%;
  max-width: 960px;
}
.sec--chronicle .ss-ttl {
  width: 100%;
  margin: 0 auto;
  padding: 0 8.33333333% 120px 8.33333333%;
}
.sec--chronicle .cc-des {
  padding: 100px 8.33333333%;
  background-color: #fffbf8;
}
.sec--chronicle .cc-des .title {
  text-align: center;
  margin-bottom: 98px;
}
.sec--chronicle .cc-des .title img {
  width: 53.31662469%;
}
.sec--chronicle .cc-des .text {
  text-align: left;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .text {
    margin-bottom: 6vw;
  }
}
.sec--chronicle .cc-des .text h2 {
  color: #006e2e;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.575;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .text h2 {
    font-size: 1.4rem;
  }
}
.sec--chronicle .cc-des .text p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .text p {
    margin-top: 15px;
  }
}
.sec--chronicle .cc-des .text_1 {
  text-align: left;
  margin-bottom: 40px;
}
.sec--chronicle .cc-des .text_2 {
  text-align: left;
  margin-bottom: 45px;
}
.sec--chronicle .cc-des .text_3 {
  text-align: left;
  margin-bottom: 45px;
}
.sec--chronicle .cc-des .float--box {
  margin-top: 30px;
}
.sec--chronicle .cc-des .float--box-img {
  float: right;
  width: 328px;
  margin-left: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .float--box-img {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.sec--chronicle .cc-des .float--box-img .caption {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .float--box--02 {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.sec--chronicle .cc-des .float--box--02 .float--box-img {
  width: 51.49609572%;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .float--box--02 .float--box-img {
    width: 100%;
    margin-top: 6.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .float--box--03 {
    display: flex;
    flex-direction: column;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .sec--chronicle .cc-des .float--box--03 h2 {
    order: 1;
  }
  .sec--chronicle .cc-des .float--box--03 p {
    order: 2;
  }
}
.sec--chronicle .cc-des .float--box--03 .float--box-img {
  width: 51.49609572%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .float--box--03 .float--box-img {
    order: 3;
    width: 100%;
    margin-top: 6.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .float--box--04 {
    display: flex;
    flex-direction: column;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
  .sec--chronicle .cc-des .float--box--04 h2 {
    order: 1;
  }
  .sec--chronicle .cc-des .float--box--04 p {
    order: 2;
  }
}
.sec--chronicle .cc-des .float--box--04 .float--box-img {
  width: 51.49609572%;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .float--box--04 .float--box-img {
    order: 3;
    width: 100%;
    margin-top: 6.1333333333vw;
  }
}
.sec--chronicle .cc-des .img--flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.sec--chronicle .cc-des .img--flex__item {
  width: 48%;
}
.sec--chronicle .cc-des .img--flex__item .caption {
  line-height: 1;
  margin-top: 15px;
}
.sec--chronicle .cc-des .img--flex--01 .img--flex__item {
  width: 49%;
}
.sec--chronicle .cc-des .img--flex--01 .img--flex__item:nth-of-type(2) {
  width: 49%;
}
.sec--chronicle .cc-des .img--flex--01 .img--flex__item:nth-of-type(2) .caption {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sec--chronicle .cc-des .img--flex--02 {
  margin-top: 45px;
}
.sec--chronicle .cc-des .img--flex--02 .img--flex__item {
  width: 44.65755668%;
}
.sec--chronicle .cc-des .img--flex--02 .img--flex__item:nth-of-type(2) {
  width: 52.04596977%;
}
.sec--chronicle .cc-des .img--box {
  margin-bottom: 40px;
}
.sec--chronicle .cc-des .img--box .caption {
  line-height: 1;
  margin-top: 20px;
}
.sec--chronicle .cc-des .img--box--02 {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .img--box--02 {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
    margin-left: -7vw;
    margin-right: -7vw;
  }
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .img--box--02 img {
    width: 100%;
  }
}
.sec--chronicle .cc-des .img--box--08 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .img--box--08 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .img--box--08 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec--chronicle {
    padding-top: 6vw;
    padding-bottom: 6vw;
    margin-bottom: 0;
  }
  .sec--chronicle .sec--inner {
    padding: 0;
  }
  .sec--chronicle .ss-ttl {
    padding: 0 8% 15.7333333333vw 8%;
  }
  .sec--chronicle .cc-des {
    margin: 0 auto;
    padding: 13.3333333333vw 7vw 6.6666666667vw;
  }
  .sec--chronicle .cc-des .title {
    margin-bottom: 13.4666666667vw;
  }
  .sec--chronicle .cc-des .title img {
    width: 83.96129032%;
  }
  .sec--chronicle .cc-des .text_1 {
    margin-bottom: 12.1333333333vw;
  }
  .sec--chronicle .cc-des .text_2 {
    margin-bottom: 12.1333333333vw;
  }
  .sec--chronicle .cc-des .text_3 {
    margin-bottom: 8.9333333333vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .sec--chronicle .cc-des .text_8 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec--chronicle .cc-des .img--flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .sec--chronicle .cc-des .img--flex__item {
    margin-bottom: 6.1333333333vw;
  }
  .sec--chronicle .cc-des .img--flex__item img {
    width: 100%;
  }
  .sec--chronicle .cc-des .img--flex__item .caption {
    text-align: center;
    margin-top: 3.2vw;
  }
  .sec--chronicle .cc-des .img--flex__item:nth-of-type(2) {
    margin-bottom: 12.1333333333vw;
  }
  .sec--chronicle .cc-des .img--flex__item:nth-of-type(2) img {
    width: 100%;
  }
  .sec--chronicle .cc-des .img--flex__item:nth-of-type(2) .caption {
    margin-top: 3.2vw;
  }
  .sec--chronicle .cc-des .img--flex--01 .img--flex__item {
    width: 100%;
  }
  .sec--chronicle .cc-des .img--flex--01 .img--flex__item:nth-of-type(2) {
    width: 100%;
  }
  .sec--chronicle .cc-des .img--flex--01 .img--flex__item:nth-of-type(2) .caption {
    margin-top: 3.2vw;
    margin-bottom: 6.1333333333vw;
  }
  .sec--chronicle .cc-des .img--flex--02 .img--flex__item {
    width: 100%;
  }
  .sec--chronicle .cc-des .img--flex--02 .img--flex__item:nth-of-type(2) {
    width: 100%;
    margin-bottom: 0;
  }
}
