@charset "utf-8";

/************************************************
 import css
************************************************ */
@import url("add_style.css?20240711a");

/*拡張したCSS*/
@import url("extend.css?2024");
@import url("util.css");
@import url('https://fonts.googleapis.com/css2?family=Gupter&family=Karla:wght@300&family=Noto+Serif+JP&display=swap');

/*ヘッダの高さ調整*/
#logo_area {
    height: 115px;
}

/*カテゴリ・商品の商品詳細説明用*/
.item .serif,.serif {
    font-family: 'Noto Serif JP', serif;
}

/*----------------------------------------
fv_area
----------------------------------------*/
.contents .inner {
    width: 730px;
    margin: 0 auto;
}

.fv_area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.fv_area .title {
    position: relative;
    font-size: 24px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: nowrap;
    letter-spacing: 1.0rem;
    color: #fff;
}

.fv_area .title::before,
.fv_area .title::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #fff;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fv_area .title::before {
    top: -20px;
}

.fv_area .title::after {
    bottom: -20px;
}

.item .fv_area {
    height: 455px;
    background-size: 100%;
}

.item .fv_area {
    height: 455px;
    background-size: cover;
}

.item_details .fv_area {
    height: 445px;
    background-size: cover;
}

.fv_area .sp {
    display: none;
}

/*----------------------------------------
title_area
----------------------------------------*/
.item .title_area {
    border-left: 1px solid #000;
    margin: 75px auto 45px;
    padding: 15px 0 15px 50px;
    letter-spacing: 0.2rem;
}

.item .title_area p {
    font-size: 26px;
}

.item .title_area h1 {
    font-size: 45px;
    font-weight: 400;
}

#main_column .item .title_area h2 {
    font-size: 18px;
    font-weight: 400;
    border: none;
}

/*----------------------------------------
item_area
----------------------------------------*/
.item .item_area {
    display: flex;
    padding-bottom: 70px;
}

.item .item_area .ph {
    width: 490px;
    text-align: center;
}

.item .item_area .txt {
    width: calc(100% - 490px);
}

#main_column .item .item_area h2 {
    font-family: 'Gupter', serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.2rem;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

/*----------------------------------------
point_area
----------------------------------------*/
.item .point_area {
    width: 720px;
}

.item .point_list_area {
    padding: 70px 0;
    border-top: 1px dashed #000;
}

.item .point_list_area:last-of-type {
    border-bottom: 1px dashed #000;
}

.item .point_list_area .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item .point_list_area .ph {
    width: 354px;
    height: 354px;
    overflow: hidden;
}

.item .point_list_area .ph img {
    width: 100%;
}

.item .point_list_area .txt_area {
    width: 555px;
}

.item .point_list_area .txt_area.txtw100 {
    width: 100%;
    box-sizing: border-box;
}

.item .point_list_area h3 {
    font-family: 'Gupter', serif;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2rem;
    width: 100%;
    margin-bottom: 20px;
}

.item .point_list_area h3 span {
    font-size: 32px;
    vertical-align: baseline;
    line-height: 1.0;
    padding-left: 10px;
}

.item .point_list_area h4 {
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 25px 0;
}

.item .point_list_area .ph {
    margin-top: 10px;
}

.item_details_list {
    margin: 5px 10px;
    padding-left: 20px;
}

.item_details_list li {
    list-style: disc;
}

.listBox dt {
    font-weight: bold;
    margin: 1em 0;
}

/*カテゴリ表示のみ影響*/
.plg_Raku2_LC_Page_Products_List .fv_area {
    height: 334px;
    background-size: 1200px !important;
}

.plg_Raku2_LC_Page_Products_List .item .point_list_area .txt_area {
    width: 350px;
}

.plg_Raku2_LC_Page_Products_List .item .point_list_area .txt_area.txtw100 {
    width: 100%;
    box-sizing: border-box;
}

.plg_Raku2_LC_Page_Products_List .item .item_area .ph {
    width: 360px;
    text-align: left;
}

.plg_Raku2_LC_Page_Products_List .item .item_area .ph img {
    width: calc(100% - 30px);
}

.plg_Raku2_LC_Page_Products_List .item .item_area .txt {
    width: calc(100% - 360px);
}

/*psdファイルが元のブロック*/
.psd_area p {
    margin: 1.5em 0;
}

/*----------------------------------------
product_横並び
----------------------------------------*/
.product_side {
    display: grid;
    grid-template-columns: 1fr 160px;
    grid-column-gap: 5rem;
}


/*右下トップページへの常時表示*/
#fixed_link {
    bottom: 75px;
    right: 20px;
    font-size: 77%;
    z-index: 10000;
}
div #fixed_link li:nth-child(2) {
    display: block;
}

ul#fixed_link li a#btn_cart {
    background: #e66b5e none repeat scroll 0% 0%;
    opacity: 0.8;
}

ul#fixed_link li #btn_cart {
    color: #fff;
    background: #cab177 none repeat scroll 0% 0%;
    opacity: 0.8;
}

ul#fixed_link li a {
    background: #cab177 none repeat scroll 0% 0%;
}

