/*
Theme Name: takuto
Author: TAKUTO GROUP
Description: TAKUTO .co.,Ltd
Version: 1.0
*/

/*---------------------
common
---------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal!important;
}

*{
  color:#2F2F31;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size:16px;
}
body{
  overflow-x: hidden;
  margin: 0;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 30px;
}
.pc-none{display:none;}
.center{text-align: center; justify-content: center;}
.left{text-align: left;}
.right{text-align: right;}
.table{display: table;}
.middle{display: table-cell;
  vertical-align: middle;}

.ttl{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}
.subttl{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 1%;
}
.p36{
  font-family: 'Sawarabi Gothic', serif;
  font-size: 36px;
  letter-spacing:3px;
}
.p26{
  font-family: 'Sawarabi Gothic', serif;
  font-size: 26px;
  letter-spacing:0.5px;
  line-height: 40px;
}
.p18{
  font-family: 'Sawarabi Gothic', serif;
  font-size: 18px;
}
.p18_m{
  font-family: 'Montserrat', serif;
  font-size: 18px;
}

.p14{
  font-family: 'Sawarabi Gothic', serif;
  font-size: 14px;
}
.p14_m{
  font-family: 'Montserrat', serif;
  font-size: 14px;
  letter-spacing:0.5px;
}
.p12{
  font-family: 'Sawarabi Gothic', serif;
  font-size: 12px;
  line-height: 18px;
}
.p12_m{
  font-family: 'Montserrat', serif;
  font-size: 12px;
  letter-spacing:0.5px;
}

.fc_w{color:#fff;}
.fc_b{color:#2C75BB;}

.bg_f{background-color: #ffffff;}
.bg_y{background-color: #FFE300;}
.bg_b{background-color: #2C75BB;}
.bg_EDEFF0{background-color: #EDEFF0;}
.bg_868686{background-color: #868686;}

.title{margin-bottom: 3%;}

/*margin*/
.mt5{margin-top: 5%;}
.mt10{margin-top: 10%;}

.mb20{margin-bottom: 20%;}
.mb10{margin-bottom: 10%;}
.mb5{margin-bottom: 5%;}
.mb2{margin-bottom: 2%;}

/*btn*/

.btn{
  width: 230px;
  margin: 4% auto;
  border: 1px solid;
  padding: 15px 0;
  font-family: 'Sawarabi Gothic', serif;
  font-size: 14px;
}
.btn:hover {
  color: #2F2F31;
  background: #FFE300;
  opacity:1;
}


.kadomaru_btn a{
  display: inline-block;
  text-align: center;
  background: #fff;
  border-radius: 80px;
  padding: 20px 0;
  box-shadow: 8px 8px 10px 1px #C4C6D1;
  width: 295px;
}

.kadomaru_btn a:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
  opacity:1;
}

ul {list-style: none;}

ul, ol {
    margin: 0 auto;
    padding: 0;
  }

img{
    max-width: 100%;
    height: auto;
}

/* IE */
input:-ms-input-placeholder {
}
/* Edge */
input::-ms-input-placeholder {
}
/*link*/
a{text-decoration: none;display: block;}
a:hover{opacity:.5;}

/*---------------------
content
---------------------*/
.w1000{width: 1000px; margin:0 auto;}
.w800{width: 1000px; margin:0 auto;}
.w550{width: 550px; margin:0 auto;}

/*---------------------
flex
---------------------*/
#content{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* justify-content */
.fl_jfc_sb{justify-content: space-between;}
.fl_jfc_sa{justify-content: space-around;}
.fl_jfc_c{justify-content: center;}
/* align-item */
.fl_a_center{align-items: center;}
.fl_a_baseline{align-items: baseline;}
/* column */
.col1 {width: 100%;}
.col2 {width: 50%;}
.col3 {width: 33%;}
.col4 {width: 25%;}
.col4_50 {width: calc((100% - 5rem)/4);}
.col5 {width: 20%;}

.col_20 {width: 20%;}
.col_30 {width: 30%;}
.col_40 {width: 40%;}
.col_60 {width: 60%;}
.col_70 {width: 70%;}
.col_80 {width: 80%;}

