@charset "UTF-8";
/* simple style
-------------------------------------------------------------------*/
.contents__type__simple.simple__01 .title__wrap {
  align-self: center;
  border-left-width: 20px;
  border-style: solid;
  padding-left: 45px;
}
.contents__type__simple.simple__01 .image__wrap {
  flex: 0 0 400px;
  background: rgba(0, 0, 0, 0.1);
}
.contents__type__simple.simple__01 .contents__main__image {
  height: 300px;
}
.contents__type__simple.simple__01 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__01 .content__wrap {
    padding: 40px 0;
  }
  #saiyotop_top .contents__type__simple.simple__01 .title__wrap {
    border-left-width: 10px;
    padding: 0 15px 0 20px;
  }
}
.contents__type__simple.simple__02 .title__wrap {
  display: flex;
  flex-wrap: wrap;
}
.contents__type__simple.simple__02 .image__wrap {
  flex: 0 0 400px;
  background: rgba(0, 0, 0, 0.1);
}
.contents__type__simple.simple__02 .contents__main__image {
  height: 300px;
}
.contents__type__simple.simple__02 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.contents__type__simple.simple__02 .contents__btn__link {
  width: 100%;
  text-align: right;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main {
  width: 100%;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__sub {
  width: 250px;
  margin-top: 2rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__sub + .contents__title__text {
  margin-top: 2rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__text {
  width: calc(100% - 275px - 2rem);
  margin-top: 2rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__sub {
  width: 250px;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__sub + .contents__title__text {
  width: calc(100% - 275px - 2rem);
  margin-top: 0;
  margin-left: 4.5rem;
}
#saiyotop_top .contents__type__simple.simple__02 .contents__title__text {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__02 .content__wrap {
    padding: 40px 0;
  }
  #saiyotop_top .contents__type__simple.simple__02 .title__wrap {
    display: block;
    padding: 0 20px;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__sub {
    margin-left: 0;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__text {
    margin-left: 0;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__btn__link {
    margin-left: 0;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__main {
    width: 100%;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__sub {
    width: 100%;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__main + .contents__title__text {
    width: 100%;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__sub + .contents__title__text {
    width: 100%;
  }
  #saiyotop_top .contents__type__simple.simple__02 .contents__title__text {
    width: 100%;
  }
}
.contents__type__simple.simple__03 .title__wrap {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
}
.contents__type__simple.simple__03 .contents__title__text {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  margin-top: 40px;
  padding-top: 25px;
}
.contents__type__simple.simple__03 .title__wrap .contents__title__text {
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__03 .content__wrap {
    padding: 40px 0;
  }
  #saiyotop_top .contents__type__simple.simple__03 .title__wrap {
    padding: 0 20px;
  }
}
.contents__type__simple.simple__04 .content__wrap {
  max-width: 80%;
  padding: 100px 0;
}
.contents__type__simple.simple__04 .inner__wrap {
  position: relative;
  display: block;
  text-align: center;
}
.contents__type__simple.simple__04 .title__wrap {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  padding-bottom: 25px;
  overflow: auto;
  text-align: left;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__main {
  font-size: calc(3.2rem + (1vw - 0.48rem) * 1.2);
  line-height: 1.5;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__main + .contents__title__sub {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__sub {
  font-size: calc(2rem + (1vw - 0.48rem) * 1);
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__sub + .contents__title__text {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__title__text {
  line-height: 2.5;
  font-size: calc(1.5rem + (1vw - 0.48rem) * 0.2);
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link {
  position: absolute;
  bottom: -45px;
  left: 0;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a {
  position: relative;
  box-sizing: border-box;
  border-width: 0;
  border-radius: 0;
  height: auto;
  min-height: 15px;
  padding: 0 105px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  transition: 0.15s;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::before, #saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::after {
  position: absolute;
  content: "";
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  right: 0;
  transition: 0.2s;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::before {
  width: 10px;
  transform: rotate(45deg);
  top: 11px;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a::after {
  width: 100px;
  top: 15px;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a:hover {
  background: transparent;
}
#saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a:hover::before, #saiyotop_top .contents__type__simple.simple__04 .contents__btn__link a:hover::after {
  right: -12px;
}
#saiyotop_top .contents__type__simple.simple__04.position__c .title__wrap {
  text-align: left;
}
#saiyotop_top .contents__type__simple.simple__04.position__r .inner__wrap {
  text-align: right;
}
#saiyotop_top .contents__type__simple.simple__04.position__r .title__wrap {
  text-align: left;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__04 .content__wrap {
    max-width: none;
    padding: 40px 0 80px;
  }
  #saiyotop_top .contents__type__simple.simple__04 .title__wrap {
    padding: 0 20px;
  }
}
.contents__type__simple.simple__05 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  border-width: 2px;
  border-top-width: 8px;
  border-style: solid;
  padding: 40px 5vw;
}
.contents__type__simple.simple__05 .contents__title__main {
  font-size: 35px;
}
.contents__type__simple.simple__05 .contents__title__main + .contents__title__sub {
  margin-top: 8px;
}
.contents__type__simple.simple__05 .contents__title__sub {
  font-size: 20px;
}
.contents__type__simple.simple__05 .contents__title__sub .contents__title__text {
  margin-top: 0;
}
.contents__type__simple.simple__05 .contents__title__text {
  font-size: 15px;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__05 .content__wrap {
    width: auto;
    padding: 40px 15px;
  }
  #saiyotop_top .contents__type__simple.simple__05 .title__wrap {
    padding: 30px 20px;
  }
}
.contents__type__simple.simple__06 .content__wrap {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__simple.simple__06 .inner__wrap {
  justify-content: flex-start;
}
.contents__type__simple.simple__06 .title__wrap {
  align-self: center;
  width: 40vw;
  margin-left: 10%;
}
.contents__type__simple.simple__06 .title__wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.contents__type__simple.simple__06 .contents__title__main {
  position: absolute;
  width: 60%;
  text-align: right;
  top: 0;
  right: -10px;
  opacity: 0.2;
}
.contents__type__simple.simple__06 .contents__title__main + .contents__title__sub + .contents__title__text {
  margin-top: 2.8rem;
}
.contents__type__simple.simple__06 .contents__title__sub {
  position: relative;
  padding-bottom: 3.2rem;
}
.contents__type__simple.simple__06 .contents__title__sub::after {
  position: absolute;
  content: "";
  width: 100px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  left: 0;
  bottom: 0;
}
.contents__type__simple.simple__06 .contents__btn__link {
  text-align: left;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__main {
  line-height: 1.2;
  font-size: 13rem;
  font-weight: normal;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__main + .contents__title__sub + .contents__title__text {
  margin-top: 2.8rem;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__sub {
  font-size: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__title__text {
  margin: 0;
}
#saiyotop_top .contents__type__simple.simple__06 .contents__btn__link {
  text-align: left;
}
.contents__type__simple.simple__06.position__r .inner__wrap {
  justify-content: flex-end;
}
.contents__type__simple.simple__06.position__r .title__wrap {
  margin-right: 10%;
}
.contents__type__simple.simple__06.position__r .contents__title__main {
  text-align: left;
  left: -10px;
  right: auto;
}
.contents__type__simple.simple__06.position__r .contents__btn__link {
  text-align: right;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__06 .content__wrap {
    width: auto;
    padding: 40px 15px;
  }
  #saiyotop_top .contents__type__simple.simple__06 .title__wrap {
    width: 75vw;
    margin: 0;
    padding: 0;
  }
  #saiyotop_top .contents__type__simple.simple__06 .contents__title__main {
    width: 75%;
    font-size: 5rem;
  }
}
.contents__type__simple.simple__07 + .simple__07 .content__wrap {
  padding: 0 0 60px;
}
.contents__type__simple.simple__07 .content__wrap {
  padding: 60px 7vw;
}
.contents__type__simple.simple__07 .inner__wrap {
  background: #f3f2f1;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.2);
  transition: 0.15s;
}
.contents__type__simple.simple__07 a.inner__wrap:hover {
  background: #e9e8e7;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}
.contents__type__simple.simple__07 .title__wrap {
  align-self: center;
  padding: 50px 5vw;
}
.contents__type__simple.simple__07 .image__wrap {
  flex: 0 0 400px;
}
.contents__type__simple.simple__07 .contents__main__image {
  min-height: 265px;
  height: 100%;
}
.contents__type__simple.simple__07 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__main {
  font-size: 3.2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__main + .contents__title__sub {
  margin-top: 8px;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__main + .contents__title__text {
  margin-top: 18px;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__sub {
  font-size: 2rem;
}
#saiyotop_top .contents__type__simple.simple__07 .contents__title__sub + .contents__title__text {
  margin-top: 25px;
}
.simple__07.position__r .title__wrap {
  order: 1;
  padding: 32px 5vw;
}
.simple__07.position__r .image__wrap {
  order: 0;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__07 .content__wrap {
    width: auto;
    padding: 40px 15px;
  }
  #saiyotop_top .contents__type__simple.simple__07 .inner__wrap {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__simple.simple__07 .title__wrap {
    width: auto;
    padding: 35px 20px;
  }
  #saiyotop_top .contents__type__simple.simple__07 .contents__title__main {
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__simple.simple__07 .contents__title__text {
    line-height: 2.6rem;
  }
  #saiyotop_top .contents__type__simple.simple__07 .image__wrap {
    flex: 0 0 auto;
  }
  #saiyotop_top .contents__type__simple.simple__07 .contents__main__image {
    height: auto;
    min-height: 0;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__simple.simple__07.position__r .title__wrap {
    order: 1;
  }
  #saiyotop_top .contents__type__simple.simple__07.position__r .image__wrap {
    order: 0;
  }
}
.contents__type__simple.simple__08 + .simple__11 .content__wrap {
  padding: 0 0 60px;
}
.contents__type__simple.simple__08 .content__wrap {
  padding: 60px 7vw;
}
.contents__type__simple.simple__08 .inner__wrap {
  background: #444;
  box-sizing: border-box;
  transition: 0.15s;
}
.contents__type__simple.simple__08 a.inner__wrap:hover {
  background: #555;
}
.contents__type__simple.simple__08 a.inner__wrap:hover .image__wrap {
  margin: 0 0 0 -22px;
}
.contents__type__simple.simple__08 .title__wrap {
  align-self: center;
  padding: 50px 5vw;
}
.contents__type__simple.simple__08 .image__wrap {
  flex: 0 0 400px;
  margin: -22px -22px 22px 0;
  transition: 0.15s;
}
.contents__type__simple.simple__08 .contents__main__image {
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  padding-top: 75%;
}
.contents__type__simple.simple__08 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__main {
  font-size: 3.2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__main + .contents__title__sub {
  margin-top: 12px;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__main + .contents__title__text {
  margin-top: 25px;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__sub {
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__08 .contents__title__sub + .contents__title__text {
  margin-top: 25px;
}
.simple__08.position__r a.inner__wrap:hover .image__wrap {
  margin: 0 -22px 0 0;
}
.simple__08.position__r .title__wrap {
  order: 1;
  padding: 32px 5vw;
}
.simple__08.position__r .image__wrap {
  order: 0;
  margin: -22px 0 22px -22px;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__08 .content__wrap {
    width: auto;
    padding: 40px 15px;
  }
  #saiyotop_top .contents__type__simple.simple__08 .inner__wrap {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__simple.simple__08 a.inner__wrap:hover {
    background: #555;
  }
  #saiyotop_top .contents__type__simple.simple__08 a.inner__wrap:hover .image__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__simple.simple__08 .title__wrap {
    width: auto;
    padding: 35px 20px;
  }
  #saiyotop_top .contents__type__simple.simple__08 .contents__title__main {
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__simple.simple__08 .contents__title__text {
    line-height: 2.6rem;
  }
  #saiyotop_top .contents__type__simple.simple__08 .contents__title__text img {
    width: 100%;
  }
  #saiyotop_top .contents__type__simple.simple__08 .image__wrap {
    flex: 0 0 auto;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  #saiyotop_top .contents__type__simple.simple__08 .contents__main__image {
    height: auto;
    min-height: 0;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__simple.simple__08.position__r .title__wrap {
    order: 1;
  }
  #saiyotop_top .contents__type__simple.simple__08.position__r .image__wrap {
    order: 0;
  }
}
.contents__type__simple.simple__09 + .simple__09 .content__wrap {
  padding: 0 0 60px;
}
.contents__type__simple.simple__09 .content__wrap {
  padding: 60px 7vw;
}
.contents__type__simple.simple__09 .inner__wrap {
  background: #fff;
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2);
  transition: 0.15s;
}
.contents__type__simple.simple__09 a.inner__wrap:hover {
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.3);
}
.contents__type__simple.simple__09 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  padding: 50px 5vw;
}
.contents__type__simple.simple__09 .image__wrap {
  flex: 0 0 400px;
}
.contents__type__simple.simple__09 .contents__main__image {
  min-height: 265px;
  height: 100%;
}
.contents__type__simple.simple__09 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__main {
  font-size: 3.2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__main + .contents__title__sub {
  margin-top: 8px;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__main + .contents__title__text {
  margin-top: 18px;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__sub {
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__09 .contents__title__sub + .contents__title__text {
  margin-top: 25px;
}
.simple__09.position__r .title__wrap {
  order: 1;
  padding: 32px 5vw;
}
.simple__09.position__r .image__wrap {
  order: 0;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__09 .content__wrap {
    width: auto;
    padding: 40px 30px;
  }
  #saiyotop_top .contents__type__simple.simple__09 .inner__wrap {
    flex-direction: column;
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.2);
  }
  #saiyotop_top .contents__type__simple.simple__09 a.inner__wrap:hover {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.3);
  }
  #saiyotop_top .contents__type__simple.simple__09 .title__wrap {
    width: auto;
    padding: 35px 20px;
  }
  #saiyotop_top .contents__type__simple.simple__09 .contents__title__main {
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__simple.simple__09 .contents__title__text {
    line-height: 2.6rem;
  }
  #saiyotop_top .contents__type__simple.simple__09 .image__wrap {
    flex: 0 0 auto;
  }
  #saiyotop_top .contents__type__simple.simple__09 .contents__main__image {
    height: auto;
    min-height: 0;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__simple.simple__09.position__r .title__wrap {
    order: 1;
    width: 100%;
  }
  #saiyotop_top .contents__type__simple.simple__09.position__r .image__wrap {
    order: 0;
  }
}
.contents__type__simple.simple__10 .content__wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.contents__type__simple.simple__10 .inner__wrap {
  align-items: center;
}
.contents__type__simple.simple__10 .title__wrap {
  position: relative;
  align-self: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0 -10vw 0 0;
  padding: 5vw 6vw;
}
.contents__type__simple.simple__10 .image__wrap {
  flex: 0 0 60%;
}
.contents__type__simple.simple__10 .contents__main__image {
  width: 100%;
  padding-top: 75%;
  transition: 0.15s;
}
.contents__type__simple.simple__10 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.simple__10.position__r .title__wrap {
  order: 1;
  margin: 0 0 0 -10vw;
}
.simple__10.position__r .image__wrap {
  order: 0;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__10 .inner__wrap {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__simple.simple__10 .title__wrap {
    width: auto;
    min-width: calc(100% - 30px);
    margin: 0 15px;
    padding: 40px 15px;
    z-index: 1;
  }
  #saiyotop_top .contents__type__simple.simple__10 .image__wrap {
    flex: 0 0 auto;
    width: 100%;
  }
}
.contents__type__simple.simple__11 .content__wrap {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.contents__type__simple.simple__11 .inner__wrap {
  align-items: center;
}
.contents__type__simple.simple__11 .title__wrap {
  position: relative;
  align-self: center;
  margin: 0 5vw;
  padding: 5vw 0 5vw 2vw;
}
.contents__type__simple.simple__11 .image__wrap {
  flex: 0 0 50%;
}
.contents__type__simple.simple__11 .contents__main__image {
  width: 100%;
  padding-top: 75%;
  transition: 0.15s;
}
.contents__type__simple.simple__11 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contents__type__simple.simple__11 .contents__main__image a:hover {
  opacity: 0.8;
}

.simple__11.position__r .title__wrap {
  order: 1;
}
.simple__11.position__r .image__wrap {
  order: 0;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__11 .inner__wrap {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__simple.simple__11 .title__wrap {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 40px 15px;
  }
  #saiyotop_top .contents__type__simple.simple__11 .image__wrap {
    flex: 0 0 auto;
    width: 100%;
  }
}
.contents__type__simple.simple__12 .title__wrap {
  position: relative;
  align-self: center;
  padding: 50px 0 0;
}
.contents__type__simple.simple__12 .title__wrap::before {
  content: "";
  position: absolute;
  border-top-width: 5px;
  border-top-style: solid;
  width: 90px;
  top: 0;
  left: 0;
}
.contents__type__simple.simple__12 .image__wrap {
  position: relative;
  flex: 0 0 580px;
  right: -100px;
}
.contents__type__simple.simple__12 .contents__main__image {
  width: 100%;
  padding-top: 75%;
  transition: 0.15s;
}
.contents__type__simple.simple__12 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
}
.contents__type__simple.simple__12 .contents__main__image a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.simple__12.position__r .title__wrap {
  order: 1;
}
.simple__12.position__r .image__wrap {
  order: 0;
  right: 100px;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__12 .content__wrap {
    padding: 40px 0 0;
  }
  #saiyotop_top .contents__type__simple.simple__12 .inner__wrap {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__simple.simple__12 .title__wrap {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 40px 15px;
  }
  #saiyotop_top .contents__type__simple.simple__12 .image__wrap {
    position: static;
    flex: 0 0 auto;
    left: 0;
    right: 0;
  }
  #saiyotop_top .contents__type__simple.simple__12.position__r .content__wrap {
    padding: 0 0 40px;
  }
  #saiyotop_top .contents__type__simple.simple__12.position__r .title__wrap::before {
    top: auto;
    bottom: 0;
  }
}
.contents__type__simple.simple__13 .content__wrap {
  padding: calc(10vw + 10rem) 7vw 80px;
}
.contents__type__simple.simple__13 .title__wrap {
  position: relative;
  align-self: center;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 40px 7vw;
  z-index: 1;
}
.contents__type__simple.simple__13 .image__wrap {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 0;
}
.contents__type__simple.simple__13 .contents__main__image {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding-top: 20%;
}
.contents__type__simple.simple__13 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__main {
  grid-area: main;
  font-size: 3.8rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__main + .contents__title__sub {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__main + .contents__title__text {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__sub {
  grid-area: sub;
  width: 100%;
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__sub + .contents__title__text {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__sub + .contents__btn__link {
  width: auto;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__text {
  grid-area: text;
  margin: 0;
  font-size: 1.5rem;
}
#saiyotop_top .contents__type__simple.simple__13 .contents__title__text + .contents__btn__link {
  width: auto;
}

@media screen and (min-width: 980px) {
  .contents__type__simple.simple__13 .title__wrap {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__13 .content__wrap {
    width: auto;
    padding: calc(10vw + 10rem) 15px 40px;
  }
  #saiyotop_top .contents__type__simple.simple__13 .title__wrap {
    display: block;
  }
  #saiyotop_top .contents__type__simple.simple__13 .contents__title__main {
    font-size: 3rem;
  }
  #saiyotop_top .contents__type__simple.simple__13 .contents__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__simple.simple__13 .contents__title__text {
    font-size: 1.3rem;
    line-height: 2.7rem;
  }
}
.contents__type__simple.simple__14 .content__wrap {
  padding: calc(10vw + 10rem) 7vw 80px;
}
.contents__type__simple.simple__14 .image__wrap {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 0;
}
.contents__type__simple.simple__14 .contents__main__image {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding-top: 20%;
}
.contents__type__simple.simple__14 .contents__main__image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contents__type__simple.simple__14 .contents__btn__link {
  width: 100%;
  text-align: right;
}
#saiyotop_top .contents__type__simple.simple__14 .title__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 40px 7vw;
  z-index: 1;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__main {
  width: 100%;
  font-size: 3.8rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__main + .contents__title__sub {
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__main + .contents__title__text {
  width: calc(100% - 220px - 2.5rem);
  margin-top: 2.5rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__sub {
  width: 200px;
  font-size: 2.2rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__sub + .contents__title__text {
  width: calc(100% - 220px - 2.5rem);
  margin-top: 2.5rem;
  margin-left: 4.5rem;
}
#saiyotop_top .contents__type__simple.simple__14 .contents__title__text {
  margin: 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__simple.simple__14 .title__wrap {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__simple.simple__14 .content__wrap {
    width: auto;
    padding: calc(10vw + 10rem) 15px 40px;
  }
  #saiyotop_top .contents__type__simple.simple__14 .title__wrap {
    display: block;
  }
  #saiyotop_top .contents__type__simple.simple__14 .contents__title__main {
    font-size: 3rem;
  }
  #saiyotop_top .contents__type__simple.simple__14 .contents__title__sub {
    margin-left: 0;
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__simple.simple__14 .contents__title__text {
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 2.7rem;
  }
  #saiyotop_top .contents__type__simple.simple__14 .contents__btn__link {
    margin-left: 0;
  }
}
/* simple style base
-------------------------------------------------------------------*/
.contents__type__simple {
  position: relative;
}
.contents__type__simple .content__wrap {
  display: block;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 80px 7vw;
}
.contents__type__simple .inner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.contents__type__simple :where(.inner__wrap) {
  text-decoration: none;
}
.contents__type__simple .title__wrap {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  /* simple style base
  -------------------------------------------------------------------*/
  .contents__type__simple {
    position: relative;
  }
  .contents__type__simple .content__wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .contents__type__simple .inner__wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 150px;
  }
  .contents__type__simple .title__wrap {
    width: 100%;
  }
  #saiyotop_top .contents__type__simple .contents__title__main {
    letter-spacing: 0;
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__simple .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__simple .contents__title__text {
    line-height: 2.6rem;
    font-size: 1.3rem;
  }
}
/* image style
-------------------------------------------------------------------*/
.contents__type__image.image__01 .title__wrap {
  display: inline-block;
  align-self: center;
}

.image__01.position__l .title__wrap {
  width: 100%;
  max-width: var(--wide);
}

.image__01.position__c .inner__wrap {
  justify-content: center;
}
.image__01.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__01.position__c .contents__btn__link {
  text-align: center;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__image.image__01 .title__wrap {
    margin: 0 15px;
  }
  #saiyotop_top .contents__type__image.image__01.image__all__show {
    position: relative;
  }
  #saiyotop_top .contents__type__image.image__01.image__all__show::before {
    content: "";
    display: block;
    background: inherit;
    width: 100%;
    padding-top: 75%;
    top: 0;
    left: 0;
  }
  #saiyotop_top .contents__type__image.image__01.image__all__show .content__wrap {
    background: #fff;
    padding: 35px 0;
  }
  #saiyotop_top .contents__type__image.image__01.image__all__show .title__wrap h2, #saiyotop_top .contents__type__image.image__01.image__all__show .title__wrap p {
    text-shadow: none;
    color: #333;
  }
  #saiyotop_top .contents__type__image.image__01.image__all__show .contents__btn__link a {
    border-color: #333;
  }
  #saiyotop_top .contents__type__image.image__01.image__all__show .contents__btn__link .link__name {
    color: #333;
  }
}
.contents__type__image.image__02 .title__wrap {
  display: inline-block;
  align-self: center;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 40px 50px;
}

.image__02.position__l .title__wrap {
  width: 100%;
  max-width: var(--wide);
}

.image__02.position__c .inner__wrap {
  justify-content: center;
}
.image__02.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__02.position__c .contents__btn__link {
  text-align: center;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__image.image__02 .title__wrap {
    width: 100%;
    margin: 0 15px;
    padding: 40px 20px;
  }
  #saiyotop_top .contents__type__image.image__02.image__all__show {
    position: relative;
  }
  #saiyotop_top .contents__type__image.image__02.image__all__show::before {
    content: "";
    display: block;
    background: inherit;
    width: 100%;
    padding-top: 75%;
    top: 0;
    left: 0;
  }
  #saiyotop_top .contents__type__image.image__02.image__all__show .content__wrap {
    background: #fff;
    padding: 0;
  }
  #saiyotop_top .contents__type__image.image__02.image__all__show .title__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__image.image__02.image__all__show .title__wrap h2, #saiyotop_top .contents__type__image.image__02.image__all__show .title__wrap p {
    text-shadow: none;
    color: #fff;
  }
  #saiyotop_top .contents__type__image.image__02.image__all__show .contents__btn__link a {
    border-color: #fff;
  }
  #saiyotop_top .contents__type__image.image__02.image__all__show .contents__btn__link .link__name {
    color: #fff;
  }
}
.contents__type__image.image__03 .title__wrap {
  display: inline-block;
  align-self: center;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  width: auto;
  padding: 40px 50px;
}

