﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}
body {
    min-height: 100%;
    font-size: 3.5vw;
    line-height: 150%;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Mplus 1p", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Noto Sans", sans-serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
img {
    border: 0;
    vertical-align: top;
    vertical-align: bottom;
}
img {
    border: 0;
    vertical-align: top;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a {
    overflow: hidden;
    outline: none;
    color: #333333;
    text-decoration: none;
}
a > img:hover {}
a:hover {
    text-decoration: underline;
}
.sp_hide {
    display: none !important;
}
.pc_hide {}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}
/**/
.nicescroll-rails {
    z-index: 100 !important;
}
/**/
#all {
    position: relative;
    width: 100vw;
    overflow: hidden;
}
/*-----------------------------------------------------------*/
/*ヘッダー*/
#header_wrap {
    width: 100vw;
    margin: 0px auto;
    overflow: hidden;
    position: fixed;
	background-color: #ffbd00;
    z-index: 99999;
}
#header {
    width: 100vw;
    /*height:11.33vw;*/
    height: 15vw;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
#header h1 {
    line-height: 100%;
    font-size: 0px;
    position: absolute;
    left: 2vw;
    top: 5vw !important;
}
#header h1 img {
    width: auto;
    height: 6vw;
}
#header h1.login_now {
    top: 0vw !important;
	bottom: 0;
	margin: auto;
	height: fit-content;
}
#header h1.login_now img {
    width: auto;
    height: 5.0vw !important;
}
.sp_head_login_txt {
    font-size: 3vw;
    position: fixed;
    left: 5vw;
    top: 9.5vw;
    color: #666666;
}
#sp_head_myaccount {
    font-size: 3vw;
    position: fixed;
    right: 24vw;
    left: auto;
    top: 3.0vw;
    color: #666666;
}
#sp_head_logout {
    font-size: 3vw;
    position: fixed;
    right: 24vw;
    left: auto;
    top: 8.0vw;
    color: #666666;
}

/**/
#head_fb {
    display: none;
}
#head_instagram {
    display: none;
}
#head_youtube {
    display: none;
}

#head_cart {
    line-height: 100%;
    font-size: 0px;
    position: absolute;
    top: 52%;
    right: 12vw;
    width: 6.67vw;
    margin-top: -3.335vw;
}
#head_cart img {
    width: 6.67vw;
    height: auto;
}
/**/
#btn_gnavi {
    line-height: 100%;
    font-size: 0px;
    position: absolute;
    top: 50%;
    right: 3vw;
    width: 6.67vw;
    margin-top: -3.335vw;
}
#btn_gnavi img {
    width: 6.67vw;
    height: auto;
}
/**/

.link_outside_japan {
    display: none;
}

/*-----------------------------------------------------------*/
#mega_menu_container_wrap {
    width: 100vw;
    background-color: #ffbd00;
    position: absolute;
    z-index: 100000;
    display: none;
}
/**/
#mega_menu_container .mm_block01 {
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 15vw;
}
/**/
#mm_head_login {
    position: absolute;
    left: 6vw !important;
    top: 0vw;
    line-height: 15vw;
    overflow: hidden;
}
#mm_head_login a {
    text-decoration: none;
    font-size: 4vw;
    color: #333333;
    display: inline-block;
    white-space: nowrap;
    line-height: 15vw;
    float: left;
    overflow: hidden;
    padding-right: 1em;
    /**/
    /*font-family: source-han-serif-japanese, serif !important;*/
    font-weight: 400 !important;
    font-style: normal;
}
#mm_head_fb {
    width: 10vw;
    position: absolute;
    right: 46vw;
    top: 2.5vw;
    line-height: 10vw;
    text-align: center;
}
#mm_head_fb img {
    width: 8vw;
    height: auto;
}
#mm_head_instagram {
    width: 10vw;
    position: absolute;
    right: 35vw;
    top: 2.5vw;
    line-height: 10vw;
    text-align: center;
}
#mm_head_instagram img {
    width: 8vw;
    height: auto;
}
#mm_head_youtube {
    width: 10vw;
    position: absolute;
    right: 24vw;
    top: 2.5vw;
    line-height: 10vw;
    text-align: center;
}
#mm_head_youtube img {
    width: 8vw;
    height: auto;
}



