@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    基本設定
----------------------------------------*/
html {
    overflow-y: scroll;
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.serif {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
a:link {
    text-decoration: none;
}
li {
    list-style: none;
}
p {
    text-align: justify;
    font-weight: 500;
    line-height: 1.5em;
}

/*--------------------------------------
    PC
----------------------------------------*/
/*--------------------
    BASE
--------------------*/

/*--------------------
    COMMON
--------------------*/
.inner {
    width: 1120px;
    margin: 0 auto;
}
.btn {
    clear: both;
    display: block;
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 75px;
    position: absolute;
    bottom: -75px;
    left: calc(50% - 75px);
    z-index: 99;
}
.btn img {
    border-radius: 75px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.btn img:hover {
    opacity: 0.8;
}

/*--------------------
    MAIN
--------------------*/
.main {
    height: 100vh;
    background: url(../img/main_bg.png) fixed no-repeat right center;
    background-size: cover;
}
.filter {
    background: url(../img/filter.png);
}
.splash {
    background: url(../img/splash.png) no-repeat right center;
    background-size: cover;
}
.half {
    width: 48%;
    height: 100vh;
    position: relative;
    margin: 0 1%;
}
.main .logo {
    padding-top: calc(50vh - 120px);
    margin: 0 auto;
}
.main p {
    width: 565px;
    line-height: 2em;
    letter-spacing: 0.1em;
    -webkit-text-shadow: 0px 0px 5px #fff;
    -moz-text-shadow: 0px 0px 5px #fff;
    text-shadow: 0px 0px 5px #fff;
    filter: drop-shadow(0px 0px 5px #fff);
    -webkit-filter: drop-shadow(0px 0px 5px #fff);
    -moz-filter: drop-shadow(0px 0px 5px #fff);
    margin: 92px auto 0;
    position: relative;
    z-index: 2;
}
.main a {
    display: block;
    width: 97px;
    height: 105px;
    position: absolute;
    bottom: 7%;
    left: calc(50% - 48.5px);
    z-index: 1;
}
.main a img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.main a:hover img {
    padding-top: 10px;
}

/*--------------------
    HEADER
--------------------*/
#global-header {
    height: 100px;
    background: #000;
}
#global-header .inner {
    position: relative;
}
h1 {
    width: 222px;
    height: 40px;
    padding-top: 30px;
    margin: 0 auto;
}
h1 img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
h1 img:hover {
    opacity: 0.8;
}
#global-header ul {
    position: absolute;
    top: 15px;
    right: 0;
}
#global-header li {
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#global-header li:hover {
    opacity: 0.8;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/*--------------------
    CONCEPT
--------------------*/
.concept {
    height: 500px;
    background: url(../img/empire.png) fixed no-repeat left top;
    background-size: cover;
    position: relative;
}
.concept h2 {
    float: left;
    width: 48%;
    padding: 215.5px 0;
    margin: 0 1%;
}
.concept h2 img {
    margin: 0 auto;
}
.concept p {
    float: right;
    width: 48%;
    text-align: center;
    line-height: 2.5em;
    letter-spacing: 0.1em;
    margin: 150px 1% 0;
}

/*--------------------
    PICK-UP BRAND
--------------------*/
.brands {
    background: url(../img/texture.png);
    padding: 124px 0 125px;
    position: relative;
}
.brands h2 {
    margin-bottom: 49px;
}
.brands img {
    margin: 0 auto;
}

/*--------------------
    SHOP
--------------------*/
.shop {
    background: url(../img/shop_info_bg.png) fixed no-repeat center center;
    background-size: cover;
    padding: 125px 0 100px;
}
.shop h2 img {
    float: left;
}
.shop .logo {
    float: right;
    width: 500px;
    height: 91px;
    margin: 59px 30px 0 0;
}
.shop table {
    width: 960px;
    background: rgba(173, 0, 121, 0.1);
    box-sizing: border-box;
    margin: 50px auto 0;
}
.shop tr {
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}
.shop tr:last-child {
    border: none;
}
.shop th {
    width: 200px;
    font-family: 'Archivo Black', sans-serif;
    color: #ffff38;
    font-size: 24px;
    letter-spacing: 0.1em;
    border-right: 1px solid #fff;
}
.shop td {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.shop td span {
    color: #f00;
}


/*--------------------
    CONTACT
--------------------*/
#contact {
    background: url(../img/texture.png);
    padding: 100px 0;
}
#contact h2 img {
    margin: 0 auto 40px;
}
#contact table {
    width: 790px;
    line-height: 1.5em;
    margin: 0 auto;
}
#contact th {
    width: 240px;
    text-align: right;
    vertical-align: middle;
    color: #333;
}
#contact td {
    text-align: justify;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    padding: 10px 0 10px 50px;
}
#contact td #privacy {
    vertical-align: baseline;
}
#contact td label {
    color: #000;
    font-weight: 500;
}

