@charset "UTF-8";

/* 共通部分
-------------------------------- */

html {
    font-size: 100%;
    box-sizing: border-box;
}

*,:after,:before {
    background-repeat: no-repeat;
    box-sizing :inherit;
}

* {
     margin: 0;
     padding: 0;
}

body {
    font-family: "Yu Gothic Medium","游ゴシック Medium", "YuGothic","游ゴシック体","ヒラギノ角ゴ Pro W3","sans-serif";
    line-height: 1.7;
    color: #432;
}

a {
    text-decoration: none;
}

h3 {
    font-size: 2rem;
}

img {
    max-width: 100%;
}

.contentWrapper {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0;
}

.contentWrapper2 {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

img {
    user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -webkit-touch-callout: none;
}

/* HEADER
-------------------------------- */

.page-header {
    display: flex;
    justify-content: space-between;
}

.wrapper {
    max-width: 1500px;
    margin:  0 auto;
    padding: 0 4%;
}

.logo {
    width: 500px;
    margin-top: 10px;
}

.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 20px;
    list-style: none;
}

.main-nav li {
    margin-left: 36px;
}

.main-nav a {
    color: #fff;
}

.main-nav a:hover {
    color: #0bd;
}

.top {
    display: none;
}

/* 大きな背景画像
-------------------------------- */
.big-bg {
    background-size: cover;
    background-position: center top;
}

#home {
    background-image: url();
    min-height: 100vh;
}

#home .page-title {
    text-transform: none;
}

/* HOME
-------------------------------- */

.home-content {
    text-align: right;
    margin-top: 10%;
    margin-right: 10%;
}

.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
    color: #fff;
}

/* 見出し
-------------------------------- */

.page-title {
    font-size: 5rem;
    font-family: 'Philosopher',serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}

.page-title {
    text-transform: none;
    text-shadow: 0 0 20px rgba(0,0,0,6);        
    }

/* ボタン
-------------------------------- */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}

.button:hover {
    background: #0090aa;
}

/* メイン
-------------------------------- */

.message {
    text-align: center;
    margin-top: 80px;
}

.design {
    text-align: center;
    margin-top: 80px;
}

.container {
    display: flex;
    margin-top: 50px;
}

.subtitle {
    font-size: 1.25rem;
    padding-bottom: 10px;
}


#main .button-container {
    text-align: center;
    flex-basis: 0%;
    flex-grow: 1;
}

#main figure {
    margin-top: 20px;
    width: 100%;
}

.button2 {
    font-size: 1rem;
    background: #000;
    color: #fff;
    border-radius: 1px;
    padding: 10px 19px;
}

.button2:hover {
    background: #fff;
    color: #000;
    border: 1px solid #333;
}

.button3 {
    font-size: 1rem;
    background: #000;
    color: #fff;
    border-radius: 1px;
    padding: 10px 25px;
    
}

.button3:hover {
    background: #fff;
    color: #000;
    border: 1px solid #333;
}

.button4 {
    font-size: 1rem;
    background: #000;
    color: #fff;
    border-radius: 1px;
    padding: 10px 30px;

}

.button4:hover {
    background: #fff;
    color: #000;
    border: 1px solid #333;
}


/* LEOTARDページ
-------------------------------- */

#leotard {
    background-image: url(../img/yuna_leo_3.jpg);
    min-height: 100vh;
}

#leotard .leotard-content {
    text-align: center;
    margin-top: 40%;
}

.leotard {
    text-align: center;
    margin-top: 80px;
}

/* OTHERS
-------------------------------- */

#others {
    background-image: url(../img/yuna_oth_3.jpg);
    min-height: 100vh;
}

#others .others-content {
    text-align: center;
    margin-top: 40%;
}

.others {
    text-align: center;
    margin-top: 80px;
}

/* DESIGN
-------------------------------- */

#design {
    background-image: url(../img/lisa_des.jpg);
    min-height: 100vh;
}

#design .design-content {
    text-align: right;
    margin-top: 10%;
    margin-right: 10%;
}

.design {
    text-align: center;
    margin-top: 80px;
}

#design .sub-title {
    font-size: 3rem;
    font-family: 'Philosopher',serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}

.sub-title {
    text-transform: none;
    text-shadow: 0 0 20px rgba(0,0,0,6);        
}

/* CONTACT
-------------------------------- */

#contact {
    background-image: url(../img/yuna_con.jpg);
    min-height: 100vh;
}

#contact .contact-content {
    text-align: right;
    margin-top: 10%;
    margin-right: 10%;
}

