@charset "UTF-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "中ゴシックBBB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    background-color: #FFF;
    margin: 0px;
}
img {
    vertical-align: middle;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}
a {
    color: #000;
    text-decoration: none;
}
a {
    background-color: transparent;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/************* CSS初期化 *************/

#topnavi {
    box-shadow: initial;
    z-index: initial;
    width: initial;
    position: initial;
    top: initial;
    left: initial;
    background-color: initial;
    height: initial;
}

/************* CSS記入ココから *************/

a.org{
    color: #cb5d14 !important;
    text-decoration: none;
}
a.org:hover{
    text-decoration: underline;
}

menu, ol, ul {
    padding: 0 0 0 0px;
}

.set_header {
    width: 100%;
    display: flex;
    min-height: 80px;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px;
    box-sizing: border-box;    
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
li.menu__mega {
    position: relative;
    margin-right: 0.8vw;
    margin-left: 0.8vw;
    display: flex;
    align-items: center;
    min-height: 80px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}


nav#topnavi {
    background: #fff !important;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 710px;
    height: 100%;
    margin-left: calc(56px - 0.8vw);
    box-shadow: indianred;    
    z-index: 2;
}
a.init-bottom {
    text-decoration: none;
    color: #000;
    letter-spacing: 0.1em;
}
.topnav-wrap {

    width: 100%;
    display: flex;
    min-height: 80px;
    position: relative;
    z-index: 9999;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px;    
    box-sizing: border-box;      
}
.logo {
    width: 72px;
    margin-left: auto;

    box-sizing: border-box;
}
.logo > a {
    transition: .3s;
}
.logo > a > img {
    max-width: 100%;
    height: auto;
}
.menu > ul{
    display: flex;
}
nav#topnavi .menu li a {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    color: #000 !important;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.5;
    font-weight: normal;    
}
a.init-bottom {
    text-decoration: none;
    color: #000;
    font-size: 1.0rem;
}
.hsm-sns {
    display: flex;
    padding-right: 40px;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
}
.hsm-sns-icon {
    padding: 0 12px;
    width: 56px;
    box-sizing: border-box;
}
.head-sns-menu a {
    transition: .3s;
}
.head-sns-menu img {
    max-width: 100%;
    height: auto;
}
.head-sns-menu {
    display: flex;
    padding-right: 30px;
    flex-grow: 1;
    justify-content: flex-end;
}
.m-open{
    display: none;
}

#topnavi .sub-menu {

    opacity: 1;
    z-index: 2;
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 240px;
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 8px;
}
#topnavi .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
}

#topnavi .sub-menu li a{
    display: block;
    padding: 8px 1em;
    transition: .3s;    
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    color: #000;
    position: relative;
    text-align: left;
    line-height: 1.5;    
    text-decoration: none;
}
.sub-menu > li > a::before {
    width: 40px;
    height: 2px;
    top: calc(50% - 1px);
}
.sub-menu > li > a::after {
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
    top: calc(50% - 5px);
}
#topnavi .sub-menu li a::before, #topnavi .sub-menu li a::after {
    content: " ";
    display: block;
    position: absolute;
    background-color: #ff8c00;
    right: 1.4em;
    transition: .3s;
    opacity: 0;
}

#topnavi .sub-menu li a:hover, .ci-icon-submenu li a:hover {
    padding: 8px 1.4em;
}
#topnavi .sub-menu li a:hover::before, #topnavi .sub-menu li a:hover::after {
    opacity: 1;
}
.no-link{
    cursor:unset;
}

#topnavi .sub-menu.new-support {
    width: 480px;
    display: flex;
}



#header {
    z-index: 5555;
    position: fixed;
    width: 100%;
    left: 0;
    height: auto;
    min-height: 56px;
    transition: 0.4s ease-in-out;
    background-color: #f2f2f2;
}
.scroll_logo {
    display: none;
}
.header-box-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-right: 56px;
    height: 60px;    
}
#gNav2 {
    display: flex;
    align-items: center;
    min-width: 470px;
    height: 100%;
    margin-left: calc(56px - 1.2vw);
    min-height: 56px;
}
#gNav2 .navi {
    display: flex;
}

#gNav2>.navi>li>a, .gNav2-sub-wrap>.link-kill {
    position: relative;
    display: block;
    color: #000;
}
#gNav2>.navi>li {
    margin-right: 1.2vw;
    margin-left: 1.2vw;
    min-height: 56px;
    display: flex;
    align-items: center;
}
#gNav2 .navi {
    display: flex;
}
.ci-icon a img {
    width: 30%;
}
.ci-icon a {
    display: block;
    width: 100%;
    transition: .3s;
}
.ci-icon {
    width: 80px;
    position: relative;
}

.cart_icon_menu {
    padding-left: 32px;
}

.cart_icon_menu {
    min-height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
}
.search-icon-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
.ci-icon a p {
    font-size: 11px;
    margin-bottom: 0;
    padding-top: 4px;
    line-height: 1;
}

