@charset "UTF-8";
/* *****************************************************************
リセット
共通文字
共通パーツ
ヘッダー
メニュー
フッター
アニメ
***************************************************************** */

/* *****************************************************************
リセット
***************************************************************** */
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
ul, ol {list-style: outside none none;}
article, aside, details, footer, header, main, menu, nav, section, summary {display: block;}
@media (min-width: 850px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* *****************************************************************
共通文字
***************************************************************** */
body {
	font-family:"ヒラギノ角ゴ Pro","メイリオ","ＭＳ Ｐゴシック","Lucida Grande","Hiragino Kaku Gothic Pro",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
.mincho{
    font-family:'Noto Serif JP', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family:'Noto Serif JP', serif;
    font-size: 100%;
    font-weight: 600;
}
a, a:link {color: #333333;}
a:visited {color: #333333;}
a:hover, a:active {color: #777777;}
a:focus {outline: medium none;}
.small{font-size: 80%;}
.t_cent{text-align: center;}
.red{color: #ff0000;}
h2.title{
    font-size: 50px;
    text-align: center;
    margin-bottom: .7em;
}
h1.title{
    font-size: 60px;
    text-align: center;
    color: #fff;
}
h1.title .en,
h2.title .en{
    display: flex;
    justify-content: center;
    line-height: 1.2;
    letter-spacing: 0;
}
h1.title .en::before,
h1.title .en::after,
h2.title .en::before,
h2.title .en::after{
    width: 1.83vw;
    content: "";
}
h1.title .en::before,
h2.title .en::before{
    background: url("../../images/parts1.svg") no-repeat;
    background-size: contain;
    margin-right: .7em;
}
h1.title .en::after,
h2.title .en::after{
    background: url("../../images/parts2.svg") no-repeat;
    background-size: contain;
    background-position: right bottom;
    margin-left: .7em;
}
h1.title .ja,
h2.title .ja{
    display: block;
    font-size: 30%;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .5em;
}
ul.business_list li h3{   
    line-height: 1.4;
    margin: .5em 0 .3em;
}
@media screen and (max-width: 1366px) {
    body {
        font-size: 1.317vw;
    }
    h2.title{
        font-size: 3.513vw;
    }
    h1.title{
        font-size: 4.392vw;
    }
}
@media screen and (max-width: 850px) {
    body {
        font-size: 16px;
    }
    h2.title{
        font-size: 34px;
    }
    h1.title{
        font-size: 44px;
    }
}
@media screen and (max-width: 640px) {
    h2.title{
        font-size: 30px;
    }
    h1.title{
        font-size: 38px;
    }
    h1.title .en::before,
    h1.title .en::after,
    h2.title .en::before,
    h2.title .en::after{
        width: 15px;
    }
}

/* *****************************************************************
共通パーツ
***************************************************************** */
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
html, body {
    height: 100%;
    width: 100%;
	word-wrap: break-word;
}
html {overflow-y: scroll;}
#wrapper {
	width: 100%;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.contents{
    width: 100%;
    max-width: 1266px;
    margin: auto;
    padding: 6.588vw 50px;
}
.page .head{
    display: flex;
    align-items: center;
    background-color: #000;
}
.page .head .main_photo{
    width: 58.711%;
}
.page .head h1{
    width: 35%;
}
ul.business_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.business_list li{
    width: 30.535%;
    margin-bottom: 3.44vw;
    text-align: center;
}

.pad_no_top{
    padding-top: 0!important;
}
.mrg_b1{margin-bottom: 1em;}
.bg_white{background-color: #fff;}
img {
    width: 100%;
    height: auto;
    border: medium none;
    vertical-align: middle;
}
a,img,p,h1,h2,h3,h4,h5{
    transition: all 0.3s ease;
}
.link{
    text-align: center;
}
.link a{
    display: inline-block;
    background-color: #000;
    border:1px solid #000;
    margin: auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: .5em 2em;
    border-radius: 20px;
}
.link a:hover{
    background-color: #fff;
    color: #000;
}
.link_insta a{
    display: inline-block;
    border:1px solid #000;
    background-color: #fff;
    margin: 1.5em auto 0;
    font-weight: bold;
    text-align: center;
    padding: .5em 1.5em;
    border-radius: 20px;
    letter-spacing: .5em;
}
.link_insta a span{
    display: inline-block;
}
.link_insta a:hover{
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.6));
    color: #000;
}
.link_insta a img{
    width: 1.5em;
    margin-right: 1em;
}
.link_insta a img.big_icon{
    width: 2.5em;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 950px) {
    #wrapper {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 850px) {
    .contents{
        padding: 7.485vw 5%;
    }
}
@media screen and (max-width: 640px) {
    .pc{display: none;}
    .sp{display: block;}
    .contents{
        padding: 40px 5%;
    }
    .page .head{
        display: block;
    }
    .page .head .main_photo{
        width: 100%;
    }
    .page .head h1{
        width: 100%;
        padding: 20px 0;
    }
    ul.business_list li {
        width: 90%;
        margin:0 auto 20px;
    }
    .link a{
        font-size: 15px;
        padding: .5em 1em;
    }
    .link_insta a{
        font-size: 16px;
        line-height: 1.5;
        padding: .5em;
        letter-spacing: .3em;
        border-radius: 10px;
    }
    .link_insta a img.big_icon{
        width: 2em;
    }
}

/* *****************************************************************
ヘッダー
***************************************************************** */
header {
    top: 0;
    left: 0;
    width: 100%;
	margin: auto;
    z-index: 10;
}
.page header{
    height: 110px;
}
header .pc_nav{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}
header .logo_area{
    display: flex;
    align-items: center;
    padding-left: 5.856vw;
    padding-top: 110px;
    padding-bottom: 40px;
    padding-right: 5%;
}
header .logo_area .logo{
    width: 19.497vw;
    min-width: 280px;
}
header .logo_area h1{
    font-size: 1.317vw;
    letter-spacing: .5em;
    padding-left: 3em;
}
.page header .logo_area{
    display: block;
    height: 110px;
    padding: 23px;
    padding-left: 3.856vw;
}
.page header .logo_area .logo{
    width: 176px;
    min-width: 176px;
}
@media screen and (max-width: 1366px) {
    header .logo_area h1{
        font-size: 18px;
    }
}
@media screen and (max-width: 850px) {
    header .pc_nav{display: none;}
    .page header{
        height: 60px;
    }
    header .logo_area{
        display: block;
        text-align: center;
        padding: 5% 5% 3%;
    }
    .page header .logo_area{
        height: 60px;
        text-align: left;
        padding: 10px 20px;
    }
    header .logo_area .logo{
        width: 280px;
        margin: 0 auto 15px;
    }
    .page header .logo_area .logo{
        width: 120px;
        min-width: 120px;
        margin: 0;
    }
    header .logo_area h1{
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    header .logo_area{
        padding-top: 50px;
    }
    header .logo_area h1{
        letter-spacing: .3em;
    }
    header .logo_area .logo{
        width: 200px;
        min-width: 200px;
    }
}

/* *****************************************************************
メニュー
***************************************************************** */
header .sp_nav{display: none;}
header .pc_nav nav{
    width: auto;
    height: 80px;
    display: inline-block;
    background-color: #fff;
    line-height: 80px;
    padding: 0 3em;
    transition: all 0.3s ease;
}
header .pc_nav nav.action{
    height: 60px;
    line-height: 60px;
    padding: 0 1.5em;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.3));
}
header nav ul.mainNav{
    display: flex;
}
header nav ul.mainNav li a{
    display: block;
    padding: 0 1em;
    font-size: 18px;
}
header nav.action ul.mainNav li a{
    font-size: 17px;
}
header nav ul.mainNav li a:hover{
    background-color: #222;
    color: #fff;
}
header nav ul.mainNav li a.insta{
    width: 56px;
    height: 100%;
    padding: 0 18px;
    background: url("../../images/icon_insta_color.png") no-repeat;
    background-size: 20px 20px;
    background-position: center;
}
header nav ul.mainNav li a.insta:hover{
    background: url("../../images/icon_insta_white.svg") no-repeat #000;
    background-size: 20px 20px;
    background-position: center;
}
@media screen and (max-width: 850px) {
    header .sp_nav{display: block;}
    .menu{
        height: 20px;
        position: fixed;
        right: 20px;
        top: 20px;
        width: 30px;
        z-index: 99;
        cursor: pointer;
    }
    .menu__line{
        background: #000;
        display: block;
        height: 2px;
        position: absolute;
        transition:transform .3s;
        width: 100%;
    }
    .menu__line--center{
        top: 9px;
    }
    .menu__line--bottom{
        bottom: 0;
    }
    .menu__line--top.active{
        top: 8px;
        transform: rotate(45deg);
        background-color: #fff;
    }
    .menu__line--center.active{
        transform:scaleX(0);
    }
    .menu__line--bottom.active{
        bottom: 10px;
        transform: rotate(135deg);
        background-color: #fff;
    }

    .gnav{
        background: rgba(0,0,0,0.9);
        display: none;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 98;
        top: 0;
        left: 0;
    }
    .gnav .logo{
        width: 120px;
        position: absolute;
        top: 10px;
        left: 20px;
    }
    .gnav__wrap{
        align-items:center;
        display: flex;
        height: 100%;
        justify-content: center;
        position: absolute;
        width: 100%;
    }
    .gnav__menu__item{
        margin: 40px 0;
    }
    .gnav__menu__item a{
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
        padding: 40px;
        text-decoration: none;
        transition: .5s;
    }
    .gnav__menu__item a:hover{
        color: #666;
    }
    .gnav__menu__item.insta a{
        display: block;
        padding: 0 40px;
        box-sizing: content-box;
        font-size: 18px;
    }
    .gnav__menu__item.insta a img{
        width: 30px;
        margin-right: 10px;
    }
}

/* *****************************************************************
フッター
***************************************************************** */
.footer_contact{
    position: relative;
}
.footer_contact .contact_box{
    height: 85%;
    max-height: 400px;
    display: inline-block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10%;
    background-color: #fff;
    padding: 2% 5%;
    text-align: center;
}
.footer_contact .contact_box .title{
    margin-bottom: .5em;
}
.footer_contact .contact_box .time{
    font-size: 15px;
    margin-top: 1em;
}
footer {
    width: 100%;
    text-align: center;
}
footer .info{
    background-color: #000;
    color: #fff;
    padding: 2.5% 5%;
}
footer .info .flex{
    justify-content: center;
    align-items: center;
}
footer .info .flex .footer_logo{
    width: 200px;
}
footer .info .flex p{
    font-size: 15px;
    margin-left: 2em;
}
footer .copy{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
@media screen and (max-width: 1366px) {
    .footer_contact .contact_box{
        padding: 2% 3%;
    }
}
@media screen and (max-width: 850px) {
    .footer_contact{
        height: 400px;
        overflow: hidden;
        text-align: center;
    }
    .footer_contact img{
        width: auto;
        height: 100%;
    }
    .footer_contact .contact_box{
        width: 55%;
        min-width: 300px;
        padding: 30px 10px 0;
        margin: auto;
        left: 0;
        right: 0;
    }
    .footer_contact .contact_box p{
        letter-spacing: 0;
    }
    .footer_contact .link_insta a{
        font-size: 15px;
        line-height: 1.8;
        padding: .5em 1em;
        letter-spacing: .1em;
        border-radius: 20px;
    }
}
@media screen and (max-width: 640px) {
    footer .info{
        padding: 5% 5%;
    }
    footer .info .flex .footer_logo{
        width: 170px;
    }
    footer .info .flex p{
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        margin-left: 0;
        margin-top: 10px;
    }
    footer .copy{
        font-size: 12px;
    }
}

/* *****************************************************************
アニメ
***************************************************************** */
.animate {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
.animate.show {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}
.animate.show.two {transition-delay: 0.2s;}
.animate.show.three {transition-delay: 0.4s;}
.animate.show.four {transition-delay: 0.6s;}
.animate.show.five {transition-delay: 0.8s;}
.animate.show.six {transition-delay: 1s;}
.animate.show.seven {transition-delay: 1.2s;}

.pc_nav,.page .logo_area{
    opacity: 0;
    animation: fadein 2s ease forwards;
}
@keyframes fadein{
    0%{ opacity: 0;}
    100%{ opacity: 1;}
}
.animate_first{
    opacity: 0;
    animation: first 1s ease forwards;
}
.animate_first.two{
    animation-delay: .2s;
}
.animate_first.three{
    animation-delay: .4s;
}
@keyframes first{
    0%{ opacity: 0;transform: translateY(50px);}
    100%{ opacity: 1;transform: translateY(0);}
}

.home header .logo_area .logo{
    opacity: 0;
    animation: fade 1s .5s ease forwards;
}
@keyframes fade{
    0%{ opacity: 0; transform: translateX(-100px);}
    100%{ opacity: 1; transform: translateX(0);}
}

.home header .logo_area h1 span{
    display: inline-block;
    opacity: 0;
    animation: textanime .7s ease-out forwards;
}
.home header .logo_area h1 span:nth-child(1) {animation-delay: 1.1s;}
.home header .logo_area h1 span:nth-child(2)  {animation-delay: 1.15s;}
.home header .logo_area h1 span:nth-child(3)  {animation-delay: 1.2s;}
.home header .logo_area h1 span:nth-child(4)  {animation-delay: 1.25s;}
.home header .logo_area h1 span:nth-child(5)  {animation-delay: 1.3s;}
.home header .logo_area h1 span:nth-child(6)  {animation-delay: 1.35s;}
.home header .logo_area h1 span:nth-child(7) {animation-delay: 1.4s;}
.home header .logo_area h1 span:nth-child(8)  {animation-delay: 1.45s;}
.home header .logo_area h1 span:nth-child(9)  {animation-delay: 1.5s;}
.home header .logo_area h1 span:nth-child(10)  {animation-delay: 1.55s;}
.home header .logo_area h1 span:nth-child(11)  {animation-delay: 1.6s;}
.home header .logo_area h1 span:nth-child(12)  {animation-delay: 1.65s;}
.home header .logo_area h1 span:nth-child(13) {animation-delay: 1.7s;}
.home header .logo_area h1 span:nth-child(14)  {animation-delay: 1.75s;}
.home header .logo_area h1 span:nth-child(15)  {animation-delay: 1.8s;}
.home header .logo_area h1 span:nth-child(16)  {animation-delay: 1.85s;}
.home header .logo_area h1 span:nth-child(17)  {animation-delay: 1.9s;}
.home header .logo_area h1 span:nth-child(18)  {animation-delay: 1.95s;}
.home header .logo_area h1 span:nth-child(19)  {animation-delay: 2s;}
.home header .logo_area h1 span:nth-child(20)  {animation-delay: 2.05s;}
@keyframes textanime {
    0% {
        opacity: 0;transform: translateX(-80px);
    }

    100% {
        opacity: 1;transform: translateX(0);
    }
}

.head .main_photo{
    position: relative;
    overflow: hidden;
}
.head .main_photo::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99;
    animation: slide_in .7s ease forwards;
}
@keyframes slide_in{
    0%{ opacity: 0; transform: translateX(0);}
    50%{opacity: 1;}
    100%{ opacity: 1; transform: translateX(100%);}
}
.head .main_photo img{
    opacity: 0;
    animation: img-in .7s ease forwards;
}
@keyframes img-in{
    0%{ opacity: 0;}
    100%{ opacity: 1;}
}

.page .head h1.title {
    overflow: hidden;
    position: relative;
}
.page .head h1.title::before {
    animation: leftin .7s ease .5s forwards;
    background: #000;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
@keyframes leftin {
    100% {transform: translateX(100%);}
}