@charset "UTF-8";

/*———————————
共通部分レイアウト
———————————*/

/*
fontサイズ
-----------*/
html {
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%;
}

body {
    /* bodyのフォントサイズを1.2em（12pxと同等のサイズ）に設定 */
    font-size: 1.2em;
    font-family: 'montserratmedium';

    /* スマホのテキストサイズ自動制御を上書き */
    text-size-adjust: 100%;
    　　-webkit-text-size-adjust: 100%; /*Chrome,Safari*/
    　　-ms-text-size-adjust: 100%; /*EgdeMobile*/
    　　-moz-text-size-adjust: 100%; /*firefox*/
}

/*
文字装飾
-----------*/
.bold {
    font-weight: bold;
}

/*
margin調整
-----------*/
.mt30 {
    margin-top: 30px !important;
}

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

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

.mb25 {
    margin-bottom: 25px !important;
}

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

.mb35 {
    margin-bottom: 35px !important;
}

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

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

/*
パンくずリスト
-----------*/
.breadcrumb {
    width: 792px;
    margin: 0 24px 12px;
}

.breadcrumb li {
    display: inline-block;
}

/*
セクションタイトルエリア
-----------*/
.page_header .section_title {
    width: 792px;
    margin: 0 44px;
}

.page_header .section_title h1 {
    margin: 0 auto 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 2.0rem;
    color: #2e2e2e;
}

.page_header .section_title h1 span {
    padding-left: 16px;
    font-size: 1.3rem;
    font-weight: normal;
}

/*
グレイバック（背景灰色）タイトル
-----------*/
.gb_title {
    width: 100%;
    padding: 16px 0 15px 30px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    background-color: #f2f3f5;
}

/*
白抜きボタン
-----------*/
.shironuki_button {
    margin-bottom: 62px;
}

.shironuki_button a {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 40.40%;
    padding: 12px;
    font-size: 1.4rem;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    margin-bottom: 16px;
    position: relative;
}

.shironuki_button a:hover {
    text-decoration: none;
    color: #fff;
    background: #a3a3a3;
}

/*
黒抜きボタン
-----------*/
.kuronuki_button a {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 40.40%;
    padding: 12px;
    font-size: 1.4rem;
    color: #fff;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    margin-bottom: 16px;
    position: relative;
}

.kuronuki_button a:hover {
    text-decoration: none;
    color: #2e2e2e;
    background: #fff;
}

/*
aタグのテキストにアンダーラインを入れる
-----------*/
.with_underline {
    text-decoration: underline;
}

/*
aタグのテキストを青色にする
-----------*/
.with_color_blue {
    color: #00f;
}

/*
クリアフィックス
-----------*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*
トップナビゲーション右部分 くの字矢印
-----------*/
.arrow {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-left: 10px;
}

.arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

/*
PCスマホ切り替え
-----------*/
.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

/*
ロゴマーク
———————————*/
#pc-top-logo-mark {
    margin: 0 35px 0 -20px;
}

/*
両端をpaddingした中身のエリア
———————————*/
.container {
    width: 1280px;
    height: 128px;
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
    margin: 0 auto;
    display: table;
}

/*
My-ヘッダーカート
———————————*/
.cart-fixed {
    position: fixed;
    width: 100%;
    z-index: 900;
    top: 0px;
}

.cart-outside {
    width: 1280px;
    margin: 0 auto;
    height: 0;
    position: relative;
}

.cart-outside a {
    display: block;
    position: absolute;
    top: 6px;
    right: 8px;
    width: 64px;
    height: 64px;
    text-decoration: none;
}

.cart-number {
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 0 0 43px;
    text-decoration: none;
}

/*
My-ヘッダーナビ
———————————*/
.navbar-fixed-top {
    background-color: #fff;
    height: 128px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 8;
}

#navbar-top-area {
    height: 60px;
}

.navbar-left {
    margin: 0;
    padding: 0;
    width: 420px;
    float: left;
    overflow: hidden;
}

.navbar-left h1 {
    font-size: 0.9rem;
    padding: 0;
    margin: 2px 0 10px 0;
    color: #a3a3a3;
    font-weight: normal;
}

.navbar-left #navbar-left-serach {
    width: 233px;
    display: block;
    height: 33px;
    position: relative;
}

.navbar-left #navbar-left-serach-keyword {
    width: 180px;
    height: 27px;
    position: absolute;
    top: 2px;
    left: 12px;
}

.navbar-left #navbar-left-serach-glass {
    position: absolute;
    top: 7px;
    left: 200px;
}

.navbar-center {
    margin: 0;
    padding: 0;
    width: 424px;
    float: left;
}

.navbar-right {
    margin: 0;
    padding: 0 0 0 80px;
    width: 420px;
    float: left;
    overflow: hidden;
}

