@charset "utf-8";

@font-face
{
    font-family: 'Skia';
    src: url('../font/Skia.ttf') format('truetype')
}
@font-face
{
    font-family: 'MPLUS1p-Light';
    src: url('../font/MPLUS1p-Light.ttf') format('truetype')
}
@font-face
{
    font-family: 'MPLUS1p-Medium';
    src: url('../font/MPLUS1p-Medium.ttf') format('truetype')
}
@font-face
{
    font-family: 'MPLUS1p-Bold';
    src: url('../font/MPLUS1p-Bold.ttf') format('truetype')
}
@font-face
{
    font-family: 'MPLUS1p-Thin';
    src: url('../font/MPLUS1p-Thin.ttf') format('truetype')
}

a{
    color: #000;
    text-decoration: none;
}
.container{
    max-width: 1160px;
    padding: 0 80px;
    margin: 0 auto;
}

/* ************************************** */
@media screen and (max-width: 785px){
    .container{
        padding: 0 50px;
    }
    }
    /* —————————————————————————————————————— */
    @media screen and (max-width: 485px){
    .container{
        padding: 0 40px;
    }
    }
    /* ************************************** */

/* ＞＞＞ ヘッダー ＜＜＜ */
nav{
    display: block;
    position: fixed;
    width: 270px;
    margin-left: auto;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: -300px;
    transition: all 0.5s;
    z-index: 3;
    opacity: 1;
}

.open nav{
    right: 0;
    opacity: 0.9;
}

nav .inner{
    margin-top: 40px;
    padding: 25px;
}

nav .inner ul li{
    margin: 0;
    border-bottom: 1px solid #333;
}

nav .inner ul li a{
    display: block;
    font:24px/1em 'MPLUS1p-Light',sans-serif;
    color: #333;
    padding: 1.8rem;
    transition-duration: 0.2s;
}

nav .inner ul li a:hover{
    background-color: #e4e4e4;
}

.toggle-btn{
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 3;
    cursor: pointer;
}

.toggle-btn span{
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all 0.5s;
    border-radius: 4px;
}

.toggle-btn span:nth-child(1){
    top: 4px;
}

.toggle-btn span:nth-child(2){
    top: 14px;
}

.toggle-btn span:nth-child(3){
    bottom: 4px;
}

