@charset "utf-8";

/* 
---------------------------------------------------------- */

html { overflow-y: scroll;
	   font-size: 62.5%;
}

body{
    font-family:"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    width:100%;
	-webkit-text-size-adjust: 100%;
    font-size:14px;
    font-size:1.4rem;
	line-height: 1.8;
	color: #666;
}

body * {
    box-sizing: border-box;
}


@media screen and (max-width:767px) {
    body {
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -o-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
}



/* a 
-------------------------------------------------------------- */

a {
    color: #666;
    text-decoration: underline;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
a:hover,
a:active { text-decoration: none;}



/* Img 
------------------------------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-rp {
    display: block;
    width: 100%;
    height: auto;
}

/* img hover */
a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}



/* Tools ------------------------------------------------------------------- */

/* text-align */
.taL {text-align: left   !important;}
.taC {text-align: center !important;}
.taR {text-align: right  !important;}

/* color */
.is-red { color:#ee6161;}

/* font-weight */
.is-normal { font-weight:normal; }
.is-bold { font-weight:bold; }

/* element */
.is-block { display:block; }
.is-ilblock { display:inline-block; }


/* other */
.pcNone {display:none !important;}
.spNone {display:block !important;}

sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

.center-block{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

@media screen and (max-width:767px) {
    .pcNone {display: block !important;}
    .spNone {display: none !important;}
}



/* section
---------------------------------------------------------- */

.sec-top{
    padding:8.21em 0;
}

.sec{
    margin-bottom:6.42em;
}

.sec_inner{
	position:relative;
    z-index:0;
	max-width:1100px;
	margin:auto;
}


@media screen and (max-width:1200px) {
    .sec-top{
        padding:5em 0;
    }
    .sec_inner{
        padding-left:4.28em;
        padding-right:4.28em;
    }
}

@media screen and (max-width:767px) {
    .sec-top{
        padding:4.28em 0;
    }
    .sec{
        margin-bottom:3.34em;
    }

    .sec_inner{
        padding-left:1.42em;
        padding-right:1.42em;
    }
}



/* wrapper
---------------------------------------------------------- */

#wrapper {
    position:relative;
    overflow:hidden;
}



/* header
---------------------------------------------------------- */

#header{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 2;
    background: #FFF;
    transition: all 1.0s;
    -webkit-transition: all 1.0s;
    opacity:0;
}

/* 下層ページヘッダー */
#header.header-page{
    position:static;
    opacity:1;
}

/* 固定ヘッダー */
#header.is-fixed,
#header.is-sp {
    opacity:1;
    position:fixed;
}

#header .header_inner{
    padding: 1.42em 4em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#header.header-page .header_inner{
    padding: 2.14em 4em;
}

#header #siteId {
    margin: 0 auto 0 0;
}


@media screen and (max-width:960px){
    #header .header_inner,
    #header.header-page .header_inner{
        padding: 1em 1.42em;
    }
}

@media screen and (max-width:767px){
    #header #siteId{
        width:110px;
        height:36px;
    }
}

@media screen and (max-width:480px){
    #header #siteId{
        width:100px;
        height:32px;
    }
}


/* header2
---------------------------------------------------------- */

#header2{
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
    z-index: 2;
    background: #FFF;
    transition: all 1.0s;
}

/* 下層ページヘッダー */
#header2.header-page{
    position:static;
    opacity:1;
}

/* 固定ヘッダー */
#header2.is-fixed,
#header2.is-sp {
    opacity:1;
    position:fixed;
}

#header2 .header_inner{
    padding: 1.42em 4em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

#header2.header-page .header_inner{
    padding: 2.14em 4em;
}

#header2 #siteId {
    margin: 0 auto 0 0;
}


@media screen and (max-width:960px){
    #header2.header_inner,
    #header2.header-page .header_inner{
        padding: 1em 1.42em;
    }
}

@media screen and (max-width:767px){
    #header2 #siteId{
        width:110px;
        height:36px;
    }
}

@media screen and (max-width:480px){
    #header2 #siteId{
        width:100px;
        height:32px;
    }
}


/* gNav
---------------------------------------------------------- */

#header #nav li{
    position:relative;
    display:inline-block;
    margin-left:2.14em;
    letter-spacing:0.1em;
}

#header #nav li:after{
    content: "/";
    position:absolute;
    top:1px;
    right:-22px;
    color: #e5e5e5;
}

#header #nav li:last-child:after{
    display:none;
}

