@charset "utf-8";

/* style */
body, html {
	font-family : 'Kaisei Decol', serif;
    box-sizing: border-box;
    position: relative;
}
ul, ol {
	list-style: none;
}
.only_pc{
    display: block;
}
.only_sp{
    display: none;
}

*,*:hover,a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.on,.on_0,nav .menu_content li{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.on:hover{
    opacity: 0.5;
}
.on_0:hover{
    opacity: 0;
}

nav .menu_content li:hover{
    color: #5d5b5d;
}
.red{
 color: #ff0000;   
}


h4.title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.bold{
 font-weight: 600;   
}
.box{
    display: flex;
}
.img img{
    width: 100%;
    object-fit: cover;
}

.wrapp{
    width: 100%;
}

.wrapper{
    width: 60%;
    margin: 0 auto;
}

.borer_line{
    border: 1px solid #fff;
    margin: 95px auto;
}

.detail{
    text-align: center;
}
.detail img{
    width: 100%;
}

/* more  */

.more{
    font-size: 12px;
    font-weight: 400;
    position: relative;
    width: 236px;
    height: 38px;
    border: 1px solid #35325c;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
    margin-top: 15px;
}

.more a{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #35325c;
}
.more a:hover{
    background: #35325c;
    color: #fff;
        -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.more a::before{
    content: url(../img/SVG/arrow.svg);
    display: inline-block;
    width: 8px;
    position: absolute;
    top: 11px;
    right: 10px;
}

.more a:hover::before{
    content: url(../img/SVG/arrow_wh.svg);
}


/*====================================================
                  header
====================================================*/
header{
    position: fixed;
    z-index: 999;
    background: #000;
    width: 100%;
    height: 3.6rem;
    color: #fff;
    font-size: 14px;
}
.logo{
    width: 161px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.head_nav .box{
    width: 70%;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 1rem;
    right: 4.5rem;
}

.head_nav img {
    width: 1.5rem;
}

.head_nav img.logo{
    width: 160px;
}

.head_nav li {
    margin-right: 1.5rem;
}




/*====================================================
                  contact
====================================================*/
.contact .wrapp{
    padding-top: 8rem;
    
}

.contact h2{
    font-size: 30px;
    text-align: center;
}

.contact .txt.content p{
    width: 850px;
    margin: 3rem auto ;
    line-height: 1.6;
}

/*====================================================
                  mailform
====================================================*/
#mailformpro{
    margin-bottom: 0;
}

#mfp_button_send::before{
    content: url(../img/svg/arrow.svg);
    display: block;
    width: 30px;
    position: absolute;
    top: 18px;
    right: 25px;
}

#mfp_button_send:hover::before{
    content: url(../img/svg/arrow_wh.svg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#mailformpro {
    padding: 0px;
    margin-bottom: 145px;
}

::-webkit-input-placeholder {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
}
:-moz-placeholder {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
}
::-moz-placeholder {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
}
:-ms-input-placeholder {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
}

#contact .mailform dd{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


#contact .mailform .flex{
    display: flex;
    align-items: center;
}

.mfp_rows .flex input[type="text"]{
    width: 30vw !important;
    min-width: 30vw !important;
    margin: 0.2rem 1rem;
}

#contact .mailform p.sub_text{
    font-size: 14px;
    margin-top: 3px;
    letter-spacing: 0.03rem;
}


#contact .mailform .file{
    margin-top: 0.5rem;
}

#contact .mailform .file p:first-child{
    font-size: 16px;
    margin: 0;
}

#contact .mailform .file p.sub_text{
    margin-bottom: 0;
    line-height: 1.8;
}

#contact .mailform .file input[type=file] {
    width: 30vw;
    height: auto;
    cursor: pointer;
    padding: 1rem 0;
    border: 0;
    
}

.radio_wrap label{
    margin-bottom: 0;
    padding-top: 1rem;
}

.radio_wrap.row label{
    padding-top: 0;
    margin-top: 0.7rem;
}

#contact #nouki {
    margin: 1rem 0;
}

#contact .add input{
    margin-top: 0.5rem;
}
#contact .add input:first-child{
    margin-top: 0;
}