#mm_head_cart {
    width: 10vw;
    position: absolute;
    right: 12vw;
    top: 2.5vw;
    line-height: 10vw;
    text-align: center;
}
#mm_head_cart img {
    width: 8vw;
    height: auto;
}
#mm_btn_close {
    width: 12vw;
    position: absolute;
    right: 0px;
    top: 2.5vw;
    line-height: 10vw;
    text-align: center;
}
#mm_btn_close img {
    width: 8vw;
    height: auto;
}
/**/
#mega_menu_container .mm_block02 {
    overflow: hidden;
    position: relative;
}
#mega_menu_container .mm_block02 .left_col {
    width: 80vw;
    margin: 1em auto;
    overflow: hidden;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400 !important;
    font-style: normal;
    /*margin-bottom:60px;*/
}
#mega_menu_container .mm_block02 .left_col ul {
    /*width:291px;*/
    overflow: hidden;
}
#mega_menu_container .mm_block02 .left_col ul li {
    list-style-type: none;
    margin-bottom: 1em;
}
#mega_menu_container .mm_block02 .left_col ul li a {
    text-decoration: none;
    font-size: 5vw;
    line-height: normal;
}
/**/
#mega_menu_container .mm_block02 .right_col {
    width: 80vw;
    margin: 1em auto;
    overflow: hidden;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400 !important;
    font-style: normal;
}
#mega_menu_container .mm_block02 .right_col ul {
    /*width:291px;*/
    overflow: hidden;
}
#mega_menu_container .mm_block02 .right_col ul li {
    list-style-type: none;
    margin-bottom: 1em;
}
#mega_menu_container .mm_block02 .right_col ul li a {
    text-decoration: none;
    font-size: 5vw;
    line-height: normal;
}
#mega_menu_container .mm_block02 .right_col a {
    text-decoration: none;
}
#mega_menu_container .mm_block02 .mm_btn {
    clear: both;
}
#mega_menu_container .mm_block02 .mm_btn li {
    list-style-type: none;
    margin-bottom: 1em;
}
#mega_menu_container .mm_block02 .mm_btn li img {
    width: 100%;
    height: auto;
}
#mega_menu_container .mm_block02 .mm_link {
    clear: both;
    margin: 0px auto;
}
#mega_menu_container .mm_block02 .mm_link li {
    list-style-type: none;
    margin-top: 1em;
    overflow: hidden;
}
#mega_menu_container .mm_block02 .mm_link li a {
    font-size: 4vw !important;
}
#mega_menu_container li.link_icon a {
    background-image: url(new_shop_image/icon_link.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 40px;
}
.mega_search {
    width: 80vw;
    margin: 0px auto;
    text-align: center;
}
.mega_search input {
    width: 50vw;
    border: none;
    padding: 0px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    text-align: left;
    background-color: #F4EAC7;
}
.mega_search button {
    width: 18vw;
    overflow: hidden;
    border: none;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin-left: 2vw;
    background-color: #eee;
    /**/
    /*font-family: source-han-serif-japanese, serif !important;*/
    font-weight: 400 !important;
    font-style: normal;
}
.mm_bn_sns {
    text-align: center;
    font-size: 0px;
    line-height: 100%;
    overflow: hidden;
    margin: 1em auto;
    padding: 1em 0px 2em 0px;
}
.mm_bn_sns div {
    display: inline-block;
    margin: 0px 1vw;
    overflow: hidden;
}
.mm_bn_sns div img {
    width: 8vw;
    height: auto;
}
/**/

.mm_link_login {
	width: fit-content;
	height: fit-content;
	position: absolute;
	left: auto;
	right: 21vw;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
}
.mm_link_login div a{
	height: 30px;
	font-size: 12px;
    text-decoration: none;
    color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0 10px;
}

#mega_menu_container .mm_block02 dl.mm_profbtns {
    display: flex;
	flex-direction: column;
	gap: 5px 0px;
	margin: 0 auto 20px;
}
#mega_menu_container .mm_block02 dl.mm_profbtns dt{
    width: 100%;
	height: 50px;
}
#mega_menu_container .mm_block02 dl.mm_profbtns dt > a{
    width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;	
}
#mega_menu_container .mm_block02 dl.mm_profbtns dd{
    font-size: 15px;
	text-align: center;
}

/*色を統一して変更*/
#header_wrap *, #header_wrap a, #mega_menu_container_wrap, #mega_menu_container_wrap a{
	color: #304d8f;
	border-color: #304d8f;
}

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

.txt_link_guide {
    width: 80vw;
    margin: 2em auto;
    overflow: hidden;
    line-height: 125%;
}
.txt_link_guide dl {
    display: table;
    float: right;
}
.txt_link_guide dl dt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.txt_link_guide dl dd {
    display: table-cell;
    /*font-family: source-han-serif-japanese, serif !important;*/
    font-weight: 400 !important;
    font-style: normal;
}

/*-----------------------------------------------------------*/
/*ページ下部画像バナー郡（大きめ）*/

#top_bn_container01 {
    width: 90vw;
    margin: 10vw auto 0vw auto;
    overflow: hidden;
}
#top_bn_container01 ul {
    text-align: center;
    overflow: hidden;
    font-size: 0px;
    line-height: 100%;
}
#top_bn_container01 ul li {
    list-style-type: none;
    margin-bottom: 4vw;
}

/*-----------------------------------------------------------*/
/*ページ下部画像バナー郡*/