/*マイページ20230331*/
#main_column h2 {
    clear: both;
}

#customer_info .customer_detail {
    display: block;
    width: 100%;
}

#customer_info .customer_detail li {
    margin: 1em 2em 1em 0;
    padding-bottom: 1em !important;
    border-bottom: 1px dashed #eee;
}

#account_info {
    border-top: 1px solid #eee;
}

/*----商品説明文20230523----*/
.item_comments span {
    color: #f00;
}

.item_comments .small {
    font-size: 0.85em;
    color: #333;
}

.item_comments .cancel {
    text-decoration: line-through #f00;
}

.item_comments .waku {
    border: 2px dotted #dac9a2;
    border-radius: 10px;
    padding: 1em;
}

.waku2 {
    display: flex;
    border: double 3px #e66b5e;
    padding: 1em;
    background: #fff;
}

.waku2 img {
    margin-left: 1em;
}

/*----動画用----*/
.concept .movie_area {
    background: #1d1d1d url("https://fastzyme.jp/user_data/packages/raku2pc/img/products/movie_bg.jpg") no-repeat left top;
    padding: 90px 0;
}

.concept .movie_area h2 {
    text-align: center;
    color: #fff !important;
    padding-bottom: 45px;
    font-size: 2rem !important;
}

.concept .movie_list_area {
    width: 680px;
    margin: 0 auto;
}

.concept .movie_list {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.concept .movie_list_area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/*----ブロック調整20230526----*/
#main_column.colnum2 {
    width: 750px;
}

#container {
    width: 1020px;
}

/*----商品詳細ページ----*/
#rate_default {
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#detailarea .cartin_btn a #cart {
    background: #e66b5e;
}

/*----商品一覧ページ----*/
table.layout_orderlist td:nth-child(1) img {
    /* width: 40%; */
    width: 100%;
}

table.layout_orderlist .product_image img {
    /* max-width: 80px; */
    max-width: 200px;
}

dl.sale_price small {
    color: #cc0000;
    font-size: 12px;
}

td.raku2_list_product_name {
    font-size: 14px !important;
    text-align: left !important;
}

/*商品コード非表示*/
table.layout_orderlist p.product_code {
    display: none;
}a.productName {
    color: #333;
}
/*予約発売日*/
p.release_date {
    color: #cc0000;
    border: 1px solid #cc0000;
    padding: 0 0.5rem;
    display: inline-block;
}


/*----黄緑ボタン色ロゴ色に変更----*/
#header_login_area div.btn a,
.btn_area.btn_type_def input,
.btn_area.btn_type_def a.btn,
#cart_area .btn a,
.btn input,
#calender_area table .month {
    background: #9f2d3e;
}
/*カゴ更新ボタン*/
#order_list_btn {
    bottom: 20px;
    right: 20px;
}
#order_list_btn a {
    background: #9f2d3e;
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 18px;
}

/*----お問合せページ開閉ボタンhttps://mirailog.jp/css-only-accordion-menu-summary----*/
/* ac1 */
.ac1 dl,
.ac1 dt,
.ac1 dd {
    margin: 0;
    padding: 0;
}

.ac1 dl + dl {
    margin-top: 1rem;
}

.ac1 dt,
.ac1 dd {
    padding: 10px;
}

.ac1 dl {
    position: relative;
    overflow: hidden;
}

.ac1 dl > input {
    display: none;
}

.ac1 dt {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    cursor: pointer;
    background: #fff;
    transition: .4;
    border: solid 1px #ccc;
}

.ac1 dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(-100%);
    transition: .4s;
    background: #fff;
    border: solid 1px #ccc;
    border-top: none;
}

.ac1 dl > input:checked + label + dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
}

.ac1 dt::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    right: 10px;
    background: #666;
    transform: translateY(-50%);
}

.ac1 dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 3px;
    background: #666;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
}

.ac1 dl > input:checked + label > dt::after {
    transform: translateY(-50%) rotate(180deg);
}

/*----20th----*/
.g20th p {
    margin: 3em 5% 1em;
}

.g20th h2 {
    text-align: center;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
    font-size: 1.5rem !important;
}

.g20th img {
    margin: 0 auto;
    width: 320px;
    height: auto;
    display: block;
}

div.concept.g20th {
    background-image: url(https://glory-web.com/glory/wp-content/themes/theme_glory/images/item_ico_g.png), url(https://glory-web.com/glory/wp-content/themes/theme_glory/images/item_bg.png);
    background-position: center top, center;
    background-repeat: no-repeat, repeat;
    background-size: 430px, auto;
    padding: 2em 0;
    margin: 3em 0;
}

div.concept.g20th h2 {
    margin-bottom: 1em !important;
    border: 0 !important;
}

div.concept.g20th section.movie_area {
    background: #1D1D17 url("https://glory-web.com/glory/wp-content/themes/theme_glory/images/20th/fv_20th_back.jpg") no-repeat center bottom;
    padding: 90px 0;
}

div.concept.g20th section.movie_area h2 {
    text-shadow: 0 0 10px black;
    letter-spacing: 2px;
}

/*----カテゴリ画像調整----*/
.layout_mainimage img{
    width: 100%;
}