#contact  input[type="text"].number{
    width: 15vw !important;
    min-width: 15vw !important;
        margin: 0.2rem 0.5rem;
}

#contact .mfp_rows textarea{
    height: 5rem !important;
}

#contact .mfp_checked input[type=radio]::after {
    opacity: 0;
}

#contact .border_line {
    width: 100%;
    border: 1px solid #eee;
    margin: 1rem auto;
}

.form_btn{
   margin: 0 auto;
}

#contact .mailform .flex.none {
    display: flex;
    align-items: flex-start;
}

#mfp_phase_confirm_inner {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

/*====================================================
                  thanks
====================================================*/
#thanks {
    text-align: center;
}

#thanks .wrapp{
    padding-top: 15rem;
    height: 100vh;
    }


#thanks .content{
       width: 61%;
    margin: 0 auto;
}

#thanks h4{
    font-size: 22px;
    margin: 30px auto 40px;
}

#thanks .content p {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    margin: 0 auto 10rem;
}


#thanks .more{
    margin: 0 auto;
    width: 200px;
}

#thanks .more a{
    width: 200px;
    text-align: left;
    padding-top: 12px;
    padding-left: 85px;
}

#thanks .more span::after{
    right: -72px;
}

#thanks footer{
    position: absolute;
    bottom: 0;
}



/*====================================================
                  footer
====================================================*/


footer{
    width: 100%;
    height: 150px;
    margin: 0 auto;
    background: url(../img/bg_img.png);
}

footer .copyright{
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-top: 72px;
    padding: 0;
    font-family: 'Kaisei Decol', serif;
}


#contact footer .copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-top: 72px;
    padding: 4.2rem;
}




/*====================================================
                スクロールフェードイン
====================================================*/

.fadeIn {
    transform: translate3d(0, 0px, 0);
    transition: 2s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/*==================================================
　ハンバーガーメニュー
===================================*/
.btn img {
    width: 3.5rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
}
#nav-content ul {
  list-style: none;
}
#nav-content a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  transition: opacity .6s ease;
  pointer-events: none;
    line-height: 1.4;
    text-align: center;
}

.is-open {
    overflow: hidden;
}
.is-open #nav-content {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.is-open #nav-content a {
  pointer-events: auto;
  color: #000;
}


nav{
    margin-left: -2vw;
}

nav .menu_content{
    width: 315px;
    margin: 0 auto;
    padding-top: 20vh;
}

nav .menu_content li{
    font-size: 24px;
    font-weight: 600;
    line-height: .1;
}

nav .menu_content .bus_btn{
    width: 228px;
    border: 0;
}

nav .icon {
    display: flex;
    justify-content: center;
}

nav .icon img{
    width: 30px;
}

nav .icon .insta{
    margin-right: 35px;
}

.menu_content li a img{
          width: 270px;
        padding: 0;
    }



/*====================================================
                  トップ　フェードイン
====================================================*/
body {
    animation: fadeIn 7s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*====================================================
                 サイト
====================================================*/
/*フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 1s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.img01 {
    animation-delay: 1s;
    animation-duration: 1s;
}

.img02 {
    animation-delay: 1.5s;
    animation-duration: 1s;
}

.img03 {
    animation-delay: 2s;
    animation-duration: 1s;
}

.img04 {
    animation-delay: 2s;
    animation-duration: 1s;
}

/*==================================================
　フェードアップ
===================================*/
.an5-fadeup{
    animation-name: fadeup;
    animation-delay: 1s;
    animation-duration: 1s;
}
@keyframes fadeup {
from {
    transform: translateY(40px);
}
to {
    opacity: 1;
transform: translateY(0px);
}
}

.an5-fadeup01{
    animation-name: fadeup;
    animation-delay: 1.5s;
    animation-duration: 1s;
}
@keyframes fadeup01 {
from {
    transform: translateY(40px);
}
to {
    opacity: 1;
transform: translateY(0px);
}
}





@media screen and (max-width:1120px) { 

}

@media screen and (max-width:960px) { 

    
}








/*===================================
　リンク切る
===================================*/
.btn_out{
    pointer-events:none;
    display: block;
    opacity: 0.5;
}

.link_out{
    pointer-events:none;
}

.is-open .menu_content a.btn_out{
    pointer-events:none;
}