.open .toggle-btn span:nth-child(1){
    transform: translateY(10px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(2){
    opacity: 0;
}

.open .toggle-btn span:nth-child(3){
    transform: translateY(-10px) rotate(315deg);
}

#mask{
    display: none;
    transform: all 0.5s;
}

.open #mask {
    display: block;
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    cursor: pointer;
    z-index: 2;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@media screen and (max-width: 785px){
nav{
    width: 230px;
    right: -250px;
}

nav .inner{
    margin-top: 30px;
    padding: 25px;
}

nav .inner ul li a{
    font:20px/1em 'MPLUS1p-Light',sans-serif;
    padding: 1.5rem;
}

.toggle-btn{
    top: 23px;
    right: 23px;
    width: 23px;
    height: 23px;
}

.toggle-btn span{
    width: 23px;
    height: 1.5px;
}

.toggle-btn span:nth-child(1){
    top: 3px;
}

.toggle-btn span:nth-child(2){
    top: 10.5px;
}

.toggle-btn span:nth-child(3){
    bottom: 3px;
}

.open .toggle-btn span:nth-child(1){
    transform: translateY(7.75px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(3){
    transform: translateY(-7.75px)  rotate(315deg);
}
}
/* ———————————————————————————————————— */
@media screen and (max-width: 485px){
nav{
    width: 100%;
    right: -500px;
}

nav .inner{
    margin-top: 5px;
    padding: 50px;
}

nav .inner ul li a{
    font:25px/1em 'MPLUS1p-Light',sans-serif;
    padding: 1.8rem;
}

.toggle-btn{
    top: 18px;
    right: 18px;
    width: 18px;
    height: 18px;
}

.toggle-btn span{
    width: 18px;
    height: 1px;
}

.toggle-btn span:nth-child(1){
    top: 2px;
}

.toggle-btn span:nth-child(2){
    top: 8px;
}

.toggle-btn span:nth-child(3){
    bottom: 2px;
}

.open .toggle-btn span:nth-child(1){
    transform: translateY(6.5px)  rotate(-315deg);
}

.open .toggle-btn span:nth-child(3){
    transform: translateY(-6.5px)  rotate(315deg);
}
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */


/* ＞＞＞ ホームエリア ＜＜＜ */
[class*="area_home"]{
    padding: 60px 0;
}

.head_home{
    margin: 0 0 70px;
}

/* ヘッド */
.head_home_title{
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
}
.head_home .ttl1{
    font:46px/1em 'MPLUS1p-Thin',sans-serif;
    position: relative;
}

.head_home .ttl2{
    font:20px/1em 'MPLUS1p-Thin',sans-serif;
    position: relative;
    margin-bottom: -10px;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@media screen and (max-width: 785px){
[class*="area_home"]{
    padding: 40px 0;
}

.head_home{
    margin: 0 0 50px;
}

.head_home .ttl1{
    font:42px/1em 'MPLUS1p-Thin',sans-serif;
}

.head_home .ttl2{
    font:18px/1em 'MPLUS1p-Thin',sans-serif;
}

}
/* ———————————————————————————————————— */
@media screen and (max-width: 565px){
.head_home{
    margin: 0 0 40px;
}

.head_home .ttl1{
    font:30px/1em 'MPLUS1p-Thin',sans-serif;
}

.head_home .ttl2{
    font:12px/1em 'MPLUS1p-Thin',sans-serif;
}
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* ブログVlog */
.blog-move{
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-move iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ブログサムネ*/
.sum-img{
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

/* ブログ文*/
.bun{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bun > p{
    font: 300 16px/1.5em 'MPLUS1p-Light',sans-serif;
    letter-spacing: 2px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 15px;
}

.bun-textL{
    max-width: 49%;
    margin-bottom: 60px;
    float: left;
}

.bun-textR{
    max-width: 49%;
    margin-bottom: 60px;
    padding-left: 2%;
}


/* ブログ画像*/
.blog-img{
    width: 100%;
}

.blog-img-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -80px;
}

.blog-img{
    max-width: 100%;
    margin-bottom: 10px;
}

.blog-img img{
    width: 100%;
}

#button-back{
    width: 40px;
    margin-top: 30px;
}

#button-back > p{
    font: 35px/1em 'MPLUS1p-Thin',sans-serif;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@media screen and (max-width: 785px){
.sum-img{
    padding-bottom: 60%;
    margin-bottom: 15px;
}

.bun > p{
    font: 300 15px/1.5em 'MPLUS1p-Light',sans-serif;
}


.bun-textL{
    max-width: 100%;
    margin-bottom: 20px;
}

.bun-textR{
    max-width: 100%;
    margin-bottom: 60px;
    padding-left: 0;
}

.blog-img-wrap{
    margin: 0 -50px;
}

.blog-img{
    margin-bottom: 0px;
}
}
/* —————————————————————————————————————— */
@media screen and (max-width: 485px){
    .bun > p{
        font: 300 14px/1.5em 'MPLUS1p-Light',sans-serif;
        letter-spacing: 1.8px;
    }

    .blog-img-wrap{
        margin: 0 -40px;
    }
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* フッダー */
footer{
    background: #fff;
}

footer > .container{
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-hr{
    width: 100%;
    margin-bottom: 20px;
}

/* snsリスト */
.list_sns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.list_sns > li{
    padding: 0 13px;
}

.list_sns a{
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
}

.list_sns a:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list_sns .twitter{
    padding-right: 7px;
}
.list_sns .instagram{
    margin-top: -10px;
}

.copyright{
    font: 14px/1em 'MPLUS1p-Thin',sans-serif;
    margin-top: 10px;
}

/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
@media screen and (max-width: 785px){
.list_sns a{
    width: 35px;
    height: 35px;
}
}
/* ———————————————————————————————————— */
@media screen and (max-width: 485px){
.list_sns a{
    width: 30px;
    height: 30px;
}
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */