@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
video {
  vertical-align: bottom;
}

#section_first {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
#section_first .section_first_movie {
  object-fit: cover;
}
#section_first .mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
}
#section_first .mask.active {
  opacity: 0.55;
}
#section_first .maincopy {
  width: 50%;
  max-width: 280px;
  position: absolute;
  z-index: 10;
  bottom: 11%;
  right: 50px;
}
@media screen and (max-width:768px) {
  #section_first .maincopy {
    bottom: 14%;
    right: auto;
    left: 5%;
    top: auto;
  }
}

#section_first_speaer {
  width: 100%;
  height: 100vh;
  position: relative;
}
#section_first_speaer .maincopy {
  width: 50%;
  max-width: 280px;
  position: absolute;
  z-index: 10;
  bottom: 11%;
  right: 50px;
  opacity: 0;
  transition: all 0.8s ease-out 0.01s;
}
#section_first_speaer .maincopy.active {
  opacity: 1;
}
@media screen and (max-width:768px) {
  #section_first_speaer .maincopy {
    bottom: 14%;
    right: auto;
    left: 5%;
    top: auto;
  }
}

#section02 {
  width: 100%;
  padding: 150px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:768px) {
  #section02 {
    padding: 75px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  #section02 .section__in {
    margin: 0 auto 0px 120px;
  }
}
@media screen and (max-width:768px) {
  #section02 .section__in {
    margin: 0 auto;
  }
}
#section02 .contenabox {
  width: 100%;
  max-width: 890px;
  padding: 100px;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #50321E;
}
@media screen and (max-width:768px) {
  #section02 .contenabox {
    padding: 12.5vw 5vw;
  }
}
#section02 .contenabox.box2 {
  margin-top: 115px;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  #section02 .contenabox.box2 {
    margin-top: 60px;
  }
}
@media screen and (max-width:768px) {
  #section02 .contenabox {
    background-size: 775px 531px;
    border-radius: 15px;
    letter-spacing: 0.05em;
  }
}
#section02 .contenabox h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 38px;
}
@media screen and (max-width:768px) {
  #section02 .contenabox h2 {
    font-size: 3.7vw;
  }
}
#section02 .contenabox h2 span {
  display: inline-block;
  padding: 0.2em 0.5em 0.25em 0.5em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.2em;
}
#section02 .contenabox .textbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#section02 .contenabox .textbox p {
  width: 71%;
  line-height: 200%;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 15;
  color: #50321E;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox p {
    width: 100%;
    margin-bottom: 5vw;
    letter-spacing: 0em;
  }
}
#section02 .contenabox .textbox .photo {
  width: 29%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .photo {
    width: 100%;
  }
}
#section02 .contenabox .textbox .photo figure {
  width: 139%;
  margin-left: -15%;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox .photo figure {
    width: 65%;
    margin: 0 auto;
  }
}
#section02 .contenabox .textbox2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
}
#section02 .contenabox .textbox2 p {
  width: 71%;
  line-height: 200%;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 15;
  color: #50321E;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox2 p {
    width: 100%;
    margin-bottom: 5vw;
    letter-spacing: 0em;
  }
}
#section02 .contenabox .textbox2 p .bigtext {
  font-weight: 700;
  font-size: 150%;
  display: inline-block;
  padding: 1em 0;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox2 p .bigtext {
    font-size: 130%;
  }
}
#section02 .contenabox .textbox2 .photo {
  width: 29%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox2 .photo {
    width: 100%;
  }
}
#section02 .contenabox .textbox2 .photo figure {
  width: 145%;
  margin-left: -25%;
}
@media screen and (max-width:768px) {
  #section02 .contenabox .textbox2 .photo figure {
    width: 65%;
    margin: 0 auto;
  }
}

#section03_back {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

#section03 {
  width: 100%;
  background: linear-gradient(16deg, rgba(248, 230, 169, 0.3) 0%, rgba(232, 171, 138, 0.3) 100%);
  padding: 150px 0;
}
@media screen and (max-width:768px) {
  #section03 {
    padding: 75px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  #section03 .section__in {
    margin: 0 auto 0px 120px;
  }
}
@media screen and (max-width:768px) {
  #section03 .section__in {
    width: 100%;
    margin: 0 auto;
  }
}
#section03 h2 {
  text-align: center;
}
#section03 h2 span {
  display: inline-block;
  padding: 0.2em 0.75em 0.25em 0.75em;
  background-color: #E95504;
  margin-bottom: 0.35em;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: 700;
}
#section03 ul.contents_list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  #section03 ul.contents_list {
    margin-top: 30px;
  }
}
#section03 ul.contents_list li.slidin {
  width: 31.45%;
  border: 1px solid #50321E;
  background: url(../images/back_color.jpg) center;
  background-size: 775px 531px;
  overflow: hidden;
  border-radius: 30px;
  padding: 80px 30px 45px 30px;
}
@media screen and (max-width:768px) {
  #section03 ul.contents_list li.slidin {
    width: 80vw;
    border-radius: 20px;
    padding: 7.5vw 5vw 7.5vw 5vw;
  }
}
#section03 ul.contents_list li.slidin .icon {
  width: 100%;
  height: 113px;
}
#section03 ul.contents_list li.slidin .icon figure {
  margin: 0 auto;
  text-align: center;
}
#section03 ul.contents_list li.slidin .icon figure img {
  width: auto;
  height: 113px;
  margin: 0 auto;
}
#section03 ul.contents_list li.slidin .icon2 {
  width: 100%;
  height: 103px;
}
#section03 ul.contents_list li.slidin .icon2 figure {
  margin: 0 auto;
  text-align: center;
}
#section03 ul.contents_list li.slidin .icon2 figure img {
  width: auto;
  height: 92px;
  margin: 10px auto 0 auto;
}
#section03 ul.contents_list li.slidin h3 {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #50321E;
}
@media screen and (max-width:768px) {
  #section03 ul.contents_list li.slidin h3 {
    height: 20vw;
  }
}
#section03 ul.contents_list li.slidin h3 div {
  width: 100%;
  text-align: center;
}
#section03 ul.contents_list li.slidin .textnoml {
  width: 100%;
  height: 170px;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px) {
  #section03 ul.contents_list li.slidin .textnoml {
    height: 32.5vw;
  }
}
#section03 ul.contents_list li.slidin .botancenter {
  text-align: center;
}/*# sourceMappingURL=top.css.map */