.contact {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.form {
    margin: auto;
    text-align: left;
    width: 60%;
}

.form p {
    padding-bottom: 20px;
}

input[type="text"] {
    width: 15em;
    height: 1.5rem;
    font-size: 100%;
}

input[type="email"] {
    width: 15em;
    height: 1.5rem;
    font-size: 100%;
}

input[type="tel"] {
    width: 15em;
    height: 1.5rem;
    font-size: 100%;
}

.search00 {
    width: 80%;
    height: 1.5rem;
}

textarea {
    font-size: 1rem;
}

input[type="submit"] {
    border-radius: 5px;
    padding: 2px 10px
}

/* THANKS
-------------------------------- */

#thanks {
    background-image: url(../img/yuna_oth_2.jpg);
    min-height: 100vh;
}

#thanks .thanks-content {
    text-align: center;
    margin-top: 40%;
}

.thanks {
    text-align: center;
    margin-top: 80px;
}

.thanks h2 {
    padding-bottom: 20px;
}

/* 共通
-------------------------------- */

.grid {
    display: grid;
    grid-gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    margin-top: 6%;
    margin-bottom: 50px;
}

.zoom-in-img {
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.zoom-in-img img {
    width: 100%;
    height: 100%;
}

/* ホバーエフェクト
-------------------------------- */

.zoom-in-img img {
    transform: scale(1);
    transition: .7s ease-in-out;
}

.zoom-in-img:hover img {
    transform: scale(1.05);
}

/* フッター
-------------------------------- */

footer {
    text-align: center;
    padding: 26px 0;
}

footer p {
    color: #fff;
    font-size: 0.875rem;
}

#upperFooter {
    margin-top: 50px;
    background-color: #343434;
}

#upperFooter li {
    flex-grow: 1;
    flex-basis: auto;
}

footer nav {
    width: 50%;
    margin: 0 auto;
}

.footer-nav a{
    color: #fff;
}

.footer-nav a:hover {
    color: #0bd;
}

.footer-nav {
    list-style: none;
}

.footer-nav {
    display: flex;
}

.snsflex {
    display: flex;
}

#snsfooter figcaption {
    font-size: 0.95rem;
    color: #fff;
}

#snsfooter .flexcontent {
    flex-basis: 0%;
    flex-grow: 1;
}

#snsfooter figure img {
    margin-top: 40px;
    width: 15%;
}

small {
    color: #FFF;
    font-weight: bold;
    padding: 20px;
    display: block
}

.footer-logo {
    color: #fff;
    font-size: 2rem;
    margin-top: 40px;
}

.footer-logo a {
    color: #fff;
}

.footer-logo a:hover {
    color: #0bd;
}

/* adjust parts
-------------------------------- */

.flex {
    display: flex;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}


/* ここからRESPONSIVE 設定
--------------------------------------------------------*/

/* (MAX-width: 800px)LEOTARD
-------------------------------- */  

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

    .contentWrapper {
        width: 100%;
    }
    
    #wrapper {
        width: 100%;
    }
    
/* タブレット_大きな背景画像
-------------------------------- */
    .big-bg {
        background-size: cover;
        background-position: center top;
    }

    #home {
        background-image: url();
        min-height: 100vh;
        overflow: hidden;
        margin-bottom: 0px;
    }

    #home .page-title {
        text-transform: none;
        text-shadow: 0 0 20px rgba(0,0,0,6);        
    }
    
/* タブレット_HOME
-------------------------------- */
    
    .home-content {
        margin-top: 53%;
        width: 100%;
        text-align: center;
    }
    
    .home-content p {
        text-shadow: 0 0 20px rgba(0,0,0,6);
    }
    
    
/* 見出し
-------------------------------- */
    
    .page-title {
        font-size: 2.5rem;
    }
    
/* HEADER
-------------------------------- */
    
    .main-nav {
        font-size: 1rem;
        margin-top: 10px;
    }
    
    .main-nav li {
        margin: 0 20px;
    }
    
    .page-header {
        flex-direction: column;
        align-items: center;
    }
    

/* HOME
-------------------------------- */
    
    .flex {
        flex-direction: column;
        align-items: center;
    }
    
    .container {
        flex-direction: column;
        align-items: center;
    }
    
    .button {
        font-size: 1rem;
        background: #0bd;
        color: #fff;
        border-radius: 5px;
        padding: 13px 23px
    }

    .button:hover {
        background: #0090aa;
    }
    
    .button2 {
        font-size: 1rem;
        background: #000;
        color: #fff;
        border-radius: 1px;
        padding: 10px 59px;
    }

    .button2:hover {
        background: #fff;
        color: #000;
        border: 1px solid #333;
    }

    .button3 {
        font-size: 1rem;
        background: #000;
        color: #fff;
        border-radius: 1px;
        padding: 10px 63px;
        
    }

    .button3:hover {
        background: #fff;
        color: #000;
        border: 1px solid #333;
    }
    
    .button4 {
        font-size: 1rem;
        background: #000;
        color: #fff;
        border-radius: 1px;
        padding: 10px 62px;
    }

    .button4:hover {
        background: #fff;
        color: #000;
        border: 1px solid #333;
    }
    
