@charset "UTF-8";
@font-face {
  font-family: "うつくし明朝体";
  src: url("../fonts/UtsukushiFONT.otf") format("opentype");
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

h2 {
  font-size: max(3.2rem, 4vw);
  font-weight: normal;
  margin: 0;
}

h3 {
  font-size: max(2.8rem, 2.3vw);
  font-weight: normal;
  margin: 0;
}

h4 {
  font-size: max(1.8rem, 1.7vw);
  font-weight: normal;
  margin: 0;
}

h5 {
  font-size: max(1.5rem, 1.8vw);
  font-weight: normal;
  margin: 0;
}

li {
  list-style: none;
}

.wrapper-small {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}

.beauty_font {
  font-family: "うつくし明朝体";
}

.red {
  color: #D80100;
}

.yashi_title {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.yashi_title .yashi_img {
  width: 900px;
  height: 180px;
}
.yashi_title .yashi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  color: #7B4D41;
  font-size: max(3rem, 2.8vw);
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 80px;
}
.yashi_title .yashi .small {
  font-size: max(2.8rem, 2.5vw);
}
.yashi_title .yashi .dots {
  background-image: radial-gradient(circle closest-corner, #7b4d41 20%, rgba(242, 234, 233, 0.4) 25%, rgba(250, 250, 250, 0) 100%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
.yashi_title .yashi .big {
  font-size: max(3.2rem, 3.1vw);
}

.value {
  display: flex;
  justify-content: space-between;
}
.value .value_box {
  text-align: left;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.value .value_box img {
  width: 90%;
}
.value .value_box .step {
  margin: 20px 0;
  font-size: max(2rem, 2.3vw);
  font-weight: 600;
}
.value .value_box .step .red {
  font-weight: bold;
  font-size: max(1.8rem, 2.8vw);
}
.value .value_box .step .small_size {
  font-size: max(1.5rem, 2vw);
  font-weight: bold;
}
.value .value_box:nth-child(2) {
  padding-top: 180px;
}
.value .value_box .step_text {
  font-size: max(1rem, 1.3vw);
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0;
}
.value .value_box .step_text .annotation {
  font-size: max(0.8rem, 1.1vw);
}

.video_title {
  position: relative;
  padding: 30px 0;
  margin-bottom: 50px;
  font-size: max(2.8rem, 3vw);
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.video_title::before, .video_title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
}
.video_title:before {
  border-left: solid 2px #333;
  border-top: solid 2px #333;
  top: 0;
  left: 15%;
}
.video_title::after {
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  bottom: 0;
  right: 15%;
}

.video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

.last {
  position: relative;
  width: 100vw;
  height: 40vh;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.last .bottom_ribon {
  width: 90vw;
  height: 40vh;
  position: absolute;
  top: 0;
  right: 0;
}
.last .last_text {
  position: absolute;
  top: 20%;
  left: 15%;
  color: #806C67;
  font-size: max(2.8rem, 3vw);
  letter-spacing: 10px;
}

/*-------------------------------------------
scroll-btn
-------------------------------------------*/
.scroll-btn {
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  border-radius: 50px;
  box-shadow: -3px 5px 7px 1px rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 60px;
  z-index: 10;
}
.scroll-btn span {
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 10px;
}

.fixed {
  position: fixed;
  bottom: 60px;
}

/*-------------------------------------------
header
-------------------------------------------*/
header {
  height: 95vh;
  height: 95dvh;
  min-height: 600px;
  background-image: url(../img/mainbg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
header .title {
  position: relative;
}
header .title .sun {
  width: max(3.2rem, 18vw);
}
header .title h1 {
  position: absolute;
  bottom: -25px;
  left: 120px;
}
header .title h1 img {
  width: max(3.2rem, 55vw);
}
header .producing_area {
  width: 100%;
  position: absolute;
  top: 0;
}
header .producing_area .band_img {
  position: absolute;
  right: 0;
  width: 33vw;
}
header .wave_ribbon {
  position: absolute;
  bottom: -8%;
  left: 2%;
  width: 20vw;
  transform: rotate(-20deg);
}
header .wave_ribbon img {
  width: 100%;
}

header .hight-sugger {
  position: absolute;
  bottom: 20px;
  right: 90px;
}
header .hight-sugger img {
  width: 15vw;
}

header .hybrid {
  display: flex;
  margin: auto;
}
header .hybrid img {
  width: 50vw;
  display: flex;
  margin: auto;
  margin-top: 100px;
}



/*-------------------------------------------
sunshine(日照時間×快晴日数）
-------------------------------------------*/
#sunshine {
  background-image: url(../img/taiyo.png);
  background-size: cover;
}
#sunshine .wrapper-small .transparent_box {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 70px auto;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 3%;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
#sunshine .wrapper-small .transparent_box .title-sunshine {
  margin: 50px 0;
}
#sunshine .wrapper-small .transparent_box .multiplication {
  display: flex;
  justify-content: center;
}
#sunshine .wrapper-small .transparent_box .multiplication .cross_box {
  position: relative;
}
#sunshine .wrapper-small .transparent_box .multiplication .cross_box img {
  width: 200px;
}
#sunshine .wrapper-small .transparent_box .multiplication .cross_box .cross_text {
  position: absolute;
  margin: 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
#sunshine .wrapper-small .transparent_box .multiplication .cross {
  position: relative;
  width: 100px;
  height: 100px;
}
#sunshine .wrapper-small .transparent_box .multiplication .cross span {
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #333;
  width: 50%;
}
#sunshine .wrapper-small .transparent_box .multiplication .cross span:nth-child(1) {
  top: 58%;
  left: 25%;
  transform: rotate(-45deg);
}
#sunshine .wrapper-small .transparent_box .multiplication .cross span:nth-child(2) {
  top: 58%;
  left: 25%;
  transform: rotate(45deg);
}
#sunshine .wrapper-small .transparent_box .sunshine_text {
  padding: 30px 0;
  margin: 0;
}
#sunshine .wrapper-small .transparent_box .sunshine_text span {
  font-size: 2.8vw;
}
#sunshine .wrapper-small .transparent_box .arrow {
  position: relative;
  width: 100px;
  height: 130px;
  margin: 0 auto;
}
#sunshine .wrapper-small .transparent_box .arrow span {
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #333;
  width: 50%;
}
#sunshine .wrapper-small .transparent_box .arrow span:nth-child(1) {
  width: 125px;
  top: 45%;
  left: -10%;
  transform: rotate(90deg);
}
#sunshine .wrapper-small .transparent_box .arrow span:nth-child(2) {
  width: 50px;
  top: 80%;
  left: 10%;
  transform: rotate(45deg);
}
#sunshine .wrapper-small .transparent_box .leaf {
  position: relative;
}
#sunshine .wrapper-small .transparent_box .leaf::after {
  position: absolute;
  display: block;
  content: url(../img/nf.png);
  top: -65%;
  left: -18%;
  transform: scale(0.4);
}
#sunshine .wrapper-small .transparent_box .minitomato {
  float: right;
  width: 180px;
}

