@charset "utf-8";

/*  message  */
#message{
  padding: 4.6rem 0;
}
@media screen and (min-width: 768px){
  #message{
    padding: 8.6rem 0;
  }
}
#message h3{
  margin: 0;
  font-family: var(--Oswald);
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .2em;
  text-indent: .2em;
  text-align: center;
  color: rgba(var(--theme-color-rgb), 0.06);
}
@media screen and (min-width: 768px){
  #message h3{
    font-size: 7.5rem;
    letter-spacing: calc(25.5 / 75 * 1em);
    text-indent: calc(25.5 / 75 * 1em);
  }
}
#message .desc{
  margin-top: -2.0rem;
}
@media screen and (min-width: 768px){
  #message .desc{
    margin-top: -3.2rem;
  }
}
#message .desc p{
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.33;
  letter-spacing: .1em;
  text-align: center;
  color: var(--theme-color);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px){
  #message .desc p{
    font-size: 2.7rem;
    letter-spacing: calc(5.94 / 27 * 1em);
  }
}

/*  adv  */
#adv{
  padding: 3.4rem 0 0;
  margin: 0;
  list-style: none;
  counter-reset: anum;
}
#adv li{
  padding-bottom: 5.9rem;
  counter-increment: anum;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px){
  #adv li{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
#adv .text{
  padding: 0 calc( (50vw - 50%) / 2) 3.0rem calc( (50vw - 50%) / 2);
  margin: -3.0rem calc( (50% - 50vw) / 2) 0 calc( (50% - 50vw) / 2);
  box-sizing: border-box;
  background-color: var(--theme-color);
  position: relative;
}
@media screen and (min-width: 768px){
  #adv .text{
    padding: 6.2rem 6.6rem;
    margin: 0;
    flex-basis: 59.6rem;
    flex-shrink: 0;
  }
}
#adv .text::before {
  padding: 1.6rem 1.8rem 1.6rem 0;
  content: '0'counter(anum);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--Oswald);
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(255, 255, 255);
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) no-repeat 100% 60%/0.3rem calc(33 / 45 * 1em);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#adv .text::after {
  content: none;
}
@media screen and (min-width: 768px){
  #adv .text::after {
    content: "";
    position: absolute;
  }
}
#adv li:nth-of-type(1) .text::after{
  width: 151px;
  height: 122px;
  right: -151px;
  top: -106px;
  background: url('../images/ill_box_bg01.png') no-repeat center / contain;
}
#adv li:nth-of-type(2) .text::after{
  width: 120px;
  height: 120px;
  left: -102px;
  bottom: -88px;
  background: url('../images/ill_box_bg02.png') no-repeat center / contain;
}
#adv li:nth-of-type(3) .text::after{
  width: 122px;
  height: 136px;
  right: -96px;
  bottom: -96px;
  background: url('../images/ill_box_bg03.png') no-repeat center / contain;
}
#adv li:nth-of-type(4) .text::after{
  width: 120px;
  height: 102px;
  left: -88px;
  bottom: -102px;
  background: url('../images/ill_box_bg04.png') no-repeat center / contain;
}
#adv h3{
  padding:  0;
  margin: 0;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: calc(0.96 / 24 * 1em);
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px){
  #adv h3{
    padding: 1.4rem 0;
    font-size: 2.4rem;
  }
}
#adv section h3{
  font-size: 2.1rem;
}
@media screen and (min-width: 768px){
  #adv section h3{
    padding: 1.8rem 0 0 0;
  }
}
#adv section:not(:first-of-type) h3{
  padding: 1.8rem 0 0 0;
}
@media screen and (min-width: 768px){
  #adv section:not(:first-of-type) h3{
    padding: 2.4rem 0 0 0;
  }
}
#adv .desc{
  padding: 1.6rem 0 0 0;
}
#adv section .desc{
  padding: 0;
}
#adv .desc p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.86;
  color: rgb(255, 255, 255);
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#adv .photo{
  margin: 0 calc(50% - 50vw);
  z-index: -10;
}
@media screen and (min-width: 768px){
  #adv .photo{
    padding-top: 7.6rem;
    margin: 0;
    flex-basis: 40.4rem;
  }
  #adv li:nth-of-type(odd) .photo{
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  #adv .photo .image{
    height: 50.5rem;
    position: relative;
  }
  #adv li:nth-of-type(1) .photo .image::before,
  #adv li:nth-of-type(2) .photo .image::before,
  #adv li:nth-of-type(2) .photo .image::after,
  #adv li:nth-of-type(3) .photo .image::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background-color: var(--gray);
  }
  #adv li:nth-of-type(odd) .image{
    margin-left: -184px;
    margin-right: -436px;
  }
  #adv li:nth-of-type(even) .image{
    margin-right: -184px;
    margin-left: -436px;
  }
  #adv li:nth-of-type(1) .photo .image::before {
    left: -50px;
    bottom: -50px;
  }
  #adv li:nth-of-type(2) .photo .image::before {
    right: -50px;
    top: -170px;
  }
  #adv li:nth-of-type(2) .photo .image::after {
    right: -50px;
    bottom: -50px;
  }
  #adv li:nth-of-type(3) .photo .image::before {
    left: -50px;
    bottom: -50px;
  }
  #adv .photo .image img{
    width: 100%;
    max-width: 1312px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }
}

#button .button{
  padding: 0rem 0 10rem;
}
@media screen and (min-width: 768px){
  #button .button{
    padding: 8rem 0 13rem;
  }
}
#button .button a{
  padding: calc(26 / 22 * 1em);
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 48.0rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: calc(1.76 / 22 * 1em);
  text-align: center;
  color: var(--white);
  border-radius: 70px;
  background-color: var(--black);
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #button .button a{
    font-size: 2.2rem;
  }
}
#button .button a:hover{
  opacity: 1.0;
}
#button .button a::before,
#button .button a::after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.1rem;
  margin: auto;
  width: 1.8rem;
  height: .1rem;
  background-color: var(--white);
  transition: .3s transform ease-out;
}
@media screen and (min-width: 768px){
  #button .button a::before,
  #button .button a::after{
    right: 2.8rem;
    width: 2.4rem;
  }
}
#button .button a:hover::after{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