#top_btn_container {
    width: 75vw;
    margin: 8.00vw auto 3vw auto !important;
    overflow: hidden;
}
#top_btn_container ul {
    text-align: center;
    overflow: hidden;
    font-size: 0px;
    line-height: 100%;
}
#top_btn_container ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 4.67vw;
}
#top_btn_container ul li img {
    width: 100%;
    height: auto;
}
.to_landding {
    width: 90vw;
    margin: 0px auto 16vw auto;
    overflow: hidden;
}
/*-----------------------------------------------------------*/
#footer_wrap {
    width: 100vw;
    margin: 0px auto;
    overflow: hidden;
    background-color: #efefef
}
#footer {
    width: 90vw;
    margin: 8vw auto 0px auto;
    overflow: hidden;
    /**/
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400 !important;
    font-style: normal;
}
#footer .subtitle {
    font-size: 19px;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400;
    font-style: normal;
}
/**/
#footer .foot_eigyo_guide {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 0px !important;
}
#footer .foot_eigyo_guide dl {
    overflow: hidden;
    margin-bottom: 2em;
    width: 220px;
    text-align: justify;
}
#footer .fcol_01 {
    overflow: hidden;
}
#footer .fcol_02 {
    overflow: hidden;
}
#footer .fcol_03 {
    overflow: hidden;
}
#footer .fcol_04 {
    overflow: hidden;
}
#footer .fcol_01 ul, #footer .fcol_02 ul, #footer .fcol_03 ul, #footer .fcol_04 ul {
    overflow: hidden;
    margin-bottom: 1em;
}
#footer .fcol_01 ul li, #footer .fcol_02 ul li, #footer .fcol_03 ul li, #footer .fcol_04 ul li {
    list-style-type: none;
    margin-bottom: 0.5em;
}
#footer .fcol_01 ul li a, #footer .fcol_02 ul li a, #footer .fcol_03 ul li a, #footer .fcol_04 ul li a {
    text-decoration: none;
}
.bn_staff_bosyu {
    text-align: center;
}
/**/
#footer .foot_sitemap {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    overflow: hidden;
}
#footer .foot_sitemap dl {
    overflow: hidden;
    margin-bottom: 2em;
    width: 220px;
    text-align: justify;
}
#footer .foot_sitemap .mega_search {
    width: 95%;
    margin: 0px auto;
    text-align: center;
}
#footer .foot_sitemap .mega_search input {
    width: 65%;
    border: none;
    padding: 0px;
    display: inline-block;
    line-height: 40px;
    height: 50px;
    text-align: left;
    background-color: #FFFFFF;
}
#footer .foot_sitemap .mega_search button {
    width: 30%;
    overflow: hidden;
    border: none;
    display: inline-block;
    line-height: 40px;
    height: 50px;
    margin-left: 5px;
    background-color: #C8C8C8;
    /**/
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400 !important;
    font-style: normal;
}
#footer .foot_sitemap {
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 30px;
}
#footer .foot_sitemap ul li a span {
    padding-left: 0.5em;
    margin-bottom: 5px;
}
#footer .foot_sitemap ul li a span img {
    width: 6%;
    height: auto;
}
/*LINE連携*/
#line-linkage-button {
    /*
    position: fixed;
    bottom: 25px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 70px;
    background: #02C755;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 40%) 1px 1px 5px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    z-index: 100000 !important;
    */
}
/*LINEお友達追加*/
#lineaddbnr a {
    position: fixed;
    bottom: 25px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #02C755;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400 !important;
    font-style: normal;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    line-height: 120%;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 40%) 1px 1px 5px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    z-index: 100000 !important;
}
/**/

#footer_sns{
    width: 155px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
	display: flex;
	justify-content: center;
	gap: 0 10px;
}
#footer_sns > div{
    width: 45px;
}
#footer_sns > div > a{
    width: 45px;
	height: 45px;
	display: block;
}
#footer_sns > div > a img{
    width: 100%;
	height: auto;
}
#footer_sns #footer_fb{
}
#footer_sns #footer_instagram{
}
#footer_sns #footer_youtube{
}

/**/
#copy {
    margin: 25px auto;
    overflow: hidden;
    text-align: center;
}
/**/
#copy {
    margin: 2em auto;
    overflow: hidden;
    text-align: center;
}
/*-----------------------------------------------------------*/
/*ぱんくずリストを調整*/
.txt_r {
    text-align: center;
}
/**/
#contents_container_wrap {
    width: 100vw;
    margin: 15vw auto 0px auto;
    background-image: url(new_shop_image/bg_category_page.png);
    background-repeat: no-repeat;
    background-position: center top 190px;
}
#contents_container {
    width: 100vw;
    margin: 0px auto;
    overflow: hidden;
}
#contents {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
}
ul, ol {
    margin: 0 0 10px 0px !important;
    padding: 0;
}
#contents_container #page_title {
    text-align: center;
    /*margin: 10.00vw 0px 8vw 0px;*/
    margin: 2.00vw 0 0 0;
}

#contents_container #page_title dl {
    margin-bottom: 10px;
}
#contents_container #page_title dl dt {
    font-family: emily-austin, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffbd00;
    font-size: 8.27vw;
    line-height: 9.33vw;
}
#contents_container #page_title dl dt p {
    margin: 0 0;
}
#contents_container #page_title dl dd {
    font-size: 4.00vw;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400;
    font-style: normal;
}
/*-----------------------------------------------------------*/
/*カテゴリー一覧*/
p.txt_r.mar_t_30.mar_b_30 {
    margin: 5px auto !important;
}
#category_item_list {
    width: 90vw !important;
    /*margin:23.33vw auto 0px auto;*/
    margin: 5.0vw auto 0px auto;
    overflow: hidden;
}
#sell_goods {
    overflow: hidden;
}
#sell_goods dl {
    overflow: hidden;
    margin-bottom: 6.67vw;
    /**/
    width: 44vw;
    float: left;
}
#sell_goods dl:nth-child(odd) {
    margin-right: 1vw;
}
#sell_goods dl dd {
    text-align: center;
}
#sell_goods dl dt {
    text-align: center;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400;
    font-style: normal;
    margin: 6.67vw 0px;
    overflow: hidden;
}
#sell_goods dl dt a {
    text-decoration: none;
    line-height: 175%;
}
/*-----------------------------------------------------------*/
/*商品詳細*/
.detail_block01 {
    text-align: center;
    overflow: hidden;
    margin-top: 4vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}
