@charset "utf-8";

*::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #e5e5e5;
  font-family: 'Noto Sans', sans-serif !important;

}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;

  overflow-x: hidden;
}

p {
  letter-spacing: .1rem;
}

/* ヘッダー */

.pc-header {
  display: block;
}

.sp-header {
  display: none;
}

.header-wrapper {
  width: 100%;
  position: relative;

}

.header-img {
  width: 100%;
}

.header-img2 {
  position: absolute;
  top: 25%;
  left: 5%;
  width: 40%;
}

.header-img3 {
  position: absolute;
  top: 15%;
  left: 35%;
  width: 27%;
}

.header-img4 {
  position: absolute;
  top: 16%;
  left: 65%;
  width: 8%;
}

.header-img5 {
  position: absolute;
  top: 30%;
  right: 0%;
  width: 20%;
}

.header-img6 {
  position: absolute;
  top: 52%;
  left: 5%;
  width: 40%;
}

.header-img7 {
  position: absolute;
  top: 60%;
  left: 52%;
  width: 28%;
}

.header-img8 {
  position: absolute;
  top: 10%;
  left: 15%;
  width: 19%;
}

/* s1 */

.s1-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.s1-img1 {
  width: 495px;
}

.s1-img-box2 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s1-img2 {
  width: 21%;
}

.s1-maintext {
  font-weight: bold;
  font-size: 18px;
  color: #554636;
  margin-bottom: 70px;
}

.s1 .s1-wrapper .inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s1 .s1-wrapper .inner-container .inner {
  max-width: 866px;
  width: 95%;
  padding: 0 10%;

}

.s1 .s1-wrapper .inner-container .inner .flexbox {
  display: grid;
  justify-content: center;
  grid-template-columns: 50% 50%;
  height: 670px;
}

.s1 .s1-wrapper .inner-container .inner .flexbox .col {
  position: relative;

}

.s1-box-img1 {
  position: absolute;
  top: -10px;
  left: -15px;
  max-width: 180px;
}

.s1-box-img2 {
  position: absolute;
  width: 55%;
  left: 33%;
  top: -54px;
  z-index: 3;
}

.s1-box-img3 {
  position: absolute;
  width: 55%;
  left: 0%;
  top: 20%;
  z-index: 2;
}

.s1-box-img4 {
  position: absolute;
  width: 55%;
  right: 5%;
  top: 45%;
  z-index: 1;
}

.s1-box-img5 {
  position: absolute;
  top: 32%;
  right: -9%;
  max-width: 180px;

}

.s1-box-img6 {
  position: absolute;
  width: 92%;
  left: 10%;
  top: -100px;
  z-index: 3;

}

.s1-box-img7 {
  position: absolute;
  width: 54%;
  left: -4%;
  top: 35%;
  z-index: 3;

}

.s1-box-img8 {
  position: absolute;
  width: 54%;
  right: 2%;
  bottom: 0;
  z-index: 3;

}

.s1-flex-text1 {
  position: absolute;
  top: -3%;
  left: 0;
  font-size: 14px;
  color: #554636;
}

.s1-flex-text2 {
  position: absolute;
  top: -7%;
  left: 8%;
  font-size: 14px;
  color: #554636;
}

.s1-flex-text3 {
  position: absolute;
  top: 35%;
  right: -1%;
  font-size: 14px;
  color: #554636;
}

.flex-box-sp {
  display: none;
}

.s1-maintext {
  display: block;
}

/* /////////// */

/* s2 */
.s2 {
  padding: 5% 10% 0;
}

.s2-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.s2-img1 {
  width: 495px;
}

.s2-maintext {
  font-size: 14px;
  text-align: center;
  color: #554636;
}

.s2 .s2-wrapper .inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s2 .s2-wrapper .inner-container .inner {
  width: 1200px;
  /* 好きな幅 */
  max-width: 100%;

}

