@charset "utf-8";
:root{
  --header-sizing:100vh;
}

.front #header{
  width: 100%;
  margin: 0 auto;
  /* transform: translateZ(25px); */
  background: #ddf4ff;
  z-index: 25;
  min-width: 300px;
  height: calc(100vh + 140px);
}

#header_element{
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 10;
  /* transform: translateZ(25px); */
  width: 100%;
  overflow: hidden;
  min-width: 300px;
  height: calc(100vh + 140px);
}


.swiper{
  height: 100%;
}

.is-down .header_title_inner:hover{
  opacity: 0.8;
  cursor: pointer;
}


.is-down #header_title{
  height:0px;
}

.is-down .header_title_inner:hover::before{
  box-shadow:0 0 15px 0 #0adfff;
}
/**スライド**/
.header_slider_area {
  width: 100%;
  overflow: hidden;
  height: var(--header-sizing);
}
.header_slider{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.header_slider_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity:0;
}
.header_slider__image{
  object-fit: cover;
  height: 100%;
  width: 100%;
}



/**ヘッダータイトル**/
#header_title{
  height: 100%;
  transform: translateZ(25px);
}
#header_title::after{
  position: absolute;
  left:0px;
  top:0px;
  height:100%;
  width:30vw;
  min-width: 150px;
  max-width: 400px;
  content:"";
  background: rgb(255 255 255 / 83%);
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
  transform: translateZ(20px);
  z-index: 20;
}
.header_title_inner{
  width: 100%;
  height: 100%;
  min-width: 105px;
  position: relative;
  transition: all 1s 0s ease;
  display: flex;
  flex-direction: column;
}
.header_logo{
  position: relative;
  margin: 10px auto auto min(4%,34px);
  z-index: 25;
  width: 10vw;
  min-width: 100px;
  max-width: 200px;
}
.header_title_inner::before{
  content:"";
  background-size: 128%;
  background-position: 0px -61px;
  width: 135%;
  height: 100%;
  position: absolute;
  left: 0px;
  z-index: 11;
  top: 0px;
  margin: 0;
  max-width: 342px;
  min-width: 260px;
}
.header_logo img{
  width:100%;
}

.h_title{
  z-index: 25;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 20px 0 0;
}
.h_title h1{
  display: flex;
  flex-direction: column;
  font-size: 4.4rem;
  width: 100%;
}
.h_title h1 .h_title_section{
  border-left: 6px solid #0adfff;
  margin: 0% 0 5px 5px;
  padding: 2px 10px;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.h_title h1 .h_title_section_inner {
  margin: 0px 0 0 5px;
  background: rgb(255 255 255 / 51%);
  padding: 0;
  display: inline-block;
  padding: 0 10% 5px 1%;
  color: #3f3f3f;
  box-sizing: border-box;
}



/**ヘッダーメニュー**/
#header_menu{
  position: fixed;
  top:10px;
  right: 10px;
  z-index: 110;
  padding:5px 20px;
  background: rgb(255 255 255);
  border-radius: 10px;
  transform: translate3d(0px,0px,25px);
  box-shadow: 0 0 10px 0 #e2e2e2;
}
.header_menu_inner{
  display: flex;
}
.header_menu_list{
  display: flex;
  flex-direction: column;
  margin: 0px 20px 0;
  text-align: center;
  font-weight: 600;
}

.header_menu_list a{
  text-decoration: none;
  color:#333333;
}


.header_contact{
  justify-content: center;
}

/**label**/
#header_slider{
  transform: translateZ(20px);
  /* position: fixed; */
  top:0px;
  left:0px;
  height: 100% !important;
}


#section_y_1{
  font-style: italic;
  width: 100%;
  z-index: 25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1vw auto auto;
}
#section_y_1{
  transform: rotate(-4deg);
  width: 100%;
}

.header_descripton_label_1 {
    width: 75vw;
    text-align: right;
    padding: 10px 2% 15px;
    font-size: calc(100%);
    background: var(--accent-color-op);
    color: #fff;
    font-style: italic;
    margin: 0 0 0 -10px;
    white-space: nowrap;
    /* font-size: 2.5rem; */
}
.header_descripton_label_2 {
    width: 90vw;
    text-align: left;
    padding: 10px 2% 15px;
    margin: 10px 0px 0 auto;
    /* font-size: 3em; */
    background: var(--accent-color-op);
    color: #fff;
    font-style: italic;
}
span.header_description_lable_span {
    background: var(--point-color);
    padding: 7px 20px;
    margin: 0 20px;
    transform: rotate(-15deg);
    display: inline-block;
}
@media (max-width: 700px) {
  .header_slider_area{
    padding: 2px 0 30px;
    --header-sizing: 81vh;
  }
}
/******************************************
ヘッダースクロール
*******************************************/

.is-down #header_menu {
    background: #ffffff;
    transform: translate3d(0px, 0px,193px);
    position: fixed;
    z-index: 100;
}

#header.is-down {
    z-index: 105;
    background: #aaaaaa00;
    /* height: 0px; */
    /* overflow: visible; */
}

.is-down #header_slider {
    /* display: none; */
}


