@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////
///// 全ページ共通CSS ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// */

/* ==================================================
FONT SETTING
================================================== */
html {
    font-size: 58%;
}

@media screen and (min-width:481px) {
    html {
        font-size: calc(8px + .15vw);
    }

    .footerArea {
        font-size: calc(8px + .05vw);
    }
}

@media screen and (min-width:1281px) {
    html {
        font-size: calc(8px + .1vw);
    }

    .footerArea {
        font-size: calc(7px + .01vw);
    }
}

body {
    /*ゴシック系*/
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*明朝系
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
    letter-spacing: 0.18em;
    background: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    -ms-font-feature-settings: "normal";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
h1, h2, h3, h4, h5, h6, p, figure, .imgSetP {
    font-weight: inherit;
}
.enGothic {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.enSerif {
    font-family: 'Cormorant Infant', serif;
    font-weight: 400;
}
.itaric {
    font-style: italic;
}

.enSerifBold {
    font-family: 'Cormorant Infant', serif;
    font-weight: 600;
}

p {
    line-height: 1.8;
    letter-spacing: inherit;
}

.StrongTitle {
    font-size: 4.6rem;
}

.MainTitle {
    font-size: 3rem;
}
.SubTitle {
    font-size: 2.5rem;
}

.STitle {
    font-size: 2.4rem;
}

.XXlTxt {
    font-size: 2.4rem;
}

.XlTxt {
    font-size: 2.2rem;
}

.shopTtl,
.LTxt {
    font-size: 2rem;
}
.gNaviTxt,
.MTxt {
    font-size: 1.6rem;
}
.STxt {
    font-size: 1.3rem;
}

.XsTxt {
    font-size: 1rem;
}

.fs400 {
    font-size: 400%;
}

.fs300 {
    font-size: 300%;
}

.fs200 {
    font-size: 200%;
}

.fs180 {
    font-size: 180%;
}

.fs160 {
    font-size: 160%;
}

.fs150 {
    font-size: 150%;
}

.fs140 {
    font-size: 140%;
}

.fs130 {
    font-size: 130%;
}

.fs120 {
    font-size: 120%;
}

.fs110 {
    font-size: 110%;
}

.fs90 {
    font-size: 90%;
}

.fs80 {
    font-size: 80%;
}

.fs70 {
    font-size: 70%;
}

.fs60 {
    font-size: 60%;
}

.fwBold {
    font-weight: bold;
}
@media screen and (min-width:961px) {
    .gNaviTxt{
        font-size: 1.2rem;
    }
}
@media screen and (min-width:1281px) {

.ecStore{
    font-size: 1.0rem;
}
.shopTtl{
    font-size: 1.8rem;
}
}
/* ==================================================
font line height
================================================== */

/* ==================================================
link
 ================================================== */

a:link {
    color: #000000;
}

a:visited {
    color: #000000;
}

a:active {
    color: #000000;
}

/* ==================================================
color
================================================== */

body {
    color: #000000;
}

.mainColor {
    color: #000000;
}

.titColor {
    color: #000000;
}

.weakColor {
    color: #666666;
}

.backColor {
    color: #ffffff;
}

.attention {
    color: #a80028;
}

/* ==================================================
common
================================================== */

.new::after {
    color: #d83232;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0 0 1rem;
}

.cs::before {
    font-family: 'Cormorant Infant', sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

svg {
    fill: #000000;
}

input {
    -webkit-appearance: none;
}
.scrollArrow span{
    width: 1px;
}
/* ==================================================
BtnSet
================================================== */
.BtnCenter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.BtnCenter svg {
    height: 1.3em;
    width: 1.3em;
    margin: 0 10px 0 0;
    left: 3%;
    position: absolute;
}

.BtnCenter a {
    padding: 20px 20px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.BtnCenter a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kadoRBtn {
    border-radius: 6px;
}

.roundBtn {
    border-radius: 4em;
}

.btnLine.mainBtn {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #dc042a;
}

.btnLine.bkBtn {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #333333;
}

.btnLine.whBtn {
    background: rgba(220, 4, 42, 1);
    border: 1px solid #ffffff;
}

.btnLine.mainBtn a {
    color: #dc042a;
}

.btnLine.bkBtn a {
    color: #292929;
}

.btnLine.whBtn a {
    color: #ffffff;
}

.footerArea .btnLine.whBtn {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, .3);
}

.btnBeta.whBtn {
    background: #ffffff;
    border: 1px solid #f8bfc0;
    max-width: 300px;
    width: 65%;
}

.btnBeta.bkBtn {
    background: #292929;
    border: 1px solid #292929;
}

.btnBeta.mainBtn {
    background: #f8bfc0;
    border: 1px solid #f8bfc0;
}

.btnBeta.mainBtn a,
.btnBeta.bkBtn a {
    color: #ffffff;
}

.btnBeta.whBtn a {
    color: #f8bfc0;
}

.btnBeta.mainBtn svg,
.btnBeta.bkBtn svg {
    fill: #ffffff;
}

.btnBeta.whBtn svg {
    fill: #f8bfc0;
}

.mainBtn p,
.bkBtn p,
.whBtn p {
    position: relative;
    padding: 0 0px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}

.mainBtn p::after,
.bkBtn p::after,
.whBtn p::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
    -webkit-transition: .8s all ease-in;
    transition: .8s all ease-in;
}

.btnBeta.bkBtn p::after {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.btnBeta.mainBtn p::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.btnBeta.whBtn p::after {
    border-right: 2px solid #f8bfc0;
    border-bottom: 2px solid #f8bfc0;
}

.btnLine.bkBtn p::after {
    border-right: 2px solid #292929;
    border-bottom: 2px solid #292929;
}

.btnLine.mainBtn p::after {
    border-right: 2px solid #f8bfc0;
    border-bottom: 2px solid #f8bfc0;
}

.btnLine.whBtn p::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.footerArea .whBtn p::after {
    border-right: 2px solid rgba(255, 255, 255, .7);
    border-bottom: 2px solid rgba(255, 255, 255, .7);
}


.innerLinkBtn a{
}
.innerLinkBtn a p{
    letter-spacing: .15em;
    border-bottom: 1px solid #999999;
    padding: 0 10px 8px;
}


/* ==================================================
nowloading
================================================== */
.double-bounce1,
.double-bounce2 {
    background-color: #292929;
}

.loadingSet {
    display: none;
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loadingSet p img {
    max-width: 80px;
    width: 30%;
    height: auto;
}
.loadingSet figure {
    width: 100%;
    margin: 20px auto 0;
}

.loadingSet figure svg {
    width: 140px;
    height: 32px;
    fill:#dc042a;
}

.loadingSet figure figcaption {
    line-height: 1.5;
    margin: 5px auto 0;
    text-align: center;
    font-weight: bold;
}

.nowloading .loadingSet {
    display: block;
}

/* ==================================================
header
================================================== */
#contsHead {
    height: 50px;
    text-align: center;
    position: fixed;
    z-index: 1020;
    -webkit-transition: height 0.8s ease-in-out, .8s opacity ease-in;
    transition: height 0.8s ease-in-out, .8s opacity ease-in;
    font-family: 'Josefin Sans', sans-serif;
}

#contsHead div#globalNavi {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 8px rgba(30,30,30,0.1);
    box-shadow: 0px 4px 8px rgba(30,30,30,0.1);
    opacity: 0;
    -webkit-transition: height 0.2s ease-in-out, .2s opacity ease-in;
    transition: height 0.2s ease-in-out, .2s opacity ease-in;
}
.scrolledMenu #contsHead div#globalNavi {
    opacity: 1;
    -webkit-transition: height 0.2s ease-in-out, .2s opacity ease-in;
    transition: height 0.2s ease-in-out, .2s opacity ease-in;
}
/*
#contsHead div#globalNavi::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 40px;
    background: rgba(255,255,255,.95);
    opacity: 0;
    -webkit-transition: .8s ease opacity;
    transition: .8s ease opacity;
    z-index: -1;
}
*/
.noMain #contsHead div#globalNavi::after,
.scrolledMenu #contsHead div#globalNavi::after{
    opacity: 1;
    -webkit-transition: .8s ease opacity;
    transition: .8s ease opacity;
}