#header #nav li a{
    display:block;
    font-size:1.07em;
    padding:0;
    text-decoration:none;
}

#header #nav li a:hover{
    color:#8bceea;
}

#spNavBtn{
    display:none;
}


@media screen and (max-width:960px) {
    #header #gNav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.94;
        background-image: -moz-linear-gradient( 140deg, rgb(164,219,241) 0%, rgb(169,232,243) 100%);
        background-image: -webkit-linear-gradient( 140deg, rgb(164,219,241) 0%, rgb(169,232,243) 100%);
        background-image: -ms-linear-gradient( 140deg, rgb(164,219,241) 0%, rgb(169,232,243) 100%);
    }
    #header #gNav nav {
        display: table;
        width: 100%;
        height: 100%;
    }
    #header #nav {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    #header #nav li {
        display: block;
        margin: 0 auto 2.0em;
    }
    #header #nav li a {
        position: relative;
        display: inline-block;
        font-size: 2rem;
        color: #FFF;
    }
    #header #nav li a:before,
    #header #nav li a:after {
        position: absolute;
        bottom: -6px;
        content: '';
        width: 0;
        height: 1px;
        background: #FFF;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    #header #nav li a:before {
        left: 50%;
    }
    #header #nav li a:after {
        right: 50%;
    }
    #header #nav li a.is-hover:before,
    #header #nav li a.is-hover:after,
    #header #nav li a:hover:after,
    #header #nav li a:hover:before{
        width: 50%;
        opacity: 1;
        visibility: visible;
    }
    #header #nav li a.is-hover:hover,
    #header #nav li a:hover{
        color:#FFF;
    }
    /*spNavBtn*/
    #spNavBtn {
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }
    #spNavBtn p {
        position: relative;
        width: 23px;
        margin: 4px auto 0;
    }
    #spNavBtn p span {
        display: block;
        height: 2px;
        margin-bottom: 5px;
        background: #444;
        transition: all 0.4s;
        z-index:3;
    }
    #spNavBtn p span:nth-of-type(3) {
        margin: 0;
    }
    #spNavBtn p span:nth-of-type(2)::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        height: 2px;
        background: #444;
        transition: all 0.4s;
    }
    #spNavBtn.is-active p span,
    #spNavBtn.is-active p span:nth-of-type(2)::after {
        background: #FFF;
    }
    #spNavBtn.is-active p span:nth-of-type(1) {
        transform: translateY(20px) scale(0);
    }
    #spNavBtn.is-active p span:nth-of-type(2) {
        transform: rotate(-45deg);
    }
    #spNavBtn.is-active p span:nth-of-type(2)::after {
        transform: rotate(90deg);
    }
    #spNavBtn.is-active p span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) scale(0);
        transform: translateY(-20px) scale(0);
    }
}

@media screen and (min-width:960px) {
    #header #gNav{
        display:block !important;
    }
}


/* gNav2
---------------------------------------------------------- */

#header2 #nav li{
    position:relative;
    display:inline-block;
    margin-left:2.14em;
    letter-spacing:0.1em;
}

#header2 #nav li:after{
    content: "/";
    position:absolute;
    top:1px;
    right:-22px;
    color: #e5e5e5;
}

#header2 #nav li:last-child:after{
    display:none;
}

#header2 #nav li a{
    display:block;
    font-size:1.07em;
    padding:0;
    text-decoration:none;
}

#header2 #nav li a:hover{
    color:#8bceea;
}

#spNavBtn{
    display:none;
}