/* タブレット_LEOTARDページ
-------------------------------- */    
    
    #leotard {
        background-image: url(../img/yuna_leo_mobile.jpg);
        min-height: 100vh;
        overflow: hidden;
        margin-bottom: 0px;
    }
    
    #leotard .leotard-content {
        margin-top: 65%;
        width: 100%;
    }

/* タブレット_OTHERSページ
-------------------------------- */    
    
    #others {
        background-image: url(../img/yuna_oth_3_mob.jpg);
        min-height: 100vh;
        overflow: hidden;
        margin-bottom: 0px;
    }
    
    #others .others-content {
        margin-top: 65%;
        width: 100%;
    }
    
 /* タブレット_DESIGNページ
-------------------------------- */    
    
    #design {
        background-image: url(../img/lisa_des_mobile.jpg);
        min-height: 100vh;
        overflow: hidden;
        margin-bottom: 0px;
    }
    
    #design .design-content {
        margin-top: 65%;
        text-align: center;
        width: 100%;
    }
    
    #design .sub-title {
        font-size: 2rem;
    }
    
/* タブレット_CONTACTページ
-------------------------------- */    
    
    #contact {
        background-image: url(../img/yuna_con_mobile.jpg);
        min-height: 100vh;
        overflow: hidden;
        margin-bottom: 0px;
    }
    
    #contact .contact-content {
        margin-top: 65%;
        text-align: center;
        width: 100%;
    }
    
/* タブレット_THANKSページ
-------------------------------- */    
    
    #thanks {
        background-image: url(../img/yuna_oth_2_mobile.jpg);
        min-height: 100vh;
        overflow: hidden;
        margin-bottom: 0px;
    }
    
    #thanks .thanks-content {
        margin-top: 65%;
        width: 100%;
    }

/* 共通
-------------------------------- */
    
    .page-title {
        text-transform: none;
        text-shadow: 0 0 20px rgba(0,0,0,6);        
    }
    
/* FOOTER
-------------------------------- */
    
    #upperFooter {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        background-color: #343434;
    }
    
    .footer-nav {
        flex-direction: column;
        align-items: center;
    }
    
    .snsflex {
        display: flex;
    }
    
    #snsfooter figure img {
        margin-top: 20px;
        width: 15%;
    }
    
    #upperFooter .contentWrapper,footer nav {
        width: 100%;
    }
    
    #upperFooter li {
        flex-grow: 1;
        flex-basis: auto;
        border-bottom: 1px solid #c0c0c0;
        padding: 1rem 0;
        width: 100%;
    }
    
    #upperFooter li: first-child {
        border-top: 1px solid #c0c0c0;
    }
}

/* 480px以下　*/

@media screen and (max-width: 480px) {
    .big-bg {
        background-size: cover;
        background-position: center top;
    }

    #home {
        background-image: url();
        min-height: 100vh;
        overflow: hidden;
    }

    #home .page-title {
        text-transform: none;
        text-shadow: 0 0 20px rgba(0,0,0,6);        
    }
    
    .home-content wrapper {
        width: 100%;
    }
    
    .home-content {
        width: 100%;
        margin-top: 90%;
        text-align: center;
    }
    
    .home-content p {
        font-size: 1rem;
        text-shadow: 0 0 20px rgba(0,0,0,6);
    }
        
    #wrapper {
        width: 100%;
    }
    
    .page-title {
        font-size: 2.5rem;
    }
    
/* HEADER 
-------------------------------- */
    
    .page-header {
        flex-direction: column;
        align-items: center;
    }
    
    .main-nav {
        flex-direction: column;
        align-items: center;
    }    
    