/*-------------------------------------------
three_value
-------------------------------------------*/
#three_value {
  background-image: url(../img/1997819_271870-P5OYNH-502.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
}
#three_value .yashi_title {
  margin-bottom: 50px;
}
#three_value .yashi_title h3 {
  top: 25%;
}

/*-------------------------------------------
face-photo
-------------------------------------------*/
#face_photo {
  background-image: url(../img/wood.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}
#face_photo .face_pc .face {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#face_photo .face_pc .face img {
  width: 33.3333333333%;
  height: 100%;
}
#face_photo .face_photo_text {
  position: relative;
  margin: 20px 0;
  text-align: center;
  font-size: max(2.8rem, 3.3vw);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#face_photo .face_photo_text .small {
  font-size: max(2.5rem, 3vw);
}
#face_photo .face_photo_text::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 5px;
  background-color: #D80100;
  transform: rotate(55deg);
  top: 28px;
  left: 0;
}
#face_photo .face_photo_text::after {
  position: absolute;
  content: "";
  width: 95px;
  height: 5px;
  background-color: #D80100;
  transform: rotate(-55deg);
  top: 28px;
  right: 0;
}
#face_photo .face_sm {
  display: none;
}

/*-------------------------------------------
greeting
-------------------------------------------*/
#greeting {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#greeting .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
#greeting .wrapper .introduction {
  width: 28%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#greeting .wrapper .introduction img {
  width: 100%;
}
#greeting .wrapper .introduction .name {
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}
#greeting .wrapper .overview {
  width: 67%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#greeting .wrapper .overview .set {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#greeting .wrapper .overview .set h6 {
  font-size: max(1rem, 1.5vw);
  margin-bottom: 10px;
}
#greeting .wrapper .overview .set p {
  margin: 0;
  font-size: max(0.8rem, 1.3vw);
  letter-spacing: 3px;
  line-height: 2;
}
#greeting .wrapper .overview .set:nth-child(1) {
  padding-bottom: 50px;
}