/*---------------------
パンくず
---------------------*/

.fbc-page .fbc-wrap .fbc-items li a {
    font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
    font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li a span{
  font-size: 12px;
}

/*---------------------
MV slide
---------------------*/
.mvslide{
  width: 100%;
}
#visual_top{
  display: block;
  position: relative;
  height: 100vh;
  min-height: 640px;
  max-height: 800px;
  overflow: hidden;
}
#visual_top .mvtext{
  position: absolute;
    font-size: 180px;
    font-family: 'Montserrat', serif;
    letter-spacing: 0.5px;
    line-height: 180px;
    left: 10vw;
    top: 0%;
    z-index: 1;
}
/*---------------------
MV
---------------------*/
.kv_main{
  height: 530px;
  margin-bottom:8%;
}
.kv_main .mv_box{
  width: 80%;
  margin: 0 auto;
}
.mv_left{position: relative; width: 25%;}
.mv_left::before{
  content: "";
    display: block;
    width: 150px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 150px;
    left: 0%;
  }
.mv_ttl{
  margin-top: 137px;
    margin-left: 160px;
}
.mv_right{
  position: relative;
  width: 75%;
  min-height: 50vh;
}
.mv_ttl_e_box{
  position: absolute;
  left: -1%;
  top: 50%;
  writing-mode: vertical-rl;
}
.mv_right::after{
    content: "";
    display: block;
    width: 120px;
    height: 185px;
    background-color: #FFE300;
    position: absolute;
    bottom: -35%;
    left: -16%;
    z-index: -1;
  }


  /*---------------------
  Main Title
  ---------------------*/
  .kt_main{padding: 5% 0;}
  .kt_ttl_box{
    position: relative;
  }
  .kt_ttl_box::before{
    content: "";
      display: block;
      width: 150px;
      height: 1px;
      background-color: #000000;
      position: absolute;
      top: 50%;
      left: -25%;
    }

  .kt_ttl_e{
    font-size: 54px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    position: relative;
  }
  .kt_ttl_e::after {
    position: absolute;
    width: 0;
    height: 80px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 0 0 1px;
    border-style: solid;
    top: 15%;
    right: -8%;
    border-color: #000;
  }
  .kt_ttl{
    font-family: 'Sawarabi Gothic', serif;
    font-size: 18px;
    letter-spacing:1.0px;
  }
  .kt_ttl_s{
        padding: 7% 0 0 5%;
  }

  /*---------------------
  header01
  ---------------------*/
header{margin-bottom: 65px;}
#header01{
  margin-bottom: 3%;
}
#header01 .head_01 .h_logo{
  position: relative;
  padding: 2% 0;
}
#header01 .head_01 .h_logo a{
  display: inline;
}
#header01 .head_01 .h_logo .h_contact{
  position: absolute;
  right: 0%;
  top: 15%;
  width: 8%;
}
#header01 .head_01 .h_logo .h_contact .contact{
  margin-bottom: 20%;
}

#header01 .head_01 .h_menu ul li{
  margin-right: 2%;
    padding-right: 2%;
    position: relative;
}
#header01 .head_01 .h_menu ul li::after{
  content: "|";
  display: block;
  position: absolute;
  bottom: 0%;
  right: -1%;
}
#header01 .head_01 .h_menu .property_btn li{
  margin: 1%;
  padding-right: 0%;
}
#header01 .head_01 .h_menu .property_btn a{
    margin-top: 10%;
    border: 1px solid;
    padding: 3px 10px;
}

#header01 .head_01 .h_menu .property_btn a:hover {
  color: #2F2F31;
  background: #FFE300;
  opacity:1;
}
#header01 .head_01 .h_menu .property_btn li::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0%;
    right: -1%;
}