/* ここからトリガーナビ
-------------------------------- */
    
    #home .main-nav,header nav {
        width: 100%;
    }
    
    .main-nav a {
        color: #000;
        text-shadow: 0 0 20px rgba(225,225,225,225);
    }
    
    header nav {
        background: rgba(255,255,255,0.45);
        position: relative;
        z-index: 1;
        display: none;
    }
    
    header nav ul {
        display: block;
        padding: 0 0 0 0;
    }
    
    header nav li {
        width: 100%;
        font-size: 1.25rem;
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,1);
        text-align: center;
    }
    
    header nav a {
        font-weight: normal;
        text-shadow: none;
    }
    
    header nav a: hover {
        color: #0bd!important;
    }
    
    #menuWrapper {
        width: 100%;
        text-align: right;
        padding: 3px 5px 5px 5px;
        box-sizing: border-box;
    }
    
    .trigger,.trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    
    .trigger {
        position: relative;
        width: 35px;
        height: 30px;
    }
    
    .trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 5px;
        background-color: #000;
        border-radius: 4px;
        opacity: 1;
    }
    
    .trigger a:hover {
        opacity: 1;
    }
    
    .trigger span:nth-of-type(1) {
        top: 0;
    }
    
    .trigger span:nth-of-type(2) {
        top: 12px;
    }
    
    .trigger span:nth-of-type(3) {
        bottom: 0;
    }
    
    .trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .trigger.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation:active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards;
    }

    @-webkit-keyframes active-menu-bar02 { 100% { height: 0; }}
    @keyframes active-menu-bar02 { 100% { height: 0; }}
    .trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-15px) rotate(45deg);
        transform: translateY(-15px) rotate(45deg);
    }

    .onanimation {
        display: block;
    }
    
/* ↑ここまでトリガーナビ
-------------------------------- */
    
/* HOME
-------------------------------- */
    
    .flex {
        flex-direction: column;
        align-items: center;
    }
    
    .container {
        flex-direction: column;
        align-items: center;
    }
    
    .button {
        font-size: 1rem;
        background: #0bd;
        color: #fff;
        border-radius: 5px;
        padding: 10px 20px
    }

    .button:hover {
        background: #0090aa;
    }
    
    .button2 {
        font-size: 1rem;
        background: #000;
        color: #fff;
        border-radius: 1px;
        padding: 10px 59px;
    }

    .button2:hover {
        background: #fff;
        color: #000;
        border: 1px solid #333;
    }

    .button3 {
        font-size: 1rem;
        background: #000;
        color: #fff;
        border-radius: 1px;
        padding: 10px 63px;
    }

    .button3:hover {
        background: #fff;
        color: #000;
        border: 1px solid #333;
    }
    
    .button4 {
        font-size: 1rem;
        background: #000;
        color: #fff;
        border-radius: 1px;
        padding: 10px 63px;
    }

    .button4:hover {
        background: #fff;
        color: #000;
        border: 1px solid #333;
    }
    
/* スマホ_LEOTARDページ
-------------------------------- */
    
    #leotard .leotard-content {
        width: 100%;
        margin-top: 90%;
    }
    
/* スマホ_OTHERSページ
-------------------------------- */
        
    #others {
        background-image: url(../img/yuna_oth_4_mob.jpg);
        min-height: 100vh;
        overflow: hidden;
        margin-bottom: 0px;
    }
    
    #others .others-content {
        width: 100%;
        margin-top: 90%;
    }
    
/* スマホ_DESIGNページ
-------------------------------- */
    
    #design .design-content {
        width: 100%;
        margin-top: 90%;
    }
    
/* スマホ_CONTACTページ
-------------------------------- */
    
    #contact .contact-content {
        width: 100%;
        margin-top: 90%;
    }
    
    .form {
        margin: auto;
        text-align: left;
        width: 85%;
    }
    
/* スマホ_THANKSページ
-------------------------------- */
        
    #thanks .thanks-content {
        width: 100%;
        margin-top: 90%;
    }   
    
/* スマホ_共通
-------------------------------- */   
    
    .grid {
        display: grid;
        grid-gap: 26px;
        grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
        margin-top: 6%;
        margin-bottom: 50px;
    }
    
/* FOOTER
-------------------------------- */
    
    #upperFooter {
        width: 100%;
        text-align: center;
        margin-top: 50px;
        background-color: #343434;
    }
    
    .footer-nav {
        flex-direction: column;
        align-items: center;
    }
    
    #snsfooter figure img {
        margin-top: 20px;
        width: 15%;
    }
    
    #upperFooter .contentWrapper,footer nav {
        width: 100%;
    }
    
    #upperFooter li {
        flex-grow: 1;
        flex-basis: auto;
        border-bottom: 1px solid #c0c0c0;
        padding: 1rem 0;
        width: 100%;
    }
    
    #upperFooter li: first-child {
        border-top: 1px solid #c0c0c0;
    }
    
    .footer-logo {
        font-size: 1.5rem;
    }
}