/*-------------------------------------------
mind
-------------------------------------------*/
#mind .mind_text {
  margin: 20px 0;
  font-size: max(1.7rem, 1.9vw);
  font-weight: 600;
  text-align: center;
  line-height: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

/*-------------------------------------------
detailed
-------------------------------------------*/
#detailed {
  background-image: url(../img/woodbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#detailed .yashi_title {
  padding: 200px 0 100px 0;
}
#detailed .yashi_title .yashi_img {
  width: 550px;
  height: 130px;
}
#detailed .yashi_title .yashi {
  position: absolute;
  top: 63%;
  left: 50%;
}
#detailed .detailed_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#detailed .detailed_wrapper .detailed_box {
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  opacity: 0;
  transition: all 0.5s;
}
#detailed .detailed_wrapper .detailed_box .box_title {
  position: relative;
  width: 65%;
}
#detailed .detailed_wrapper .detailed_box .box_title .detailed_step_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 2.5vw;
  letter-spacing: 4px;
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  text-shadow: 4px 2px 5px #333, 0 0 5px #333;
}
#detailed .detailed_wrapper .detailed_box .box_title .detailed_step_title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  margin-right: 30px;
  padding: 0.6em 0.5em 0.5em 0.5em;
  background-image: url(../img/tomato.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#detailed .detailed_wrapper .detailed_box .box_title p {
  margin-top: 30px;
  font-size: 1.3vw;
  letter-spacing: 3px;
  line-height: 1.8;
  text-align: left;
}
#detailed .detailed_wrapper .detailed_box figure {
  width: 38%;
  height: 30%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.8);
}
#detailed .detailed_wrapper .detailed_box figure img {
  width: 101%;
  display: block;
}
#detailed .detailed_wrapper .detailed_box:nth-child(even) {
  align-self: flex-end;
}
#detailed .detailed_wrapper .detailed_box:nth-child(even) figure {
  margin-right: 80px;
}
#detailed .next_text {
  padding-bottom: 50px;
  font-size: 80px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

.left {
  animation: slideLeft 0.5s ease-out 0s 1 forwards;
}

@keyframes slideLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.right {
  animation: slideRight 0.5s ease-out 0s 1 forwards;
}

@keyframes slideRight {
  0% {
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*-------------------------------------------
arrow_red
-------------------------------------------*/
#arrow_red {
  text-align: center;
}
#arrow_red img {
  width: 70%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

/*-------------------------------------------
strength
-------------------------------------------*/
#strength {
  background-image: url(../img/strongbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  width: 100vw;
  text-align: center;
}
#strength .yashi_title .yashi_img {
  width: 550px;
  height: 130px;
}
#strength .yashi_title .yashi {
  position: absolute;
  top: 55%;
  left: 50%;
}
#strength .value {
  margin-top: 30px;
}