@media screen and (max-width:960px) {
    #header2 #gNav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.94;
        background-image: -moz-linear-gradient( 140deg, rgb(164,219,241) 0%, rgb(169,232,243) 100%);
        background-image: -webkit-linear-gradient( 140deg, rgb(164,219,241) 0%, rgb(169,232,243) 100%);
        background-image: -ms-linear-gradient( 140deg, rgb(164,219,241) 0%, rgb(169,232,243) 100%);
    }
    #header2 #gNav nav {
        display: table;
        width: 100%;
        height: 100%;
    }
    #header2 #nav {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }
    #header2 #nav li {
        display: block;
        margin: 0 auto 2.0em;
    }
    #header2 #nav li a {
        position: relative;
        display: inline-block;
        font-size: 2rem;
        color: #FFF;
    }
    #header2 #nav li a:before,
    #header2 #nav li a:after {
        position: absolute;
        bottom: -6px;
        content: '';
        width: 0;
        height: 1px;
        background: #FFF;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    #header2 #nav li a:before {
        left: 50%;
    }
    #header2 #nav li a:after {
        right: 50%;
    }
    #header2 #nav li a.is-hover:before,
    #header2 #nav li a.is-hover:after,
    #header2 #nav li a:hover:after,
    #header2 #nav li a:hover:before{
        width: 50%;
        opacity: 1;
        visibility: visible;
    }
    #header2 #nav li a.is-hover:hover,
    #header2 #nav li a:hover{
        color:#FFF;
    }
    /*spNavBtn*/
    #spNavBtn {
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }
    #spNavBtn p {
        position: relative;
        width: 23px;
        margin: 4px auto 0;
    }
    #spNavBtn p span {
        display: block;
        height: 2px;
        margin-bottom: 5px;
        background: #444;
        transition: all 0.4s;
        z-index:3;
    }
    #spNavBtn p span:nth-of-type(3) {
        margin: 0;
    }
    #spNavBtn p span:nth-of-type(2)::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 23px;
        height: 2px;
        background: #444;
        transition: all 0.4s;
    }
    #spNavBtn.is-active p span,
    #spNavBtn.is-active p span:nth-of-type(2)::after {
        background: #FFF;
    }
    #spNavBtn.is-active p span:nth-of-type(1) {
        transform: translateY(20px) scale(0);
    }
    #spNavBtn.is-active p span:nth-of-type(2) {
        transform: rotate(-45deg);
    }
    #spNavBtn.is-active p span:nth-of-type(2)::after {
        transform: rotate(90deg);
    }
    #spNavBtn.is-active p span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) scale(0);
        transform: translateY(-20px) scale(0);
    }
}

@media screen and (min-width:960px) {
    #header2 #gNav{
        display:block !important;
    }
}



/* contents
---------------------------------------------------------- */

#page #contents {
    padding-bottom:2.14em;
}



/* footer
---------------------------------------------------------- */

#footer{
    padding:0 4.28em;
}

#footer .sec_inner{
    padding:4.28em 0 5.71em;
}

#footer .sec_inner:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    display:block;
    height:1px;
    width:100%;
    background:url(../img/common/pat_03.png);
}

#footer .footer_left{
    float:left;
}

#footer #footer_logo{
    margin-bottom:2.14em;
}
#footer #footer_nav{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing:0.25em;
    line-height:2.65;
    float:right;
}

#footer #footer_nav li{ 
    position:relative;
}

#footer #footer_nav li:before{ 
    content: "";
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    display:block;
    margin: auto;
    width: 1px;
    height: 10px;
    background:url(../img/common/pat_01.png);
}

#footer #footer_nav li a{
    display:block;
    font-size:1.07em;
    padding:1.6em 0 0;
    text-decoration:none;
}

#footer #footer_nav li a:hover{
    color:#8bceea;
}

#copyright {
    font-family: 'Cormorant Garamond', serif;
    font-size:1.07em;
    margin-top:3.3em;
}


@media screen and (max-width:767px){
    #footer{
        padding:0 1.42em;
    }
    #footer .sec_inner{
        padding:3em 0 4em;
    }
    #footer #footer_logo{
        width:110px;
        height:36px;
        margin-bottom:1em;
    }
}

@media screen and (max-width:480px){
    #footer #footer_logo{
        width:100px;
        height:32px;
    }
}



/* pageTop
---------------------------------------------------------- */

#pageTop {
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 5%;
}

#pageTop a {
    position:relative;
    text-align: center;
    display: table;
    width: 60px;
    height: 60px;
    font-size: 1.57em;
    background: #bbb;
    border:1px solid #bbb;
    text-decoration:none;
    border-radius:50%;
}

#pageTop a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 25px;
    padding-right: 2px;
    margin: auto;
    background: url(../img/common/ico_arw_02_wh.svg) no-repeat top;
}

#pageTop a:hover {
    background:none;
}

#pageTop a:hover:after {
    background: url(../img/common/ico_arw_02_bk.svg) no-repeat top;
}


@media screen and (max-width:767px) {
    #pageTop {
        right: 15px;
    }
    #pageTop a {
        width:40px;
        height:40px;
    }
    #pageTop a:after {
        height:16px;
    }
}




/* pageDown
---------------------------------------------------------- */

#pageDown {
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 5%;
}

#pageDown a {
    position:relative;
    text-align: center;
    display: table;
    width: 60px;
    height: 60px;
    font-size: 1.57em;
    background: #bbb;
    border:1px solid #bbb;
    text-decoration:none;
    border-radius:50%;
}