#contsHead div#globalNavi div.logoSet {
    margin: 0 0 0 3%;
    height: 50px;
    position: relative;
    z-index: 10;
}

#contsHead div#globalNavi div.logoSet a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#contsHead div#globalNavi div.logoSet h1 svg {
    width: 80px;
    height: 100%;
    fill:#7ac4bf;
    display: block;
}
.noMain #contsHead div#globalNavi div.logoSet h1 svg,
.scrolledMenu #contsHead div#globalNavi div.logoSet h1 svg{
    fill:#7ac4bf;
}
/*
#contsHead div#globalNavi div.sideBarSet {
    margin: 0 2% 0 auto;
}
*/

#contsHead div#globalNavi div.sideBarSet .pageTop {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10%;
    left: 12%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#contsHead div#globalNavi div.sideBarSet .pageTop a {
    width: 100%;
    height: 100%;
}

#contsHead div#globalNavi div.sideBarSet .pageTop a span::before {
    content: " ";
    display: block;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg) translate(-80%, 80%);
    transform: rotate(-45deg) translate(-80%, 80%);
}


#contsHead div#globalNavi div.menuBtn {
    margin: 0;
    z-index: 12;
}

#contsHead div#globalNavi figure svg {
    width: 2em;
    height: 2em;
    display: block;
}