/*-------------------------------------------
confidence
-------------------------------------------*/
#confidence .confidence_title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#confidence .confidence_title img {
  opacity: 0.6;
}
#confidence .confidence_title .verification {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 10px;
  color: #555;
}
#confidence .confidence_box {
  position: relative;
  margin-bottom: 50px;
}
#confidence .confidence_box .confidence_img {
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#confidence .confidence_box .confidence_img_sm {
  display: none;
}
#confidence .confidence_box ul {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#confidence .confidence_box ul li {
  font-size: 1.45vw;
  font-weight: 800;
  line-height: 2.5;
  letter-spacing: 2px;
}
#confidence .confidence_box ul .small {
  font-size: 1.28vw;
}

/*-------------------------------------------
voice
-------------------------------------------*/
#voice {
  background-image: url(../img/woodbg_wh.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
#voice .voice_title {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#voice .voice_title img {
  width: 25%;
  margin-right: 40px;
}
#voice .voice_title .beginning {
  width: 75%;
  font-size: 45px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 8px;
  color: #555;
}
#voice .sentence {
  font-size: 40px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 5px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

/*-------------------------------------------
our_detailed
-------------------------------------------*/
#our_detailed {
  padding: 50px;
}

/*-------------------------------------------
happy_review
-------------------------------------------*/
#happy_review {
  background-image: url(../img/110769.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#happy_review .happy_review_title {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#happy_review .happy_review_title img {
  width: 100%;
}
#happy_review .happy_review_title .customer_happy_review {
  position: absolute;
  top: 0;
  left: 30%;
  font-size: 7em;
  color: #806C67;
  letter-spacing: 10px;
}
#happy_review .customer_review {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 50px;
}
#happy_review .customer_review .review_box {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #333;
  box-shadow: 3px 3px 4px #333;
  padding: 20px 15px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#happy_review .customer_review .review_box .summary {
  color: #806C67;
  font-size: max(1.5rem, 1.6vw);
  padding-bottom: 15px;
  letter-spacing: 2px;
  line-height: 1.5;
}
#happy_review .customer_review .review_box p {
  font-size: max(1.2rem, 1.2vw);
  letter-spacing: 2px;
  line-height: 1.8;
  color: #806C67;
}

/*-------------------------------------------
coordination
-------------------------------------------*/
#coordination {
  position: relative;
  background-image: url(../img/unnamed.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#coordination .wrapper .coordination_title {
  margin: 75px 0;
}
#coordination .wrapper .coordination_title .coordination_title_text {
  letter-spacing: 5px;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  font-size: max(3.2rem, 3vw);
  float: left;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#coordination .wrapper .coordination_title .coordination_title_text:nth-child(2) {
  float: right;
}
#coordination .wrapper .top_photo {
  display: inline-block;
  width: 90%;
  padding-top: 100px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#coordination .bottom_photo {
  display: inline-block;
  width: 100%;
}

/*-------------------------------------------
instagram
-------------------------------------------*/
#instagram {
  background-image: url(../img/wood_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#instagram .wrapper {
  padding-bottom: 25px;
}
#instagram .wrapper .logo {
  width: 500px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#instagram .wrapper .information_up {
  color: #806C67;
  margin: 30px 0 40px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#instagram .wrapper .post {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#instagram .wrapper .post img {
  width: 30%;
  height: 100%;
}
#instagram .wrapper a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#instagram .request {
  color: #333;
  font-size: max(3rem, 3vw);
  font-weight: 600;
  margin: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
#instagram .last {
  padding-bottom: 50px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

/*-------------------------------------------
child
-------------------------------------------*/
#child {
  background-image: url(../img/child.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#child .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#child .wrapper .message {
  padding: 80px 0;
  color: #fff;
  font-size: max(3rem, 4vw);
  font-weight: 500;
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  text-shadow: 4px 2px 5px #333, 0 0 5px #333;
  letter-spacing: 10px;
  line-height: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}

