@charset "UTF-8";
@font-face {
    font-family: 'arconregular';
    src: url('../../common/font/arcon-regular-webfont.woff2') format('woff2'), url('../../common/font/arcon-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* //////////////////////////////////////////////////////////////////// */


/* ///// 全ページ共通CSS /////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////// */


/* ==================================================
    Selected Text
================================================== */

::selection {
    background: #f7f7f7;
    /* Safari */
    color: #000000;
    font-weight: bold;
}


/* ==================================================
    Font Anti Alias
================================================== */

html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-size: 1.2rem;
    line-height: 2em;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /*ゴシック系*/
    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;
    */
}

li,
p,
span,
dt,
dd {
    letter-spacing: 0.2em;
}

.mainTitle {
    font-family: 'arconregular', serif;
    font-size: 2.4rem;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    line-height: 1em;
}

.jpmainTitle {
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.18em;
    line-height: 1.2em;
}

.subTitle {
    font-family: 'arconregular', serif;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    line-height: 1.5em;
}

.jpsubTitle {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1em;
    text-indent: 0.2em;
}

.funcText {
    font-family: 'arconregular', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 1em;
    text-indent: 0.2em;
}

.subfuncText {
    font-family: 'arconregular', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 1em;
    color: #444444;
}

.lText {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #000000;
}

.bText {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #000000;
}

.nText {
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #444444;
}

.sText {
    font-size: 1rem;
    letter-spacing: 0.2em;
    line-height: 2em;
    color: #9e9e9e;
}

.enreg {
    font-family: 'arconregular', sans-serif;
}


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

a:link {
    color: #444444;
    text-decoration: none;
}

a:visited {
    color: #444444;
    text-decoration: none;
}

a:hover {
    color: #444444;
    text-decoration: none;
}

a:active {
    color: #444444;
    text-decoration: none;
}


/*a:hover img {opacity:0.4;transition: all 0.4s;}*/

ul li a {
    position: relative;
    outline: none;
    text-decoration: none;
}

ul li a:hover,
ul li a:focus {
    outline: none;
}


/* ==================================================
base (reset)
================================================== */

body {
    transition: all 0.4s;
}

body {
    width: 100%;
    min-width: 960px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
li {
    list-style: none;
}

img {
    border: none;
    line-height: 0;
    font-size: 0;
    vertical-align: text-bottom;
}


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

a {
    margin: 0;
    padding: 0;
    font-size: inherit;
    background: transparent;
}

th,
td {
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    empty-cells: show;
}

input,
select {
    vertical-align: middle;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    /*border:0;*/
}

pre {
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 */
    word-wrap: break-word;
    /* IE 5.5+ */
}


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

img[src$=".svg"] {
    width: 100%;
}

.pcno {
    display: none;
}

.lateDisplay {
    opacity: 0;
}

.pageTop {
    padding: 18px 14px 10px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
}

.pageTop a {
    display: block;
}

.pageTop a span::before {
    content: " ";
    display: block;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    margin: 6px 4px 2px;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
}


/* ==================================================
nowloading
================================================== */

.nowloading {
    background: url(../../common/img/loading.gif) no-repeat center center;
    background-size: 20px;
}


/* ==================================================
header
================================================== */

#contsHead {
    width: 100%;
    height: 60px;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #ffffff;
    transition: background-color 0.6s;
}

.scrolling:hover {
    transition: background-color 0.3s;
    background: #f7f7f7 !important;
}


/* ==================================================
global navigation
================================================== */

#sp_naviArea {
    display: none;
}

#naviArea {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;
    font-size: 0;
    text-align: left;
}

#naviArea h1 {
    margin: 16px 100px 0 0;
    display: inline-block;
    width: 228px !important;
    vertical-align: middle;
}

#naviArea h1 img {
    width: 100%;
    height: auto;
}

#naviArea ul#globalNavi {
    font-size: 0;
    display: inline-block;
    text-align: right;
    width: 632px;
    margin: 0;
    color: #000000;
    vertical-align: top;
}

#naviArea ul#globalNavi li {
    line-height: 1em;
    margin: 0 50px 0 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 60px;
    transition: 0.8s;
}

#naviArea ul#globalNavi li.mypage {
    margin: 0 30px;
    width: 15px;
}

#naviArea ul#globalNavi li.cart {
    margin: 0;
    width: 17px;
}

#naviArea ul#globalNavi li a {
    display: block;
    margin: 26px 0 0;
}

