@charset "UTF-8";

/* # =================================================================
   # ページ全体
   # ================================================================= */

html {
    font-size: 62.5%;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

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%;
    background-color: rgb(33, 33, 33);
}

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

/* # =================================================================
   # ヘッダー
   # ================================================================= */
.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;
}

.ly-top {
    width: 100%;
    height: 400px;
    background-image: url(../img/header-pic.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

/* 背景画像を薄くするためのオーバーレイ */
.ly-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /* 白い半透明オーバーレイ */
    z-index: 2;
}


.gradation {
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 1;
}

.gradation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(243, 243, 243, 0.789), rgba(255, 255, 255, 0.422), transparent 80%);
    z-index: 1;
}

.title__inner {
    margin: auto;
    /* padding-left: 3%; */
    padding-top: 8vw;
    z-index: 2;


}

.title {
    font-size: 6rem;
    font-weight: 400;
    z-index: 2;
    position: absolute;

}

.ly-intro {
    width: 100%;
    min-height: 450px;
    padding-bottom: 80px;
    background-color: #fff;
}

.flex-intro {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 100px 0; */
    padding-top: 100px;
}

.intro__leading {
    max-width: 50%;
    min-width: 350px;
    padding-bottom: 50px;
    /* padding: 0 4%; */
}

.intro-text__inner {
    padding-top: 30px;
    width: 430px;
    /* padding: 0 4%; */
}



.ly-sidebar {
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding-bottom: 80px;
}

.flex-sidebar {
    margin: auto;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sidebar__item {
    font-size: 2rem;
    text-align: center;
    display: block;
    width: 33.3333%;
    min-width: 180px;
    height: 60px;
    padding: 16px 0;
    border-left: 1px solid #000;
}

.sidebar__item:last-child {
    border-right: 1px solid #000;
}

.sidebar__item .a {
    color: aqua;
}

.sidebar__item:hover {
    color: rgb(255, 0, 0);
}

/* # =================================================================
   # コンテンツ
   # ================================================================= */



/* # =================================================================
   # 共通パーツ
   # ================================================================= */

/* バックグラウンド */
.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/bubbles-230014_1920.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center 25%;
}

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

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

/* ボタン */
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;
}

/* # =================================================================
   # バナー
   # ================================================================= */
.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;
}

/* # =================================================================
   # フッター
   # ================================================================= */

.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;
}



/* # =================================================================
   # カラー管理
   # ================================================================= */



/* # =================================================================
   # コンテナ
   # ================================================================= */


.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;
}

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

.center-wrapper {
    display: flex;
    justify-content: center;
}

/* # =================================================================
   # フォント
   # ================================================================= */


/* 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%;
}

.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--12 {
    font-size: 1.2rem;
    line-height: 2rem;
}

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

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

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

.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;
}