.head_02 {
  background: #fff;
    position: fixed;
    box-shadow: 0 1px 3px 0 #aba8a8c9;
    z-index: 3;
    width: 100%;
    top: 0;
    height: 42px;
    padding: 10px;
}
.head_02 .head_02_box{
  width: 90%;
  margin: 0 auto;
}
.head_02 .head_02_box .flex{
  position: relative;
}
.head_02 .head_02_box .h_logo{
    top: 10px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.head_02 .head_02_box .h_logo a{
  display: inline;
}
.head_02 .head_02_box .hamburger-menu{
  position: absolute;
  top: 10px;
  right: 10px;
}

/*　ハンバーガーボタン　*/
.menu-btn {
    display: flex;
    height: 40px;
    width: 32px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 90;
    right: 50%;
}
.menu-btn ::before{
  content: 'MENU';
  height: 3px;
  width: 25px;
  position: absolute;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #2F2F2E;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
.head_02_menu{
  width: 100%;
    margin: 0 auto;
}
.menu-content {
width: 100%;
height: auto;
position: fixed;
top: 63px;
left: 100%;/*leftの値を変更してメニューを画面外へ*/
z-index: 80;
 background-color:rgba(255,255,255,0.9);
 transition: all 0.5s;/*アニメーション設定*/
}

.menu-content .menu-inner{
margin:5% auto;

}

.head_02_menu .head_0201{
  background-color:rgba(255,227,0,0.8);
  width: 38%;
}

.head_02_menu .head_0201 .head_0201box .headmebu_btn{
  text-align: center;
    width: 100%;
    background: #fff;
    margin: 0% auto 13%;
    border: 1px solid;
    padding: 2% 0;
}

.head_02_menu .head_0201 .head_0201box{
  width: 160px;
  margin: 17% auto;
}
.head_02_menu .head_0201 .head_0201box .sns_icon{
      margin-right: 20%;
}
.head_02_menu .head_0202{
  width: 62%;
}
.head_02_menu .head_0202 .head_0202box{
  padding: 8% 10% 0;
}
.head_02_menu .head_0202 .head_0202box .head_0202box_ttl{
  margin-bottom: 20%;
}

.head_02_menu .head_0202 .head_0202box ul li{
  margin-bottom: 5%;
}



  /*---------------------
  footer
  ---------------------*/
  .footer_01{padding: 2% 0;}
  .footer_01 .fotter_0101{
    width: 280px;
    position: relative;
  }
  .footer_01 .fotter_0101 .fotter_0101box{
    position: absolute;
    width: 100%;
    top: -25%;
    padding: 18% 0 0;
  }
  .footer_01 .fotter_0101 .fotter_0101box .flex{
    width: 30%;
    margin: 8% auto;
  }
  .footer_01 .fotter_0101 .fotter_0101box .footer_btn{
    background-color: #fff;
    border: 1px solid #2F2F31;
    width: 50%;
    margin: 10% auto;
    padding: 3% 0;
    font-family: 'Montserrat', serif;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
    .footer_01 .fotter_0101 .fotter_0101box .footer_btn:hover{
      color: #FFE300;
      background: #2F2F31;
      opacity:1;
    }
  .footer_01 .fotter_0102{
    width: 720px;
    padding: 5% 0;
  }
  .footer_01 .fotter_0102 .border{
    border-right: 1px solid #2F2F2E;
  }
  .footer_01 .fotter_0102 .fotter_0102box{
    padding: 8% 15% 0;
  }
  .footer_01 .fotter_0102 .fotter_0102box .fotter_0102box_ttl{
    margin-bottom: 20%;
  }

  .footer_01 .fotter_0102 .fotter_0102box ul li{
    margin-bottom: 5%;
  }
  .footer_02{margin: 1% 0;}
  .footer_02 .footer_02_list{display: flex;}
  .footer_02 .footer_02_list .footer_02_listline{
    position: relative;
    margin-right: 30px;
  }
  .footer_02 .footer_02_list .footer_02_listline::after{
    content: "|";
    display: block;
    position: absolute;
    bottom: 0%;
    right:-15px;
  }

  /*---------------------
  side
  ---------------------*/
  .side_list{
    width: 8%;
    position: absolute;
    padding: 2%;
    left: 0%;
    top: 40%;
    position: fixed;
    background-color: rgba(255,227,0,0.8);
  }
    .side_list ul{margin-top: 25%;}
    .side_list ul li{margin-bottom: 5%;}
