@charset "UTF-8";

/* コモンパーツ */

/* フォントとリンクの設定 */
html {
    font-size: 62.5%;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

.font--sans-serif {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-size-large {
    font-size: 2.4rem;
    line-height: 100%;
}

.font-size-medium {
    font-size: 2rem;
    line-height: 4rem;
}

.font-size-small {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.font-size-small--2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
}

.font-size-small--3 {
    font-size: 1.6rem;
    line-height: 2rem;
}

.font-size-medium--small {
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 2.5rem;
}

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:hover {
    color: rgb(87, 87, 87);
}

.common-hover:hover {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.26);
    transform: translateY(-3px);
    -webkit-transition: all .3s;
    cursor: pointer;
}

.box-shadow {
    box-shadow: 2px 2px 2px 0px rgba(121, 121, 121, 0.13);
}

body {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}

/* コンテナ */
.container--1200 {
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
}

.container--min-500 {
    min-width: 500px;
}

.container--600 {
    margin: auto;
    max-width: 600px;
    padding-left: 25px;
    padding-right: 25px;
}

.container--600-fix {
    margin: auto;
    max-width: 600px;
}



.container--230 {
    margin: auto;
    max-width: 230px;
}


/* レスポンシブ対応 */
.layout--pc {
    display: block !important;
}

.layout--sp {
    display: none !important;
}



/* ヘッダー */
.header__container {
    width: auto;
    height: 70px;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.header__img {
    height: 20px;
    margin: 20px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.header__img img {
    max-width: 80vw;
}



.header-img {
    width: auto;
    height: 30px;
}

.ly-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* その他のスタイル */

/* バナー */
.banner__font--bk {
    color: #2d2d2d;
}

.banner__font--wh {
    color: #ffffff;
}

.banner_name {
    list-style: none;
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
}

.banner_name-2 {
    list-style: none;
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}

.banner_name-2--small {
    list-style: none;
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center;
}

.banner_online-store {
    min-width: 340px;
    padding-bottom: 20px;
    margin: auto;
}

.banner_sales {
    min-width: 340px;
    margin: auto;
}

.ly-banner {
    width: 100%;
    height: 180px;
    margin: auto;
    margin-top: 50px;
}

.ly-banner--full-size {
    width: 100%;
    height: 160px;
    margin: auto;
}

/* バックグラウンド */
.back-btn {
    width: 256px;
    height: 80px;
    margin: auto;
    text-align: center;
    background:
        linear-gradient(to right, #000, #000 7px, transparent 7px, transparent 3px) repeat-x left top / 10px 1px,
        linear-gradient(to right, #000, #000 7px, transparent 7px, transparent 3px) repeat-x left bottom / 10px 1px;
}

.back-btn p {
    font-size: 21px;
    text-align: center;
    height: 78px;
    line-height: 78px;
}

.back-color--bk {
    background-color: rgb(33, 33, 33);
}

.back-online-store {
    background-image: url(../img/online_store_banner.jpg);
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
}

.back-sales {
    background-color: rgba(198, 198, 198, 0.987);
    background-image: url(../img/card_intro_pic-Area_2.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center 25%;
}

.ly-back-btn {
    width: 100%;
    height: 300px;
    padding-top: 110px;
}

/* ボタン */
a.banner_btn_01 {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 180px;
    margin: auto;
    padding: 0.8rem 1rem;
    font-weight: bold;
    border: 1px solid #2d2d2d;
    transition: 0.5s;
}

a.banner_btn_01:hover {
    color: #fff;
    background: #2d2d2d;
}

a.banner_btn_01--wh--Large {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 360px;
    margin: auto;
    padding: 0.8rem 1rem;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ffffff;
    transition: 0.5s;
    color: #fff;
}

a.banner_btn_01--wh--Large:hover {
    color: #2d2d2d;
    background: #ffffff;
}



/* フッター */
.footer__container {
    width: 100%;
    height: 230px;
    margin: auto;
}

.footer-company-logo {
    width: auto;
    height: 24px;
    margin: auto;
    margin-top: 30px;
}

.footer-company-logo img {
    width: auto;
    height: 24px;
    margin: auto;
}

.footer-copylight {
    margin: auto;
    margin-top: 20px;
    color: white;
}

.footer-flex {
    display: flex;
    flex-flow: column;
}

.footer-img {
    width: auto;
    height: 90px;
    margin: auto;
    margin-top: 30px;
}

/* ボタン全体 */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5vw;
    bottom: 5vh;
    background: #2e2e2e;
    border-radius: 50%;
    opacity: 0.6;
}

/* Font Awesome */
#page_top::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0d8';
    font-size: 50px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}