#contsHead div#globalNavi div.menuSet {
    width: 100%;
    /*height: 100vh;*/
    background: rgba(250, 250, 250, 1);
    position: fixed;
    top:50px;
    right: -100vw;
    opacity: 0;
    z-index: -1;
    overflow-y: auto;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 70px;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.navion #contsHead div#globalNavi div.menuSet {
    right: 0;
    opacity: 1;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
}

/*
#contsHead div#globalNavi div.menuSet div.gNaviSet ul {
     display: -webkit-box;
    display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap;
    -ms-flex-pack: distribute;
     justify-content: space-around;
     margin: 20% auto 0;
     flex-flow: column;
     height: 100%;
}
*/

#contsHead div#globalNavi div.menuSet div.gNaviSet ul li{
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: 0.1rem;
}
#contsHead div#globalNavi div.menuSet div.gNaviSet ul li:not(:last-of-type){
    margin: 0 auto 40px;
}
#contsHead div#globalNavi div.menuSet div.gNaviSet ul li a{
    color: #000000;
}
@media screen and (min-width: 961px) {
    #contsHead {
        height: 0px;
    }
    #contsHead div#globalNavi {
        position: fixed;
        width: 10%;
        left: auto;
        right: 0;
        top: 0;
        z-index: 15;
        background: none;
        max-width: 120px;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
    }
    #contsHead div#globalNavi div.logoSet {
        margin: 0 auto 0 30px;
        height: 60px;
        display: none;
    }

    #contsHead div#globalNavi::before {
        height: 60px;
        background: rgba(255,255,255,0);
        -webkit-filter: none;
        filter: none;
        -webkit-transition: .8s background ease;
        transition: .8s background ease;
    }
#contsHead div#globalNavi::after{
    height: 60px;
}
    #contsHead:hover div#globalNavi::before {
        background: #333333;
        -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    }

    #contsHead div#globalNavi div.logoSet a {
        height: 60px;
    }

    #contsHead div#globalNavi div.logoSet h1 svg {
        width: 90px;
        height: 24px;
        display: block;
    }

    #contsHead div#globalNavi div.menuBtn {
        display: none;
    }

    #contsHead div#globalNavi div.sideBarSet {
        height: 100vh;
}

    #contsHead div#globalNavi div.menuSet {
        display: -webkit-box; */
        display: -ms-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        opacity: 1;
        position: absolute;
        top: 50%;
        right: 3%;
        max-width: none;
        background: none;
        z-index: 10;
        padding: 0;
        left: auto;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        overflow: visible;
    }