.navbar-right p.arrow a {
    font-size: 1.1rem;
    position: relative;
    color: #464646;
    display: block;
    height: 58px;
    padding-top: 22px;
    padding-left: 4px;
    font-weight: bold;
    text-decoration: none;
}

#navbar-bottom-area {
    height: 60px;
}

#navbar-bottom-area ul {
    width: 1182px;
    padding-left: 324px;
    overflow: hidden;
    height: 59px;
}

#navbar-bottom-area ul li {
    float: left;
}

#navbar-bottom-area ul li:nth-child(1) {
    width: 184px;
    padding-right: 95px;
}

#navbar-bottom-area ul li:nth-child(2) {
    width: 257px;
    padding-right: 95px;
}

#navbar-bottom-area ul li:nth-child(3) {
    width: 416px;
    padding-right: 238px;
}

#navbar-bottom-area ul li a {
    color: #000;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
    height: 59px;
    padding: 24px 1px 0px 1px;
    box-sizing: border-box;
    text-align: center;
    letter-spacing: -0.06rem;
}

.below-navbar-contents {
    font-size: 1.2rem;
    text-align: center;
    background-color: #e2eaf6;
    padding: 12px 0;
}

/*
メインコンテンツ部分
-----------*/
#main-area {
    position: unset;
}

/*
左サイド
-----------*/
#left-side {
    width: 200px;
    padding-right: 8px;
    display: table-cell;
}

#left-side h2 {
    font-size: 1.6rem;
    color: #2f2f2f;
    padding: 14px 0 18px 0;
    border-bottom: 1px solid #2e2e2e;
    margin-top: 0px;
    margin-bottom: 4px;
    margin-left: 8px;
}

#left-side ul {
    margin-bottom: 20px;
}

#left-side ul li {
    height: 36px;
    font-size: 1.3rem;
}

#left-side ul li a {
    display: block;
    height: 36px;
    padding-top: 10px;
    padding-left: 9px;
    color: #2f2f2f;
    font-weight: nomal;
    text-decoration: none;
}

#left-side ul li a:hover {
    background-color: #d8d8d8;
    border: 1px solid #fff;
}

/*
中央部分
-----------*/
#main {
    width: 880px;
    display: table-cell;
}

/*
右サイド
-----------*/
#right-side {
    width: 184px;
    display: table-cell;
}

#right-side #right-side-cart-box {
    padding: 0 10px 0 10px;
    height: auto;
}

#right-side #right-side-cart-box h2 {
    font-size: 1.8rem;
    text-align: center;
    color: #6ba4f3;
    margin: 0;
    padding: 30px 0 34px 0;
}

#right-side #login_area dl {
    height: 112px;
    margin: 0 0 22px;
    background-color: #f3f3f3;
    text-align: center;
}

#right-side #login_area dl dt {
    font-weight: bold;
    padding-top: 18px;
    font-size: 1.1rem;
}

#right-side #login_area dl dd {
    padding-top: 15px;
    font-size: 1.0rem;
}

#right-side #cart_area #account {
    margin-bottom: 30px;
}

#right-side #cart_area p.kessai_button a {
    display: block;
    border: 1px solid #d8d8d8;
    text-align: center;
    padding: 8px 0 12px 0;
    font-size: 1.2rem;
    font-weight: bold;
    width: 163px;
    height: 32px;
    color: #2e2e2e;
    text-decoration: none;
    outline: none;
    margin-bottom: 13px;
}

#right-side #cart_area p.kessai_button:last-child a {
    color: #fff;
    background-color: #2e2e2e;
    border: none;
}

#right-side #cart_area p.kessai_button a:hover {
    background-color: #8cafe0;
    color: #fff;
    border: none;
}

/*
フッター部分
-----------*/
#footer {
    width: 100%;
    margin-top: 100px;
    background-color: #a3a3a3;
    clear: both;
}

#footer .footer-nav {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 10px 25px 17px;
    box-sizing: border-box;
    font-size: 1.1rem;
}

#footer .footer-nav ul {
    float: left;
}

#footer .footer-nav ul li {
    padding-right: 24px;
    float: left;
}

#footer .footer-nav ul li a {
    color: #ffffff;
}

#footer .footer-nav p {
    color: #fff;
    float: right;
    font-size: 1.0rem;
    font-weight: normal;
}

/*———————————
トップページ
———————————*/

/*
bodyのmarginを調整してスライドショーがキレイに見えるようにする
-----------*/
body {
    margin-top: 165.6px;
}

@media screen and (max-width: 640px) {
    body {
        margin-top: 150px;
    }
}

/*
ニュースエリア
-----------*/
#main .news-area ul {
    width: 792px;
    background-color: #f3f3f3;
    margin-left: 44px;
    padding: 20px 30px 2px 30px;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