.image__03.position__l .title__wrap {
  width: 100%;
  max-width: var(--wide);
}

.image__03.position__c .inner__wrap {
  justify-content: center;
}
.image__03.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__03.position__c .contents__btn__link {
  text-align: center;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__image.image__03 .title__wrap {
    width: 100%;
    margin: 0 15px;
    padding: 40px 20px;
  }
  #saiyotop_top .contents__type__image.image__03.image__all__show {
    position: relative;
  }
  #saiyotop_top .contents__type__image.image__03.image__all__show::before {
    content: "";
    display: block;
    background: inherit;
    width: 100%;
    padding-top: 75%;
    top: 0;
    left: 0;
  }
  #saiyotop_top .contents__type__image.image__03.image__all__show .content__wrap {
    background: #fff;
    padding: 0;
  }
  #saiyotop_top .contents__type__image.image__03.image__all__show .title__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__image.image__03.image__all__show .title__wrap h2, #saiyotop_top .contents__type__image.image__03.image__all__show .title__wrap p {
    text-shadow: none;
    color: #333;
  }
  #saiyotop_top .contents__type__image.image__03.image__all__show .contents__btn__link a {
    border-color: #333;
  }
  #saiyotop_top .contents__type__image.image__03.image__all__show .contents__btn__link .link__name {
    color: #333;
  }
}
.contents__type__image.image__04 .title__wrap {
  display: inline-block;
  align-self: center;
  box-sizing: border-box;
  border-width: 8px;
  border-style: solid;
  border-color: inherit;
  width: auto;
  padding: 40px 50px;
}

.image__04.position__l .title__wrap {
  width: 100%;
  max-width: var(--wide);
}

.image__04.position__c .inner__wrap {
  justify-content: center;
}
.image__04.position__c .title__wrap {
  width: auto;
  text-align: center;
}
.image__04.position__c .contents__btn__link {
  text-align: center;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__image.image__04 .title__wrap {
    width: 100%;
    margin: 0 15px;
    padding: 40px 20px;
  }
  #saiyotop_top .contents__type__image.image__04.image__all__show {
    position: relative;
  }
  #saiyotop_top .contents__type__image.image__04.image__all__show::before {
    content: "";
    display: block;
    background: inherit;
    width: 100%;
    padding-top: 75%;
    top: 0;
    left: 0;
  }
  #saiyotop_top .contents__type__image.image__04.image__all__show .content__wrap {
    background: #fff;
    padding: 0;
  }
  #saiyotop_top .contents__type__image.image__04.image__all__show .title__wrap {
    border: none;
    margin: 0;
    padding: 30px 20px;
  }
  #saiyotop_top .contents__type__image.image__04.image__all__show .title__wrap h2, #saiyotop_top .contents__type__image.image__04.image__all__show .title__wrap p {
    text-shadow: none;
    color: #333;
  }
  #saiyotop_top .contents__type__image.image__04.image__all__show .contents__btn__link a {
    border-color: #333;
  }
  #saiyotop_top .contents__type__image.image__04.image__all__show .contents__btn__link .link__name {
    color: #333;
  }
}
.contents__type__image.image__05 .content__wrap {
  max-width: 80%;
  padding: 100px 0;
}
.contents__type__image.image__05 .inner__wrap {
  position: relative;
  display: block;
  text-align: center;
}
.contents__type__image.image__05 .title__wrap {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  max-height: 500px;
  padding-bottom: 25px;
  overflow: auto;
  text-align: left;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#saiyotop_top .contents__type__image.image__05 .contents__title__main {
  font-size: calc(3.2rem + (1vw - 0.48rem) * 1.2);
}
#saiyotop_top .contents__type__image.image__05 .contents__title__main + .contents__title__sub {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__image.image__05 .contents__title__sub {
  font-size: calc(2rem + (1vw - 0.48rem) * 1);
}
#saiyotop_top .contents__type__image.image__05 .contents__title__sub + .contents__title__text {
  margin: 0 3.5rem 0 0;
}
#saiyotop_top .contents__type__image.image__05 .contents__title__text {
  line-height: 2.5;
  font-size: calc(1.5rem + (1vw - 0.48rem) * 0.2);
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link {
  position: absolute;
  bottom: -45px;
  left: 0;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a {
  position: relative;
  box-sizing: border-box;
  border-width: 0;
  border-radius: 0;
  height: auto;
  min-height: 15px;
  padding: 0 105px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  transition: 0.15s;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a::before, #saiyotop_top .contents__type__image.image__05 .contents__btn__link a::after {
  position: absolute;
  content: "";
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
  right: 0;
  transition: 0.2s;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a::before {
  width: 10px;
  transform: rotate(45deg);
  top: 11px;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a::after {
  width: 100px;
  top: 15px;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a:hover {
  background: transparent;
}
#saiyotop_top .contents__type__image.image__05 .contents__btn__link a:hover::before, #saiyotop_top .contents__type__image.image__05 .contents__btn__link a:hover::after {
  right: -12px;
}
#saiyotop_top .contents__type__image.image__05.position__c .title__wrap {
  text-align: left;
}
#saiyotop_top .contents__type__image.image__05.position__r .inner__wrap {
  text-align: right;
}
#saiyotop_top .contents__type__image.image__05.position__r .title__wrap {
  text-align: left;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 600px) {
  #saiyotop_top .contents__type__image.image__05 .contents__title__main {
    font-size: 3.8rem;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__image.image__05 .content__wrap {
    padding: 40px 0 65px;
    max-width: 100%;
  }
  #saiyotop_top .contents__type__image.image__05 .title__wrap {
    max-height: none;
    margin: 0;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    padding: 0 15px;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__main {
    font-size: 3rem;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__main + .contents__title__sub {
    margin: 3px 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__sub + .contents__title__text {
    margin: 5px 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__title__text {
    line-height: 2.6rem;
    font-size: 1.3rem;
  }
  #saiyotop_top .contents__type__image.image__05.position__c .title__wrap {
    text-align: center;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__btn__link a {
    padding: 0 35px 0 0;
  }
  #saiyotop_top .contents__type__image.image__05 .contents__btn__link a::after {
    width: 35px;
  }
  #saiyotop_top .contents__type__image.image__05.image__all__show {
    position: relative;
  }
  #saiyotop_top .contents__type__image.image__05.image__all__show::before {
    content: "";
    display: block;
    background: inherit;
    width: 100%;
    padding-top: 75%;
    top: 0;
    left: 0;
  }
  #saiyotop_top .contents__type__image.image__05.image__all__show .content__wrap {
    background: #fff;
    padding: 35px 0;
  }
  #saiyotop_top .contents__type__image.image__05.image__all__show .title__wrap h2, #saiyotop_top .contents__type__image.image__05.image__all__show .title__wrap p {
    text-shadow: none;
    color: #333;
  }
  #saiyotop_top .contents__type__image.image__05.image__all__show .contents__btn__link a {
    border-color: #333;
  }
  #saiyotop_top .contents__type__image.image__05.image__all__show .contents__btn__link .link__name {
    color: #333;
  }
}
/* image style base
-------------------------------------------------------------------*/
.contents__type__image {
  position: relative;
}
.contents__type__image .content__wrap {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__image .inner__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.contents__type__image .title__wrap {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .contents__type__image {
    position: relative;
  }
  .contents__type__image .content__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .contents__type__image .inner__wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 150px;
  }
  .contents__type__image .title__wrap {
    width: 100%;
  }
  #saiyotop_top .contents__type__image .contents__title__main {
    letter-spacing: 0;
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__image .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__image .contents__title__text {
    line-height: 2.6rem;
    font-size: 1.3rem;
  }
}
/* multi style
-------------------------------------------------------------------*/
.contents__type__multi.multi__01 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__01 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__01 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__01 .multi__item {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.contents__type__multi.multi__01 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.contents__type__multi.multi__01 .multi__item .multi__item__img {
  width: 100%;
}
.contents__type__multi.multi__01 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  padding: 0;
}
.contents__type__multi.multi__01 .multi__item .content__item__text {
  padding: 15px 12px 12px;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__main {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__sub {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__01 .multi__item .item__img__title__text {
  font-size: 1.2rem;
  color: #333;
}
.contents__type__multi.multi__01.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  transition: 0.15s;
}
.contents__type__multi.multi__01.column__1 a.multi__item__inner:hover {
  background: rgba(0, 0, 0, 0.08);
}
.contents__type__multi.multi__01.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
}
.contents__type__multi.multi__01.column__1 .content__item__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 2.5rem 4vw;
}
.contents__type__multi.multi__01.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__01.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__01.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__01.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__01.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__01.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__01.column__2 .multi__item__img, .contents__type__multi.multi__01.column__3 .multi__item__img, .contents__type__multi.multi__01.column__4 .multi__item__img {
  padding-top: 75%;
}

