.wrap {
  overflow: hidden;
}

header {
  z-index: 99999;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1%;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 0% 0.5%;
  }
}
header #Toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  header #Toggle {
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    position: relative;
    right: 10px;
    z-index: 10000;
    cursor: pointer;
  }
  header #Toggle p {
    position: relative;
  }
  header #Toggle span {
    display: block;
    height: 3px;
    background: #3f3a34;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out;
  }
  header #Toggle span:nth-child(1) {
    top: 0px;
  }
  header #Toggle span:nth-child(2) {
    top: 12px;
  }
  header #Toggle span:nth-child(3) {
    top: 24px;
  }
}
header h1 img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  header nav {
    width: 100%;
    height: 100vh;
    background-color: rgba(142, 142, 142, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    margin: 0;
  }
}
header nav ul {
  display: flex;
  flex-direction: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header nav ul {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
header nav ul li {
  display: table-cell;
  margin-right: 2em;
}
@media screen and (max-width: 1024px) {
  header nav ul li {
    margin: 0;
    text-align: center;
    display: block;
  }
}
header nav ul li:hover {
  color: #fff;
  background-color: #999;
}
header nav ul li:hover a {
  cursor: pointer;
  color: #fff;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
}
header nav ul li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header nav ul li:hover .menu {
    display: none;
  }
}
header nav ul li a {
  cursor: pointer;
  display: block;
  padding: 2.5em 1.5em;
  transition: all 0.2s ease-in;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
}
@media screen and (max-width: 1024px) {
  header nav ul li a {
    color: #fff;
  }
}
header nav ul .menu {
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #999;
}
header nav ul .menu .menu_inner {
  justify-content: flex-end;
  padding: 2em 3em;
}
header nav ul .menu .menu_inner li {
  margin: 0 0.5em;
}
header nav ul .menu a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  header nav ul .menu a {
    padding: 10px 0;
    color: #3f3a34;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .open #Toggle span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
  }
  .open #Toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #Toggle span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg);
  }
}