#sample {
    overflow: hidden;
    margin-bottom: 25px;
}
.custom-thumb {
    text-align: center;
    font-size: 0px;
    line-height: 100%;
    margin: 10px 0px 0px 0px;
}
.custom-thumb a {
    display: inline-block;
    overflow: hidden;
    margin: 0px 5px;
}
.custom-thumb a img {
    width: 55px;
    height: auto;
    border: 2px solid #fff;
}
.custom-thumb .active {}
.custom-thumb .active img {
    border: 2px solid #F0B342;
}
/**/
/**/
.detail_block02 {
    text-align: center;
    overflow: hidden;
}
.detail_block02 dl {
    /*font-family: source-han-serif-japanese, serif;*/
    margin: 4vw 0px;
}
.detail_block02 dl dt {
    font-size: 4vw;
    text-align: center;
}
.detail_block02 dl dd {
    margin-top: 1em;
}
.detail_block02 dl dt img {
    display: block !important;
    line-height: 100%;
    font-size: 0px;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
/**/
.detail_block03 {
    overflow: hidden;
    margin: 10vw auto;
    text-align: center;
    height: 39px;
}
.detail_block03 form {
    height: 39px !important;
    line-height: 39px !important;
    padding: 0px !important;
    margin: 0px !important;
    position: relative;
    overflow: hidden;
}
.detail_block03 input[type="text"] {
    height: 39px !important;
    line-height: 39px !important;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #CACACA;
    box-sizing: border-box;
    width: 100px;
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
    position: relative;
    top: -14px;
}
.cart_number {
    position: relative;
    top: -14px;
}
.detail_block03 input.incart {
    margin-left: 1em;
}
/**/
.detail_block04 {
    width: 90vw;
    margin: 6vw auto;
    overflow: hidden;
}
/**/
/*　レコメンド機能レイアウト　*/
.recommend_col {
    background-color: #CDCDCD;
}
.recommend_col p {
    padding: 15px;
    text-align: center;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400 !important;
    font-style: normal;
    font-size: 20px;
    line-height: 150%;
}
/**/
/*該当する商品がありません*/
#nohit_txt {
    width: 95%;
    margin: 0px auto 50px auto;
    overflow: hidden;
}
#nohit_txt p {
    font-size: 4.00vw;
    text-align: center;
}
/*-----------------------------------------------------------*/
.page_company_outline {
    width: 100vw;
    margin: 13.33vw auto;
    overflow: hidden;
}
.page_company_outline table {
    width: 100vw;
    margin: 0px auto;
    overflow: hidden;
}
.page_company_outline table tr:nth-child(odd) {
    background-color: #F2F2F2;
}
.page_company_outline table tr:nth-child(even) {
    background-color: #ffffff;
}
.page_company_outline table th {
    border-bottom: 1px solid #B1B1B1;
    font-weight: normal;
    width: 6em;
}
.page_company_outline table th div {
    padding: 0.5em;
}
.page_company_outline table td {
    border-bottom: 1px solid #B1B1B1;
}
.page_company_outline table td div {
    padding: 0.5em;
}
/*-----------------------------------------------------------*/
.privacy_policy_block {
    width: 90vw;
    margin: 0px auto;
    overflow: hidden;
}
.border_subt {
    clear: both;
    text-align: center;
    background-image: url(new_shop_image/border_subtitle.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 2vw 0px;
    font-size: 6vw;
}
.privacy_policy_block .privacy_txt01 {
    overflow: hidden;
    margin-top: 4vw;
    margin-bottom: 4vw;
    line-height: 200%;
}
.privacy_policy_block .privacy_txt01 p {
    margin-bottom: 1em;
    overflow: hidden;
}
.privacy_policy_block .privacy_txt02 {
    overflow: hidden;
    margin-top: 4vw;
    margin-bottom: 4vw;
    line-height: 200%;
}
.privacy_policy_block .privacy_txt02 p {
    margin-bottom: 1em;
    overflow: hidden;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
.pay_block {
    width: 90vw;
    margin: 0px auto;
    overflow: hidden;
}
.pay_block .pay_txt01 {
    overflow: hidden;
    margin-top: 4vw;
    margin-bottom: 4vw;
    line-height: 200%;
}
.pay_block .pay_txt01 p {
    margin-bottom: 10vw;
    overflow: hidden;
}
.pay_block .pay_txt02 {
    line-height: 200%;
    margin-bottom: 50px;
}
.pay_block .pay_txt02 p {
    margin: 6vw 0px;
}
.pay_block .pay_txt02 p b {
    color: #EB1C24;
}
.pay_block .pay_table01 {
    width: 90vw;
    margin: 6vw auto;
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
}
.pay_block .pay_table01 th {
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    background-color: #f2f2f2;
    font-weight: normal;
    text-align: left;
}
.pay_block .pay_table01 th div {
    padding: 0.5em;
}
.pay_block .pay_table01 td {
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    text-align: right;
    white-space: nowrap;
}
.pay_block .pay_table01 td div {
    padding: 0.5em;
}
/**/
.pay_block .pay_bank {
    width: 90vw;
    margin: 4vw auto;
    overflow: hidden;
}
.pay_block .pay_bank ul {
    overflow: hidden;
}
.pay_block .pay_bank ul li {
    list-style-type: none;
    overflow: hidden;
    margin-bottom: 4vw;
}
.pay_block .pay_bank ul li dl {
    border: 1px solid #2e4fb5;
    box-sizing: border-box;
}
.pay_block .pay_bank ul li dl dt {
    width: 80vw;
    margin: 0px auto;
    border-bottom: 1px solid #2e4fb5;
    text-align: center;
    font-size: 18px;
    color: #2e4fb5;
    padding: 1em 0px;
}
.pay_block .pay_bank ul li dl dd {
    width: 80vw;
    margin: 1em auto;
    text-align: center;
    line-height: 200%;
}
/**/
.pay_block .pay_txt03 {
    margin: 0px auto 10vw auto;
}
.pay_block .pay_txt03 p {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.25em;
}
/**/
.pay_block .pay_card {
    text-align: center;
    overflow: hidden;
    margin: 4vw auto 10vw auto;
    width: 90vw;
}
/**/
.pay_block .pay_table02 {
    width: 90vw;
    margin: 6vw auto 10vw auto;
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
}
.pay_block .pay_table02 th {
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
    background-color: #f2f2f2;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
.pay_block .pay_table02 th div {
    padding: 0.5em;
}
.pay_block .pay_table02 td {
    border-bottom: 1px solid #979797;
    border-right: 1px solid #979797;
}
.pay_block .pay_table02 td div {
    padding: 0.5em;
}
/*-----------------------------------------------------------*/
.shoplist_txt01 {
    width: 90vw;
    margin: 0px auto;
    overflow: hidden;
}
.shoplist_txt01 dl {}
.shoplist_txt01 dl dt {
    color: #333333;
}
.shoplist_txt01 dl dd {
    color: #979797;
}
/**/
.shoplist_tab {
    font-size: 0px;
    line-height: 100%;
    margin: 8vw 0px;
    text-align: center;
}
.shoplist_tab p {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.shoplist_tab p a {
    text-decoration: none;
    background-color: #eaeaea;
    border: 1px solid #d1d1d1;
    padding: 0px 1em;
    display: block;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
}
/**/
.store_container {
    overflow: hidden;
    margin-bottom: 10vw;
}
#shoplist_container .a_shop {
    border-bottom: 1px solid #b1b1b1;
    width: 80vw;
    overflow: hidden;
    margin: 0px auto;
}
#shoplist_container .a_shop table {
    margin-bottom: 15px;
    width: 80vw;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
}
#shoplist_container .a_shop table th {
    display: inline;
    font-weight: normal;
}
#shoplist_container .a_shop table th span {
    color: #979797;
}
#shoplist_container .a_shop table td {
    display: inline;
}
#shoplist_container ul {}
#shoplist_container ul li {
    list-style-type: none;
}
/*-----------------------------------------------------------*/
.label_sample_block01 {
    text-align: center;
    overflow: hidden;
    line-height: 100%;
}
/**/
.label_sample_block02 {
    overflow: hidden;
    margin: 4vw auto 0px auto;
    width: 95vw;
}
.label_sample_block02 p {
    margin-bottom: 4vw;
    overflow: hidden;
    line-height: 200%;
    text-align: justify;
}
.label_sample_block02 p b {
    color: #2e4fb5;
    font-weight: normal;
}
/**/
.label_sample_block03 {
    text-align: center;
    overflow: hidden;
    width: 100vw;
}
.label_sample_block03 dl {
    overflow: hidden;
    margin: 4vw auto 8vw auto;
}
.label_sample_block03 dl dt {}
.label_sample_block03 dl dd {
    overflow: hidden;
}
/**/
.label_sample_block04 {
    width: 100vw;
    overflow: hidden;
    position: relative;
    background-color: #f4f4f4;
    margin-bottom: 50px;
}
.label_sample_block04_ins {
    margin: 50px 0px;
    overflow: hidden;
}
.label_sample_block04_ins ul {
    overflow: hidden;
    margin-top: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.label_sample_block04_ins ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 5vw;
}
.label_sample_block04_ins ul li img {
    width: 90%;
    height: auto;
}
/**/
.label_sample_block05 {
    overflow: hidden;
    width: 100%;
}
.label_sample_block05 ul {
    overflow: hidden;
    width: 90vw;
    margin: 0vw auto;
}
.label_sample_block05 ul li {
    list-style-type: none;
    border: 1px solid #2e4fb5;
    margin-bottom: 5vw;
    height: auto !important;
}
.label_sample_block05 ul li dl {
    overflow: hidden;
    margin: 4vw;
}
.label_sample_block05 ul li dl dt {
    font-size: 18px;
}
.label_sample_block05 ul li dl dt b {
    font-size: 27px;
    color: #2e4fb5;
    font-weight: normal;
}
.label_sample_block05 ul li dl dd {}
.label_sample_block05 ul li dl dd div {
    line-height: 200%;
}
.label_sample_block05 ul li dl dd div p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.label_sample_block05 ul li dl dd div p b {
    color: #2e4fb5;
    font-weight: normal;
    font-size: 18px;
}
.label_sample_block05 ul li:nth-child(odd) {}
.label_sample_block05 ul li:nth-child(even) {}
.label_sample_block05 .btn_mail {
    text-align: center;
}
/*-----------------------------------------------------------*/
.guide_block01 {
    text-align: center;
    overflow: hidden;
}
/**/
.guide_block02 {
    width: 90vw;
    text-align: justify;
    overflow: hidden;
    line-height: 200%;
    margin: 1em auto 4em auto;
}
/**/
.guide_block03 {
    width: 90vw;
    margin: 0px auto;
    overflow: hidden;
}
.guide_block03 .subt {
    text-align: center;
    overflow: hidden;
    margin-bottom: 2em;
    font-size: 20px;
    line-height: auto;
}
.guide_flow {
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4em;
}
.guide_block03 .txt_col {
    overflow: hidden;
}
.guide_block03 .txt_col dl {}
.guide_block03 .txt_col dl dt {
    font-weight: bold;
    font-size: 18px;
}
.guide_block03 .txt_col dl dt b {
    font-size: 27px;
    color: #2E4FB5;
    line-height: normal;
}
.guide_block03 .txt_col dl dd {
    line-height: 200%;
    margin-top: 1em;
}
.guide_block03 .img_col {
    overflow: hidden;
    text-align: center;
    margin-top: 1em;
}
/**/
.guide_block04 {
    width: 90vw;
    margin: 0px auto 60px auto;
    overflow: hidden;
}
.guide_block04 .subt {
    text-align: center;
    margin-bottom: 2em;
    font-size: 20px;
    line-height: 150%;
}
.guide_block04 .guide_txt01 {
    line-height: 200%;
    text-align: justify;
}
.guide_block04 .guide_txt02 {
    text-align: center;
    overflow: hidden;
}
.guide_block04 .guide_txt02 ul {
    overflow: hidden;
    text-align: center;
}
.guide_block04 .guide_txt02 ul li {
    list-style-type: none;
    margin: 2em 0px;
}
/**/
.guide_block05 {
    width: 90vw;
    margin: 0px auto 60px auto;
    overflow: hidden;
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
}
.guide_block05 .subt {
    text-align: center;
    overflow: hidden;
    margin-bottom: 35px;
    margin-top: 35px;
    font-size: 20px;
    line-height: auto;
}
.guide_block05 dl {
    text-align: center;
    margin-bottom: 30px;
}
.guide_block05 dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #2E4FB5;
}
.guide_block05 dl dt a {
    color: #2E4FB5;
}
.guide_block05 dl dd {
    margin-top: 0.5em;
}
/**/
.guide_block06 {
    width: 90vw;
    margin: 0px auto 60px auto;
    overflow: hidden;
    border: 1px solid #B1B1B1;
    box-sizing: border-box;
}
.guide_block06 .subt {
    text-align: center;
    overflow: hidden;
    margin-bottom: 35px;
    margin-top: 35px;
    font-size: 20px;
    line-height: auto;
}
.guide_block06 .txt_col {
    overflow: hidden;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.guide_block06 .txt_col p {
    margin-bottom: 1em;
}
.guide_block06 .txt_col p b {
    font-size: 20px;
    color: #2E4FB5;
    line-height: normal;
}
.guide_block06 .img_col {
    overflow: hidden;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2em;
}
/*-----------------------------------------------------------*/
.sns_like_block {
    text-align: center;
    margin: 40px 0px;
    overflow: hidden;
}
/*-----------------------------------------------------------*/
/* 1.Tangerine Bold */
.font_type01 {
    font-family: tangerine, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}
/* 2.Wreath */
.font_type02 {
    font-family: wreath, serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 3.Caflish Script */
.font_type03 {
    font-family: caflisch-script-pro, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 4.Voltage */
.font_type04 {
    font-family: voltage, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 5.Alana */
.font_type05 {
    font-family: alana, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 6.Reklame Script */
.font_type06 {
    font-family: reklame-script, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 7.Mahalia */
.font_type07 {
    font-family: mahalia, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 8.Delaney */
.font_type08 {
    font-family: delaney, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 9.Funkydori */
.font_type09 {
    font-family: funkydori, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 10.Boucherie */
.font_type10 {
    font-family: boucherie-block, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 11.Dessert Script */
.font_type11 {
    /*WEBフォント提供なし*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", kozuka-gothic-pro, "メイリオ", Meiryo, "Mplus 1p", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
/* 12.Ed’s Maket */
.font_type12 {
    font-family: eds-market-regular, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 13.Mama Script */
.font_type13 {
    font-family: mama-script, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/* 14.source-han-serif-japanese */
.font_type14 {
    font-family: source-han-serif-japanese, serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}
/*-----------------------------------------------------------*/
.prduct-option {
    width: 100% !important;
}
#option_tbl {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 95vw;
}
#option_tbl th {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 0.5em 0.5em;
    font-weight: normal;
    font-size: 85%;
    line-height: 1.15em;
}
#option_tbl td {
    border: 1px solid #ccc;
    /*white-space:nowrap;*/
    padding: 0.5em 0.5em;
}
.login_color #option_tbl th {
    border: 1px solid #F0B342;
    background-color: #FFF3C9;
}
.login_color #option_tbl td {
    border: 1px solid #F0B342;
}
/*-----------------------------------------------------------*/
#top_block_container01 .bx-viewport {
    height: auto !important;
}
/*-----------------------------------------------------------*/
.member_price_txt {
    /*
    text-align: center;
    margin-bottom: 0.5em;
    */
    display: none;
}
/*-----------------------------------------------------------*/
.reviewlist_datas {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}
.icon_star {
    float: left;
    /*width: 150px;*/
    width: 75px;
    overflow: hidden;
}
.icon_star img {
    max-width: inherit;
}
.review_poster li {
    float: left;
    margin-left: 10px;
}
.review_poster li {
    list-style: none;
}
.reviewlist {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.review_ttl, .shopcomment_ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.review_img {
    float: right;
    margin: 0 0 10px 10px
}
.reviewlist_content {
    overflow: hidden;
    zoom: 1;
}
.shopcomment {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eee;
    padding: 15px;
    border-radius: 6px;
}
/*-----------------------------------------------------------*/
.login_link_txt {
    display: block;
    width: 200px;
    margin: 0.5em auto 2em auto;
    overflow: hidden;
}
.login_link_txt a {
    display: block;
    background-color: #ffbd00;
    border-radius: 6px;
    text-align: center;
    padding: 0.5em;
}
.login_link_txt a:hover {
    display: block;
    background-color: #cccccc;
    border-radius: 6px;
    text-align: center;
    padding: 0.5em;
    text-decoration: none;
}
/*-----------------------------------------------------------*/
#sp_fix_camp_banner {
    display: none;
    /*    
position:fixed;
width: 98vw;
left:1vw;
bottom: 1vw;
z-index: 100;
background:rgba(245,142,17,0.85);
color: #fff;
border-radius: 3px;
*/
}
#sp_fix_camp_banner a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-align: center;
}
#sp_fix_camp_banner a dl {
    padding: 0.5em 0em;
    margin: 0px !important;
    line-height: 125%;
}
#sp_fix_camp_banner a dl dt {
    font-size: 3vw;
    font-weight: bold;
    margin: 0px;
}
#sp_fix_camp_banner a dl dd {
    margin: 0px;
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 125%;
}
/*-----------------------------------------------------------*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
/*-----------------------------------------------------------*/
/*グループ一覧にグループ別画像を表示する*/
.catlist_img {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
}
.catlist_img .group_txts {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-bottom: 1px solid #808080;
    color: #808080;
    letter-spacing: 0.05em;
    line-height: 140%;
    text-align: left;
    padding: 15px 10px;
}
/*一覧下部では表示しない*/
.cg_freespace_02 .footernone {
    display: none;
}
/*-----------------------------------------------------------*/
.shoplist_attention {
    width: 90%;
    margin: 0px auto;
    font-size: 3.70vw;
    text-align: center;
    color: red;
    font-weight: bold;
}
/*-----------------------------------------------------------*/
/*グループページ内でグループ一覧を表示した時のレイアウト*/
#contents .mar_t_50.mar_b_20.txt_20.txt_fwn {
    text-align: center;
}
/*-----------------------------------------------------------*/
/*フリーページでtopicsを作成する際のcss*/
#freepage_topics {
    width: calc(100% - 20px);
    margin: 0 auto 50px;
    font-size: 3.0vw;
}
/*-----------------------------------------------------------*/
/*フリーページ汎用*/
#freepage_general {
    width: 90vw;
    margin: 0 auto 30px;
    overflow: hidden;
    /*font-family: source-han-serif-japanese, serif;*/
    font-style: normal;
}
#freepage_general video {
    width: 100%;
    height: auto;
}
/*-----------------------------------------------------------*/
/*フリーページ／ランディングページ*/