#gNav2 .navi li {
    list-style: none;
    font-size: 1.0rem;
}
.gNav2-li-before::before {
    content: " ";
    top: 56px;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    min-height: 330px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.gNav2-sub-wrap:hover .sub-menu2 {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
.sub-menu2-inner {
    display: block;
    width: 100%;
}
.js-hover {
    visibility: inherit;
    opacity: 1;
}

.sub-menu2-ttl::after {
    content: "";
    height: 0px;
    width: 0px;
    display: none;
    margin-top: 0px;
}
.sub-menu2-inner-inner {
        z-index: 1;
        display: block;
        width: 240px;
        -webkit-transition: all .2s;
        transition: all .2s;
        background-color: rgba(255, 255, 255, 0.9);
        padding-bottom: 8px;
}

.sub-menu2-inner-inner li a {
        font-size: 1.0rem;
        letter-spacing: 0.1em;
        color: #000;
        position: relative;
        display: block;
        text-align: left;
        line-height: 1.5;
}

.sub-menu2-inner-inner li.sub-menu2-ttl {
    display: block;
    padding: 0;
    margin: 0;
}
.sub-menu2-inner-inner li.sub-menu2-ttl a {
    display: block;
    padding: 8px 1em;
    position: relative;
    transition: .3s;
}
.sub-menu2-inner-inner li a:hover {
    padding: 8px 1.4em;
}

.sub-menu2-inner-inner li.sub-menu2-ttl a::before, .sub-menu2-inner-inner li.sub-menu2-ttl a::after {
        content: " " !important;
        display: block;
        position: absolute;
        background-color: #ff8c00;
        right: 1.4em;
        transition: .3s;
        opacity: 0;
}
.sub-menu2-inner-inner li.sub-menu2-ttl a::before, .sub-menu2-inner-inner li.sub-menu2-ttl a::after {
    width: 40px;
    height: 2px;
    top: calc(50% - 1px);
}
.sub-menu2-inner-inner li.sub-menu2-ttl a::after {
    width: 10px;
    height: 2px;
    transform: rotate(45deg);
    top: calc(50% - 5px);
}
.sub-menu2-inner-inner li.sub-menu2-ttl a:hover::before, .sub-menu2-inner-inner li.sub-menu2-ttl a:hover::after {
    right: 1em;
    opacity: 1;
    
}
.sub-menu2-ttl {
        margin-bottom: 0px !important;
    }
#gNav2 .sub-menu2 li a:hover {
    opacity: 1;
    text-decoration: none;
    color: #000;
}
.gNav2-sub-wrap::after {
        content: none;
}
.sub-menu2 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 0;
    min-width: 1000px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 0px;
}
#header{
    
    z-index: 1;
}
#header.UpMove {
    transform: translateY(-101%);
    top: 0;
    z-index: 9999;
}
#header.DownMove {
    top: 0;
    z-index: 9999;
}
.pageup a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pageup {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 99;
    opacity:0;
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.fadeUp2{
animation-name:fadeUpAnime2;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime2{
  from {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}
.main-ttl {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 2vw;
}
p.p-border {
    border-bottom: 1px solid;
    margin-bottom: 50px;
    padding: 0px;
    font-size: 1px;
    margin-top: 49px;
}
.new-member-btn-wrap{
    text-align: center;
}
.new-member-btn-wrap > div{
    display: flex;
    
}
.new-member-btn-wrap > div {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#gNav2 {
    
    height: 56px;
}
#main h2 {
    border-bottom: unset;
}

.ci-icon-submenu {

    top: 51px;
}
.online-top-link{
    letter-spacing: 0.1rem;
}
a.back_btn,a.order_btn,a.change_button {
    letter-spacing: 0.2rem;
}
.col-md-12 #main > h1{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.date-wrap > h1{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
img.favorite-heart {
    width: 10%;
    margin-right: 10px;
}
@media screen and (max-width: 1024px){
    ul.footer_menu {
        display: none;
    }   
    #header {
        height: auto;
        min-height: 60px;
        top: 0;
    }
    .set_header{
        display:none;
    }
    #gNav2 {
        display: none;
    }

    .scroll_logo {
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        min-width: 140px;
        min-height: 80px;
        width: 8vw;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
    .scroll_logo {
        min-width: 100px;
        left: 0;
        min-height: 60px;
        height: 60px;
        z-index:1;        
    }    
    .icon-sp-dn {
        display: block;
    }    
    .search-icon-wrap {
        padding-right: 60px;
    }
    .search-icon-wrap {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;

    }    
    .header-box-inner {
        padding-right: unset;
    }    
    .tgl-normal-menu > ul{
        display: block;
        
    }
    .tgl_menu > ul {
        display: block;
    }
    ul.ttc-list {
        display: block;
    }
}
@media screen and (max-width: 479px) {
    .fav-g-btn{
        display: none;
    }
    .icon-sp-dn {
        display: none;
    }
}