/*
    #contsHead div#globalNavi div.menuSet div.gNaviSet {
        width: 100%;
    }
*/
/*
    #contsHead div#globalNavi div.menuSet div.gNaviSet ul {
        width: 100%;
        margin: 0;
    }
*/
    #contsHead div#globalNavi div.menuSet div.gNaviSet ul li{
        width:auto;
        margin: 0;
}
    #contsHead div#globalNavi div.menuSet div.gNaviSet ul li:not(:last-of-type){
        margin: 0 auto 20px;
    }
    #contsHead div#globalNavi div.menuSet div.gNaviSet ul li a{
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
}
    .noMain #contsHead div#globalNavi div.menuSet div.gNaviSet ul li:not(:last-of-type) a,
    .scrolledMenu #contsHead div#globalNavi div.menuSet div.gNaviSet ul li:not(:last-of-type) a{
    color: #333333;
}
/*
    #contsHead div#globalNavi div.menuSet div.gNaviSet ul li:last-of-type{
        background: #333333;
}
*/
}

#contsHead div#globalNavi div.menuSet div.gNaviSet ul li.active a{
    color: #f8bfc0!important;
    position: relative;
}
#contsHead div#globalNavi div.menuSet div.gNaviSet ul li.active a::before{
    position: absolute;
    content: "";
    background: #f8bfc0;
    left: -10px;
    top: 40%;
    width: 2px;
    height: 20px;
    border-radius: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/* ==================================================
humberger-menu animation
================================================== */

.hamburger {
    width: 40px;
    height: 40px;
}

.menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger span {
    position: absolute;
    left: 30%;
    width: 40%;
    height: 2px;
    background-color: #f8bfc0;
}
.scrolledMenu .menu-trigger span,
.noMain .menu-trigger span{
    background-color: #f8bfc0;
}

.menu-trigger span:nth-of-type(1) {
    top: 12.5px;
}

.menu-trigger span:nth-of-type(2) {
    top: 19.0px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 12.5px;
}

.menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(5.5px) rotate(0);
        transform: translateY(5.5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(5.5px) rotate(0);
        transform: translateY(5.5px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span:nth-of-type(2) {
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        ;
    }

    50% {
        -webkit-transform: translateY(-5.5px) rotate(0);
        transform: translateY(-5.5px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        ;
    }

    50% {
        -webkit-transform: translateY(-5.5px) rotate(0);
        transform: translateY(-5.5px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }
}

.navion .menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}


@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
        ;
    }
}


@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
        ;
    }
}

.navion .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}

.navion .menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
        ;
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
        ;
    }
}


@media screen and (min-width:641px) {}

@media screen and (min-width:961px) {
    .hamburger {
        margin: 0 auto;
    }

    .menu-trigger span {
        background-color: #292929;
    }
}

/* ==================================================
footer
================================================== */
.ftrContactArea{
    background: url(../../common/img/contact_sp.jpg) top center;
    background-size: cover;
    padding: 60px 0 50px;
}
body.contact .ftrContactArea{
    display:none;
}
.ftrContactArea h2{
    margin: 0 auto 20px;
}
.ftrContactArea div.BtnCenter{
    width: 80%;
    max-width: 260px;
}
.footerArea {
    margin: 0;
    text-align: center;
    padding: 0 0 40px;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    width: 100%;
}
.footerArea a{
}