.s2 .s2-wrapper .inner-container .inner .flexbox {
  display: grid;
  justify-content: center;

  grid-template-columns: 50% 50%;
}

.s2 .s2-wrapper .inner-container .inner .flexbox .col {
  position: relative;

}

.s2-box-img1 {
  width: 100%;
}



.s2-90 {
  width: 80%;
}

.s2-col-layout {
  display: flex;
  justify-content: flex-end;
}


.s2-sp {
  display: none;
}


/* ////////// */

/* s3 */
/* .s3 {
  position: relative;
} */

.s3-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 50px;
}

.s3-img1 {
  width: 30%;
}

.s3 .s3-wrapper .inner-container {

  width: 100%;
  display: flex;
  justify-content: center;

}

.s3 .s3-wrapper .inner-container .inner {
  max-width: 866px;
  /* 好きな幅 */
  max-width: 100%;
}

.s3-box-img1 {
  width: 100%;
}

.s3 .s3-wrapper .inner-container .inner .flexbox {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
}

.s3-text {
  text-align: right;
  color: #554636;
}

.s3-maintext {
  font-size: 18px;
}

.s3-subtext {
  font-size: 18px;
}

.s3-maintext span {
  font-size: 28px;
}

.fullcontainer1 {
  width: 100%;
  position: relative;
}

.fullcontainer1 .s3-box-img2 {
  width: 100%;


}

.s3-box-img3 {
  width: 372px;
  position: absolute;
  top: -10%;
  left: 30%;
}

.fullcontainertext {
  position: absolute;
  top: 13%;
  left: 25%;
  font-size: 14px;
  color: #fff;
}

.s3 .s3-wrapper .inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s3 .s3-wrapper .inner-container .inner {
  /* width: 900px; 
max-width: 100%; */

}


.innercontainers3 {


  position: absolute !important;
  top: 15%;
  left: 20%;
}

.fullcontianer1 .inner-container .inner {
  width: 1200px;
  /* 好きな幅 */
  max-width: 100%;
}