/*-------------------------------------------
footer 
-------------------------------------------*/
footer {
  background-color: #333;
  padding: 100px;
}
footer ul {
  margin: 0 auto;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer ul li {
  font-size: 30px;
  color: #fff;
  padding: 30px;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  h2 {
    font-size: max(3.2rem, 4vw);
    font-weight: normal;
    margin: 0;
  }
  h3 {
    font-size: 3rem;
    font-weight: normal;
    margin: 0;
  }
  h4 {
    font-size: 2.5rem;
    font-weight: normal;
    margin: 0;
  }
  h5 {
    font-size: max(1.5rem, 1.8vw);
    font-weight: normal;
    margin: 0;
  }
  .wrapper-small {
    width: auto;
    padding: 0 25px;
  }
  .wrapper {
    width: auto;
    padding: 80px 25px;
  }
  .yashi_title {
    background-size: 40vw;
    padding-bottom: 0;
  }
  .yashi_title .yashi_img {
    width: 80vw;
  }
  .yashi_title .yashi {
    font-size: 4.8vw;
  }
  .yashi_title .yashi .small {
    font-size: 4vw;
  }
  .yashi_title .yashi .big {
    font-size: 5.2vw;
  }
  .value {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .value .value_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .value .value_box img {
    width: 80%;
  }
  .value .value_box .step {
    font-size: 6vw;
  }
  .value .value_box .step .red {
    font-size: 6.5vw;
  }
  .value .value_box .step .small_size {
    font-size: 5.3vw;
  }
  .value .value_box:nth-child(2) {
    padding-top: 0;
  }
  .value .value_box .step_text {
    font-size: 3.5vw;
  }
  .value .value_box .step_text .annotation {
    font-size: 2vw;
  }
  .video_title {
    font-size: 6vw;
  }
  .video_title::before, .video_title::after {
    width: 30px;
    height: 30px;
  }
  .last {
    height: 20vh;
  }
  .last .bottom_ribon {
    position: static;
    float: right;
    width: 80vw;
    height: 130px;
  }
  .last .last_text {
    position: static;
    text-align: center;
    padding-bottom: 10px;
  }
  .scroll-btn {
    right: 5%;
  }
  header {
    background-image: url(../img/mainbg_sm.jpeg);
    background-position: 0 20%;
    background-size: cover;
  }
  header .title .sun {
    position: absolute;
    top: 20px;
    left: 0;
  }
  header .title h1 {
    bottom: -180px;
    left: 60px;
  }
  header .title h1 img {
    width: max(3.2rem, 65vw);
  }
  header .producing_area {
    width: 100%;
  }
  #sunshine .wrapper-small .transparent_box .sunshine_text span {
    font-size: 3.5vw;
  }
  #sunshine .wrapper-small .transparent_box .leaf::after {
    top: -85%;
    left: -15%;
  }
  #face_photo .face_pc {
    display: none;
  }
  #face_photo .face_sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #face_photo .face_sm .face_sm_top {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
  }
  #face_photo .face_sm .face_sm_top img {
    width: 50%;
  }
  #face_photo .face_sm .face_photo_text {
    font-size: 4rem;
    padding: 10px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
  }
  #face_photo .face_sm .face_photo_text .small {
    font-size: 3.5rem;
  }
  #face_photo .face_sm .face_photo_text::before {
    width: 50px;
    height: 3px;
    top: 30px;
    left: -50px;
  }
  #face_photo .face_sm .face_photo_text::after {
    width: 50px;
    height: 3px;
    top: 30px;
    right: -50px;
  }
  #face_photo .face_sm .face_sm_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
  }
  #face_photo .face_sm .face_sm_bottom img {
    width: 50%;
  }
  #greeting .wrapper {
    flex-direction: column;
    align-items: center;
    padding: 80px 50px;
  }
  #greeting .wrapper .introduction {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }
  #greeting .wrapper .introduction img {
    width: 100%;
  }
  #greeting .wrapper .introduction .name {
    font-size: 2rem;
  }
  #greeting .wrapper .overview {
    width: 100%;
  }
  #greeting .wrapper .overview .set h6 {
    font-size: 2.5rem;
  }
  #greeting .wrapper .overview .set p {
    font-size: 2.2rem;
  }
  #mind .mind_text {
    font-size: 3.3vw;
  }
  #detailed .wrapper {
    padding-bottom: 30px;
  }
  #detailed .yashi_title {
    padding: 80px 0;
  }
  #detailed .yashi_title .yashi_img {
    width: 500px;
    height: 100px;
  }
  #detailed .yashi_title .yashi {
    font-size: 50px;
    top: 50%;
  }
  #detailed .detailed_wrapper {
    align-items: center;
  }
  #detailed .detailed_wrapper .detailed_box {
    flex-direction: column;
  }
  #detailed .detailed_wrapper .detailed_box:nth-child(even) {
    flex-direction: column-reverse;
  }
  #detailed .detailed_wrapper .detailed_box .box_title {
    width: 100%;
    text-align: center;
  }
  #detailed .detailed_wrapper .detailed_box .box_title .detailed_step_title {
    font-size: 45px;
    white-space: nowrap;
  }
  #detailed .detailed_wrapper .detailed_box .box_title .detailed_step_title span {
    padding: 0.3em 0.2em 0.2em 0.2em;
    margin-right: 30px;
  }
  #detailed .detailed_wrapper .detailed_box .box_title p {
    padding-bottom: 30px;
    font-size: 22px;
  }
  #detailed .detailed_wrapper .detailed_box figure {
    width: 100%;
    height: 100%;
  }
  #detailed .detailed_wrapper .detailed_box:nth-child(even) {
    align-self: center;
  }
  #detailed .detailed_wrapper .detailed_box:nth-child(even) figure {
    margin-right: 0;
  }
  #detailed .next_text {
    font-size: 55px;
    padding-top: 0;
  }
  #strength .yashi_title .yashi_img {
    width: 500px;
    height: 100px;
  }
  #strength .yashi_title .yashi {
    font-size: 55px;
    top: 50%;
  }
  #confidence .confidence_title img {
    width: 60vw;
  }
  #confidence .confidence_title .verification {
    font-size: 5vw;
  }
  #confidence .confidence_box {
    margin-bottom: 0;
  }
  #confidence .confidence_box .confidence_img {
    display: none;
  }
  #confidence .confidence_box .confidence_img_sm {
    display: block;
    margin: 0 auto;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s;
  }
  #confidence .confidence_box ul {
    position: static;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    padding: 0;
    margin-top: 40px;
  }
  #confidence .confidence_box ul li {
    font-size: 4vw;
  }
  #voice {
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: overlay;
  }
  #voice .wrapper {
    padding-top: 20px;
  }
  #voice .voice_title {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }
  #voice .voice_title img {
    width: 200px;
  }
  #voice .voice_title .beginning {
    width: 100%;
    font-size: 5vw;
  }
  #voice .sentence {
    font-size: 3.8vw;
  }
  #our_detailed {
    padding: 0;
  }
  #happy_review .happy_review_title img {
    width: 80vw;
    height: 150px;
  }
  #happy_review .happy_review_title .customer_happy_review {
    font-size: 5vw;
    top: 10%;
  }
  #happy_review .customer_review {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #happy_review .customer_review .review_box .summary {
    font-size: 3vw;
  }
  #happy_review .customer_review .review_box p {
    font-size: 2.5vw;
  }
  #coordination {
    height: auto;
  }
  #coordination .wrapper {
    padding-top: 10px;
  }
  #coordination .wrapper .coordination_title .coordination_title_text {
    font-size: 4vw;
  }
  #coordination .wrapper .top_photo {
    width: 85vw;
    padding-top: 30px;
  }
  #instagram {
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: overlay;
  }
  #instagram .wrapper .information_up {
    font-size: 3vw;
  }
  #instagram .wrapper .post img {
    width: 48%;
  }
  #instagram .wrapper .post img:nth-child(3) {
    display: none;
  }
  #instagram .last {
    height: 150px;
  }
  #child {
    background-position: 25% 0;
  }
  #child .wrapper .message {
    font-size: 5rem;
  }
  footer ul li {
    font-size: 20px;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .wrapper-small {
    width: auto;
    padding: 0 5%;
  }
  .wrapper {
    width: auto;
    padding: 80px 5%;
  }
  .yashi_title .yashi_img {
    width: 100%;
    height: 30%;
  }
  .yashi_title .yashi {
    font-size: 5vmin;
    line-height: 2;
  }
  .yashi_title .yashi .small {
    font-size: 0.8em;
  }
  .yashi_title .yashi .big {
    font-size: 1.1em;
  }
  .value .value_box .step {
    font-size: 12vw;
  }
  .value .value_box .step .red {
    font-size: 13vw;
  }
  .value .value_box .step .small_size {
    font-size: 7vw;
  }
  .value .value_box .step_text {
    font-size: 6vw;
  }
  .value .value_box .step_text .annotation {
    font-size: 4vw;
  }
  .video_title {
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .video_title::before {
    left: 0;
  }
  .video_title::after {
    right: 0;
  }
  .last .bottom_ribon {
    width: 90%;
    height: 100px;
  }
  .last .last_text {
    padding: 0 25px;
    font-size: 5vw;
    letter-spacing: 1px;
  }
  .scroll-btn {
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .scroll-btn span {
    width: 10px;
    height: 10px;
    margin-top: 5px;
  }
  header .title .sun {
    top: 90px;
    left: 0;
    width: 20vw;
  }
  header .title h1 {
    bottom: -185px;
    left: 30px;
  }
  header .title h1 img {
    width: max(3.2rem, 85vw);
  }
  header .producing_area .band_img {
    width: 60vw;
  }
  header .wave_ribbon {
    width: 40vw;
    transform: rotate(-20deg);
  }
  header .wave_ribbon img {
    width: 100%;
  }
  header .hight-sugger {
    bottom: 20px;
    right: 20px;
  }
     header .hybrid {
     width: 100vw;
     display: inline-block;
     margin-top: 200px;
  }
  header .hight-sugger img {
    width: 35vw;
  }
  #sunshine .wrapper-small .transparent_box .title-sunshine {
    margin: 20px 0;
    font-size: 4.5vmin;
  }
  #sunshine .wrapper-small .transparent_box .multiplication .cross_box img {
    width: 10em;
  }
  #sunshine .wrapper-small .transparent_box .multiplication .cross_box .cross_text {
    top: 45%;
    font-size: 1.6em;
  }
  #sunshine .wrapper-small .transparent_box .multiplication .cross {
    width: 50px;
    height: 50px;
  }
  #sunshine .wrapper-small .transparent_box .multiplication .cross span:nth-child(1) {
    top: 50%;
    left: 30%;
  }
  #sunshine .wrapper-small .transparent_box .multiplication .cross span:nth-child(2) {
    top: 50%;
    left: 30%;
  }
  #sunshine .wrapper-small .transparent_box .sunshine_text {
    padding: 10px 0;
    font-size: 1.7em;
  }
  #sunshine .wrapper-small .transparent_box .sunshine_text span {
    font-size: 1.2em;
  }
  #sunshine .wrapper-small .transparent_box .arrow {
    width: 40px;
    height: 40px;
  }
  #sunshine .wrapper-small .transparent_box .arrow span:nth-child(1) {
    width: 40px;
    left: 10%;
  }
  #sunshine .wrapper-small .transparent_box .arrow span:nth-child(2) {
    width: 20px;
    top: 75%;
    left: 15%;
  }
  #sunshine .wrapper-small .transparent_box .leaf::after {
    bottom: 20%;
    left: -270px;
    transform: scale(0.25);
  }
  #sunshine .wrapper-small .transparent_box .minitomato {
    width: 90px;
  }
  #three_value .yashi_title {
    margin-bottom: 0;
  }
  #face_photo {
    padding: 0;
  }
  #face_photo .face_sm .face_photo_text {
    font-weight: 600;
    font-size: 2.2rem;
    margin: 10px 0;
  }
  #face_photo .face_sm .face_photo_text .small {
    font-size: 1.8rem;
  }
  #face_photo .face_sm .face_photo_text::before {
    width: 30px;
    height: 2px;
    top: 20px;
    left: -30px;
  }
  #face_photo .face_sm .face_photo_text::after {
    width: 30px;
    height: 2px;
    top: 20px;
    right: -30px;
  }
  #greeting .wrapper {
    padding: 50px 5%;
  }
  #greeting .wrapper .introduction {
    width: 100%;
    padding-bottom: 50px;
  }
  #greeting .wrapper .introduction img {
    width: 60%;
  }
  #greeting .wrapper .introduction .name {
    font-size: 4vw;
  }
  #greeting .wrapper .overview .set h6 {
    font-weight: 800;
    font-size: 4.5vw;
  }
  #greeting .wrapper .overview .set p {
    font-weight: 800;
    font-size: 4vw;
  }
  #mind .mind_text {
    font-size: 5.5vw;
  }
  #detailed .yashi_title {
    padding: 0;
  }
  #detailed .yashi_title .yashi_img {
    width: 100%;
    height: 80%;
  }
  #detailed .yashi_title .yashi {
    font-size: 8vw;
    top: 50%;
  }
  #detailed .detailed_wrapper {
    padding-top: 50px;
  }
  #detailed .detailed_wrapper .detailed_box .box_title .detailed_step_title {
    font-size: 6.5vw;
    -webkit-text-stroke: unset;
    text-stroke: unset;
    text-shadow: 2px 1px 3px #333, 0 0 3px #333;
  }
  #detailed .detailed_wrapper .detailed_box .box_title p {
    padding-bottom: 30px;
    font-size: 3.5vw;
    font-weight: 700;
  }
  #detailed .next_text {
    font-size: 7.5vw;
  }
  #strength .yashi_title {
    padding: 0;
  }
  #strength .yashi_title .yashi_img {
    width: 100%;
    height: 80%;
  }
  #strength .yashi_title .yashi {
    font-size: 8vw;
    top: 50%;
  }
  #confidence .wrapper {
    width: auto;
  }
  #confidence .confidence_title img {
    width: 80%;
  }
  #confidence .confidence_title .verification {
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
  }
  #confidence .confidence_box .confidence_img_sm {
    width: 100%;
  }
  #confidence .confidence_box ul li {
    letter-spacing: 1px;
    font-size: 4.5vw;
  }
  #voice {
    padding-bottom: 0;
  }
  #voice .voice_title img {
    width: 30%;
  }
  #voice .voice_title .beginning {
    padding-top: 10px;
    font-size: 5.5vw;
  }
  #voice .sentence {
    font-size: 5.2vw;
  }
  #happy_review .happy_review_title img {
    width: 85%;
    height: 30%;
  }
  #happy_review .happy_review_title .customer_happy_review {
    left: 25%;
    font-size: 6.5vw;
    top: 0;
    letter-spacing: 3px;
  }
  #happy_review .customer_review .review_box .summary {
    font-size: 4.8vw;
  }
  #happy_review .customer_review .review_box p {
    font-size: 3.5vw;
  }
  #instagram .wrapper {
    padding-bottom: 15px;
  }
  #instagram .wrapper .logo {
    width: 100%;
  }
  #instagram .wrapper .information_up {
    margin-top: 20px;
    font-size: 5.7vw;
  }
  #instagram .wrapper .post {
    margin-bottom: 30px;
  }
  #instagram .wrapper a img {
    width: 50%;
  }
  #instagram .request {
    font-size: 4.5vw;
    padding-bottom: 5px;
  }
  #instagram .last {
    height: 100px;
  }
  #child .wrapper .message {
    padding: 0;
    font-size: 5.8vw;
    -webkit-text-stroke: unset;
    text-stroke: unset;
    text-shadow: 1px 1px 7px #3d3c3c, 0 0 7px #3d3c3c;
    letter-spacing: 5px;
  }
  footer {
    padding: 50px 25px;
  }
  footer ul li {
    font-size: 13px;
    padding: 20px 0;
    letter-spacing: 1px;
  }
}/*# sourceMappingURL=main.css.map */