#main .news-area ul li {
    clear: both;
    margin-bottom: 20px;
}

#main .news-area ul li span.news-date {
    font-weight: bold;
    display: block;
    float: left;
}

#main .news-area ul li span.news-headline {
    display: block;
    margin-left: 125px;
}

#main .news-area ul li span.news-headline a {
    display: inline-block;
    color: #003eff;
    font-size: 1.0rem;
    margin-left: 12px;
}

/*
商品を並べる場所
-----------*/
#main #products {
    width: 880px;
    padding: 0 40px 36px 40px;
}

#main #products .product {
    width: 48.5%;
    margin-bottom: 30px;
    float: left;
}

#main #products .product:nth-child(2n) {
    float: right;
}

#main #products .product:nth-child(2n):after {
    content: "";
    display: block;
    clear: both;
}

#main #products .product img {
    width: 100%;
    border: solid 1px #f5f5f5;
}

#main #products .product dl dt {
    padding: 12px 0 8px;
    color: #2e2e2e;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

#main #products .product dl dd {
    color: #a3a3a3;
}

/*———————————
ご利用ガイド
———————————*/
.guide {
    width: 792px;
    margin: 0 44px 0 44px;
}

.guide h3 {
    width: 792px;
    text-align: center;
    font-size: 2.0rem;
    color: #2e2e2e;
    padding: 15px 0 13px;
    box-sizing: border-box;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.guide section {
    margin: 27px 0 25px;
}

.guide section h4 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.0;
}

.guide section p {
    font-size: 1.2rem;
    line-height: 2.0;
}

.guide section p a {
    color: #82ade9;
    text-decoration: underline;
}

.guide .blue_text p {
    font-size: 1.2rem;
    line-height: 2.0;
}

.guide .blue_text p a {
    color: #82ade9;
    text-decoration: none;
    font-weight: bold;
}

.guide section h5 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.0;
}

.guide table {
    border-collapse: collapse;
    margin-bottom: 20px;
}

.guide table tr td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 8px 0;
    font-size: 1.3rem;
    color: #2e2e2e;
}

.guide table tr td.area_top {
    background-color: #f1f7ff;
}

.guide table tr td.price_top {
    background-color: #f1f7ff;
}

.guide table tbody .table_left {
    width: 28.53%;
    background-color: #f1f7ff;
    vertical-align: middle;
}

.guide table tbody .table_right {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.guide table tbody .table_right p {
    line-height: 2.4;
    padding: 10px 0 10px 3px;
    color: #000;
    text-align: left;
}

/*
ページ内リンクボタン
-----------*/
#top_button_area {
    width: 792px;
    margin: 0 44px 44px;
}

#top_button_area ul li {
    float: left;
    width: 190px;
    margin: 0 8px 8px 0;
}

#top_button_area ul li a {
    display: block;
    width: 192px;
    border: 1px solid #d8d8d8;
    font-size: 1.4rem;
    text-align: center;
    padding: 16px 0 14px 0;
    text-decoration: none;
    color: #2f2f2f;
}

#top_button_area ul li a:hover {
    background-color: #82ade9;
    color: #fff;
}

/*———————————
コチカについて
———————————*/
#top_img {
    width: 792px;
    margin: 0 44px 25px;
    position: relative;
}

.wide_wrap {
    width: 792px;
    margin: 0 44px;
}

.about_kotica .message {
    text-align: center;
    margin-bottom: 60px;
}

.about_kotica .second_message .title {
    margin-bottom: 20px;
}

.about_kotica .second_message .title h2 {
    font-size: 11pt;
    line-height: 20px;
    letter-spacing: 3px;
    color: #3e3e3e;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 2px;
}

.about_kotica .second_message .contents .left-img {
    float: left;
    width: 396px;
}

.about_kotica .second_message .contents .left-img img {
    padding: 0 16px 0 15px;
}

.about_kotica .second_message .contents .right-body {
    float: left;
    width: 396px;
}

.about_kotica .second_message .contents .right-body h3 {
    font-size: 16pt;
    line-height: 38px;
    letter-spacing: 2px;
    color: #3e3e3e;
    margin-bottom: 40px;
}

.about_kotica .second_message .contents .right-body p {
    margin-bottom: 20px;
}

.about_kotica .second_message .contents .right-body .right-body-wrap {
    font-size: 1.2rem;
    padding: 0 35px 0 10px;
    line-height: 2.3333;
}

/*———————————
「カートに入れる」のボタンの色
———————————*/
.ec-blockBtn--action {
    color: #525263;
    background-color: #e2eaf6;
    border-color: #e2eaf6;
}

.ec-blockBtn--action:hover {
    color: #e2eaf6;
    background-color: #525263;
    border-color: #525263;
}