.wrap_alert {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 80px;
  background-color: #f30000;
  position: relative;
  z-index: 10;
}
.wrap_alert .con_alert {
  color: #fff;
  text-align: center;
  padding: 1.5em;
  position: relative;
  padding-left: 45px;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .wrap_alert .con_alert {
    font-size: 0.9em;
    line-height: 1.4em;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_alert .con_alert {
    font-size: 0.8em;
  }
}
.wrap_alert .con_alert:before {
  content: "";
  display: block;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: 0;
  width: 32px;
  height: 32px;
  margin: auto 0;
  background: url(../images/home/img_alert.png) center/cover no-repeat;
}

.con_hero {
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .con_hero {
    flex-wrap: wrap;
  }
}
.con_hero .hero-title {
  width: 22%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .con_hero .hero-title {
    width: 100%;
    /*for IE10*/
    /* for old webkit browser */
    order: 2;
    position: static;
  }
}
.con_hero .hero-title .hero-catch {
  position: absolute;
  left: 120px;
  top: 35vh;
  padding: 20px;
  z-index: 100;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .con_hero .hero-title .hero-catch {
    margin-top: 20px;
    position: static;
    padding: 3%;
    text-align: center;
    writing-mode: horizontal-tb;
    font-size: 2em;
  }
}
.con_hero .hero-title .hero-catch .wrap_biito_ribon01 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .con_hero .hero-title .hero-catch .wrap_biito_ribon01 {
    display: block;
    width: 50%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 896px) {
  .con_hero .hero-title .hero-catch .wrap_biito_ribon01 {
    width: 90%;
  }
}
.con_hero .hero-title .hero-catch .hero-sub .line-horizontal span {
  font-size: 1.2em;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  line-height: 2em;
  letter-spacing: 0.3em;
  margin-left: 3px;
  color: #3f3a34;
}
@media screen and (max-width: 1024px) {
  .con_hero .hero-title .hero-catch .hero-sub .line-horizontal span {
    letter-spacing: 0;
    line-height: 2em;
    font-size: calc(85% + 0.25vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .con_hero .hero-title .hero-catch .hero-sub .line-horizontal span {
    font-size: calc(70% + 0.25vw);
    line-height: 1.3em;
    font-size: 0.9em;
  }
}
.con_hero .img_hero {
  width: 78%;
}
@media screen and (max-width: 1024px) {
  .con_hero .img_hero {
    width: 100%;
    /*for IE10*/
    /* for old webkit browser */
    order: 1;
  }
}
.con_hero .img_hero .con_medal {
  position: absolute;
  width: 240px;
  top: 140px;
  right: 3vh;
  z-index: 3000;
}
@media screen and (max-width: 1024px) {
  .con_hero .img_hero .con_medal {
    top: 135px;
    width: 120px;
    right: 2vh;
  }
}
.con_hero .img_hero ul {
  max-width: 100%;
  height: 100%;
}
.con_hero .img_hero ul img {
  object-fit: cover;
  width: 100%;
  height: 841px;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .con_hero .img_hero ul img {
    height: 55vh;
  }
}
.con_hero .hero_bg {
  position: absolute;
  height: 110vh;
  bottom: 0;
  top: 350px;
  background: #F5F5F5;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .con_hero .hero_bg {
    display: none;
  }
}

.con_biito2_intro {
  margin: 150px auto 0;
  width: 1200px;
  padding: 1.5em;
  background: #fff;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1280px) {
  .con_biito2_intro {
    padding: 0.5em;
    width: 90%;
    box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 896px) {
  .con_biito2_intro {
    margin: 100px auto 0;
  }
}
.con_biito2_intro .wrap_biito_ribon02 {
  margin: -70px auto 0;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_biito2_intro .wrap_biito_ribon02 {
    width: 90%;
  }
}
.con_biito2_intro .wrap_biito_ribon02 .ribon01 {
  text-align: center;
  margin: 0 auto;
  background: #bea779;
  padding: 1em;
  font-family: "Noto Serif JP", serif;
  color: #3f3a34;
  font-size: 1.4em;
}
@media screen and (max-width: 1024px) {
  .con_biito2_intro .wrap_biito_ribon02 .ribon01 {
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0 auto;
  }
}
.con_biito2_intro .wrap_biito_ribon02 .ribon01 br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .con_biito2_intro .wrap_biito_ribon02 .ribon01 br {
    display: block;
    width: 90%;
  }
}
.con_biito2_intro .wrap_biito_ribon02 p {
  font-family: "Noto Serif JP", serif;
  margin: 0 auto 40px;
  background: #3f3a34;
  color: #fff;
  padding: 1em;
}
.con_biito2_intro .wrap_biito2_intro {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .con_biito2_intro .wrap_biito2_intro {
    display: block;
    width: 85%;
  }
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 {
    width: 100%;
  }
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .img_biito_tl {
  width: 546px;
  margin-bottom: 50px;
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .tl_biito {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 3em;
  color: #3f3a34;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 .tl_biito {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 .tl_biito {
    line-height: 1.4em;
    font-size: 2em;
  }
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .tl_biito .br_sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 .tl_biito .br_sp {
    display: block;
  }
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .st_biito {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2em;
  color: #3f3a34;
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 .st_biito {
    line-height: 1.3em;
    font-size: 1.3em;
  }
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 p {
  font-size: 1em;
  color: #3f3a34;
  line-height: 1.8em;
  margin-bottom: 40px;
  /* 				br {
  	@include max(896) {
  		display:none;
  	}
  } */
}
@media screen and (max-width: 896px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 p {
    font-size: 0.9em;
    letter-spacing: 0.1em;
  }
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .img_filter {
  width: 581px;
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .box_3mode_select {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .box_3mode_select .right_select {
  display: flex;
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .box_3mode_select .ic_3mode_select img {
  width: 80%;
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .box_3mode_select .ic_3mode_select p {
  line-height: 1.2em;
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  color: #3f3a34;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 .box_3mode_select .ic_3mode_select p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 425px) {
  .con_biito2_intro .wrap_biito2_intro .left_biito2 .box_3mode_select .ic_3mode_select p {
    font-size: 0.7em;
  }
}
.con_biito2_intro .wrap_biito2_intro .left_biito2 .box_3mode_select span {
  background: #bea879;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .con_biito2_intro .wrap_biito2_intro .right_biito2 {
    display: block;
    margin: 50px auto 0;
    padding: 0 2%;
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .con_biito2_intro .wrap_biito2_intro .right_biito2 {
    width: 50%;
    margin: 50px auto 20px;
  }
}

.con_contact {
  margin: 50px auto 0;
  width: 1200px;
  background: #E6E6DF;
  padding: 3% 5%;
}
@media screen and (max-width: 1024px) {
  .con_contact {
    width: 90%;
    margin: 50px auto 0;
  }
}
.con_contact .st_contact {
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 2.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .con_contact .st_contact {
    width: 100%;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 896px) {
  .con_contact .st_contact {
    font-size: 1.4em;
  }
}
.con_contact .st_contact span {
  color: #3f3a34;
}
@media screen and (max-width: 896px) {
  .con_contact .st_contact span {
    display: none;
  }
}
.con_contact .st_contact br {
  display: none;
}
@media screen and (max-width: 896px) {
  .con_contact .st_contact br {
    display: block;
  }
}
.con_contact .img_info_sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .con_contact .img_info_sp {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .con_contact .img_info_pc {
    display: none;
  }
}
.con_contact p {
  color: #3f3a34;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .con_contact p {
    font-size: 1em;
  }
}
.con_contact .wrap_contact {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .con_contact .wrap_contact {
    display: block;
  }
}
.con_contact .wrap_contact .left_contact {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .con_contact .wrap_contact .left_contact {
    width: 100%;
    margin-bottom: 10px;
  }
}
.con_contact .wrap_contact .left_contact .tel_link {
  font-family: "Noto Serif JP", serif;
  color: #3f3a34;
  font-size: 3.4em;
}
@media screen and (max-width: 1024px) {
  .con_contact .wrap_contact .left_contact .tel_link {
    font-size: 2.4em;
    text-align: center;
  }
}
.con_contact .wrap_contact .left_contact .tel_link img {
  margin-right: 1%;
  width: 1.2em;
}
.con_contact .wrap_contact .left_contact .lcl-contact_alert {
  margin-top: 10px;
  font-size: 1.2em;
}
@media screen and (max-width: 896px) {
  .con_contact .wrap_contact .left_contact .lcl-contact_alert {
    font-size: 0.8em;
  }
}
.wrap_contact ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-top: 30px;
}
.wrap_contact ul li {
width: 48%;
}
.wrap_contact ul li a{
display: block;
background: #fff;
text-align: center;
padding: 25px 0;
border: 1px solid #ccc;
font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 896px) {
.wrap_contact ul {
padding-top: 0;
}
.wrap_contact ul li {
width: 100%;
margin-bottom: 5px;
}
.wrap_contact ul li:last-child{
margin-bottom: 0;
}
.wrap_contact ul li a{
font-size: 1.5rem;
padding: 20px 0;
}
}


hr {
  margin: 50px auto;
  border-top: 1px solid #bbb;
}

.con_3way {
  margin: 100px auto 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .con_3way {
    width: 90%;
  }
}
.con_3way .tl_point {
  width: 1000px;
  margin: 0 auto 100px;
  text-align: center;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 2.6em;
}
@media screen and (max-width: 1280px) {
  .con_3way .tl_point {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .tl_point {
    font-size: 2em;
  }
}
.con_3way .tl_point span {
  font-size: 1.4em;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
}
.con_3way .st_3way {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 4em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .con_3way .st_3way {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .st_3way {
    font-size: 2.4em;
    margin-bottom: 50px;
  }
}
.con_3way .st_3way span {
  font-size: 1.4em;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
}
.con_3way .st_3way_sub {
  text-align: center;
  font-size: 1em;
  color: #3f3a34;
  line-height: 1.8em;
  margin-bottom: 40px;
}
.con_3way .tab_box_3way {
  width: 800px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_3way .tab_box_3way {
    width: 90%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .tab_box_3way {
    display: block;
    text-align: center;
  }
}
.con_3way .tab_box_3way .tab_1way {
  border: 1px solid #bea779;
  padding: 1em;
  margin-bottom: 0.2em;
  width: 49%;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .con_3way .tab_box_3way .tab_1way {
    width: 100%;
  }
}
.con_3way .tab_box_3way .tab_1way a {
  color: #bea779;
}
@media screen and (max-width: 1280px) {
  .con_3way .tab_box_3way .tab_1way a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1024px) {
  .con_3way .tab_box_3way .tab_1way a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .tab_box_3way .tab_1way a {
    font-size: 0.8em;
  }
}
.con_3way .wrap_1way {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_1way {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.con_3way .wrap_1way .left_1way {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_1way .left_1way {
    width: 100%;
  }
}
.con_3way .wrap_1way .left_1way .way_logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_1way .left_1way .way_logo {
    width: 15%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_1way .left_1way .way_logo {
    width: 20%;
  }
}
.con_3way .wrap_1way .left_1way .tl_1way {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_1way .left_1way .tl_1way {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_1way .left_1way .tl_1way {
    font-size: 1.8em;
  }
}
.con_3way .wrap_1way .left_1way .st_1way {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 1.8em;
  color: #3f3a34;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_1way .left_1way .st_1way {
    font-size: 1.2em;
  }
}
.con_3way .wrap_1way .left_1way p {
  font-size: 1em;
  color: #3f3a34;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_1way .left_1way p {
    font-size: 0.9em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_1way .left_1way p br {
    display: none;
  }
}
.con_3way .wrap_1way .right_1way {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_1way .right_1way {
    width: 800px;
    margin: 0 auto;
    justify-content: center;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1024px) {
  .con_3way .wrap_1way .right_1way {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_1way .right_1way {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.con_3way .wrap_1way .right_1way img {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_1way .right_1way img {
    align-self: flex-start;
  }
}
.con_3way .wrap_1way .right_1way video {
  width: 100%;
}
.con_3way .wrap_2way {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_2way {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.con_3way .wrap_2way .left_2way {
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_2way .left_2way {
    width: 100%;
  }
}
.con_3way .wrap_2way .left_2way .way_logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_2way .left_2way .way_logo {
    width: 15%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .left_2way .way_logo {
    width: 20%;
  }
}
.con_3way .wrap_2way .left_2way .tl_1way {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_2way .left_2way .tl_1way {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .left_2way .tl_1way {
    font-size: 1.8em;
  }
}
.con_3way .wrap_2way .left_2way .st_1way {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 1.8em;
  color: #3f3a34;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .left_2way .st_1way {
    font-size: 1.2em;
  }
}
.con_3way .wrap_2way .left_2way p {
  font-size: 1em;
  color: #3f3a34;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .left_2way p {
    margin-bottom: 20px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .left_2way p br {
    display: none;
  }
}
.con_3way .wrap_2way .right_2way {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_2way .right_2way {
    width: 800px;
    margin: 0 auto 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .right_2way {
    width: 100%;
  }
}
.con_3way .wrap_2way .right_2way img {
  margin: 1%;
  width: 48%;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .right_2way img {
    max-width: 48%;
    align-self: flex-start;
  }
}
.con_3way .wrap_2way .right_2way video {
  width: 100%;
}
.con_3way .wrap_2way .right_2way p {
  margin-top: 10px;
  font-size: 0.8em;
  color: #3f3a34;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_2way .right_2way p {
    font-size: 0.65em;
  }
}
.con_3way hr {
  width: 1200px;
  margin: 10px auto;
}
@media screen and (max-width: 1280px) {
  .con_3way hr {
    width: 800px;
  }
}
@media screen and (max-width: 896px) {
  .con_3way hr {
    width: 90%;
    margin: 30px auto;
  }
}
.con_3way .img_2way_collagen {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_3way .img_2way_collagen {
    width: 800px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 1280px) and (max-width: 896px) {
  .con_3way .img_2way_collagen {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.con_3way .img_2way_collagen .display_pc {
  padding: 1%;
}
@media screen and (max-width: 1280px) {
  .con_3way .img_2way_collagen .display_pc {
    display: none;
  }
}
.con_3way .img_2way_collagen .display_sp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .con_3way .img_2way_collagen .display_sp {
    display: block;
  }
}
.con_3way .img_2way_collagen h6 {
  display: none;
}
@media screen and (max-width: 1280px) {
  .con_3way .img_2way_collagen h6 {
    color: #3f3a34;
    font-size: 1em;
    display: block;
    margin: 40px auto 0;
    background: #E6E6DF;
    padding: 5px;
  }
}
.con_3way .wrap_3way {
  width: 1200px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_3way {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 100px;
  }
}
.con_3way .wrap_3way .left_3way {
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_3way .left_3way {
    width: 100%;
  }
}
.con_3way .wrap_3way .left_3way .way_logo {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_3way .left_3way .way_logo {
    width: 15%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_3way .left_3way .way_logo {
    width: 20%;
  }
}
.con_3way .wrap_3way .left_3way .tl_3way {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_3way .left_3way .tl_3way {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_3way .left_3way .tl_3way {
    font-size: 1.8em;
  }
}
.con_3way .wrap_3way .left_3way p {
  font-size: 1em;
  color: #3f3a34;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_3way .left_3way p {
    margin-bottom: 20px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_3way .left_3way p br {
    display: none;
  }
}
.con_3way .wrap_3way .right_3way {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .con_3way .wrap_3way .right_3way {
    width: 800px;
    margin: 0 auto;
    justify-content: center;
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_3way .right_3way {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_3way .right_3way img {
    max-width: 100%;
    align-self: flex-start;
  }
}
.con_3way .wrap_3way .right_3way video {
  width: 100%;
}
.con_3way .wrap_3way .right_3way p {
  margin-top: 10px;
  font-size: 0.8em;
  color: #3f3a34;
}
@media screen and (max-width: 896px) {
  .con_3way .wrap_3way .right_3way p {
    font-size: 0.65em;
  }
}

.con_part {
  width: 1200px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1280px) {
  .con_part {
    width: 90%;
    margin: 0 auto;
  }
}
.con_part .img_part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .con_part .img_part {
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  .con_part .img_part {
    flex-wrap: wrap;
  }
}
.con_part .img_part li {
  width: 16%;
  text-align: center;
  background-color: #f1ede6;
}
@media screen and (max-width: 896px) {
  .con_part .img_part li {
    width: 31%;
    margin-top: 0.5em;
  }
}
.con_part .img_part li img {
  padding: 0 1em;
}
@media screen and (max-width: 1024px) {
  .con_part .img_part li img {
    align-self: flex-start;
  }
}
@media screen and (max-width: 896px) {
  .con_part .img_part li img {
    width: 100%;
    padding: 0.5em 0 0;
  }
}
.con_part .img_part li p {
  color: #3f3a34;
  padding: 0 0.5em 0.5em;
}

.con_ba {
  margin-top: 80px;
  background-color: #E6E6DF;
  text-align: center;
  padding: 2em 3em;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .con_ba {
    margin-top: 40px;
    padding: 0;
    background: #fff;
    width: 100%;
  }
}
.con_ba .wrap_ba {
  width: 800px;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .con_ba .wrap_ba {
    width: 638px;
  }
}
@media screen and (max-width: 896px) {
  .con_ba .wrap_ba {
    width: 90%;
  }
}
.con_ba .wrap_ba img {
  width: 50%;
  align-self: flex-start;
}

.con_thr {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_thr {
    margin: 30px auto 0;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.con_thr .left_thr {
  width: 52%;
}
@media screen and (max-width: 1280px) {
  .con_thr .left_thr {
    width: 800px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  .con_thr .left_thr {
    width: 90%;
  }
}
.con_thr .left_thr .left_thr_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con_thr .left_thr .left_thr_img .box_thr_before {
  width: 43%;
}
.con_thr .left_thr .left_thr_img .box_thr_before p {
  padding: 0 1em;
  color: #3f3a34;
  line-height: 1.1em;
  font-size: 0.9em;
}
@media screen and (max-width: 896px) {
  .con_thr .left_thr .left_thr_img .box_thr_before p {
    text-align: left;
    font-size: 0.7em;
    padding: 0;
    line-height: 1.3em;
  }
}
.con_thr .left_thr .left_thr_img .box_thr_arrow {
  width: 7%;
}
.con_thr .left_thr .left_thr_img .box_thr_after {
  width: 43%;
}
.con_thr .left_thr .left_thr_img .box_thr_after p {
  padding: 0 1em;
  color: #3f3a34;
  line-height: 1.1em;
  font-size: 0.9em;
}
@media screen and (max-width: 896px) {
  .con_thr .left_thr .left_thr_img .box_thr_after p {
    text-align: left;
    font-size: 0.7em;
    padding: 0;
    line-height: 1.3em;
  }
}
.con_thr .right_thr {
  width: 46%;
}
@media screen and (max-width: 1280px) {
  .con_thr .right_thr {
    margin: 20px auto 0;
    text-align: center;
    width: 90%;
  }
}
.con_thr .right_thr p {
  font-size: 1em;
  color: #3f3a34;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .con_thr .right_thr p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 896px) {
  .con_thr .right_thr p br {
    display: none;
  }
}

.con_point2 {
  margin: 100px auto 0;
  width: 100%;
  height: auto;
  background-color: #bea779;
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .con_point2 {
    width: 100%;
  }
}
.con_point2 .tl_point {
  width: 1000px;
  margin: 0 auto 100px;
  text-align: center;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #fff;
  font-size: 2.6em;
}
@media screen and (max-width: 1280px) {
  .con_point2 .tl_point {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .con_point2 .tl_point {
    font-size: 2em;
  }
}
.con_point2 .tl_point span {
  font-size: 1.4em;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #fff;
}
.con_point2 .wrap_point2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_point2 .wrap_point2 {
    width: 90%;
    display: block;
    text-align: center;
  }
}
.con_point2 .wrap_point2 .left_point2 {
  width: 100%;
}
.con_point2 .wrap_point2 .left_point2 .tl_biito {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_point2 .wrap_point2 .left_point2 .tl_biito {
    margin-top: 20px;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 .tl_biito {
    font-size: 1.8em;
  }
}
.con_point2 .wrap_point2 .left_point2 .st_3mode {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 1.8em;
  color: #3f3a34;
  margin-bottom: 30px;
  line-height: 1.4em;
  background: #fff;
  padding: 10px 30px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_point2 .wrap_point2 .left_point2 .st_3mode {
    width: 100%;
    font-size: 1.2em;
  }
}
.con_point2 .wrap_point2 .left_point2 .img_3mode {
  margin-bottom: 15px;
}
.con_point2 .wrap_point2 .left_point2 p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 p br {
    display: none;
  }
}
.con_point2 .wrap_point2 .left_point2 hr {
  border-top: 1px solid #fff;
}
.con_point2 .wrap_point2 .left_point2 .wrap_3mode_type {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 .wrap_3mode_type {
    display: block;
    margin: 5px auto;
  }
}
.con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type {
  width: 30%;
  margin-bottom: 10px;
  border: 6px solid #fff;
  background: #fff;
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type {
    width: 100%;
    display: flex;
    align-items: center;
    border: none;
    text-align: center;
    margin: 0 auto 1em;
    padding: 0.2em;
  }
}
.con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type video {
  width: 100%;
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type video {
    width: 30%;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type video {
    width: 50%;
  }
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type .box_3mode {
    width: 50%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    align-self: flex-start;
  }
}
.con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type .box_3mode .img_3mode_type {
  width: 100%;
}
.con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type .box_3mode p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 0;
  text-align: center;
  color: #3f3a34;
  letter-spacing: 0.1em;
  padding: 0.5em 2em;
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type .box_3mode p {
    padding: 1em;
  }
}
@media screen and (max-width: 425px) {
  .con_point2 .wrap_point2 .left_point2 .wrap_3mode_type .box_3mode_type .box_3mode p {
    padding: 0.5em;
  }
}
.con_point2 .wrap_point2_small {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_point2 .wrap_point2_small {
    width: 90%;
    display: block;
    text-align: center;
  }
}
.con_point2 .wrap_point2_small .left_small {
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .con_point2 .wrap_point2_small .left_small {
    width: 100%;
  }
}
.con_point2 .wrap_point2_small .left_small .st_3mode {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 1.8em;
  color: #3f3a34;
  margin-bottom: 30px;
  line-height: 1.4em;
  background: #fff;
  padding: 10px 30px;
}
@media screen and (max-width: 1280px) {
  .con_point2 .wrap_point2_small .left_small .st_3mode {
    width: 100%;
    font-size: 1.2em;
  }
}
.con_point2 .wrap_point2_small .left_small p {
  font-size: 1em;
  color: #fff;
  line-height: 1.8em;
  margin-bottom: 40px;
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2_small .left_small p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2_small .left_small p br {
    display: none;
  }
}
.con_point2 .wrap_point2_small .right_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 45%;
}
@media screen and (max-width: 1280px) {
  .con_point2 .wrap_point2_small .right_small {
    width: 800px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2_small .right_small {
    width: 100%;
  }
}
.con_point2 .wrap_point2_small .right_small img {
  align-self: flex-start;
}
.con_point2 .wrap_point2_small .right_small p {
  margin-top: 10px;
  font-size: 0.8em;
  color: #fff;
}
@media screen and (max-width: 896px) {
  .con_point2 .wrap_point2_small .right_small p {
    font-size: 0.65em;
  }
}

.con_point3 {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: #E6E6DF;
  padding: 100px 0 100px;
}
@media screen and (max-width: 1024px) {
  .con_point3 {
    width: 100%;
  }
}
.con_point3 .tl_point {
  width: 1000px;
  margin: 0 auto 60px;
  text-align: center;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 2.6em;
}
@media screen and (max-width: 1280px) {
  .con_point3 .tl_point {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .con_point3 .tl_point {
    font-size: 2em;
  }
}
.con_point3 .tl_point span {
  font-size: 1.4em;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
}
.con_point3 .wrap_point3 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 {
    width: 90%;
    display: block;
    text-align: center;
  }
}
.con_point3 .wrap_point3 .left_point3 {
  width: 100%;
}
.con_point3 .wrap_point3 .left_point3 .tl_anzen {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 .left_point3 .tl_anzen {
    margin-top: 20px;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_point3 .wrap_point3 .left_point3 .tl_anzen {
    font-size: 1.8em;
  }
}
.con_point3 .wrap_point3 .left_point3 .tl_biito {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
  margin: 0 0 30px -27px;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 .left_point3 .tl_biito {
    margin-top: 20px;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_point3 .wrap_point3 .left_point3 .tl_biito {
    font-size: 1.8em;
  }
}
.con_point3 .wrap_point3 .left_point3 .tl_biito br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 .left_point3 .tl_biito br {
    display: block;
  }
}
.con_point3 .wrap_point3 .left_point3 .st_3mode {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 1.8em;
  color: #988561;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 .left_point3 .st_3mode {
    width: 100%;
    font-size: 1.2em;
  }
}
.con_point3 .wrap_point3 .left_point3 .st_3mode br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 .left_point3 .st_3mode br {
    display: block;
  }
}
.con_point3 .wrap_point3 .left_point3 .wrap_point3_merit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5em;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .con_point3 .wrap_point3 .left_point3 .wrap_point3_merit {
    display: block;
  }
}
.con_point3 .wrap_point3 .left_point3 .wrap_point3_merit .box_safety3 {
  padding: 2%;
}
.con_point3 .wrap_point3 .left_point3 .wrap_point3_merit .box_safety3 .tl_safety3 {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4em;
  padding: 5px;
  background: #bea779;
}
.con_point3 .wrap_point3 .left_point3 .wrap_point3_merit .box_safety3 p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #3f3a34;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 .left_point3 .wrap_point3_merit .box_safety3 p {
    margin-bottom: 20px;
  }
}
.con_point3 .wrap_point3 .right_point3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 17%;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point3 .right_point3 {
    display: none;
  }
}
.con_point3 .wrap_point3 .right_point3 img {
  margin: 1%;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .con_point3 .wrap_point3 .right_point3 img {
    max-width: 45%;
    align-self: flex-start;
  }
}
.con_point3 .wrap_point_hp {
  width: 1200px;
  margin: 10px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point_hp {
    margin-top: 100px;
    width: 90%;
    display: block;
    text-align: center;
  }
}
.con_point3 .wrap_point_hp .left_point_hp {
  width: 60%;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point_hp .left_point_hp {
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  .con_point3 .wrap_point_hp .left_point_hp {
    width: 100%;
  }
}
.con_point3 .wrap_point_hp .left_point_hp .tl_point_hp {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point_hp .left_point_hp .tl_point_hp {
    margin-bottom: 30px;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_point3 .wrap_point_hp .left_point_hp .tl_point_hp {
    font-size: 1.8em;
  }
}
.con_point3 .wrap_point_hp .left_point_hp .tl_point_hp br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .con_point3 .wrap_point_hp .left_point_hp .tl_point_hp br {
    display: block;
  }
}
.con_point3 .wrap_point_hp .right_point_hp {
  width: 40%;
}
@media screen and (max-width: 1280px) {
  .con_point3 .wrap_point_hp .right_point_hp {
    width: 800px;
    margin: 0 auto;
    justify-content: center;
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .con_point3 .wrap_point_hp .right_point_hp {
    width: 100%;
  }
}
.con_point3 .wrap_point_hp .right_point_hp img {
  margin: 1%;
}
@media screen and (max-width: 896px) {
  .con_point3 .wrap_point_hp .right_point_hp img {
    max-width: 100%;
  }
}

.con_select {
  margin: 0 auto 30px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .con_select {
    width: 100%;
  }
}
.con_select .tl_select {
  width: 100%;
  margin: 0 auto 50px;
  padding: 70px;
  text-align: center;
  font-family: "Quattrocento", serif;
  font-feature-settings: "palt" 1;
  color: #fff;
  font-size: 2.6em;
  background-color: #bea779;
}
@media screen and (max-width: 1280px) {
  .con_select .tl_select {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .con_select .tl_select {
    font-size: 1.8em;
    padding: 1em;
  }
}
.con_select .wrap_select {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1280px) {
  .con_select .wrap_select {
    text-align: center;
    width: 100%;
  }
}
.con_select .wrap_select .box_select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.con_select .wrap_select .box_select li {
  width: 46%;
  margin: 1em auto;
  background: #fff;
  box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 896px) {
  .con_select .wrap_select .box_select li {
    width: 90%;
    margin: 0.5em auto;
  }
}
.con_select .wrap_select .box_select li h4 {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2em;
  color: #3f3a34;
  line-height: 1.4em;
  padding: 1em 0 0;
}
@media screen and (max-width: 896px) {
  .con_select .wrap_select .box_select li h4 {
    font-size: 1.4em;
  }
}
.con_select .wrap_select .box_select li .title_red {
  color: #df3e3e;
  margin-bottom: 1em;
}
.con_select .wrap_select .box_select li img {
  padding: 1.5em;
  width: 100%;
}
.con_select .wrap_select .box_select li p {
  font-size: 1.2em;
  padding: 0 1.5em 1.5em;
  line-height: 1.4em;
  color: #3f3a34;
}
@media screen and (max-width: 896px) {
  .con_select .wrap_select .box_select li p {
    font-size: 0.9em;
  }
}
.con_select .wrap_select .box_select li .cap_men {
  color: #2795ee;
}
.con_select .wrap_select .box_select li .cap_fe {
  color: #ed5c65;
}

.con_month {
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .con_month {
    width: 100%;
  }
}
.con_month .wrap_month {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month {
    width: 90%;
  }
}
.con_month .wrap_month .box_month {
  width: 100%;
}
.con_month .wrap_month .box_month .tl_month {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
  margin: 30px 0;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month .box_month .tl_month {
    margin-top: 20px;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_month .wrap_month .box_month .tl_month {
    font-size: 1.6em;
  }
}
.con_month .wrap_month .box_month .tl_month span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #3f3a34;
  letter-spacing: -0.1em;
}
.con_month .wrap_month .box_month .st_homecare {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 1.8em;
  color: #988561;
  margin-bottom: 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month .box_month .st_homecare {
    width: 100%;
    font-size: 1.2em;
  }
}
.con_month .wrap_month .box_month .st_homecare br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month .box_month .st_homecare br {
    display: block;
  }
}
.con_month .wrap_month .con_care_time {
  width: 100%;
}
.con_month .wrap_month .con_care_time .img_care_pc {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month .con_care_time .img_care_pc {
    display: none;
  }
}
.con_month .wrap_month .con_care_time .img_care_sp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month .con_care_time .img_care_sp {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.con_month .wrap_month_hp {
  width: 1150px;
  margin: 10px auto 50px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month_hp {
    width: 100%;
  }
}
.con_month .wrap_month_hp .tl_month {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #3f3a34;
  margin: 30px 0;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  .con_month .wrap_month_hp .tl_month {
    margin-top: 20px;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_month .wrap_month_hp .tl_month {
    font-size: 1.8em;
  }
}
.con_month .wrap_month_hp .tl_month span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #3f3a34;
}
.con_month .wrap_month_hp .con_month_hp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .con_month .wrap_month_hp .con_month_hp {
    margin: 20px auto;
    display: block;
    text-align: center;
    width: 90%;
  }
}
.con_month .wrap_month_hp .con_month_hp img {
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .con_table {
    padding: 0 1em;
    overflow-x: scroll;
  }
}

.con_sale {
  margin: 50px auto 0;
  width: 100%;
  height: auto;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .con_sale {
    width: 100%;
  }
}
.con_sale .wrap_sale {
  width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_sale .wrap_sale {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .con_sale .wrap_sale {
    width: 800px;
  }
}
@media screen and (max-width: 896px) {
  .con_sale .wrap_sale {
    width: 90%;
    display: block;
  }
}
.con_sale .wrap_sale .pc_sale {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 896px) {
  .con_sale .wrap_sale .pc_sale {
    display: none;
  }
}
.con_sale .wrap_sale .pc_sale h4 {
  position: absolute;
  top: 24%;
  left: 7%;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 2.2em;
}
@media screen and (max-width: 1024px) {
  .con_sale .wrap_sale .pc_sale h4 {
    font-size: 1.5em;
  }
}
.con_sale .wrap_sale .pc_sale ul {
  position: absolute;
  top: 18%;
  left: 56%;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .con_sale .wrap_sale .pc_sale ul {
    line-height: 1.3em;
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .con_sale .wrap_sale .pc_sale ul {
    line-height: 1.2em;
    font-size: 0.9em;
  }
}
.con_sale .wrap_sale .sp_sale {
  display: none;
  position: relative;
}
@media screen and (max-width: 896px) {
  .con_sale .wrap_sale .sp_sale {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .con_sale .wrap_sale .sp_sale {
    width: 300px;
  }
}
@media screen and (max-width: 320px) {
  .con_sale .wrap_sale .sp_sale {
    width: 280px;
  }
}
.con_sale .wrap_sale .sp_sale h4 {
  position: absolute;
  top: 19%;
  left: 18%;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 1.4em;
}
@media screen and (max-width: 820px) {
  .con_sale .wrap_sale .sp_sale h4 {
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .con_sale .wrap_sale .sp_sale h4 {
    left: 13%;
  }
}
@media screen and (max-width: 680px) {
  .con_sale .wrap_sale .sp_sale h4 {
    left: 8%;
  }
}
@media screen and (max-width: 600px) {
  .con_sale .wrap_sale .sp_sale h4 {
    left: 6%;
  }
}
@media screen and (max-width: 520px) {
  .con_sale .wrap_sale .sp_sale h4 {
    left: 6%;
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .con_sale .wrap_sale .sp_sale h4 {
    left: 7%;
    font-size: 1em;
  }
}
@media screen and (max-width: 425px) {
  .con_sale .wrap_sale .sp_sale h4 {
    left: 7%;
    font-size: 0.8em;
  }
}
.con_sale .wrap_sale .sp_sale ul {
  position: absolute;
  top: 47%;
  left: 18%;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  color: #3f3a34;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .con_sale .wrap_sale .sp_sale ul {
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .con_sale .wrap_sale .sp_sale ul {
    left: 13%;
  }
}
@media screen and (max-width: 680px) {
  .con_sale .wrap_sale .sp_sale ul {
    left: 8%;
  }
}
@media screen and (max-width: 600px) {
  .con_sale .wrap_sale .sp_sale ul {
    left: 6%;
    font-size: 1em;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 520px) {
  .con_sale .wrap_sale .sp_sale ul {
    left: 6%;
    font-size: 0.8em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .con_sale .wrap_sale .sp_sale ul {
    left: 7%;
  }
}
@media screen and (max-width: 375px) {
  .con_sale .wrap_sale .sp_sale ul {
    font-size: 0.6em;
  }
}

.con_video {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 1024px) {
  .con_video {
    width: 90%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 896px) {
  .con_video {
    padding: 0;
  }
}
.con_video .wrap_video {
  margin: 50px auto 0;
  width: 1200px;
  background: #3f3a34;
  padding: 3% 3%;
}
@media screen and (max-width: 1280px) {
  .con_video .wrap_video {
    padding: 1em;
    width: 100%;
  }
}
.con_video .wrap_video .box_video_tl {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .con_video .wrap_video .box_video_tl {
    width: 90%;
  }
}
.con_video .wrap_video .box_video_tl .div_video {
  width: 100%;
}
.con_video .wrap_video .box_video_tl .div_video .tl_video {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 2.8em;
  color: #fff;
  margin: 0 0 30px;
  line-height: 1.4em;
}
@media screen and (max-width: 1280px) {
  .con_video .wrap_video .box_video_tl .div_video .tl_video {
    margin-top: 20px;
    font-size: 2.6em;
  }
}
@media screen and (max-width: 896px) {
  .con_video .wrap_video .box_video_tl .div_video .tl_video {
    font-size: 1.6em;
  }
}
.con_video .wrap_video .box_video_tl .div_video .tl_video span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #3f3a34;
  letter-spacing: -0.1em;
}
.con_video .wrap_video .video {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (max-width: 1280px) {
  .con_video .wrap_video .video {
    width: 100%;
  }
}
.con_video .wrap_video .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#footer {
  width: 100%;
  background: #3f3a34;
  padding: 20px;
}
#footer .copyright .copyright-list {
  text-align: center;
  margin: 0 auto;
  width: 1200px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #footer .copyright .copyright-list {
    width: 100%;
    display: block;
  }
}
#footer .copyright .copyright-list .copyright-list__item {
  font-size: 1em;
  margin-right: 2em;
}
@media screen and (max-width: 1024px) {
  #footer .copyright .copyright-list .copyright-list__item {
    margin: 1em;
  }
}
#footer .copyright .copyright-list .copyright-list__item a {
  color: #fff;
}
#footer .copyright .copyright-list .copyright__txt {
  font-size: 0.8em;
  color: #9b9b9b;
  margin-left: auto;
}