/*共通見出し*/
#freepage_lp .block_title{
	text-align: center;
}
#freepage_lp .block_title dl dt{
	font-family: emily-austin, sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	color: #ffbd00;
	font-size: 9.72vw;
	line-height: 100px;
	transform: rotate(-7deg);
}
#freepage_lp .block_title dl dd{
	margin: -3.0vw auto 0;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 4.86vw;
}

/*ブロック1つ目*/
#page_title.freepage_lp{
	position: relative;	
	margin: 0 !important;
	padding: 12.50vw 0 9.03vw;
}
#page_title.freepage_lp::before{
	content: '';
	display: block;
	width: 100%;
	height: 100vh;
	background: url("new_shop_image/lp/bg01sp.jpg") no-repeat;
	background-size: 100% auto;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#freepage_lp .movie_block{
}
#freepage_lp .movie_block > .inner{
	width: 100%;
	margin: 0 auto 9.72vw;
	overflow: hidden;
	/*font-family: source-han-serif-japanese, serif;*/
	font-style: normal;
}
#freepage_lp video{
	width: 100%;
	height: auto;
}

/*ブロック2つ目*/
#freepage_lp .catch_block{
	width: 100%;
	margin: 9.72vw auto 0;
	padding: 9.03vw 0;
	background: url("./new_shop_image/lp/bg02sp.jpg") no-repeat;
	background-size: cover;
}
#freepage_lp .catch_block > .inner{
	width: 92.08%;
	margin: 0 auto;
	background: url("./new_shop_image/lp/bg03sp.png") no-repeat;
	background-size: auto 100%;
	color: #fff;
}
#freepage_lp .catch_block > .inner dl{
	width: 75.00%;
	margin: 0 auto;
	padding: 11.11vw 0;
}
#freepage_lp .catch_block > .inner dl dt{
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5.83vw;
	text-align: center;
	line-height: 160%;
	letter-spacing: -0.05em;
}
#freepage_lp .catch_block > .inner dl dt span{
	font-size: 6.81vw;
}
#freepage_lp .catch_block > .inner dl dd{
	margin: 14.00vw auto 0;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.75vw;
	letter-spacing: -0.05em;
	line-height: 200%;
	position: relative;
}
#freepage_lp .catch_block > .inner dl dd::before{
	content: '';
	display: block;
	width: 16.67%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: -7.0vw;
	left: 0;
	right: 0;
	margin: auto;
}
#freepage_lp .catch_block > .inner .logo{
	width: 48.61%;
	margin: 0 auto;
	padding: 0 0 11.11vw;
	text-align: center;
}