/* INPUT BOX
----------------------------------------*/
.coat,
textarea {
    width: 100%;
    max-width: 480px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    line-height: 1.5em;
    padding: 10px;
    border: none;
}

/* REQUIRED
----------------------------------------*/
.required-mark {
    color: #f00;
}

/* AUTHENTICATION
----------------------------------------*/
.captcha-wrap a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 10px 0;
}

/* ERROR MESSAGE
----------------------------------------*/
.error-text {
    color: #f00;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/* BUTTON
----------------------------------------*/
.contact-submits-wrap {
    margin-top: 40px;
    text-align: center;
}
.contact-submits-wrap input {
    margin: 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-submits-wrap input:hover {
    /*background: #fff;*/
    opacity: 0.7;
}

/* CONFIRM
----------------------------------------*/
.conf {
    background: rgba(255, 255, 255, 0.6);
}
#contact .conf td {
    color: #333;
    padding: 10px 50px;
}

/* SENDED
----------------------------------------*/
.sended {
    width: 790px;
    background: rgba(255, 255, 255, 0.6);
    padding: 50px 0;
    margin: 0 auto;
}
.sended p {
    text-align: center;
    line-height: 2em;
}

/* ERROR
----------------------------------------*/
.sec-error-text {
    width: 790px;
    line-height: 50px;
    text-align: center;
    color: #f00;
    font-size: 20px;
    font-weight: bold;
    padding: 50px 0;
    border: 2px solid #f00;
    margin: 0 auto;
}


/*--------------------
    FOOTER
--------------------*/
#global-footer p {
    text-align: center;
}
.pp {
    background: #fff;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.pp:hover {
    background: #ccc;
}
.pp a {
    display: block;
    font-family: 'Archivo Black', sans-serif;
    color: #ad0079;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.pp:hover a {
    color: #ffff38;
}
.go2top {
    background: #ccc;
    line-height: 50px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.go2top:hover {
    background: #fff;
}
.go2top a {
    display: block;
    font-family: 'Archivo Black', sans-serif;
    color: #ffff38;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.go2top:hover a {
    color: #ad0079;
}
.copy {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0.1em;
}
.copy a {
    color: #fff;
}
.copy a:hover {
    text-decoration: underline;
}



/* LOWER
----------------------------------------*/
/*--------------------
    404
--------------------*/
.sub-main {
    height: 100vh;
    background: url(../img/main_bg.png) fixed no-repeat right center;
    background-size: cover;
}
.sub-main dl {
    text-align: center;
    padding-top: calc(50vh - 89px);
}
.sub-main dt {
    font-family: 'Archivo Black', sans-serif;
    color: #fff;
    font-size: 72px;
    margin-bottom: 42px;
}
.sub-main dd {
    font-weight: 500;
    line-height: 2em;
}
.sub-main dd a {
    text-decoration: underline;
    color: #ad0079;
    font-weight: bold;
}
.sub-main dd a:hover {
    text-decoration: none;
}




/* 20211113 */
.input01{
    width: 200px;
    height: 50px;
    background: url(../img/confirm.png) no-repeat center / cover;
    border: none;
}
.input02{
    width: 200px;
    height: 50px;
    background: url(../img/edit.png) no-repeat center / cover;
    border: none;
}
.input03{
    width: 200px;
    height: 50px;
    background: url(../img/send.png) no-repeat center / cover;
    border: none;
}