.footerArea svg {
    fill: #333333;
    display: block;
}
.footerArea .footerSnsNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
}
.footerArea .footerSnsNav ul li {
    margin: 0 20px;
}
.footerArea .footerSnsNav ul.corporateLink li{
    margin: 0 15px 20px;
    position: relative;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(4),
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(5){
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(4){
    text-align: right;
    padding: 0 15px 0 0;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(5){
    text-align: left;
    padding: 0 0 0 15px;
}

.footerArea .footerSnsNav ul.corporateLink li::after{
    content: "/";
    position: absolute;
    right: -18px;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(4)::after{
    right: -5px;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(3)::after,
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(5)::after{
    display: none;
}
.footerArea .footerSnsNav ul li.footerFacebook {
    padding: 0 6px;
}
.footerArea .footerSnsNav ul li.footerBlog {
    padding: 0 1px;
}
.footerArea .footerSnsNav ul li.footerInsta figure svg {
    width: 25px;
    height: 25px;
}

.footerArea .footerSnsNav ul li.footerFacebook figure svg {
    width: 12px;
    height: 22px;
}
.footerArea .footerSnsNav ul li.footerBlog figure svg {
    width: 22px;
    height: 22px;
}
.footerArea .footerSnsNav ul li.footerMail figure svg {
    width: 22px;
    height: 22px;
}


.footerArea .footerSubNav {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.footerArea .footerSubNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 0;
    width: 100%;
}

.footerArea .footerSubNav ul li {
    margin: 0 10px;
}
.footerArea .footerSubNav ul li figure svg {
    width: 55.4px;
    height: 26.8px;
}
.footerArea div.copyright {
    margin: 0;
    width: 100%;
}

.footerArea div.copyright p {
    line-height: 1.5;
}

.footerArea .footerSubNav .pageTop {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -50px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerArea .footerSubNav .pageTop a {
    width: 100%;
    height: 100%;
}

.footerArea .footerSubNav .pageTop a span::before {
    content: " ";
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 6px auto 2px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg) translate(-80%, 80%);
    transform: rotate(-45deg) translate(-80%, 80%);
}

@media screen and (min-width:641px) {
    .footerArea {
        padding: 10px 0 40px;
    }

    .footerArea .footerSubNav ul li figure svg {
    width: 42.4px;
    height: 26.8px;
    }

    .footerArea .footerSnsNav ul.corporateLink{
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footerArea .footerSnsNav ul.corporateLink li{
    margin: 0 15px 20px;
    position: relative;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(4),
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(5){
    width: auto;
    margin: 0 15px 20px;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(4),
    .footerArea .footerSnsNav ul.corporateLink li:nth-of-type(5){
    text-align: center;
    padding: 0;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(4)::after{
    right: -18px;
}
.footerArea .footerSnsNav ul.corporateLink li:nth-of-type(3)::after{
    display: inline-block;
}
}




/* ==================================================
section Slider
================================================== */

.cntsSlide{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
}
.cntsSlide figcaption{
    margin: 10px 0 0;
}
.cntsSlide figcaption .VolDate{
    margin: 0 0 6px;
    line-height: 1;
}
.cntsSlide p,.cntsSlide h3{
    text-align: left;
}
@media screen and (min-width:641px) {
    .cntsSlide{
        width: 90%;
    }
}
@media screen and (min-width:961px) {
    .cntsSlide{
        max-width: 1200px;
        margin: 0 auto 60px;
    }
    .cntsSlide figcaption{
        margin: 10px 0 0;
    }
    .cntsSlide figcaption .VolDate{
        margin: 0 0 6px;
    }
}


/* ==================================================
section Area
================================================== */
.noMain #contsArea .topConts{
    padding: 60px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cntTtl{
    margin: 0 auto 40px;
    letter-spacing: .15em;
}
.cntTtl h1{
    margin: 0 auto 10px;
}
.acvTtl{
    margin: 0 auto 40px;
}
@media screen and (min-width:641px) {

}
@media screen and (min-width:1281px) {
    .noMain #contsArea .topConts{
        padding: 100px 0 120px;
    }
    .cntTtl{
        margin: 0 auto 72px;
    }
}