/*ブロック3つ目*/
#freepage_lp .maps_block{
	margin: 17.36vw auto 0;
}
#freepage_lp .maps_block .inner{
	margin: 9.72vw auto 0;
	background-color: #FFFDF4;
	padding: 9.72vw 0 13.89vw;
}
#freepage_lp .maps_block .inner .txts{
	width: 90.28%;
	margin: 0 auto;
	font-family: "Noto Serif JP", serif;
	line-height: 160%;
	letter-spacing: 0.1em;
}
#freepage_lp .maps_block .inner .images{
	width: 90.28%;
	margin: 16.67vw auto 0;
	text-align: center;
}

/*ブロック4つ目*/
#freepage_lp .items_block{
	margin: 17.36vw auto 0;
}
#freepage_lp .items_block .inner{
	width: 90.28%;
	margin: 9.72vw auto 0;
}

#freepage_lp .items_block .inner > dl{
	padding: 6.94vw 0;
}
#freepage_lp .items_block .inner > dl:not(:last-of-type){
	border-bottom: 1px solid #C8C8C8;
}

#freepage_lp .items_block .inner > dl dt{
}
#freepage_lp .items_block .inner > dl dd{
	font-family: "Noto Serif JP", serif;
}
#freepage_lp .items_block .inner > dl dd > h2{
	font-size: 4.86vw;
	font-weight: 500;
	color: #515151;
	line-height: 160%;
	letter-spacing: 0.05em;
}
#freepage_lp .items_block .inner > dl dd .txts{
	margin: 6.25vw auto 0;
	line-height: 160%;
}