.is-down .header_title_inner {
    background: transparent;
    height: 150px;
    width: 260px;
    display: flex;
    flex-direction: row;
}

.is-down .header_title_inner::before {
    background: rgb(255 255 255);
    height: 150px;
    width: 260px;
    border-radius: 0 0px 200px 0px;
    box-shadow: 0px 0px 11px 0px #d0d0d0;
}

.is-down .header_logo {
    width: 80px;
    min-width: 50px;
    margin: 25px 10px;
    left: 3px;
    top: 0;
}

.is-down .h_title {
    top: 5px;
    left: 100px;
    width: 150px;
    margin: 4px 0 0;
}

.is-down .h_title h1 {
    font-size: 17px;
}

.is-down .h_title h1 .h_title_section {
    margin: 1px;
    padding: 1px;
    width: 150px;
    border-left: 3px solid #0adfff;
}


.is-down #header_title::after {
    display: none;
}

.is-down #section_y_1 {display: none;}


.header_menu_title {
    font-size: 10pt;
}

.header_menu_arc {
    font-size: 14pt;
}


/******************
ハンバーガーメニュー
*************************/

/*============
.toggle_btn
=============*/

.toggle_btn {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 15;
}
.togglemenu .toggle_btn{
  display: block;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #333333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 0px;
}
.toggle_btn span:nth-child(2) {
  top: 10px;
}
.toggle_btn span:nth-child(3) {
  bottom: 5px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}


/**************/
@media screen and (max-width:980px) {
  ul.header_menu_inner {
    width: 100%;
}

#header_menu.is_open {
    width: 100%;
    height: 100%;
    z-index: 101;
}

#header.is_open.togglemenu {
    z-index: 101;
    overflow: visible;
    height: 100%;
}

.togglemenu.is_open #header_menu {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 0px;
    display: flex;
    background: #fff;
    border-radius: 0px;
}

.togglemenu.is_open .header_menu_inner {
    flex-direction: column;
    height: 60%;
    justify-content: center;
    width: 100%;
    align-self: center;
    display: flex;
}

.togglemenu.is_open .header_menu_list {
    margin: auto;
    /* border-bottom: 1px solid #e3e3e3; */
    width: 80%;
}

.togglemenu.is_open .header_menu_arc {
    font-size: 3rem;
}

.togglemenu.is_open .toggle_btn {
    height: 40px;
}
.togglemenu.is_open .toggle_btn span:nth-child(2){
    transform:rotate(45deg);
    top: 19px;
}
.togglemenu.is_open .toggle_btn span:nth-child(1){
    transform:rotate(-45deg);
    top: 18px;
}
.togglemenu.is_open .toggle_btn span:nth-child(3){
    display:none
}

.togglemenu .header_menu_inner {
    display: none;
}

.togglemenu #header_menu {
    background: transparent;
    box-shadow: none;
}
.togglemenu #header_title::after {
    width: 240px;
}
.h_title {
    z-index: 25;
    color: #fff;
}

  .togglemenu.is-down .header_logo{
    left: 2px;
    height: 50px;
    top: 0px;
    width: 60px;
    margin: 4px;
  }
  

  .togglemenu.is-down .header_title_inner::before {
    height: 70px;
    width: 115px;
    min-width: 185px;
}

.togglemenu.is-down .h_title {
    font-size: 2.5rem;
    width: 181px;
    margin: 3px 0 0;
}

.togglemenu.is-down .h_title h1 {
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* height: 50px; */
}
.togglemenu.is-down .header_title_inner {
    width: 180px;
    height: 70px;
}
.togglemenu.is-down .h_title h1 .h_title_section {
    border: none;
    background:transparent;
    line-height: 0.3;
}

  .togglemenu.is-down .h_title h1 .h_title_section_inner {
      background:transparent;
      font-size: 0.9rem;
      padding: 4px;
      margin: 0;
  }

  #section_y_1_inner {
    /* transform: rotate(-4deg); */
    width: 110%;
    font-weight: 400;
    font-size: 2.1rem;
}

section#section_y_1 {
    margin: 100px 0 auto;
}

span.header_description_lable_span {
    transform: rotate(0deg);
    padding: 2px 7px;
    margin: 4px;
}
}
.is-down #header_element {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 0px;
    overflow: visible;
}


@media (max-width:500px){
  #header{
    max-height:800px;
  }
  #section_y_1_inner {
    font-size: 2rem;
  }
  section#section_y_1 {
      margin: 60px 0 0;
  }
  .h_title h1 {
      font-size: 10vw;
      margin: 0 0 0;
  }
}
@media (max-width:700px){

  .responsive_font_10{
    font-size: 1.3rem;
    text-align: left;
  }
  .header_descripton_label_1,
  .header_descripton_label_2{
    width: 103vw !important;
    text-align: center;
    font-size: 2rem;
  }

  .header_descripton_label_2{
    text-align: left !important;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 701px) and (max-width: 934px) {
  
  .section_y_1_inner {
      font-size: 10vw;
  }
  .header_descripton_label_1{
    font-size: 1.7rem;
  }
  .header_descripton_label_2{
    width: 104vw;
    font-size: 1.7rem;
  }
}