#pageDown a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 25px;
    padding-right: 2px;
    margin: auto;
    background: url(../img/common/ico_arw_03_wh.svg) no-repeat top;
}

#pageDown a:hover {
    background:none;
}

#pageDown a:hover:after {
    background: url(../img/common/ico_arw_03_bk.svg) no-repeat top;
}


@media screen and (max-width:767px) {
    #pageDown {
        right: 15px;
    }
    #pageDown a {
        width:40px;
        height:40px;
    }
    #pageDown a:after {
        height:16px;
    }
}



/* title
---------------------------------------------------------- */

/*ttl-01*/
.ttl-01 {
    position:relative;
    float:right;
    font-size: 3.6rem;
    margin-left:1.8em;
    padding-left:0.83em;
    font-weight:normal;
    line-height:1;
    color: #444;
}

.ttl-01:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    display:block;
    height:34px;
    width:1px;
    background:url(../img/common/pat_01.png);
}


/*ttl-02*/
.ttl-02 {
    text-align:center;
}

.ttl-02:after {
    content:"";
    display:block;
    height:1px;
    width:24px;
    margin:3.57em auto 4.28em;
    background:url(../img/common/pat_02.png);
}

.ttl-03{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    font-size:1.6rem;
    font-weight:normal;
    margin-bottom:0.312em;
}


@media screen and (max-width:767px) {
    .ttl-01{
        font-size:2.8rem;
        padding-left:0.71em;
        margin-left:0.71em;
    }
}

@media screen and (max-width:480px) {
    .ttl-01{
        float:none;
        font-size:2.4rem;
        padding-left:0;
        margin:0 0 1.25em 0;
    }
    .ttl-01:after{
        display:none;
    }
}



/* btn
---------------------------------------------------------- */

.btn-01{
    position:relative;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    position:relative;
    display:block;
    text-align: center;
    max-width:400px;
    width:100%;
    padding: 1.42em;
    background: #FFF;
    color: #666;
    border: 1px solid #666;
    text-decoration: none;
}

.btn-01:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right:7.5%;
    margin: auto;
    width: 25px;
    height: 3px;
    background: url(../img/common/ico_arw_01_bk.svg) no-repeat right;
}

.btn-01:hover{
    opacity:0.6;
}

.btn-02{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
    position:relative;
    display:block;
    text-align: center;
    max-width: 300px;
    width:100%;
    padding: 1.42em;
    background: #FFF;
    color: #666;
    border: 1px solid #666;
    text-decoration: none;
}

.btn-02 span{
    position:relative;
    padding-left:12.6%;
}

.btn-02 span:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_cart_bk.svg) no-repeat;
    background-size: 100%;
}

.btn-02:hover{
    opacity:0.6;
}


@media screen and (max-width:767px) {
    .btn-01 {
        width:90%;
    }
}

@media screen and (max-width:767px) {
    .btn-01,
    .btn-02{
        max-width:300px;
        padding: 1.14em;
        margin:0 auto;
        font-size:0.92em;
    }
    .btn-01:before {
        width: 16px;
    }
}



/* table
---------------------------------------------------------- */

/*tbl-01*/
.tbl-01{
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	width: 100%;
	border-collapse: separate;
    border-top: 1px solid #e5e5e5;
    letter-spacing:0.04em;
}

.tbl-01 th,
.tbl-01 td{
    text-align:left;
	border-bottom: 1px solid #e5e5e5;
	padding: 1.42em;
}

.tbl-01 th{
    font-weight:normal;
}


@media screen and (max-width:767px) {
    .tbl-01{
        width: 100%;
    }
    .tbl-01 th,
    .tbl-01 td{
        text-align: left;
    }
    .tbl-01 th{
        border-bottom: none;
        padding:0.92em 0 0.21em;
    }
    .tbl-01 td{
        padding:0 0 1.28em;
    }
    .tbl-01,
    .tbl-01 tbody,
    .tbl-01 tr,
    .tbl-01 th,
    .tbl-01 td{
        width: 100%;
        display: block;
    }
    .tbl-01 td::before{
        display:none;
    }
    table thead {
        display: none;
    }
}



/* clearfix 
---------------------------------------------------------- */

.cf:after,
.sec_inner:after {
	content: "";
	display: table;
	clear: both;
}



/* animtation
---------------------------------------------------------- */

/*fadeInUp*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 7%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp{
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    opacity:1;
}


/*zoomIn*/
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
    animation-name: zoomIn;
    animation-fill-mode: both;
    animation-duration: .5s;
}