.multi__01.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 600px) {
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .content__item__text {
    padding: 25px 40px;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__01.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__01 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__01 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__01 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__01 .item__img__title__main {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__01 .item__img__title__main + .item__img__title__sub {
    margin-top: 0.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__01 .item__img__title__main + .item__img__title__text {
    margin-top: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__01 .item__img__title__sub {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__01 .item__img__title__sub + .item__img__title__text {
    margin-top: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__01 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__02 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__02 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__02 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__02 .multi__item {
  position: relative;
  background: #555;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
.contents__type__multi.multi__02 .multi__item .multi__item__inner {
  display: block;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__02 .multi__item .multi__item__img {
  width: 100%;
  padding-top: 75%;
}
.contents__type__multi.multi__02 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  padding-top: 0;
}
.contents__type__multi.multi__02 .multi__item .multi__item__img.no__image + .content__item__text {
  position: static;
  height: 100%;
}
.contents__type__multi.multi__02 .multi__item .content__item__text {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  left: 0;
  bottom: 0;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__main {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__sub {
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 1.5rem;
}
.contents__type__multi.multi__02 .multi__item .item__img__title__text {
  font-size: 1.3rem;
  color: #fff;
}
.contents__type__multi.multi__02.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  background: #000;
  transition: 0.15s;
}
.contents__type__multi.multi__02.column__1 a.multi__item__inner:hover {
  background: rgba(0, 0, 0, 0.85);
}
.contents__type__multi.multi__02.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
  padding-top: 0;
}
.contents__type__multi.multi__02.column__1 .content__item__text {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  box-sizing: border-box;
  background: transparent;
  width: auto;
  margin: 0;
  padding: 2.5rem 4vw;
}
.contents__type__multi.multi__02.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__02.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__02.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__02.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__02.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__02.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__02.column__2 .multi__item {
  height: 355px;
}
.contents__type__multi.multi__02.column__4 .multi__item {
  height: 250px;
}

.multi__02.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 600px) {
  #saiyotop_top .contents__type__multi.multi__02.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .content__item__text {
    padding: 25px 40px;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__02.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__02 .multi__item {
    height: auto;
  }
  #saiyotop_top .contents__type__multi.multi__02 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__02 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__02 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__02 .content__item__text {
    padding: 20px 12px 12px;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__main {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__main + .item__img__title__sub {
    margin-top: 0.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__main + .item__img__title__text {
    margin-top: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__sub {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__sub + .item__img__title__text {
    margin-top: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__02 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__03 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__03 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__03 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__03 .multi__item {
  box-sizing: border-box;
}
.contents__type__multi.multi__03 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__03 .multi__item .multi__item__img {
  width: 100%;
}
.contents__type__multi.multi__03 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  padding-top: 0;
}
.contents__type__multi.multi__03 .multi__item .multi__item__img.no__image + .content__item__text {
  margin-top: 0;
}
.contents__type__multi.multi__03 .multi__item .content__item__text {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-align: center;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__main {
  order: 1;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-bottom: 0.3rem;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__sub {
  order: 0;
  font-size: 1.3rem;
  font-weight: bold;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__03 .multi__item .item__img__title__text {
  order: 2;
  font-size: 1.2rem;
}
.contents__type__multi.multi__03.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  transition: 0.15s;
}
.contents__type__multi.multi__03.column__1 a.multi__item__inner:hover {
  opacity: 0.75;
}
.contents__type__multi.multi__03.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
  margin-right: 4vw;
}
.contents__type__multi.multi__03.column__1 .multi__item__img.no__image {
  margin: 0;
}
.contents__type__multi.multi__03.column__1 .content__item__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.contents__type__multi.multi__03.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__03.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__03.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__03.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__03.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__03.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__03.column__2 .multi__item__img, .contents__type__multi.multi__03.column__3 .multi__item__img, .contents__type__multi.multi__03.column__4 .multi__item__img {
  padding-top: 75%;
}

.multi__03.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 600px) {
  #saiyotop_top .contents__type__multi.multi__03.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .content__item__text {
    padding: 0;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .content__item__text {
    padding: 20px 0;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__03.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__03 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__03 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__03 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__03 .multi__item__img.no__image + .content__item__text {
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__03 .multi__item + .multi__item {
    margin-top: 40px;
  }
  #saiyotop_top .contents__type__multi.multi__03 .content__item__text {
    margin-top: 20px;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__main {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__main + .item__img__title__sub {
    margin-bottom: 0.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__main + .item__img__title__text {
    margin-top: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__sub {
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__sub + .item__img__title__text {
    margin-top: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__03 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__04 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__04 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__04 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__04 .multi__item {
  box-sizing: border-box;
}
.contents__type__multi.multi__04 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__04 .multi__item .multi__item__img.no__image {
  width: 0;
  padding-top: 0;
}
.contents__type__multi.multi__04 .multi__item .multi__item__img.no__image + .content__item__text {
  width: 100%;
  margin: 0;
}
.contents__type__multi.multi__04 .multi__item .content__item__text {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 90%;
  text-align: left;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main {
  position: relative;
  order: 1;
  line-height: 1.4;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 18px;
  color: #333;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #555;
  width: 30px;
  left: 0;
  bottom: 0;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-bottom: 8px;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__sub {
  order: 0;
  font-size: 15px;
  color: #333;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04 .multi__item .item__img__title__text {
  order: 2;
  font-size: 13px;
  line-height: 1.75;
  color: #333;
}
.contents__type__multi.multi__04.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
}
.contents__type__multi.multi__04.column__1 .multi__item__img {
  flex: 0 0 520px;
  width: 520px;
  height: 390px;
}
.contents__type__multi.multi__04.column__1 .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
}
.contents__type__multi.multi__04.column__1 .multi__item__img.no__image + .content__item__text {
  width: 100%;
  margin: 0;
}
.contents__type__multi.multi__04.column__1 .content__item__text {
  margin: 25px auto 25px -25px;
  padding: 40px 3vw;
}
.contents__type__multi.multi__04.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__04.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__04.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__04.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__04.column__1 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  margin-top: 22px;
}
.contents__type__multi.multi__04.column__2 .multi__item__inner, .contents__type__multi.multi__04.column__3 .multi__item__inner, .contents__type__multi.multi__04.column__4 .multi__item__inner {
  display: flex;
  flex-direction: column;
}
.contents__type__multi.multi__04.column__2 .multi__item__img, .contents__type__multi.multi__04.column__3 .multi__item__img, .contents__type__multi.multi__04.column__4 .multi__item__img {
  width: 100%;
  padding-top: 75%;
}
.contents__type__multi.multi__04.column__2 .content__item__text, .contents__type__multi.multi__04.column__3 .content__item__text, .contents__type__multi.multi__04.column__4 .content__item__text {
  flex: 1 0 auto;
}
.contents__type__multi.multi__04.column__2 .content__item__text .item__img__title__text, .contents__type__multi.multi__04.column__3 .content__item__text .item__img__title__text, .contents__type__multi.multi__04.column__4 .content__item__text .item__img__title__text {
  font-size: 12px;
}
.contents__type__multi.multi__04.column__2 .content__item__text {
  margin: -25px auto 0;
  padding: 18px 25px;
}
.contents__type__multi.multi__04.column__3 .content__item__text {
  margin: -25px auto 0;
  padding: 20px;
}
.contents__type__multi.multi__04.column__4 .content__item__text {
  margin: -15px auto 0;
  padding: 20px;
}

.multi__04.position__c .title__wrap {
  text-align: center;
}
.multi__04.position__c .contents__btn__link {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 600px) {
  #saiyotop_top .contents__type__multi.multi__04.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item + .multi__item {
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item + .multi__item .multi__item__inner {
    margin-top: 80px;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__04.column__1 .content__item__text {
    margin: -25px auto 0;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__04 .multi__item {
    height: auto;
  }
  #saiyotop_top .contents__type__multi.multi__04 .multi__item__inner {
    flex-direction: column;
    margin-top: 30px;
  }
  #saiyotop_top .contents__type__multi.multi__04 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__04 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__04 .content__item__text {
    margin: -20px auto 0;
    padding: 20px;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__main {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__main + .item__img__title__sub {
    margin-bottom: 0.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__main + .item__img__title__text {
    margin-top: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__sub {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__sub + .item__img__title__text {
    margin-top: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__04 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__05 .title__wrap {
  align-self: center;
}
.contents__type__multi.multi__05 .contents__btn__link {
  margin-top: 50px;
  text-align: center;
}
.contents__type__multi.multi__05 .title__wrap + .content__main__wrap {
  padding-top: 45px;
}
.contents__type__multi.multi__05 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__05 .multi__item {
  box-sizing: border-box;
  margin-left: 0;
}
.contents__type__multi.multi__05 .multi__item .multi__item__inner {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.contents__type__multi.multi__05 .multi__item .multi__item__img {
  width: 100%;
  padding-top: 75%;
}
.contents__type__multi.multi__05 .multi__item .multi__item__img.no__image {
  flex: 0 0 auto;
  width: 0;
  height: 0;
  padding-top: 0;
}
.contents__type__multi.multi__05 .multi__item .content__item__text {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding: 0 12px;
  text-align: center;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__main {
  order: 1;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-bottom: 3px;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 8px;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__sub {
  order: 0;
  font-size: 13px;
  font-weight: bold;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 5px;
}
.contents__type__multi.multi__05 .multi__item .item__img__title__text {
  order: 2;
  font-size: 12px;
}
.contents__type__multi.multi__05.column__1 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__05.column__1 .multi__item__inner {
  display: flex;
  align-items: stretch;
  transition: 0.15s;
}
.contents__type__multi.multi__05.column__1 a.multi__item__inner:hover {
  opacity: 0.75;
}
.contents__type__multi.multi__05.column__1 .multi__item__img {
  flex: 0 0 420px;
  width: 420px;
  height: 315px;
  padding: 0;
}
.contents__type__multi.multi__05.column__1 .content__item__text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 25px 4vw;
}
.contents__type__multi.multi__05.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__05.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__05.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__05.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  font-weight: normal;
}
.contents__type__multi.multi__05.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__05.column__1 .item__img__title__text {
  line-height: 2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__05.column__2 .multi__item {
  width: 50%;
}
.contents__type__multi.multi__05.column__3 .multi__item {
  width: 33.3333333333%;
}
.contents__type__multi.multi__05.column__4 .multi__item {
  width: 25%;
}

.multi__05.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 600px) {
  #saiyotop_top .contents__type__multi.multi__05.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__05.column__1 .content__item__text {
    margin: 0 auto;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__05 .multi__item__wrap {
    display: block;
  }
  #saiyotop_top .contents__type__multi.multi__05 .multi__item {
    width: 100%;
  }
  #saiyotop_top .contents__type__multi.multi__05 .multi__item + .multi__item {
    margin-top: 40px;
  }
  #saiyotop_top .contents__type__multi.multi__05 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__05 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__05 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__05 .multi__item__img.no__image + .content__item__text {
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__05 .content__item__text {
    margin-top: 20px;
    padding: 0;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__main {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__main + .item__img__title__sub {
    margin-bottom: 0.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__main + .item__img__title__text {
    margin-top: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__sub {
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__sub + .item__img__title__text {
    margin-top: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__05 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__06 .content__wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__multi.multi__06 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  max-width: vae(--wide);
  margin: 0 auto;
  padding: 0 40px;
}
.contents__type__multi.multi__06 .contents__btn__link {
  box-sizing: border-box;
  padding: 0 40px;
}
.contents__type__multi.multi__06 .title__wrap + .content__main__wrap {
  padding-top: 40px;
}
.contents__type__multi.multi__06 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__06 .multi__item {
  position: relative;
  box-sizing: border-box;
  margin: 0;
}
.contents__type__multi.multi__06 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__06 .multi__item a .content__item__text:hover {
  background: rgba(0, 0, 0, 0.4);
}
.contents__type__multi.multi__06 .multi__item .multi__item__img {
  position: relative;
  display: block;
  height: 0;
  padding-top: 74.93333%;
  color: #fff;
  overflow: hidden;
  transform: translateZ(0);
}
.contents__type__multi.multi__06 .multi__item .content__item__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  transition: 0.2s;
}
.contents__type__multi.multi__06 .multi__item .item__img__title__main {
  max-width: 100%;
  text-align: center;
  font-weight: bold;
}
.contents__type__multi.multi__06 .multi__item .item__img__title__sub {
  max-width: 100%;
  text-align: center;
  font-weight: bold;
}
.contents__type__multi.multi__06 .multi__item .item__img__title__text {
  max-width: 100%;
  text-align: center;
}
.contents__type__multi.multi__06.column__1 .multi__item {
  width: 100%;
}
.contents__type__multi.multi__06.column__1 .multi__item a:hover {
  opacity: 0.6;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner {
  display: flex;
  align-items: center;
  transition: 0.15s;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .multi__item__img {
  flex: 0 0 45%;
  padding-top: 35%;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .multi__item__img.no__image {
  flex: 0 0 auto;
  padding-top: 0;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .content__item__text {
  position: static;
  background: transparent;
  width: 100%;
  padding: 40px 4vw;
}
.contents__type__multi.multi__06.column__1 .multi__item__inner .content__item__text:hover {
  background: none;
}
.contents__type__multi.multi__06.column__1 .item__img__title__main {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 3.4);
}
.contents__type__multi.multi__06.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__06.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 2.5rem;
}
.contents__type__multi.multi__06.column__1 .item__img__title__sub {
  font-size: calc(1.5rem + (1vw - 0.48rem) * 1);
}
.contents__type__multi.multi__06.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 2.5rem;
}
.contents__type__multi.multi__06.column__1 .item__img__title__text {
  margin-top: 20px;
  line-height: 2;
  font-size: calc(1.2rem + (1vw - 0.48rem) * 0.6);
}
.contents__type__multi.multi__06.column__2 .multi__item {
  width: 50%;
}
.contents__type__multi.multi__06.column__2 .content__item__text {
  padding: 40px 3vw;
}
.contents__type__multi.multi__06.column__2 .item__img__title__main,
.contents__type__multi.multi__06.column__2 .item__img__title__sub,
.contents__type__multi.multi__06.column__2 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__06.column__2 .item__img__title__text {
  line-height: 2;
  font-size: 13px;
}
.contents__type__multi.multi__06.column__2 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
}
.contents__type__multi.multi__06.column__2 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__06.column__2 .item__img__title__main + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__2 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
}
.contents__type__multi.multi__06.column__2 .item__img__title__sub + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__2 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__06.column__3 .multi__item {
  width: 33%;
}
.contents__type__multi.multi__06.column__3 .content__item__text {
  padding: 40px 3vw;
}
.contents__type__multi.multi__06.column__3 .item__img__title__main,
.contents__type__multi.multi__06.column__3 .item__img__title__sub,
.contents__type__multi.multi__06.column__3 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__06.column__3 .item__img__title__main {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 2);
}
.contents__type__multi.multi__06.column__3 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__06.column__3 .item__img__title__main + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__3 .item__img__title__sub {
  font-size: calc(1.5rem + (1vw - 0.48rem) * 0.6);
}
.contents__type__multi.multi__06.column__3 .item__img__title__sub + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__3 .item__img__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__06.column__4 .multi__item {
  width: 25%;
}
.contents__type__multi.multi__06.column__4 .content__item__text {
  padding: 40px 3vw;
}
.contents__type__multi.multi__06.column__4 .item__img__title__main,
.contents__type__multi.multi__06.column__4 .item__img__title__sub,
.contents__type__multi.multi__06.column__4 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__06.column__4 .item__img__title__main {
  font-size: calc(1.5rem + (1vw - 0.48rem) * 1.4);
}
.contents__type__multi.multi__06.column__4 .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__06.column__4 .item__img__title__main + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__4 .item__img__title__sub {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.contents__type__multi.multi__06.column__4 .item__img__title__sub + .item__img__title__text {
  margin-top: 1.2rem;
}
.contents__type__multi.multi__06.column__4 .item__img__title__text {
  font-size: calc(1.2rem + (1vw - 0.48rem) * 0.2);
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 600px) {
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .content__item__text {
    padding: 25px 40px;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__main {
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__sub {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__06 .content__wrap {
    padding: 60px 0;
  }
  #saiyotop_top .contents__type__multi.multi__06 .title__wrap {
    padding: 0 20px;
  }
  #saiyotop_top .contents__type__multi.multi__06 .multi__item__wrap {
    display: block;
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__06 .multi__item {
    width: 100%;
  }
  #saiyotop_top .contents__type__multi.multi__06 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__06 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__06 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__06 .multi__item__img.no__image + .content__item__text {
    position: static;
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__06 .content__item__text {
    padding: 20px;
  }
  #saiyotop_top .contents__type__multi.multi__06 .item__img__title__main {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__06 .item__img__title__main + .item__img__title__sub {
    margin-top: 0.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__06 .item__img__title__main + .item__img__title__text {
    margin-top: 1.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06 .item__img__title__sub {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__06 .item__img__title__sub + .item__img__title__text {
    margin-top: 1.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__1 .item__img__title__text {
    font-size: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__main {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__sub {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__2 .item__img__title__text {
    font-size: 1.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__main {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__sub {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__3 .item__img__title__text {
    font-size: 1.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__main {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__sub {
    font-size: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__06.column__4 .item__img__title__text {
    font-size: 1.2rem;
  }
}
.contents__type__multi.multi__07 .content__wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.contents__type__multi.multi__07 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0 40px;
}
.contents__type__multi.multi__07 .contents__btn__link {
  box-sizing: border-box;
  padding: 0 40px;
}
.contents__type__multi.multi__07 .title__wrap + .content__main__wrap {
  padding-top: 40px;
}
.contents__type__multi.multi__07 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__07 .multi__item {
  position: relative;
  background: #555;
  box-sizing: border-box;
  margin: 0;
}
.contents__type__multi.multi__07 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__07 .multi__item a:hover {
  transform: scale(0.95, 0.95);
}
.contents__type__multi.multi__07 .multi__item .multi__item__inner {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.15s;
}
.contents__type__multi.multi__07 .multi__item .multi__item__img {
  position: relative;
  display: block;
  height: 0;
  padding-top: 74.93333%;
  color: #fff;
  overflow: hidden;
  transform: translateZ(0);
}
.contents__type__multi.multi__07 .multi__item .multi__item__img.no__image {
  padding-top: 0;
}
.contents__type__multi.multi__07 .multi__item .multi__item__img.no__image + .content__item__text {
  position: static;
  height: 100%;
}
.contents__type__multi.multi__07 .multi__item .content__item__text {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 30px 3vw;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  left: 0;
  bottom: 0;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__main {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 0.5rem;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__sub {
  font-size: 1.3rem;
  font-weight: bold;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 0.8rem;
}
.contents__type__multi.multi__07 .multi__item .item__img__title__text {
  font-size: 1.3rem;
}
.contents__type__multi.multi__07.column__1 .multi__item {
  background: #000;
  width: 100%;
}
.contents__type__multi.multi__07.column__1 .multi__item a:hover {
  opacity: 0.6;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner {
  display: flex;
  align-items: center;
  transition: 0.15s;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .multi__item__img {
  flex: 0 0 45%;
  padding-top: 35%;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .multi__item__img.no__image {
  flex: 0 0 auto;
  padding-top: 0;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .content__item__text {
  position: static;
  background: transparent;
  padding: 40px 4vw;
}
.contents__type__multi.multi__07.column__1 .multi__item__inner .content__item__text:hover {
  background: none;
}
.contents__type__multi.multi__07.column__1 .item__img__title__main {
  font-size: calc(2.2rem + (1vw - 0.48rem) * 2.6);
  color: #fff;
}
.contents__type__multi.multi__07.column__1 .item__img__title__main + .item__img__title__sub {
  margin-top: 8px;
}
.contents__type__multi.multi__07.column__1 .item__img__title__main + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__07.column__1 .item__img__title__sub {
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.8);
  color: #fff;
}
.contents__type__multi.multi__07.column__1 .item__img__title__sub + .item__img__title__text {
  margin-top: 25px;
}
.contents__type__multi.multi__07.column__1 .item__img__title__text {
  margin-top: 20px;
  line-height: 2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  color: #fff;
}
.contents__type__multi.multi__07.column__2 .multi__item {
  width: 50%;
}
.contents__type__multi.multi__07.column__2 .item__img__title__main,
.contents__type__multi.multi__07.column__2 .item__img__title__sub,
.contents__type__multi.multi__07.column__2 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__07.column__3 .multi__item {
  width: 33%;
}
.contents__type__multi.multi__07.column__3 .item__img__title__main,
.contents__type__multi.multi__07.column__3 .item__img__title__sub,
.contents__type__multi.multi__07.column__3 .item__img__title__text {
  color: #fff;
}
.contents__type__multi.multi__07.column__4 .multi__item {
  width: 25%;
}
.contents__type__multi.multi__07.column__4 .content__item__text {
  padding: 15px;
}
.contents__type__multi.multi__07.column__4 .item__img__title__main,
.contents__type__multi.multi__07.column__4 .item__img__title__sub,
.contents__type__multi.multi__07.column__4 .item__img__title__text {
  color: #fff;
}

.multi__07.position__c .title__wrap {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__main {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__sub {
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .content__item__text {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 780px) {
  #saiyotop_top .contents__type__multi.multi__07.column__1 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .multi__item__img.no__image {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__main {
    font-size: 2.2rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__sub {
    font-size: 1.6rem;
  }
  #saiyotop_top .contents__type__multi.multi__07.column__1 .item__img__title__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__07 .content__wrap {
    padding: 60px 0;
  }
  #saiyotop_top .contents__type__multi.multi__07 .title__wrap {
    padding: 0 20px;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item__img {
    width: 100%;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item {
    background: transparent;
    width: 100%;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item__inner {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item__img {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item__img.no__image {
    padding-top: 0;
  }
  #saiyotop_top .contents__type__multi.multi__07 .multi__item__img.no__image + .content__item__text {
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__07 .content__item__text {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 12px 12px;
  }
  #saiyotop_top .contents__type__multi.multi__07 .item__img__title__main {
    line-height: 1.4;
    font-size: 2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__07 .item__img__title__main + .item__img__title__sub {
    margin-bottom: 0.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__07 .item__img__title__main + .item__img__title__text {
    margin-top: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__07 .item__img__title__sub {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__07 .item__img__title__sub + .item__img__title__text {
    margin-top: 1.3rem;
  }
  #saiyotop_top .contents__type__multi.multi__07 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
.contents__type__multi.multi__08 .content__wrap {
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 80px 0;
}
.contents__type__multi.multi__08 .title__wrap {
  align-self: center;
  box-sizing: border-box;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 0 40px;
}
.contents__type__multi.multi__08 .title__wrap + .content__main__wrap {
  padding: 20px 40px 0;
}
.contents__type__multi.multi__08 .multi__item__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contents__type__multi.multi__08 .multi__item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.contents__type__multi.multi__08 .multi__item + .multi__item {
  margin: 0;
}
.contents__type__multi.multi__08 .multi__item .multi__item__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.15s;
}
.contents__type__multi.multi__08 .multi__item a:hover {
  transform: scale(0.95, 0.95);
}
.contents__type__multi.multi__08 .multi__item .multi__item__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translateZ(0);
}
.contents__type__multi.multi__08 .multi__item .multi__item__img.no__image {
  background: none;
}
.contents__type__multi.multi__08 .multi__item .multi__item__img.no__image::after {
  content: none;
}
.contents__type__multi.multi__08 .multi__item .content__item__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__main {
  max-width: 100%;
  line-height: 1.4;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__main + .item__img__title__sub {
  margin-top: 5px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__main + .item__img__title__text {
  margin-top: 12px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__sub {
  max-width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__sub + .item__img__title__text {
  margin-top: 12px;
}
.contents__type__multi.multi__08 .multi__item .item__img__title__text {
  max-width: 100%;
  font-size: 1.3rem;
}
.contents__type__multi.multi__08.column__1 .multi__item + .multi__item {
  margin-top: 40px;
}
.contents__type__multi.multi__08.column__2 .multi__item {
  width: calc(50% - 40px);
  margin: 20px;
}
.contents__type__multi.multi__08.column__3 .multi__item {
  width: calc(33% - 40px);
  margin: 20px;
}
.contents__type__multi.multi__08.column__4 .multi__item {
  width: calc(25% - 40px);
  margin: 20px;
}
.contents__type__multi.multi__08.column__4 .content__item__text {
  padding: 15px;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__multi.multi__08 .content__wrap {
    padding: 60px 0;
  }
  #saiyotop_top .contents__type__multi.multi__08 .title__wrap {
    padding: 0 20px;
  }
  #saiyotop_top .contents__type__multi.multi__08 .content__main__wrap {
    padding: 40px 20px 0;
  }
  #saiyotop_top .contents__type__multi.multi__08 .multi__item__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__08 .multi__item {
    width: 100%;
    margin: 0;
  }
  #saiyotop_top .contents__type__multi.multi__08 .multi__item + .multi__item {
    margin-top: 40px;
  }
  #saiyotop_top .contents__type__multi.multi__08 .content__item__text {
    padding: 35px 20px;
  }
  #saiyotop_top .contents__type__multi.multi__08 .item__img__title__main {
    line-height: 1.4;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__08 .item__img__title__main + .item__img__title__sub {
    margin-top: 0.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__08 .item__img__title__main + .item__img__title__text {
    margin-top: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__08 .item__img__title__sub {
    font-size: 1.6rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__multi.multi__08 .item__img__title__sub + .item__img__title__text {
    margin-top: 1.8rem;
  }
  #saiyotop_top .contents__type__multi.multi__08 .item__img__title__text {
    line-height: 1.8;
    font-size: 1.3rem;
  }
}
/* multi style base
-------------------------------------------------------------------*/
.contents__type__multi .content__wrap {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 80px 7vw;
}
.contents__type__multi .multi__item {
  margin: 0;
}
.contents__type__multi :where(.multi__item__inner) {
  text-decoration: none;
}
.contents__type__multi .contents__btn__link {
  margin-top: 50px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .contents__type__multi.column__1 .multi__item {
    width: 100%;
  }
  .contents__type__multi.column__1 .multi__item + .multi__item {
    margin: 40px 0 0 0;
  }
  .contents__type__multi.column__1 .item__img__title__text {
    line-height: 2.6rem;
  }
  .contents__type__multi.column__2 .multi__item {
    width: calc(50% - 15px);
    margin: 45px 0 0 30px;
  }
  .contents__type__multi.column__2 .multi__item:nth-of-type(1),
  .contents__type__multi.column__2 .multi__item:nth-of-type(2) {
    margin-top: 0;
  }
  .contents__type__multi.column__2 .multi__item:nth-of-type(odd) {
    margin-left: 0;
  }
  .contents__type__multi.column__3 .multi__item {
    width: calc(33% - 20px);
    margin: 45px 0 0 30px;
  }
  .contents__type__multi.column__3 .multi__item:nth-of-type(1),
  .contents__type__multi.column__3 .multi__item:nth-of-type(2),
  .contents__type__multi.column__3 .multi__item:nth-of-type(3) {
    margin-top: 0;
  }
  .contents__type__multi.column__3 .multi__item:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .contents__type__multi.column__4 .multi__item {
    width: calc(25% - 20px);
    margin: 45px 0 0 25px;
  }
  .contents__type__multi.column__4 .multi__item:nth-of-type(1),
  .contents__type__multi.column__4 .multi__item:nth-of-type(2),
  .contents__type__multi.column__4 .multi__item:nth-of-type(3),
  .contents__type__multi.column__4 .multi__item:nth-of-type(4) {
    margin-top: 0;
  }
  .contents__type__multi.column__4 .multi__item:nth-of-type(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  /* multi style base
  -------------------------------------------------------------------*/
  .contents__type__multi .content__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .contents__type__multi .title__wrap {
    align-self: center;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .contents__type__multi .contents__btn__link {
    margin-top: 38px;
    text-align: center;
  }
  .contents__type__multi .multi__item__wrap {
    box-sizing: border-box;
    margin: 0 20px;
  }
  .contents__type__multi .multi__item {
    width: 100%;
    margin: 0;
  }
  .contents__type__multi .multi__item + .multi__item {
    margin-top: 30px;
  }
  .contents__type__multi a.multi__item__inner {
    display: block;
  }
  .contents__type__multi .multi__item__img.no__image {
    position: relative;
    background: #eee;
  }
  #saiyotop_top .contents__type__multi .contents__title__main {
    letter-spacing: 0;
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__multi .contents__title__sub {
    font-size: 1.8rem;
  }
  #saiyotop_top .contents__type__multi .contents__title__text {
    line-height: 2.6rem;
    font-size: 1.3rem;
  }
}
/* list style
-------------------------------------------------------------------*/
.contents__type__list.list__01 .text__link {
  padding: 3px 60px 3px 8px;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__01 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__01 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__list.list__01 .text__link__wrap + .text__link__wrap .only__title:first-child {
    padding-top: 25px;
  }
  #saiyotop_top .contents__type__list.list__01 .text__link {
    padding: 3px 8px;
  }
  #saiyotop_top .contents__type__list.list__01 .only__title {
    padding: 5px 0;
    font-size: 1.4rem;
  }
}
.contents__type__list.list__02 .text__link {
  padding: 3px 60px 3px 8px;
  text-decoration: underline;
  font-size: 13px;
}
.contents__type__list.list__02 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__02 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}
#saiyotop_top .contents__type__list.list__02 .title__wrap {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  padding-bottom: 20px;
}
#saiyotop_top .contents__type__list.list__02 .title__wrap + .content__main__wrap {
  padding-top: 40px;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__list.list__02 .text__link__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__list.list__02 .text__link__wrap + .text__link__wrap .only__title:first-child {
    padding-top: 25px;
  }
  #saiyotop_top .contents__type__list.list__02 .text__link {
    padding: 3px 8px;
  }
  #saiyotop_top .contents__type__list.list__02 .only__title {
    padding: 5px 0;
    font-size: 1.4rem;
  }
}
.contents__type__list.list__03 .content__main__wrap {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.contents__type__list.list__03 .text__link__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contents__type__list.list__03 .text__link__wrap + .text__link__wrap {
  margin-top: 5px;
}
.contents__type__list.list__03 .text__link {
  margin: 3px 35px 3px 0;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__03 .text__link + .text__link.only__title {
  margin-left: 80px;
}
.contents__type__list.list__03 .only__title {
  margin: 3px 35px 3px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__list.list__03 .text__link {
    padding: 3px 8px;
  }
  #saiyotop_top .contents__type__list.list__03 .only__title {
    padding: 5px 0;
    font-size: 1.4rem;
  }
}
.contents__type__list.list__04 .text__link {
  padding: 3px 60px 3px 20px;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__04 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__04 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.contents__type__list.list__04 .only__title::before {
  content: "";
  display: inline-block;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 0;
  border-bottom-width: 0;
  border-style: solid;
  border-color: inherit;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  vertical-align: middle;
  transform: rotate(45deg);
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__list.list__04 .text__link__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__list.list__04 .text__link__wrap + .text__link__wrap .only__title:first-child {
    padding-top: 25px;
  }
  #saiyotop_top .contents__type__list.list__04 .text__link {
    padding: 3px 8px 3px 20px;
  }
  #saiyotop_top .contents__type__list.list__04 .only__title {
    padding: 5px 0;
    font-size: 1.4rem;
  }
}
.contents__type__list.list__05 .content__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 60px 80px;
}
.contents__type__list.list__05 .inner__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
#saiyotop_top .contents__type__list.list__05 .title__wrap {
  width: 25%;
  min-width: 200px;
  padding: 0 80px 0 0;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__main + .contents__title__text {
  margin-top: 1.2rem;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__sub + .contents__title__text {
  margin-top: 1.2rem;
}
#saiyotop_top .contents__type__list.list__05 .contents__title__text {
  font-size: 1.2rem;
  line-height: 1.75;
}
.contents__type__list.list__05 .text__link {
  padding: 3px 60px 3px 8px;
  text-decoration: underline;
  font-size: 1.3rem;
}
.contents__type__list.list__05 .text__link + .only__title {
  padding-top: 25px;
}
.contents__type__list.list__05 .text__link:first-child {
  padding: 0 60px 3px 8px;
}
.contents__type__list.list__05 .only__title {
  padding: 5px 60px 5px 0;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.contents__type__list.list__05 .only__title:first-child {
  padding: 0 60px 5px 0;
}

@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__list.list__05 .content__wrap {
    padding: 40px 15px;
  }
  #saiyotop_top .contents__type__list.list__05 .inner__wrap {
    display: block;
    padding: 0;
  }
  #saiyotop_top .contents__type__list.list__05 .title__wrap {
    width: auto;
    min-width: 0;
    padding: 0 0 20px 0;
  }
  #saiyotop_top .contents__type__list.list__05 .text__link__wrap {
    margin: 0;
  }
  #saiyotop_top .contents__type__list.list__05 .text__link__wrap + .text__link__wrap .only__title:first-child {
    padding-top: 25px;
  }
  #saiyotop_top .contents__type__list.list__05 .text__link {
    padding: 3px 8px;
  }
  #saiyotop_top .contents__type__list.list__05 .only__title {
    padding: 5px 0;
    font-size: 1.4rem;
  }
}
/* list style base
-------------------------------------------------------------------*/
.contents__type__list .content__wrap {
  max-width: var(--wide);
  margin: 0 auto;
  padding: 60px 7vw;
}
.contents__type__list .title__wrap {
  width: 100%;
  padding-bottom: 2.5rem;
}
.contents__type__list .content__main__wrap {
  display: flex;
}
#saiyotop_top .contents__type__list .title__wrap {
  width: 100%;
  padding-bottom: 2.5rem;
}
#saiyotop_top .contents__type__list .contents__title__main {
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__list .contents__title__main + .contents__title__sub {
  margin-top: 0.5rem;
}
#saiyotop_top .contents__type__list .contents__title__main + .contents__title__text {
  margin-top: 0.5rem;
}
#saiyotop_top .contents__type__list .contents__title__sub {
  font-size: 1.4rem;
  font-weight: bold;
}
#saiyotop_top .contents__type__list .contents__title__sub + .contents__title__text {
  margin-top: 0.5rem;
}
#saiyotop_top .contents__type__list .contents__title__text {
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  .contents__type__list .content__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .contents__type__list .inner__wrap {
    padding: 0 20px;
  }
  .contents__type__list .title__wrap {
    width: 100%;
    padding-bottom: 2.5rem;
  }
  .contents__type__list .content__main__wrap {
    display: flex;
    flex-direction: column;
  }
  .text__link__wrap {
    margin-right: 1.8rem;
  }
  #saiyotop_top .contents__type__list .contents__title__main {
    letter-spacing: 0;
    font-size: 2rem;
  }
  #saiyotop_top .contents__type__list .contents__title__main + .contents__title__sub {
    margin-top: 1.2rem;
  }
  #saiyotop_top .contents__type__list .contents__title__main + .contents__title__text {
    margin-top: 1.2rem;
  }
  #saiyotop_top .contents__type__list .contents__title__sub {
    font-size: 1.5rem;
    font-weight: bold;
  }
  #saiyotop_top .contents__type__list .contents__title__sub + .contents__title__text {
    margin-top: 1.2rem;
  }
  #saiyotop_top .contents__type__list .contents__title__text {
    line-height: 2.6rem;
    font-size: 1.3rem;
  }
}
/* saiyo_menu
/*----------------------------------------------------*/
.page__wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: auto;
  min-height: 100%;
  font-size: 1.6rem;
}

.header__area {
  position: sticky;
  display: flex;
  justify-content: center;
  background: #fff;
  width: 100%;
  margin: 0;
  top: 0;
  z-index: 9999;
}
.header__area .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 1280px;
  min-height: 90px;
  margin: 0 auto;
}
.header__area .header__inner .menu__back.pc__menu {
  margin-left: auto;
}
.header__area .logo img {
  max-height: 75px;
}
.header__area #menu_dialog {
  display: flex;
  border: none;
  padding: 0;
}
.header__area #menu_dialog {
  display: none;
}
.header__area .menu__btn {
  display: none;
}
.header__area .menu__wrap {
  flex-direction: column;
  flex-wrap: wrap;
}
.header__area .header__menu__wrap {
  display: flex;
  justify-content: end;
  flex: 1 0 auto;
}
.header__area .header__menu__wrap li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.header__area .header__menu__wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 3px;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #555;
  transition: 0.2s;
}
.header__area .header__menu__wrap a:hover {
  opacity: 70%;
}
.header__area .header__menu__wrap a:focus {
  outline: 2px solid blue;
  outline-offset: 1px;
}
.header__area .header__menu__wrap .menu__high a {
  background: var(--main50);
  border-color: var(--main200);
}
.header__area .header__menu__wrap .menu__mid a {
  border-color: var(--main200);
}
.header__area .header__menu__wrap .menu__now a {
  border-bottom-color: var(--main500);
  color: var(--main700);
}
.header__area .menu__righttop:has(+ .menu__entry) {
  margin-left: 16px;
}
.header__area .menu__righttop:has(+ .menu__entry) + .menu__entry {
  margin-left: 0;
}
.header__area .menu__righttop.menu__mypage {
  align-self: center;
  background: #555;
  aspect-ratio: 1/1;
  order: 98;
  height: 90px;
}
.header__area .menu__righttop.menu__mypage a {
  width: 100%;
  height: 100%;
  color: #fff;
}
.header__area .menu__righttop.menu__mypage a:hover {
  opacity: 0.8;
}
.header__area .menu__righttop.menu__entry {
  align-self: center;
  background: var(--error);
  aspect-ratio: 1/1;
  order: 99;
  height: 90px;
}
.header__area .menu__righttop.menu__entry a {
  width: 100%;
  height: 100%;
  color: #fff;
}
.header__area .menu__righttop.menu__entry a:hover {
  opacity: 0.9;
}

/* footer */
.footer {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

.footer__inner {
  margin: 0 auto;
  text-align: center;
}
.footer__inner .display__change {
  margin: 5px 0;
}
.footer__inner .display__change a {
  font-size: 1.1rem;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .go__maincontents.type__pc {
    display: block;
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
    transition: none;
  }
  .go__maincontents.type__pc:focus {
    display: flex;
    background: #555;
    margin-bottom: 10px;
    border: none;
    outline: 2px solid blue;
    outline-offset: 1px;
    width: auto;
    height: fit-content;
    margin: 35px 10px;
    font-size: 12px;
    overflow: auto;
  }
  .go__maincontents.type__sp {
    display: none;
  }
}
/* saiyo_menu
/*----------------------------------------------------*/
@media screen and (max-width: 599px) {
  .header__area {
    position: sticky;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 0;
    top: 0;
    z-index: 5;
  }
  .header__area .header__inner {
    width: 100%;
    height: 60px;
  }
  .header__area .header__inner > .menu__back {
    display: none;
  }
  .header__area .logo {
    padding-left: 20px;
  }
  .header__area .logo img {
    width: auto;
    max-width: 128px;
    max-height: 50px;
  }
  .header__area .menu__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #333;
    box-shadow: none;
    border: none;
    width: 60px;
    height: 60px;
    margin: 0 0 0 auto;
    cursor: pointer;
    transition: 0.2s;
  }
  .header__area .menu__btn:hover, .header__area .menu__btn:active {
    background: rgba(0, 0, 0, 0.05);
  }
  .header__area .menu__btn:focus, .header__area .menu__btn:focus-visible {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
  }
  .header__area #menu_dialog {
    display: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 60px);
    max-height: 100%;
  }
  .header__area #menu_dialog::backdrop {
    background: rgba(0, 0, 0, 0.2);
  }
  .header__area #menu_dialog[open] {
    display: flex;
    overflow: visible;
  }
  .header__area .menu__back {
    flex: 1 1 auto;
    height: 100%;
  }
  .header__area .menu__close {
    background: rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 100vh;
  }
  .header__area .menu__close__btn {
    position: absolute;
    top: 0;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    width: 60px;
    height: 60px;
  }
  .header__area .menu__close__btn span {
    color: #333;
  }
  .header__area .menu__close__btn:hover, .header__area .menu__close__btn:active {
    background: #e3e2e1;
    opacity: 1;
  }
  .header__area .menu__close__btn:focus, .header__area .menu__close__btn:focus-visible {
    background: #e3e2e1;
    outline: none;
  }
  .header__area .menu__wrap {
    background: white;
    border: none;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
    padding-bottom: 100px;
    overflow-y: auto;
    right: auto;
    animation: menuOpen 0.1s 0.1s ease backwards;
  }
  .header__area .header__menu__wrap {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .header__area .header__menu__wrap li {
    justify-content: start;
    height: auto;
    margin: 5px 0 0;
  }
  .header__area .header__menu__wrap a {
    justify-content: start;
    width: 100%;
    height: auto;
    min-height: 42px;
    padding: 0 10px;
  }
  .header__area .header__menu__wrap .menu__now a {
    border-bottom: none;
    border-left: 3px solid var(--main500);
  }
  .header__area .header__menu__wrap .menu__righttop {
    aspect-ratio: auto;
    height: auto;
  }
  .header__area .header__menu__wrap .menu__righttop:has(+ .menu__entry) {
    margin: 5px 0 0;
  }
  .header__area .header__menu__wrap .menu__righttop:has(+ .menu__entry) + .menu__entry {
    margin: 5px 0 0;
  }
  .header__area .header__menu__wrap .menu__entry, .header__area .header__menu__wrap .menu__mypage {
    width: 100%;
  }
  .go__maincontents.type__sp {
    display: block;
    background: none;
    box-shadow: none;
    border: none;
    outline: none;
    width: 0px;
    height: 0px;
    overflow: hidden;
    transition: none;
  }
  .go__maincontents.type__sp:focus {
    display: flex;
    background: #555;
    margin-bottom: 10px;
    border: none;
    outline: 2px solid blue;
    outline-offset: 1px;
    width: auto;
    height: fit-content;
    margin: 0;
    font-size: 12px;
    overflow: auto;
  }
  .go__maincontents.type__pc {
    display: none;
  }
  [popover]:not(:popover-open):not(dialog[open]) {
    display: none;
  }
  @keyframes menuOpen {
    from {
      opacity: 0;
      translate: -30px 0;
    }
    to {
      opacity: 1;
      translate: 0px 0;
    }
  }
  @keyframes menuBack {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .ssl {
    margin-top: 20px;
    text-align: left;
  }
}
/* design_top01 */
/* main */
.page__wrap.saiyotop_1 {
  /* top_01_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_1 .site__top .contents__type__top,
.page__wrap.saiyotop_1 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_1 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_1 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_1 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_1 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top {
  position: relative;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_1 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 40px;
}
.page__wrap.saiyotop_1 .site__top .contents__type__top .image__wrap {
  display: none;
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_1 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_1 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_1 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_1 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_1 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_1 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_1 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_1 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_1 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_1 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_1 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_1 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_1 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_1 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_1 .contents__title__text {
    font-size: 1.5rem;
  }
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_1 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_1 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top .content__wrap {
    position: static;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top .inner__wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: none;
    min-height: 400px;
    padding: 35px 20px;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show {
    background-position: center top;
    background-color: #fff;
    background-size: 100% auto;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
    background: transparent;
    padding-top: 56.25%;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show .inner__wrap {
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show .title__wrap {
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page__wrap.saiyotop_1 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_1 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_1 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_1 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_1 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_1 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_1 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_1 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
/* design_top02 */
/* main */
.page__wrap.saiyotop_2 {
  /* top_02_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_2 .site__top .contents__type__top,
.page__wrap.saiyotop_2 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_2 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_2 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_2 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_2 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top {
  position: relative;
  min-height: 343px;
  overflow: hidden;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 35%;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_2 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top .inner__wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--wide);
  max-height: inherit;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
}
.page__wrap.saiyotop_2 .site__top .contents__type__top .image__wrap {
  display: none;
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__main {
  font-size: calc(3.5rem + (1vw - 0.48rem) * 4);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_2 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_2 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_2 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_2 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_2 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_2 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_2 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_2 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_2 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_2 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_2 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_2 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_2 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main {
    font-size: 5.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_2 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_2 .contents__title__text {
    font-size: 1.5rem;
  }
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_2 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_2 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top .content__wrap {
    position: static;
    min-height: 343px;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top .inner__wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: none;
    min-height: 300px;
    padding: 35px 20px;
    text-align: left;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show {
    background-position: center top;
    background-color: #fff;
    background-size: 100% auto;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
    background: transparent;
    padding-top: 35%;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show .inner__wrap {
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show .title__wrap {
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page__wrap.saiyotop_2 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_2 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_2 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_2 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_2 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_2 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_2 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_2 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
/* design_top03 */
/* main */
.page__wrap.saiyotop_3 {
  /* top_03_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_3 .site__top .contents__type__top,
.page__wrap.saiyotop_3 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_3 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_3 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_3 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_3 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top {
  position: relative;
  height: calc(100vh - 75px);
  overflow: hidden;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top::before, .page__wrap.saiyotop_3 .site__top .contents__type__top::after {
  position: absolute;
  display: flex;
  height: 50px;
  color: inherit;
  opacity: 1;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top::before {
  content: "↓";
  font-size: 30px;
  left: calc(50% - 15px);
  bottom: 60px;
  animation: flash 3s infinite;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top::after {
  content: "scroll";
  font-size: 15px;
  left: calc(50% - 20px);
  bottom: 0;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_3 .site__top .contents__type__top .content__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top .inner__wrap {
  width: 70%;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 40px 0 120px;
}
.page__wrap.saiyotop_3 .site__top .contents__type__top .image__wrap {
  display: none;
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 3vw;
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(3vw + 2.5rem);
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(3vw + 2.5rem);
}
.page__wrap.saiyotop_3 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_3 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_3 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_3 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_3 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_3 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_3 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_3 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_3 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_3 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_3 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_3 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_3 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_3 .contents__title__text {
    font-size: 1.5rem;
  }
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_3 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_3 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top {
    overflow: initial;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top::before, .page__wrap.saiyotop_3 .site__top .contents__type__top::after {
    content: none;
    padding-top: 0;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top .content__wrap {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show {
    height: auto;
    background-position: center top;
    background-color: #fff;
    background-size: 100% auto;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
    background: transparent;
    padding-top: 56.25%;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show .inner__wrap {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show .title__wrap {
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page__wrap.saiyotop_3 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_3 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_3 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_3 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_3 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_3 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_3 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_3 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
/* design_top04 */
/* main */
.page__wrap.saiyotop_4 {
  /* top_04_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .image__wrap,
.page__wrap.saiyotop_4 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_4 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_4 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top {
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top::before, .page__wrap.saiyotop_4 .site__top .contents__type__top::after {
  position: absolute;
  display: flex;
  height: 50px;
  color: #fff;
  opacity: 0.5;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top::before {
  content: "↓";
  font-size: 3rem;
  left: calc(50% - 15px);
  bottom: 60px;
  animation: flash 3s infinite;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top::after {
  content: "scroll";
  font-size: 1.5rem;
  left: calc(50% - 20px);
  bottom: 0;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .content__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .inner__wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .title__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: var(--wide);
  margin: 0 auto;
  padding: 40px 25px 25px;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .title__wrap[style="color:rgba(255,255,255,1.00);"] p {
  color: #f3f2f1;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__main {
  flex: 1 0 auto;
  display: inline-block;
  max-width: 100%;
  vertical-align: baseline;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__main + .contents__title__sub {
  margin: 22px 0 0 25px;
  font-weight: normal;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: 12px;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__sub {
  flex: 1 0 auto;
  align-self: center;
  display: inline-block;
  max-width: 100%;
  vertical-align: baseline;
  text-align: right;
  font-weight: bold;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: 12px;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__text {
  width: 100%;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .image__wrap {
  flex: 1 0 auto;
  width: 100%;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top .top__img1 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__* .top__img1 {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__1 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__2 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__3 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__4 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__5 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__6 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__7 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__8 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__9 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__10 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__21 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__22 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__23 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__24 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__25 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__26 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__27 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__28 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__29 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_4 .site__top .contents__type__top.top__bgcolor__30 .top__img1 {
  background-image: url(../img/common_images/opacity_mask/opacity_w_50.svg);
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__main {
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1.5rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__sub {
  font-size: 1.5rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__type__top .contents__title__text {
  font-size: 1.5rem;
  line-height: 2.2;
}
.page__wrap.saiyotop_4 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: 4.5rem;
  font-weight: bold;
}
.page__wrap.saiyotop_4 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_4 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__sub {
  font-size: 2.2rem;
}
.page__wrap.saiyotop_4 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__title__text {
  line-height: 2.2;
  font-size: 1.5rem;
}
.page__wrap.saiyotop_4 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_4 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_4 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_4 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_4 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_4 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_4 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_4 .position__c .contents__btn__link {
  text-align: center;
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_4 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_4 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top {
    height: auto;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top::before, .page__wrap.saiyotop_4 .site__top .contents__type__top::after {
    content: none;
    padding-top: 0;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top .title__wrap {
    padding: 35px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top p {
    text-shadow: none;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__sub {
    margin-left: 0;
    text-align: left;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top .image__wrap {
    padding-top: 43.75%;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top .image__wrap div {
    margin: 0;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show {
    background-position: center top;
    background-color: #fff;
    background-size: 100% auto;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
    background: transparent;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show .inner__wrap {
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show .title__wrap {
    order: 1;
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show .image__wrap {
    order: 0;
    position: static;
    padding-top: 0;
    padding-bottom: 43.75%;
  }
  .page__wrap.saiyotop_4 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_4 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_4 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_4 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_4 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_4 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_4 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_4 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
/* design_top05 */
/* main */
.page__wrap.saiyotop_5 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_5 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_5 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_5 .site__top .contents__type__top {
  position: relative;
  overflow: hidden;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 40px;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .title__wrap {
  position: relative;
  z-index: 3;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .image__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .image__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__1 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__2 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__3 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__4 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__5 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__6 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__7 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__8 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__9 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__10 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__21 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__22 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__23 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__24 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__25 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__26 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__27 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__28 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__29 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top.top__bgcolor__30 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .content__title__img {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  opacity: 0;
  animation: infinite running;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__1 .content__title__img {
  animation: none;
  opacity: 1;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__2 .content__title__img {
  animation-name: fade2;
  animation-duration: 10s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__3 .content__title__img {
  animation-name: fade3;
  animation-duration: 15s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__4 .content__title__img {
  animation-name: fade4;
  animation-duration: 20s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .type__img__5 .content__title__img {
  animation-name: fade5;
  animation-duration: 25s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_2 {
  animation-delay: 5s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_3 {
  animation-delay: 10s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_4 {
  animation-delay: 15s;
}
.page__wrap.saiyotop_5 .site__top .contents__type__top .main_image_5 {
  animation-delay: 20s;
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
@keyframes fade5 {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}
.page__wrap.saiyotop_5 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_5 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_5 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_5 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_5 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_5 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_5 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_5 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_5 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_5 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_5 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_5 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_5 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_5 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_5 .position__c .contents__btn__link {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_5 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_5 .contents__title__text {
    font-size: 1.5rem;
  }
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_5 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_5 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top .content__wrap {
    position: static;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top .inner__wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: none;
    min-height: 400px;
    padding: 35px 20px;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show {
    background: #fff;
    overflow: initial;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .inner__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .title__wrap {
    order: 1;
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .image__wrap {
    order: 0;
    position: static;
    padding-bottom: 56.25%;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .image__wrap div {
    height: 0;
    padding-top: 56.25%;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .image__wrap::after {
    background: transparent;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .top__img1 {
    background-size: 100%;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .top__img2 {
    background-size: 100%;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .top__img3 {
    background-size: 100%;
  }
  .page__wrap.saiyotop_5 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_5 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_5 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_5 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_5 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_5 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_5 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_5 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
/* design_top06 */
/* main */
.page__wrap.saiyotop_6 {
  /* top_06_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .image__wrap,
.page__wrap.saiyotop_6 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_6 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_6 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 50%;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .title__wrap {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 84%;
  max-height: 100%;
  margin-left: 8%;
  padding: 50px 50px 40px 50px;
  overflow: hidden;
  z-index: 1;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__* .title__wrap {
  background: top left/10px 10px repeat;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__1 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__2 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__3 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__4 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__5 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__6 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__7 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__8 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__9 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__10 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__21 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__22 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__23 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__24 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__25 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__26 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__27 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__28 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__29 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top.top__bgcolor__30 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .image__wrap {
  position: absolute;
  width: 66.5%;
  padding-top: 50%;
  right: 0;
  top: 0;
}
.page__wrap.saiyotop_6 .site__top .contents__type__top .content__title__img {
  display: none;
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__main {
  font-size: calc(3.5rem + (1vw - 0.48rem) * 4);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_6 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_6 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_6 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_6 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_6 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_6 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_6 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_6 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_6 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_6 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_6 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_6 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_6 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main {
    font-size: 5.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_6 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_6 .contents__title__text {
    font-size: 1.5rem;
  }
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_6 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_6 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top {
    background-color: #fff;
    height: auto;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top::before, .page__wrap.saiyotop_6 .site__top .contents__type__top::after {
    content: none;
    padding-top: 0;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top .content__wrap {
    position: static;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top .title__wrap {
    width: 90%;
    max-width: none;
    margin: 0 5%;
    padding: 35px 20px;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top .inner__wrap {
    padding-top: calc(75% - 40px);
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top p {
    text-shadow: none;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top .contents__title__sub {
    margin-left: 0;
    text-align: left;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top .contents__title__text {
    font-size: 1.3rem;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top .image__wrap {
    width: 100%;
    padding-top: 66.5%;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top .image__wrap div {
    margin: 0;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show {
    background-position: center top;
    background-color: #fff;
    background-size: 100% auto;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
    background: transparent;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show .inner__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show .title__wrap {
    order: 1;
    background: none;
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show .image__wrap {
    order: 0;
    position: static;
    padding-top: 0;
    padding-bottom: 66.25%;
    background-size: 100%;
  }
  .page__wrap.saiyotop_6 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_6 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_6 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_6 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_6 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_6 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_6 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_6 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
/* design_top07 */
/* main */
.page__wrap.saiyotop_7 {
  /* top_07_image / 各コンテンツページのTOP */
}
.page__wrap.saiyotop_7 .site__top .contents__type__top,
.page__wrap.saiyotop_7 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_7 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_7 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_7 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_7 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top {
  position: relative;
  height: calc(100vh - 75px);
  overflow: hidden;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top::before, .page__wrap.saiyotop_7 .site__top .contents__type__top::after {
  position: absolute;
  display: flex;
  height: 50px;
  color: inherit;
  opacity: 0.5;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top::before {
  content: "↓";
  font-size: 30px;
  left: calc(50% - 15px);
  bottom: 60px;
  animation: flash 3s infinite;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top::after {
  content: "scroll";
  font-size: 15px;
  left: calc(50% - 20px);
  bottom: 0;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .content__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0 120px;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .inner__wrap {
  text-align: right;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .title__wrap {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 80%;
  max-height: 100%;
  margin-right: 10%;
  padding: 50px 50px 40px 50px;
  overflow: hidden;
  text-align: left;
  z-index: 1;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__* .title__wrap {
  background-position: top left;
  background-size: 10px 10px;
  background-repeat: repeat;
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__1 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_95.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__2 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_90.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__3 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_85.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__4 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_80.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__5 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_75.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__6 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_70.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__7 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_65.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__8 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_60.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__9 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_55.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__10 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_50.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__21 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_95.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__22 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_90.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__23 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_85.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__24 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_80.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__25 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_75.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__26 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_70.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__27 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_65.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__28 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_60.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__29 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_55.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top.top__bgcolor__30 .title__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_50.svg);
}
.page__wrap.saiyotop_7 .site__top .contents__type__top .image__wrap {
  display: none;
}
@keyframes flash {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__main {
  font-size: calc(3.2rem + (1vw - 0.48rem) * 1.2);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_7 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_7 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_7 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_7 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_7 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_7 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_7 .contents__btn__link {
  display: inline-block;
  width: 100%;
}
.page__wrap.saiyotop_7 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_7 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_7 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_7 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_7 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_7 .position__c .contents__btn__link {
  text-align: center;
}
/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main {
    font-size: 3.8rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_7 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_7 .contents__title__text {
    font-size: 1.5rem;
  }
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_7 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_7 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top {
    overflow: initial;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top::before, .page__wrap.saiyotop_7 .site__top .contents__type__top::after {
    content: none;
    padding-top: 0;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top .content__wrap {
    width: 100%;
    height: 100%;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top .title__wrap {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 35px 20px;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show {
    background-position: center top;
    background-color: #fff;
    background-size: 100% auto;
    height: auto;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
    background: transparent;
    padding-top: 56.25%;
    padding-bottom: 0;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show .inner__wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    box-sizing: border-box;
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show .title__wrap {
    background: none;
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .page__wrap.saiyotop_7 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_7 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_7 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_7 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_7 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_7 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_7 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_7 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
/* design_top08 */
/* main */
.page__wrap.saiyotop_8 .site__top {
  flex: 1 0 auto;
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__1 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__2 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__3 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__4 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__5 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__6 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__7 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__8 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__9 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__10 .contents__title__main {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__1 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__2 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__3 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__4 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__5 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__6 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__7 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__8 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__9 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__10 .contents__title__sub {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__1 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__2 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__3 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__4 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__5 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__6 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__7 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__8 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__9 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__10 .contents__title__text {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__21 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__22 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__23 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__24 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__25 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__26 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__27 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__28 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__29 .contents__title__main,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__30 .contents__title__main {
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__21 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__22 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__23 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__24 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__25 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__26 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__27 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__28 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__29 .contents__title__sub,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__30 .contents__title__sub {
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.page__wrap.saiyotop_8 .site__top .top__bgcolor__21 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__22 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__23 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__24 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__25 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__26 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__27 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__28 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__29 .contents__title__text,
.page__wrap.saiyotop_8 .site__top .top__bgcolor__30 .contents__title__text {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}
.page__wrap.saiyotop_8 .site__top .contents__type__top {
  position: relative;
  overflow: hidden;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .inner__wrap {
  width: 100%;
  max-width: var(--wide);
  margin: 0 auto;
  padding: 40px;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .title__wrap {
  position: relative;
  z-index: 3;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .image__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .image__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__1 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__2 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__3 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__4 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__5 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__6 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__7 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__8 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__9 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__10 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_b_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__21 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_95.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__22 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_90.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__23 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_85.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__24 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_80.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__25 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_75.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__26 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_70.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__27 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_65.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__28 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_60.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__29 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_55.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top.top__bgcolor__30 .image__wrap:after {
  background: url(../img/common_images/opacity_mask/opacity_w_50.svg) center center/10px auto repeat;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img {
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 100%;
  opacity: 1;
  animation: infinite running;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__1 .content__title__img {
  animation: none;
  left: 0;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__2 .content__title__img {
  animation-name: slide2;
  animation-duration: 10s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__3 .content__title__img {
  animation-name: slide3;
  animation-duration: 15s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__4 .content__title__img {
  animation-name: slide4;
  animation-duration: 20s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .type__img__5 .content__title__img {
  animation-name: slide5;
  animation-duration: 25s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_2 {
  animation-delay: 5s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_3 {
  animation-delay: 10s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_4 {
  animation-delay: 15s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .main_image_5 {
  animation-delay: 20s;
}
@keyframes slide2 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  50% {
    left: 0;
    z-index: 2;
  }
  60% {
    left: -100%;
    z-index: 1;
  }
  65% {
    left: 100%;
    z-index: 1;
  }
}
@keyframes slide3 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  33.3% {
    left: 0;
    z-index: 1;
    transform: scaleX(100%);
  }
  33.4% {
    left: 0;
    transform: scaleX(102%);
  }
  43.2% {
    left: -100%;
    transform: scaleX(102%);
  }
  43.3% {
    left: -100%;
    z-index: 1;
    transform: scaleX(100%);
  }
  50% {
    left: 100%;
    z-index: 1;
  }
}
@keyframes slide4 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  25% {
    left: 0;
    z-index: 2;
  }
  35% {
    left: -100%;
    z-index: 1;
  }
  50% {
    left: 100%;
    z-index: 1;
  }
}
@keyframes slide5 {
  0% {
    left: 100%;
    z-index: 2;
  }
  10% {
    left: 0;
    z-index: 2;
  }
  20% {
    left: 0;
    z-index: 2;
  }
  30% {
    left: -100%;
    z-index: 1;
  }
  50% {
    left: 100%;
    z-index: 1;
  }
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__1,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__2,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__3,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__4,
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__5 {
  animation-name: slideSub;
  animation-iteration-count: 1;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__2 {
  animation-duration: 3.4s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__3 {
  animation-duration: 5s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__4 {
  animation-duration: 6.8s;
}
.page__wrap.saiyotop_8 .site__top .contents__type__top .content__title__img.last__img__5 {
  animation-duration: 8.4s;
}
@keyframes slideSub {
  0% {
    left: 0;
    z-index: 2;
  }
  30% {
    left: -100%;
    z-index: 2;
  }
  31% {
    left: -100%;
    z-index: 0;
  }
  100% {
    left: 0;
    z-index: 0;
  }
}
.page__wrap.saiyotop_8 .site__contents .contents__type__top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .page__wrap.saiyotop_8 .site__contents .contents__type__top {
    background-position: left center;
    background-size: 980px;
    background-repeat: no-repeat;
  }
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__main {
  font-size: calc(4rem + (1vw - 0.48rem) * 5);
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__sub {
  margin-top: 1vw;
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__sub + .contents__title__text {
  margin-top: calc(1vw + 1.5rem);
}
.page__wrap.saiyotop_8 .contents__type__top .contents__title__text {
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  line-height: 2.2;
}
.page__wrap.saiyotop_8 .contents__title__main {
  line-height: 1.35;
  letter-spacing: 3px;
  font-size: calc(3.2rem + (1vw - 0.48rem) * 2.6);
  font-weight: bold;
}
.page__wrap.saiyotop_8 .contents__title__main + .contents__title__sub {
  margin-top: 1.2rem;
}
.page__wrap.saiyotop_8 .contents__title__main + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__main + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__sub {
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.8);
}
.page__wrap.saiyotop_8 .contents__title__sub + .contents__title__text {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__sub + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__title__text {
  line-height: 2.2;
  font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
}
.page__wrap.saiyotop_8 .contents__title__text + .contents__btn__link {
  margin-top: 3rem;
}
.page__wrap.saiyotop_8 .contents__btn__link {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.page__wrap.saiyotop_8 .contents__btn__link a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 28px;
  height: 100%;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  transition: 0.15s;
}
.page__wrap.saiyotop_8 .contents__btn__link a::after {
  content: "→";
}
.page__wrap.saiyotop_8 .contents__btn__link a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.page__wrap.saiyotop_8 .contents__btn__link .link__name {
  margin-right: 8px;
}
.page__wrap.saiyotop_8 .position__c .title__wrap {
  text-align: center;
}
.page__wrap.saiyotop_8 .position__c .contents__btn__link {
  text-align: center;
}

/* ウインドウサイズに合わせてfont-sizeを調整 */
@media screen and (min-width: 980px) {
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main {
    font-size: 6.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__sub {
    margin-top: 1rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__main + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__sub {
    font-size: 2.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: 3rem;
  }
  #saiyotop_top.saiyotop_8 .contents__type__top .contents__title__text {
    font-size: 1.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__main {
    font-size: 4.5rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__sub {
    font-size: 2.2rem;
  }
  #saiyotop_top.saiyotop_8 .contents__title__text {
    font-size: 1.5rem;
  }
}
/* main */
@media screen and (max-width: 599px) {
  .page__wrap.saiyotop_8 .site__contents .contents__type__top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page__wrap.saiyotop_8 .inner__wrap {
    min-height: 0;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top .content__wrap {
    position: static;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top .inner__wrap {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: none;
    min-height: 400px;
    padding: 35px 20px;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show {
    background: #fff;
    overflow: hidden;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show::after {
    padding-top: 0;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show h1, .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show p {
    text-shadow: none;
    color: #333;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .content__wrap {
    position: static;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .inner__wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding: 0;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .title__wrap {
    order: 1;
    padding: 35px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .image__wrap {
    order: 0;
    position: static;
    padding-bottom: 56.25%;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .image__wrap div {
    height: 0;
    padding-top: 56.25%;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .image__wrap::after {
    background: transparent;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .top__img1 {
    background-size: 100%;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .top__img2 {
    background-size: 100%;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .top__img3 {
    background-size: 100%;
  }
  .page__wrap.saiyotop_8 .site__top .contents__type__top.image__all__show .contents__title__text {
    line-height: 2;
  }
  .page__wrap.saiyotop_8 .site__top .image__all__show.contents__type__top .title__wrap .contents__title__main {
    font-size: calc(4rem + (1vw - 0.48rem) * 5);
    ont-weight: bold;
    letter-spacing: 0.25rem;
  }
  .page__wrap.saiyotop_8 .site__top .image__all__show.contents__type__top .contents__title__sub {
    font-size: calc(1.8rem + (1vw - 0.48rem) * 1.4);
  }
  .page__wrap.saiyotop_8 .site__top .image__all__show.contents__type__top .contents__title__text {
    font-size: calc(1.3rem + (1vw - 0.48rem) * 0.4);
  }
  .page__wrap.saiyotop_8 .site__top .image__all__show.contents__type__top .title__wrap p, .page__wrap.saiyotop_8 .site__top .image__all__show.contents__type__top .title__wrap h1 {
    color: #333;
    text-shadow: none;
  }
  .page__wrap.saiyotop_8 .site__top .image__all__show.contents__type__top .contents__title__sub + .contents__title__text {
    margin-top: calc(1vw + 1.5rem);
  }
  .page__wrap.saiyotop_8 .site__top .image__all__show.contents__type__top .contents__title__main + .contents__title__sub {
    margin: 1vw 0 0 0;
  }
}
html,
body {
  height: 100vh;
}

html {
  font-size: 62.5%;
}

.contents__type__top .inner__wrap {
  box-sizing: content-box;
}

.preview__change {
  position: fixed;
  background: rgba(0, 0, 0, 0.8) url(../images/icons/icon_pc_w.svg) center center/18px 18px no-repeat;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  bottom: 40px;
  right: 18px;
  z-index: 100000;
  transition: opacity 0.2s;
}
.preview__change a {
  display: block;
  width: inherit;
  height: inherit;
  font-size: 0;
  color: transparent;
}
.preview__change:hover {
  background: rgba(0, 0, 0, 0.8) url(../images/icons/icon_sp_w.svg) center center/18px 18px no-repeat;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.preview__change:active {
  top: auto;
}
#footer .preview__change a {
  font-size: 1.1rem;
  color: #333;
}

.preview__mark {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 5px 12px;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  color: #fff;
  z-index: 100000;
}

.contents__type__info .content__wrap {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 7vw;
}
.contents__type__info .title__wrap {
  border-bottom: 1px solid #333;
  padding-bottom: 2rem;
  letter-spacing: 3px;
  font-size: 3rem;
}
.contents__type__info .info__wrap {
  margin-top: 3rem;
}
.contents__type__info .info__line {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0;
}
.contents__type__info .info__line + .info__line {
  margin-top: 12px;
}
.contents__type__info .info__date,
.contents__type__info .info__text {
  font-size: 1.5rem;
}
.contents__type__info .info__date {
  width: 135px;
  font-weight: bold;
}
.contents__type__info .info__text {
  width: calc(100% - 140px);
}
.contents__type__info .info__text + .info__date {
  margin-top: 12px;
}

@media screen and (min-width: 980px) {
  #saiyotop_top .contents__type__info .title__wrap {
    font-size: 3.5rem;
  }
  #saiyotop_top .contents__type__info .info__date,
  #saiyotop_top .contents__type__info .info__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  #saiyotop_top .contents__type__info .info__line {
    flex-direction: column;
  }
  #saiyotop_top .contents__type__info .info__line + .info__line {
    margin-top: 26px;
  }
  #saiyotop_top .contents__type__info .info__line .info__date {
    width: auto;
  }
  #saiyotop_top .contents__type__info .info__line .info__text {
    width: auto;
    margin-top: 8px;
  }
  #saiyotop_top .contents__type__info .title__wrap {
    font-size: 2.8rem;
  }
  #saiyotop_top .contents__type__info .info__date,
  #saiyotop_top .contents__type__info .info__text {
    font-size: 1.3rem;
  }
}
/* simple/image/list animation
-------------------------------------------------------------------*/
.contents__type__simple.animation__slide_up,
.contents__type__image.animation__slide_up,
.contents__type__list.animation__slide_up {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
}
.contents__type__simple.animation__slide_up .content__wrap__filter,
.contents__type__image.animation__slide_up .content__wrap__filter,
.contents__type__list.animation__slide_up .content__wrap__filter {
  animation: slideUp-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  opacity: 0;
}
.contents__type__simple.animation__slide_down,
.contents__type__image.animation__slide_down,
.contents__type__list.animation__slide_down {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
}
.contents__type__simple.animation__slide_down .content__wrap__filter,
.contents__type__image.animation__slide_down .content__wrap__filter,
.contents__type__list.animation__slide_down .content__wrap__filter {
  animation: slideDown-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  opacity: 0;
}
.contents__type__simple.animation__slide_left,
.contents__type__image.animation__slide_left,
.contents__type__list.animation__slide_left {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
  overflow: hidden;
}
.contents__type__simple.animation__slide_left .content__wrap__filter,
.contents__type__image.animation__slide_left .content__wrap__filter,
.contents__type__list.animation__slide_left .content__wrap__filter {
  animation: slideLeft-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  opacity: 0;
}
.contents__type__simple.animation__slide_right,
.contents__type__image.animation__slide_right,
.contents__type__list.animation__slide_right {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
  overflow: hidden;
}
.contents__type__simple.animation__slide_right .content__wrap__filter,
.contents__type__image.animation__slide_right .content__wrap__filter,
.contents__type__list.animation__slide_right .content__wrap__filter {
  animation: slideRight-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  opacity: 0;
}
.contents__type__simple.animation__fadein,
.contents__type__image.animation__fadein,
.contents__type__list.animation__fadein {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 10% cover 10%;
}
.contents__type__simple.animation__fadein .content__wrap__filter,
.contents__type__image.animation__fadein .content__wrap__filter,
.contents__type__list.animation__fadein .content__wrap__filter {
  animation: fadeIn-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  opacity: 0;
}

/* multi animation
-------------------------------------------------------------------*/
.contents__type__multi.animation__slide_up {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
}
.contents__type__multi.animation__slide_up .multi__item {
  animation: slideUp-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.05s both;
  opacity: 0;
}
.contents__type__multi.animation__slide_down {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
}
.contents__type__multi.animation__slide_down .multi__item {
  animation: slideDown-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.05s both;
  opacity: 0;
}
.contents__type__multi.animation__slide_left {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
  overflow: hidden;
}
.contents__type__multi.animation__slide_left .multi__item {
  animation: slideLeft-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.05s both;
  opacity: 0;
}
.contents__type__multi.animation__slide_right {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 130px cover 130px;
  overflow: hidden;
}
.contents__type__multi.animation__slide_right .multi__item {
  animation: slideRight-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.05s both;
  opacity: 0;
}
.contents__type__multi.animation__fadein {
  animation: trigger steps(1) forwards;
  animation-timeline: view();
  animation-range: cover 10% cover 10%;
}
.contents__type__multi.animation__fadein .multi__item {
  animation: fadeIn-back 0.5s cubic-bezier(0, 0.55, 0.45, 1) 0.15s both;
  opacity: 0;
}

@container style(--animate: true) {
  .contents__type__simple.animation__slide_up .content__wrap__filter,
  .contents__type__image.animation__slide_up .content__wrap__filter,
  .contents__type__list.animation__slide_up .content__wrap__filter {
    animation: slideUp 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
  .contents__type__simple.animation__slide_down .content__wrap__filter,
  .contents__type__image.animation__slide_down .content__wrap__filter,
  .contents__type__list.animation__slide_down .content__wrap__filter {
    animation: slideDown 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
  .contents__type__simple.animation__slide_left .content__wrap__filter,
  .contents__type__image.animation__slide_left .content__wrap__filter,
  .contents__type__list.animation__slide_left .content__wrap__filter {
    animation: slideLeft 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
  .contents__type__simple.animation__slide_right .content__wrap__filter,
  .contents__type__image.animation__slide_right .content__wrap__filter,
  .contents__type__list.animation__slide_right .content__wrap__filter {
    animation: slideRight 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
  .contents__type__simple.animation__fadein .content__wrap__filter,
  .contents__type__image.animation__fadein .content__wrap__filter,
  .contents__type__list.animation__fadein .content__wrap__filter {
    animation: fadeIn 0.5s cubic-bezier(0, 0.55, 0.45, 1) forwards;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(1) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(1 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(1) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(1 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(1) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(1 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(1) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(1 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(1) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(1 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(2) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(2 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(2) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(2 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(2) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(2 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(2) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(2 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(2) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(2 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(3) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(3 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(3) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(3 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(3) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(3 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(3) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(3 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(3) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(3 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(4) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(4 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(4) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(4 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(4) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(4 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(4) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(4 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(4) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(4 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(5) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(5 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(5) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(5 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(5) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(5 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(5) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(5 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(5) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(5 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(6) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(6 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(6) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(6 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(6) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(6 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(6) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(6 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(6) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(6 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(7) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(7 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(7) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(7 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(7) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(7 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(7) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(7 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(7) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(7 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(8) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(8 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(8) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(8 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(8) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(8 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(8) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(8 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(8) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(8 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(9) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(9 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(9) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(9 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(9) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(9 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(9) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(9 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(9) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(9 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(10) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(10 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(10) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(10 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(10) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(10 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(10) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(10 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(10) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(10 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(11) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(11 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(11) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(11 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(11) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(11 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(11) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(11 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(11) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(11 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(12) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(12 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(12) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(12 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(12) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(12 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(12) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(12 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(12) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(12 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(13) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(13 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(13) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(13 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(13) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(13 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(13) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(13 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(13) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(13 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(14) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(14 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(14) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(14 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(14) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(14 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(14) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(14 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(14) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(14 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(15) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(15 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(15) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(15 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(15) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(15 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(15) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(15 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(15) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(15 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(16) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(16 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(16) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(16 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(16) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(16 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(16) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(16 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(16) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(16 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(17) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(17 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(17) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(17 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(17) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(17 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(17) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(17 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(17) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(17 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(18) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(18 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(18) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(18 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(18) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(18 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(18) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(18 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(18) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(18 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(19) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(19 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(19) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(19 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(19) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(19 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(19) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(19 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(19) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(19 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(20) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(20 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(20) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(20 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(20) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(20 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(20) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(20 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(20) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(20 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(21) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(21 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(21) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(21 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(21) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(21 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(21) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(21 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(21) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(21 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(22) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(22 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(22) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(22 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(22) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(22 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(22) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(22 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(22) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(22 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(23) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(23 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(23) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(23 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(23) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(23 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(23) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(23 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(23) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(23 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(24) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(24 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(24) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(24 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(24) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(24 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(24) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(24 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(24) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(24 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(25) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(25 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(25) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(25 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(25) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(25 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(25) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(25 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(25) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(25 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(26) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(26 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(26) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(26 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(26) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(26 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(26) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(26 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(26) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(26 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(27) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(27 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(27) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(27 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(27) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(27 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(27) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(27 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(27) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(27 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(28) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(28 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(28) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(28 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(28) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(28 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(28) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(28 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(28) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(28 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(29) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(29 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(29) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(29 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(29) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(29 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(29) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(29 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(29) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(29 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_up .multi__item:nth-of-type(30) {
    animation: slideUp 1s cubic-bezier(0, 0.55, 0.45, 1) calc(30 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_down .multi__item:nth-of-type(30) {
    animation: slideDown 1s cubic-bezier(0, 0.55, 0.45, 1) calc(30 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_left .multi__item:nth-of-type(30) {
    animation: slideLeft 1s cubic-bezier(0, 0.55, 0.45, 1) calc(30 * 0.15s) both;
  }
  .contents__type__multi.animation__slide_right .multi__item:nth-of-type(30) {
    animation: slideRight 1s cubic-bezier(0, 0.55, 0.45, 1) calc(30 * 0.15s) both;
  }
  .contents__type__multi.animation__fadein .multi__item:nth-of-type(30) {
    animation: fadeIn 1s cubic-bezier(0, 0.55, 0.45, 1) calc(30 * 0.15s) both;
  }
}
@keyframes trigger {
  to {
    --animate: true;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUp-back {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown-back {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideLeft-back {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideRight-back {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-100px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-back {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@supports not (animation-timeline: view()) {
  /* Firefoxなど、animation-timelineをサポートしていないブラウザ向け */
  .contents__type__simple.animation__slide_up, .contents__type__simple.animation__slide_down, .contents__type__simple.animation__slide_left, .contents__type__simple.animation__slide_right, .contents__type__simple.animation__fadein,
  .contents__type__image.animation__slide_up,
  .contents__type__image.animation__slide_down,
  .contents__type__image.animation__slide_left,
  .contents__type__image.animation__slide_right,
  .contents__type__image.animation__fadein,
  .contents__type__list.animation__slide_up,
  .contents__type__list.animation__slide_down,
  .contents__type__list.animation__slide_left,
  .contents__type__list.animation__slide_right,
  .contents__type__list.animation__fadein {
    opacity: 1;
  }
  .contents__type__simple.animation__slide_up .content__wrap__filter, .contents__type__simple.animation__slide_down .content__wrap__filter, .contents__type__simple.animation__slide_left .content__wrap__filter, .contents__type__simple.animation__slide_right .content__wrap__filter, .contents__type__simple.animation__fadein .content__wrap__filter,
  .contents__type__image.animation__slide_up .content__wrap__filter,
  .contents__type__image.animation__slide_down .content__wrap__filter,
  .contents__type__image.animation__slide_left .content__wrap__filter,
  .contents__type__image.animation__slide_right .content__wrap__filter,
  .contents__type__image.animation__fadein .content__wrap__filter,
  .contents__type__list.animation__slide_up .content__wrap__filter,
  .contents__type__list.animation__slide_down .content__wrap__filter,
  .contents__type__list.animation__slide_left .content__wrap__filter,
  .contents__type__list.animation__slide_right .content__wrap__filter,
  .contents__type__list.animation__fadein .content__wrap__filter {
    animation: none;
    opacity: 1;
  }
  .contents__type__multi.animation__slide_up, .contents__type__multi.animation__slide_down, .contents__type__multi.animation__slide_left, .contents__type__multi.animation__slide_right, .contents__type__multi.animation__fadein {
    opacity: 1;
  }
  .contents__type__multi.animation__slide_up .multi__item, .contents__type__multi.animation__slide_down .multi__item, .contents__type__multi.animation__slide_left .multi__item, .contents__type__multi.animation__slide_right .multi__item, .contents__type__multi.animation__fadein .multi__item {
    animation: none;
    opacity: 1;
  }
}
/* CSS コンテンツベース */
.site__contents .top__bgcolor__1 .contents__title,
.site__contents .top__bgcolor__2 .contents__title,
.site__contents .top__bgcolor__3 .contents__title,
.site__contents .top__bgcolor__4 .contents__title,
.site__contents .top__bgcolor__5 .contents__title,
.site__contents .top__bgcolor__6 .contents__title,
.site__contents .top__bgcolor__7 .contents__title,
.site__contents .top__bgcolor__8 .contents__title,
.site__contents .top__bgcolor__9 .contents__title,
.site__contents .top__bgcolor__10 .contents__title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.site__contents .top__bgcolor__21 .contents__title,
.site__contents .top__bgcolor__22 .contents__title,
.site__contents .top__bgcolor__23 .contents__title,
.site__contents .top__bgcolor__24 .contents__title,
.site__contents .top__bgcolor__25 .contents__title,
.site__contents .top__bgcolor__26 .contents__title,
.site__contents .top__bgcolor__27 .contents__title,
.site__contents .top__bgcolor__28 .contents__title,
.site__contents .top__bgcolor__29 .contents__title,
.site__contents .top__bgcolor__30 .contents__title {
  text-shadow: 0 0 10px white;
  color: #333;
}
.site__contents .contents__type__top {
  position: relative;
}
.site__contents .contents__type__top.top__bgcolor__* .content__wrap {
  background: top left/10px 10px repeat;
}
.site__contents .contents__type__top.top__bgcolor__1 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_95.svg);
}
.site__contents .contents__type__top.top__bgcolor__2 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_90.svg);
}
.site__contents .contents__type__top.top__bgcolor__3 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_85.svg);
}
.site__contents .contents__type__top.top__bgcolor__4 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_80.svg);
}
.site__contents .contents__type__top.top__bgcolor__5 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_75.svg);
}
.site__contents .contents__type__top.top__bgcolor__6 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_70.svg);
}
.site__contents .contents__type__top.top__bgcolor__7 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_65.svg);
}
.site__contents .contents__type__top.top__bgcolor__8 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_60.svg);
}
.site__contents .contents__type__top.top__bgcolor__9 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_55.svg);
}
.site__contents .contents__type__top.top__bgcolor__10 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_b_50.svg);
}
.site__contents .contents__type__top.top__bgcolor__21 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_95.svg);
}
.site__contents .contents__type__top.top__bgcolor__22 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_90.svg);
}
.site__contents .contents__type__top.top__bgcolor__23 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_85.svg);
}
.site__contents .contents__type__top.top__bgcolor__24 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_80.svg);
}
.site__contents .contents__type__top.top__bgcolor__25 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_75.svg);
}
.site__contents .contents__type__top.top__bgcolor__26 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_70.svg);
}
.site__contents .contents__type__top.top__bgcolor__27 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_65.svg);
}
.site__contents .contents__type__top.top__bgcolor__28 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_60.svg);
}
.site__contents .contents__type__top.top__bgcolor__29 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_55.svg);
}
.site__contents .contents__type__top.top__bgcolor__30 .content__wrap {
  background-image: url(../img/common_images/opacity_mask/opacity_w_50.svg);
}
.site__contents .no__title {
  height: 15vw;
}
.site__contents .only__title .contents__title {
  color: #333;
}
.site__contents .contents__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--wide);
  height: 15vw;
  min-height: 120px;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 1px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.site__contents .main__area__wrap {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  width: var(--wide);
  margin: 0 auto;
  padding: 40px 0;
  font-size: 14px;
  z-index: 0;
}

.contents__head {
  margin: 5px 0 20px;
}
.contents__head p {
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .site__contents .contents__type__top,
  .site__contents .content__wrap,
  .site__contents .contents__title {
    height: 150px;
  }
}
#saiyotop_job {
  /* 共通（上部の横メニュー）
  ------------------------------------------------------------------*/
  /* 検索ボックス
  ------------------------------------------------------------------*/
}
#saiyotop_job .job__menu__area {
  border-bottom: 1px solid #ccc;
  margin-bottom: 38px;
  padding-bottom: 22px;
  font-size: 1.4rem;
}
#saiyotop_job .job__menu__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#saiyotop_job .job__menu__wrap .menu__button {
  position: relative;
  border-left: 1px solid #ccc;
  margin: 2px 0;
  font-weight: normal;
}
#saiyotop_job .job__menu__wrap .menu__button:last-child {
  border-right: 1px solid #ccc;
}
#saiyotop_job .job__menu__wrap .menu__button a {
  position: relative;
  display: block;
  padding: 8px 12px 10px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
}
#saiyotop_job .job__menu__wrap .menu__button a:focus {
  outline: 2px solid blue;
  outline-offset: 1px;
}
#saiyotop_job .job__menu__wrap .menu__button.menu__now::after {
  content: "";
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid var(--active);
  bottom: 0;
  left: calc(50% - 7px);
}
#saiyotop_job .job__menu__wrap .menu__button.menu__mid a {
  color: var(--main500);
}
#saiyotop_job .job__menu__wrap .menu__button.menu__high a {
  font-weight: bold;
  color: var(--error);
}
#saiyotop_job .main__inner__wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form__item__print .form__item__title,
.form__item__print .form__item__title__sub {
  font-weight: normal;
}
.form__item__print .form__item__group {
  font-weight: bold;
}

/*----------------------------------------------------------------*/
/* フリーコンテンツ
------------------------------------------------------------------*/
#free_contents > :where(.contents__title) {
  justify-content: start;
  height: auto;
  min-height: 0;
  color: #333;
}

html:has(:where(#saiyotop_contents)) {
  /* 全体
  ------------------------------------------------------------------*/
  font-size: 62.5%;
}
html:has(:where(#saiyotop_contents)) div, html:has(:where(#saiyotop_contents)) span, html:has(:where(#saiyotop_contents)) header, html:has(:where(#saiyotop_contents)) main, html:has(:where(#saiyotop_contents)) nav, html:has(:where(#saiyotop_contents)) section, html:has(:where(#saiyotop_contents)) footer, html:has(:where(#saiyotop_contents)) ol, html:has(:where(#saiyotop_contents)) ul, html:has(:where(#saiyotop_contents)) li {
  box-sizing: content-box;
}
html:has(:where(#saiyotop_contents)) .contents {
  min-height: auto;
}

#saiyotop_koza .koza__list {
  max-width: 100%;
}
#saiyotop_koza .koza__list .koza__item {
  min-width: 475px;
  max-width: 475px;
}

#saiyotop_photo .album__item .album__thumbnail {
  aspect-ratio: auto;
}
#saiyotop_photo .photo__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 308px;
}
#saiyotop_photo .photo__item img {
  max-width: 100%;
  max-height: 100%;
}

#saiyotop_shain .staff__head {
  margin: 5px 0 20px;
  text-align: right;
}
#saiyotop_shain .staff__head .top__text {
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .site__contents .contents__title {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .site__contents .back__button {
    padding: 15px;
  }
  .site__contents .contents__type__top,
  .site__contents .content__wrap,
  .site__contents .contents__title {
    height: calc(15vw + 60px);
  }
  .site__contents .contents__title {
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 15px;
    font-size: 2rem;
  }
  .site__contents .main__area__wrap {
    width: 100%;
    padding: 15px;
  }
}
:root {
  --wide: 980px;
}

/* base CSS 基礎設定 */
/* ベースのリセット
------------------------------------------------------------------*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a,
img, ul, ol, dl, li, dt, dd, form, label, table, thead, tbody, tfoot, th, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.5;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div, span, header, main, nav, section, footer, ol, ul, li {
  box-sizing: content-box;
}

:where(.contents__btn__link) a {
  text-decoration: none;
}

/* マイページの背景画像を採用サイトに反映しないように */
body.custom.saiyotop_1,
body.custom.saiyotop_2,
body.custom.saiyotop_3,
body.custom.saiyotop_4,
body.custom.saiyotop_5,
body.custom.saiyotop_6,
body.custom.saiyotop_7,
body.custom.saiyotop_8 {
  background-image: none;
}

#login__sns__links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 40px auto;
}
#login__sns__links a {
  box-shadow: none;
  border: none;
  border-radius: 3px;
  margin: 0 8px;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 12.5px;
  font-weight: bold;
  color: #555;
}
#login__sns__links a:hover {
  border: none;
  opacity: 0.75;
}
#login__sns__links .sp__login__facebook {
  display: inline-block;
  background: url(../img/common_images/outersite/facebook_logo.png) center center/36px no-repeat;
  width: 36px;
  height: 36px;
}
#login__sns__links .sp__login__twitter {
  display: inline-block;
  background: url(../img/common_images/outersite/X_logo.png) center center/36px no-repeat;
  width: 36px;
  height: 36px;
}/*# sourceMappingURL=saiyo.css.map */