#freepage_lp .items_block .inner > dl dd .image{
	margin: 6.25vw auto 0;
}
#freepage_lp .items_block .inner > dl dd .image > h3{
	width: 36.11%;
	height: 9.03vw;
	background-color: gray;
	font-size: 3.75vw;
	font-weight: 400;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#freepage_lp .items_block .inner > dl dd .image > h3.orange{
	background-color: #FF9700;
}
#freepage_lp .items_block .inner > dl dd .image > h3.lightyellow{
	background-color: #F5F100;
	color: #515151;
}
#freepage_lp .items_block .inner > dl dd .image > h3.greenyellow{
	background-color: #C2CF1D;
}
#freepage_lp .items_block .inner > dl dd .image > h3.pink{
	background-color: #E5257B;
}
#freepage_lp .items_block .inner > dl dd .image > h3.yellow{
	background-color: #FFE211;
	color: #515151;
}
#freepage_lp .items_block .inner > dl dd .image > h3.red{
	background-color: #C8220E;
}
#freepage_lp .items_block .inner > dl dd .image > p{
	margin: 6.25vw auto 0;
}

#freepage_lp .items_block .inner > dl dd > ul{
	margin: 6.25vw auto 0 !important;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	gap: 0 6.94vw;
}
#freepage_lp .items_block .inner > dl dd > ul li{
	width: calc( 50% - 3.47vw );
}
#freepage_lp .items_block .inner > dl dd > ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 55px;
	background-color: #EFEFEF;
	border: 1px solid #515151;
	box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	padding: 0 20px;
	position: relative;
}
#freepage_lp .items_block .inner > dl dd > ul li a:hover{
	text-decoration: none;
}
#freepage_lp .items_block .inner > dl dd > ul li a::after{
    font-family:"Material Symbols Outlined";
    content:"\e5e1";  /* Code Point */ 
	color: #646464;
	position: absolute;
	top: 16px;
	right: 20px;
}