#naviArea ul#globalNavi li.mypage a,
#naviArea ul#globalNavi li.cart a {
    margin: 22px 0 0;
    width: 100%;
    height: auto;
}

#naviArea ul#globalNavi li.mypage a img,
#naviArea ul#globalNavi li.cart a img {
    width: 100%;
    height: auto;
}

#naviArea ul#globalNavi li ul {
    position: absolute;
    z-index: 9999;
    top: 100%;
    margin: 0;
    visibility: hidden;
    font-size: 0px;
    opacity: 0;
    transform: scaleY(0.01);
    transform-origin: 50% 0;
    transition: 0.2s;
    background: rgba(249, 249, 249, 0.95);
    text-align: left;
}

#naviArea ul#globalNavi li ul.itemDrop {
    top: 80%;
    left: 0px;
    width: 100px;
    text-indent: 0;
    padding: 20px 20px 0;
}

#naviArea ul#globalNavi li ul.itemDrop li {
    margin: 0 0 20px;
    display: block;
    height: auto;
}

#naviArea ul#globalNavi li ul.itemDrop li a {
    height: auto;
    margin: 0;
    display: inline;
    color: #444444;
}

#naviArea ul#globalNavi li ul.itemDrop li a:hover {
    border-bottom: 1px solid #444444;
    padding: 0;
}

#naviArea ul#globalNavi li ul.brandDrop {
    left: -30px;
    width: 200px;
    text-indent: 0;
    padding: 20px 20px 0;
}

#naviArea ul#globalNavi li ul.brandDrop li {
    display: block;
    height: auto;
    margin: 0 0 20px;
}

#naviArea ul#globalNavi li ul.brandDrop li a {
    height: auto;
    margin: 0;
    display: inline;
    color: #444444;
}

#naviArea ul#globalNavi li ul.brandDrop li a:hover {
    border-bottom: 1px solid #444444;
    padding: 0;
}

#naviArea ul#globalNavi li ul.mpDrop {
    left: -100px;
    width: 100px;
    text-indent: 0;
    padding: 20px 20px 0;
}

#naviArea ul#globalNavi li ul.mpDrop li {
    display: inline-block;
    height: auto;
    margin: 0 0 20px;
}

#naviArea ul#globalNavi li ul.mpDrop li a {
    height: auto;
    margin: 0;
    display: inline;
    color: #444444;
}

#naviArea ul#globalNavi li ul.mpDrop li a:hover {
    border-bottom: 1px solid #444444;
    padding: 0;
}

#naviArea ul#globalNavi li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    transition: 0.4s;
}

#naviArea ul#globalNavi li a:hover {
    opacity: 0.1;
}

#naviArea ul#globalNavi li a:hover {
    transition: all 0.4s;
}

#popNavi {
    display: none;
}

.nowPage {
    color: #191919 !important;
    border-bottom: 2px solid #323232;
    padding: 0 0 5px;
}


/* ==================================================
mainContsArea
================================================== */

#contsArea {
    transition: all 0.4s;
}


/* ==================================================
footer
================================================== */

#footerArea {
    width: 100%;
    text-align: center;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
}

#footerArea div.footerSet {
    width: 960px;
    letter-spacing: -1em;
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -480px;
    z-index: 9999;
}

#footerArea div.footerSet nav#ftrSitemap {
    letter-spacing: -1em;
    width: 800px;
    margin: 0 60px 5px 0;
    text-align: left;
    display: inline-block;
}

#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet {
    display: inline-block;
    letter-spacing: -1em;
    vertical-align: middle;
    line-height: 1;
}

#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet li {
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: top;
}

#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet li a {
    color: #000000;
}

#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet li:last-child {
    margin: 0;
}

#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet li dl dt a,
#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet li dl dd a {
    transition: all 0.4s;
}

#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet li dl dt a:hover,
#footerArea div.footerSet nav#ftrSitemap ul.sitemapSet li dl dd a:hover {
    opacity: 0.3
}

#footerArea div.footerSet nav#ftrSitemap ul.snsSet {
    display: inline-block;
    margin: 0 0 0 60px;
    vertical-align: middle;
}

#footerArea div.footerSet nav#ftrSitemap ul.snsSet li {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
    width: 20px;
}

#footerArea div.footerSet nav#ftrSitemap ul.snsSet li:last-child {
    margin: 0;
}

#footerArea div.footerSet nav#ftrSitemap ul.snsSet li a img {
    width: 100%;
    height: auto;
}

#footerArea div.footerSet div.copyright {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin: 0;
    color: #000000;
    vertical-align: middle;
}