/* テーブル */
.s3-maintext3 {
  color: #554636 !important;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

table {
  font-size: 18px;
  border-color: inherit;
  border-collapse: collapse;
  border-color: inherit;
  border-collapse: collapse;
  margin: 0;
  display: table;
  text-indent: initial;
  border-spacing: 2px;
  color: #554636;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.padding-full {
  padding-top: 0%;
  padding-bottom: 20%;
}

/* ////////// */

.s3-sp {
  display: none;
}

.s3-btn-wrapp {
  position: relative;
}

.s3-btnbox-pc {
  position: absolute;
  top: 65%;
  left: 41%;
}

.s3-btnbox-sp {
  position: absolute;
  top: 80%;
  left: 25%;
}

.s3_btn {
  width: 260px;
  box-shadow: 0 5px 0 rgba(100, 122, 96);
  border-radius: 10px;
}

.s3_btn:hover {
  box-shadow: none;
  border-radius: 0px;
  transform: translateY(5px);
}


/* /////////// */



/* s4 */
.s4 {
  margin-top: -10rem;
}
.s4-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s4-img1-pc {
  width: 495px;
  margin-bottom: 35px;
}

.s4 .inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s4 .inner-container .inner {
  width: 866px;
  max-width: 100%;
}
.s4 .inner-container .inner .flexbox {
  display: grid;
  justify-content: center;
  column-gap: 1.5%;
  row-gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
}

.s4-under-block {
  position: relative;
  width: 100%;
  height: 500px;

  z-index: -1;
}

.s4-box-img {
  position: absolute;
  top: -20%;
  right: 0;
  width: 1100px;
}

.instagram-media {
  width: 100%;
}

.s4 .s4-wrapper .inner-container .inner .flexbox .col {
  display: flex;
  justify-content: center;
}

/* ///////// */


/* s5 */

.s5-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.s5-img1 {
  width: 495px;
}

.s5 .inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s5 .inner-container .inner {
  width: 1200px;
  /* 好きな幅 */
  max-width: 100%;

}

.s5 .inner-container .inner .flexbox {
  display: grid;
  justify-content: center;
  column-gap: 5%;
  row-gap: 100px;
  grid-template-columns: 45% 45%;

}

.s5 .inner-container .inner .flexbox .col {
  position: relative;
}

.s5-box-img {
  width: 100%;
}

.s5-textbox {
  position: absolute;
  top: 50%;
  left: 10%;
  color: #554636;

}

.s5-textbox2 {
  position: absolute;
  top: 60%;
  left: 40%;
  color: #554636;

}

.s5-textbox3 {
  position: absolute;
  top: 50%;
  left: 20%;
  color: #554636;

}

.s5-textbox4 {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #554636;

}

.s5-textbox .s5-textsub {
  font-size: 13px;
  margin: 0;
}

.s5-textbox .s5-textmain {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}

.s5-textbox2 .s5-textsub {
  text-align: right;
  font-size: 13px;
  margin: 0;
}

.s5-textbox2 .s5-textmain {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}

.s5-textbox3 .s5-textsub {

  font-size: 13px;
  margin: 0;
}

.s5-textbox3 .s5-textmain {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}

.s5-textbox4 .s5-textsub {
  text-align: right;
  font-size: 13px;
  margin: 0;

}

.s5-textbox4 .s5-textmain {
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}

.s5-btnbox {
  display: flex;
  justify-content: center;
  /* margin-top: 40px; */
}

.s5-btn-img {
  width: 230px;
  box-shadow: 0 5px 0 rgba(100, 122, 96);
  border-radius: 10px;
}

.s5-btn-img:hover {
  box-shadow: none;
  border-radius: 0px;
  transform: translateY(5px);
}

.btn {
  margin-top: 40px;
}

.btn2 {
  margin-top: 20px;
}

.btn3 {
  margin-top: 0;
}

.btn4 {
  margin-top: 0;
}

.s5-under-back {
  position: relative;
}

.s5-under-back-img {
  width: 100%;
}

.under-backtext {
  font-weight: bold;
  font-size: 20px;
  top: 65%;
  left: 45%;
  color: #fff;
  position: absolute;
  transform: rotate(-5deg);
}

.s5-onlinestore-img {
  width: 268px;
  position: absolute;
  top: 40%;
  right: 27%;
}

.s5-onlinestore-img-sp {
  display: none;
  width: 150px;
  position: absolute;
  top: 10%;
  right: 5%;
}

.s5-under-sp {
  display: none;
}

/* /////////s5 */


/* s6 */
.s6-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s6-img1 {
  width: 495px;
}

.s6-box-img {
  width: 100% !important;
}

.s6-box-img3 {
  width: 325px;
}

.s6-sub-text {
  text-align: center;
  font-size: 13px;
  color: #554636;
  margin-bottom: 50px;
}

.s6-text-img1 {
  position: absolute;
  max-width: 135px;
  top: 27%;
  left: 0;
  z-index: -100;
}

.s6-text-img2 {
  position: absolute;
  max-width: 135px;
  top: 50%;
  right: 129px;
  z-index: -1;
}


.flexbox1 {
  display: grid;
  justify-content: center;
  /* grid-template-rows: 100px 50px; */
  column-gap: 2%;
  row-gap: 150px;
  grid-template-columns: 40% 58%;
  margin-bottom: 2%;
}

.flexbox2 {
  display: grid;
  justify-content: center;
  /* grid-template-rows: 100px 50px; */
  column-gap: 2%;
  row-gap: 150px;
  grid-template-columns: 58% 40%;
  margin-bottom: 300px;
}

.flexbox1 .col1 {
  display: flex;
  align-items: end;
}

.flexbox1 .col2 {

  display: flex;
  align-items: end;
}

.flexbox2 .col1 {
  width: 100%;
  display: flex;
  align-items: end;
}

.s6-content-text1 {
  position: relative;
  margin-left: 10px;
  font-size: 19px;
  color: #554636;
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 10px;

}

.s6-content-text2 {
  position: relative;
  font-size: 19px;
  color: #554636;
  text-align: right;
  margin-right: 20px;

}

.s6-img2 {
  width: 100%;
}

/* .s6-blank1 {
  width: 100%;
  height: 50px;
} */

.flex-wrapper {
  background-image: url("../img/s6_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.flex-wrapper2 {
  display: none;
}


/* ///////// */


/* フッター */
footer {
  margin-top: auto;
  background-color: #7bb1b5;
  display: flex;
  justify-content: center;
}

footer .inner {
  position: relative;
  width: 900px;
  /* 好きな幅 */
  max-width: 100%;
  padding: 90px 30px;
}

footer .inner .footer-inner-container {
  display: grid;
  /* grid-template-rows: 100px 50px; */
  grid-template-columns: 33% 33% 33%;
}

.footer-box-img1 {
  width: 321px;
  margin-bottom: 25px;
}

.footer-text1 {
  font-size: 20px !important;
  font-weight: normal;
  margin-bottom: 25px;
  color: #554636;
}

.footer-text2 {
  list-style: none;
  padding-left: 0;
  font-size: 15px !important;
  font-weight: normal;
  color: #554636;
}

.footer-text2 li a {
  text-decoration: none;
  color: #554636;
}

.footer-inner-container .footer-icon {
  display: flex;
  align-items: flex-end;
}

.icon-box {
  display: flex;
}

.icon-box>img {
  margin: 10px;
}

.icon-box a img {
  margin-right: 10px;
}


/* ///////フッター */


/* 固定ボタン */
.pc-fixed {
  display: block;
  position: fixed;
  width: 70px;
  right: 0;
  top: 55%;
}

.pc-fixed:hover {
  opacity: 0.85;
}

.sp-fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* ///////// */


/* タブレット */
@media screen and (min-width:768px) and (max-width:1068px) {

  .s4-under-block {
    position: relative;
    width: 100%;
    height: 400px;

    z-index: -1;
  }

  .s4-box-img {
    position: absolute;
    top: -20%;
    right: 0;
    width: 800px;
  }


  footer .inner {
    position: relative;
    width: 900px;
    /* 好きな幅 */
    max-width: 100%;
  }



  footer .inner .footer-inner-container {
    display: grid;
    /* grid-template-rows: 100px 50px; */
    grid-template-columns: 40% 30% 30%;
  }

  .s5-onlinestore-img {
    width: 200px;
    position: absolute;
    top: 40%;
    right: 10%;
  }


  /* s6 */
  .s6-content-text1 {
    margin-left: 10px;
    font-size: 15px;
    color: #554636;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 10px;

  }

  .s6-content-text2 {
    font-size: 15px;
    color: #554636;
    text-align: right;
    margin-right: 20px;

  }

  /* //////// */

}


/* スマホ */
@media screen and (max-width:767px) {

  /* ヘッダー */
  .pc-header {
    display: none;
  }

  .sp-header {
    display: block;
  }

  .sp-header-img {
    width: 100%;
    margin-bottom: -2rem;
  }

  .sp-header-img2 {
    position: absolute;
    top: 18%;
    left: -25%;
    width: 100%;
  }

  .sp-header-img3 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 65%;
  }

  .sp-header-img4 {
    position: absolute;
    top: 12.5%;
    left: 75%;
    width: 20%;
  }

  .sp-header-img5 {
    position: absolute;
    top: 52%;
    right: 0%;
    width: 40%;
  }

  .sp-header-img6 {
    position: absolute;
    top: 72%;
    left: -10%;
    width: 75%;
  }

  .sp-header-img7 {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 65%;
  }

  .sp-header-img8 {
    position: absolute;
    top: 7%;
    left: 5%;
    width: 57%;
  }


  /* ////////// */

  /* s1 */
  .s1 {
    margin-bottom: 20px;
    margin-top: -3rem;
  }
  .s1 .s1-wrapper .inner-container .inner {
    width: 100%;
    padding: 0;
  }

  .s1-img-box2 {
    margin-bottom: 3px;
  }

  .s1-maintext {
    display: none;
  }

  .s1-img1 {
    width: 95vw;
  }

  .s1-img2 {
    width: 85vw;
  }

  .flex-box-sp {
    display: block;
    display: grid;
    justify-content: center;
    /* height: 2000px; */

    grid-template-columns: 100%;
    /* background-color: #ff0000; */
  }

  .s1 .s1-wrapper .inner-container .inner .flexbox {
    display: none;
  }

  .s1 .s1-wrapper .inner-container .inner .flex-box-sp .col {
    position: relative;
  }

  .s1-box-img1-sp {
    width: 90%;
  }

  .s1-flex-text3 {
    position: relative;
    font-size: 18px;
    color: #554636;
    padding-left: 20px;
    margin: 0;
  }

  .s1-box-img1-sp {
    width: 100%;
    display: block;
    margin-left: auto;
  }

  .s1-sp-text1 {
    position: absolute;
    top: 15%;
    left: 3%;
    font-size: 14px;
    color: #554636;
  }

  .s1-sp-text2 {
    position: absolute;
    top: -1rem;
    left: auto;
    right: 10px;
    font-size: 14px;
    color: #554636;
    text-align: center;
  }

  .s1-sp-text3 {
    position: absolute;
    top: 15%;
    left: 60%;
    font-size: 14px;
    color: #554636;
  }


  /* /////////// */

  /* s2 */
  .s2 {
    padding:3% 3% 0;
    margin-bottom: 20px;
  }
  .s2-img-box {
    margin-bottom: 0;
  }
  .s2-sp-col {
    margin-bottom: 10px;
  }

  .s2-sp-col2 {
    margin-bottom: 30px;
  }

  .s2-pc {
    display: none;
  }

  .s2-sp {
    display: block;
  }

  .s2-img1 {
    width: 85vw;
  }

  .s2-sp .s2-wrapper .inner-container .inner .flexbox {
    display: grid;
    justify-content: center;

    grid-template-columns: 100%;
  }

  .s2-maintext {
    margin-top: 0;
    font-size: 18px;
    text-align: right;
    color: #554636;
  }

  .s2-sub-text {
    font-size: 18px;
    text-align: left;
    color: #554636;
  }

  /* ////////// */

  /* s3 */
  .col3-relative {
    position: relative;
    padding-bottom: 10%;
  }
  .s3-img-box {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .s3-pc {
    display: none;
  }

  .s3-sp {
    display: block;
  }

  .s3-sp-img1 {
    width: 85vw;
  }

  .s3-sp .s3-wrapper .inner-container .inner .flexbox {
    display: grid;
    justify-content: center;

    grid-template-columns: 100%;
  }

  .s3-sp-text1 {
    position: absolute;
    top: -.3rem;
    left: 5%;
    font-size: 18px;
  }

  .s3-sp-text2 {
    position: absolute;
    top: 60%;
    left: 5%;
    font-size: 14px;
  }

  .s3-sp-text3 {
    font-size: 18px;
    text-align: right;
  }


  /* テーブル */
  .s3-sp-text1 {
    color: #554636 !important;
    font-size: 18px;

    margin: 0;
  }

  .s3-sp-text2 {
    color: #554636 !important;
    font-size: 12px;

    margin: 0;
  }

  .s3-sp-text3 {
    color: #554636 !important;
    font-size: 18px;
    text-align: right;
    margin: 0;
  }

  table {
    font-size: 11px;
    border-color: inherit;
    border-collapse: collapse;
    border-color: inherit;
    border-collapse: collapse;
    margin: 0;
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    color: #554636;
  }

  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }

  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  td {
    font-size: 11px;
    line-height: 26px;
    width: fit-content;
  }

  .padding-full {
    padding-top: 0%;
    padding-bottom: 20%;
  }

  /* ////////// */


  .s3-col2 {
    padding-bottom: 10%;
  }
  .s3-col3 {
    padding-bottom: 10%;
  }
  .s3-sp-box {
    margin-top: -8.2rem;
    position: relative;
    z-index: 2;
    padding-left: 15px;
  }
  .s3-btnbox-sp {
    width: 100%;
    position: static;
  }
  .s3-btnbox-sp a {
    display: block;
    margin: 10vw auto 0;
    width: fit-content;
  }
  .s3-sp-maintext3 {
    color: #554636 !important;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 5%;
  }

  /* //////// */

  .s4 {
    margin-top: -1rem;
  }

  .s4-img1-sp {
    width: 85vw;
    margin-top: 4rem;
    margin-bottom: 20px;
  }

  .s4 .inner-container .inner .flexbox {
    display: grid;
    justify-content: center;
    column-gap: 5%;
    row-gap: 0;
    grid-template-columns: 100%;
    padding: 0 15px;
  }

  .s4-under-block {
    position: relative;
    width: 100%;
    height: 250px;
    z-index: -1;
  }

  .s4-box-img {
    position: absolute;
    top: -20%;
    right: 0;
    width: 500px;
  }



  /* s5 */

  .s5-textbox3 {
    position: absolute;
    top: 50%;
    left: 15%;
    color: #554636;

  }

  .s5-textbox4 {
    position: absolute;
    top: 43%;
    left: auto;
    right: 10%;
    color: #554636;

  }

  .s5 {
    margin-bottom: 50px;
  }

  .s5-textbox2 {
    position: absolute;
    top: 43%;
    left: auto;
    right: 10%;
    color: #554636;
  }
  .s5-img1 {
    width: 325px;
    margin-bottom: 50px;
  }

  .s5 .inner-container .inner .flexbox {
    display: grid;
    justify-content: center;
    column-gap: 5%;
    row-gap: 30px;
    grid-template-columns: 100%;
    flex-direction: column;
  }

  .s5-col1 {
    order: 2;
  }

  .s5-col2 {
    order: 1;
  }

  .s5-col3 {
    order: 4;
  }

  .s5-col4 {
    order: 3;
  }


  .s5-sp-bottom {
    margin-bottom: 60px;
  }

  .under-backtext {
    font-weight: bold;
    font-size: 12px;
    top: 63%;
    left: 25%;
    color: #fff;
    position: absolute;
    transform: rotate(-5deg);
  }

  .s5-onlinestore-img {
    display: none;
    width: 200px;
    position: absolute;
    top: 40%;
    right: 10%;
  }

  .s5-onlinestore-img-sp {
    display: block;
    width: 200px;
    position: absolute;
    top: 20%;
    right: 5%;
  }

  .s5-under-sp {
    display: block;
  }

  .s5-under-pc {
    display: none;
  }


  /* s6 */
  .s6-img1 {
    width: 350px;
  }

  .s6-box-img-sp1 {
    width: 80%;
  }

  .s6-box-img-sp2 {
    width: 90%;
  }

  .s6-box-img-sp3 {
    width: 80%;
  }

  .s6-box-img-sp4 {
    width: 90%;
  }

  .s6-box-img-sp5 {
    width: 90%;
  }

  .s6-box-img-sp6 {
    width: 90%;
  }


  .flex-wrapper {
    display: none;
  }

  .flex-wrapper2 {
    display: block;
    background-image: url("../img/s6_backgroundsp2.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 400px;
  }

  .flexbox3 {
    display: grid;
    justify-content: center;
    /* grid-template-rows: 100px 50px; */
    grid-row-gap: 5%;
    grid-template-columns: 100%;

  }

  .s6-content-text1-sp {
    margin-left: 10px;
    position: relative;
    font-size: 13px;
    color: #554636;
    text-align: right;
    margin-top: 0 !important;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .s6-content-text2-sp {
    position: relative;
    font-size: 13px;
    color: #554636;
    text-align: left;
    margin-right: 20px;
    margin-left: 20px;
  }

  .s6-col1 {
    display: flex;
    justify-content: flex-start;
  }

  .s6-col2 {
    display: flex;
    justify-content: flex-end;
  }

  .s6-col3 {
    display: flex;
    justify-content: flex-start;
  }

  .s6-col4 {
    display: flex;
    justify-content: flex-end;
  }

  .s6-col5 {
    display: flex;
    justify-content: center;
  }

  .s6-col6 {
    display: flex;
    justify-content: flex-start;
  }

  .flex-box3 .col {
    margin-bottom: 20px;
  }

  .s6-text-img1 {
    position: absolute;
    max-width: 84px;
    top: 27%;
    left: auto;
    right: 6.5rem;
    z-index: -100;
  }

  .s6-text-img2 {
    position: absolute;
    max-width: 84px;
    top: 53%;
    left: 9.5rem;
    z-index: -1;
  }

  .flex-wrapper .flexbox1 .col .col-box {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }

  .flex-wrapper .flexbox2 .col .col-box {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }

  .flex-wrapper2 .flexbox3 .col {
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }


  /* /////// */


  /* フッター */


  footer .inner {
    position: relative !important;
    width: 700px;
    /* 好きな幅 */
    max-width: 100%;
    padding: 30px 0px;
  }


  footer .inner .footer-inner-container {
    display: grid;
    /* grid-template-rows: 100px 50px; */
    grid-template-columns: 100%;
  }

  .footer-box-img1 {
    width: 160.5px;
    margin-bottom: 0px;
    text-align: center;
  }

  .footer-text1 {
    text-align: center;
    font-size: 11px !important;
    font-weight: normal;
    margin-bottom: 25px;
    color: #554636;
  }

  .footer-text2 {
    text-align: center;
    list-style: none;
    padding-left: 0;
    font-size: 13px !important;
    font-weight: normal;
    color: #554636;
    margin-bottom: 20px;
  }

  .icon-box a img {
    width: 30px;
    margin-right: 10px;
  }

  .footer-inner-container .footer-icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .sp-logo-flex {
    display: flex;
    justify-content: center;
  }

  .footer-list-access {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .footer-list-text1 {
    display: flex;
    justify-content: center;
  }

  .list-box {
    text-align: left;
  }


  /* /////////// */


  .pc-fixed {
    display: none;
  }

  /* ///////// */
/* 岡野追加 */
.btn3 {
  margin-top: 40px;
}
.s5-textbox3 {
  top: 46%;
}
.s5-textbox2 .s5-textmain,
.s5-textbox3 .s5-textmain,
.s5-textbox4 .s5-textmain,
.s5-textbox5 .s5-textmain {
  font-size: 20px;
}
}

.mv-three-sp {
  display: none;
}

.mv-three{
  position: fixed;
  width: 70px;
  bottom: 10vh;
  right: 0;
  z-index: 998;
}
.mv-three:hover {
  opacity: .8;
}
.mv-three a{
  width: 100%;
  display: block;
}
.mv-three a:hover {
  box-shadow: none;
}
.mv-three img{
  max-width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {

  .mv-three{
      display: none;
  }
  .mv-three-sp{
      width: 100vw;
      right: 0;
      position: fixed;
      bottom: 0px;
      background-color: #ffffffaa;
      z-index: 998;
  }
  .mv-three-sp a {
      width: 100%;
      display: block;
  }
  .mv-three-sp img{
      width: 100%;
  }
}