/*ブロック5つ目*/
#freepage_lp .concept_block{
	width: 100%;
	margin: 9.72vw auto 0;
	padding: 9.03vw 0;
	background: url("./new_shop_image/lp/bg04sp.jpg") no-repeat;
	background-size: cover;
}
#freepage_lp .concept_block > .inner{
	width: 92.08%;
	margin: 0 auto;
	background: url("./new_shop_image/lp/bg05sp.png") no-repeat;
	background-size: auto 100%;
	color: #fff;
}
#freepage_lp .concept_block > .inner dl{
	width: 75.00%;
	margin: 0 auto;
	padding: 11.11vw 0;
}
#freepage_lp .concept_block > .inner dl dt{
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5.83vw;
	text-align: center;
	line-height: 160%;
	letter-spacing: -0.05em;
}
#freepage_lp .concept_block > .inner dl dt span{
	font-size: 6.81vw;
}
#freepage_lp .concept_block > .inner dl dd{
	margin: 14.00vw auto 0;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3.75vw;
	letter-spacing: -0.05em;
	line-height: 200%;
	position: relative;
}
#freepage_lp .concept_block > .inner dl dd::before{
	content: '';
	display: block;
	width: 16.67%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: -7.0vw;
	left: 0;
	right: 0;
	margin: auto;
}
#freepage_lp .concept_block > .inner .logo{
	width: 48.61%;
	margin: 0 auto;
	padding: 0 0 11.11vw;
	text-align: center;
}

/*ブロック6つ目*/
#freepage_lp .banner_block{
	width: 92.08%;
	margin: 9.72vw auto 25.69vw;
}

#freepage_lp .banner_block .group02{
	width: 100%;
	margin: 21.53vw auto 0;
}
#freepage_lp .banner_block .group02 > ul{
	list-style-type: none;
	margin: 5.56vw auto 0;
}
#freepage_lp .banner_block .group02 > ul li{
	margin: 5.56vw auto 0;
}
#freepage_lp .banner_block .group02 > ul li img{
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------------*/
/*グループページ*/

/*アイテム一覧*/
#contents .page_itemslist{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
}
#contents .page_itemslist > a{
	display: block;
	width: calc( 100% / 2 - 5px );
}

/*-----------------------------------------------------------*/
/*よくある質問ページ*/

#freepage_general.qa h2{
    font-size: 3.50vw;
    font-weight: normal;
}
#freepage_general.qa h2:not(:first-of-type){
    margin-top: 6.00vw;
}

/*アコーディオン全体*/
#freepage_general.qa .accordion-area{
    list-style: none;
    margin:0 auto;
}

#freepage_general.qa .accordion-area li{
    margin: 3.00vw 0;
}

#freepage_general.qa .accordion-area section {
}

/*アコーディオンタイトル*/
#freepage_general.qa .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: normal;
    padding: 3.00vw 10vw 3vw 2.0vw;
    transition: all .5s ease;
	border-bottom: 1px solid #ccc;
}
#freepage_general.qa .title::after{
    position: absolute;
    content:'';
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    top: 36%;
    right: 3.0vw;
}
/*　closeというクラスがついたら形状変化　*/
#freepage_general.qa .title.closed::before{
	transform: rotate(45deg);
}

#freepage_general.qa .title.closed::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
#freepage_general.qa .box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
    padding: 3.00vw 2.0vw;
}
#freepage_general.qa .box a{
    text-decoration: underline;
}





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