/* //////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////////////////// */


/* ==================================================
6. form
================================================== */

textarea {
    resize: none;
}


/* --------------------------------
Select
-------------------------------- */

.dropdown {
    float: left;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 28px;
    width: 150px;
    background: #f2f2f2;
    border: 1px solid;
    border-color: white #f7f7f7 #f5f5f5;
    border-radius: 3px;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.dropdown:before,
.dropdown:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 10px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #888 transparent;
    pointer-events: none;
}

.dropdown:before {
    border-bottom-style: solid;
    border-top: none;
}

.dropdown:after {
    margin-top: 7px;
    border-top-style: solid;
    border-bottom: none;
}

.dropdown-select {
    position: relative;
    width: 130%;
    margin: 0;
    padding: 6px 8px 6px 10px;
    height: 28px;
    line-height: 14px;
    font-size: 12px;
    color: #323232;
    text-shadow: 0 1px white;
    /* Fallback for IE 8 */
    background: #f2f2f2;
    /* "transparent" doesn't work with Opera */
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.dropdown-select:focus {
    z-index: 3;
    width: 100%;
    color: #191919;
    outline: 1px solid #191919;
    outline: 1px solid -webkit-focus-ring-color;
    outline-offset: -1px;
}

.dropdown-select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: #f2f2f2;
    border-radius: 3px;
    cursor: pointer;
}


/* ==================================================
6. other
================================================== */

div.BtnBK {
    background: #000000;
    border: 2px solid rgba(0, 0, 0, 1);
    margin: 0 auto;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 1em;
    display: inline-block;
    transition: 0.8s;
    text-align: center;
    border-radius: 60px;
}

div.BtnBK a {
    color: #FFFFFF;
    display: block;
    height: 100%;
    text-decoration: none !important;
}

div.BtnBK span {
    display: block;
    padding: 22px 50px 18px;
}

div.BtnBK:hover {
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 1);
    transition: 0.4s;
}

div.BtnBK:hover a {
    color: #000000;
}

div.pankuzu {
    font-size: 0px;
    width: 960px;
    text-align: left;
    margin: 100px auto 0px;
}

div.pankuzu span {
    font-size: 1rem;
    display: inline-block;
}

div.pankuzu span a {
    transition: 0.6s;
    color: #191919;
}

div.pankuzu span a:hover {
    opacity: 0.1;
    transition: 0.3s;
}

span.panmoto::after {
    content: " ";
    width: 4px;
    height: 4px;
    border-top: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
    transform: rotate(45deg);
    margin: 0px 10px 1px;
    display: inline-block;
}


/* --------------------------------------------------
アニメーションスクロール
-------------------------------------------------- */

.scrollto {}


/*jquery.scrollto.jsを利用*/


/* --------------------------------------------------
マウスオーバー時のポインター設定　(IE6以上、firefox対応)
※独自画像の際は右記→ cursor: url(example.cur), url(example.gif), default;
　拡張子.curはIE用、firefoxは.gifか.png / 左から優先適用
-------------------------------------------------- */

a,
.clickable {
    cursor: pointer;
}


/* --------------------------------------------------
div全体をクリックにて、div内にあるリンク先へ遷移 (base.js)
-------------------------------------------------- */

.clickable {}


/*class="clickable-box"内のaタグのリンク先に飛ぶ*/


/* --------------------------------------------------
clearfix
フロートした子要素しかもたない親ブロック要素の高さを確立する
-------------------------------------------------- */


/*親ブロック要素のclassにclrfixを追加*/

.clrfix:before,
.clrfix:after {
    content: "";
    display: table;
}

.clrfix:after {
    clear: both;
}

.clrfix {
    zoom: 1;
}


/* For IE 6/7 (trigger hasLayout) */


/* //////////////////////////////////////////////////////////////////// */

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb110 {
    margin-bottom: 110px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.mb130 {
    margin-bottom: 130px !important;
}

.mb140 {
    margin-bottom: 140px !important;
}

.mb150 {
    margin-bottom: 150px !important;
}

.mb160 {
    margin-bottom: 160px !important;
}

.mb170 {
    margin-bottom: 170px !important;
}

.mb180 {
    margin-bottom: 180px !important;
}

.mb190 {
    margin-bottom: 190px !important;
}

.mb200 {
    margin-bottom: 200px !important;
}

.twoline {
    line-height: 4em !important;
    vertical-align: top;
}


/* //////////////////////////////////////////////////////////////////// */
