/*
 Theme Name:   H°M'S" WatchStore
 Template:     twentyseventeen
*/
/*====================================

	----------------------------------
		Color
	----------------------------------

	Main     : #000
    Accent   : #f15a24

	----------------------------------
  		font
	----------------------------------

  	JP : Inter / Yu Mincho / Hiragino Kaku Gothic ProN + メイリオ(windows用)
    EN : Berthold_Akzidenz_Grotesk_Regular

	----------------------------------
  		Structure
  	----------------------------------

  	0. General
  	1. Header
  		1.1	General Header
  		1.2 Mobile Header
  	2. Main
  	3. Footer
  	4. Page
  		4.1 Service
  		4.2 FAQ
  		4.3 About Us
  		4.4 Customer Voices
  		4.5 News
  		4.6 Hiring
  		4.7 Contact Us
  	5. Contact Form
  	6. 404
  	7. Media Query
  		7.1 1080px
  		7.2 768px
  		7.3 480px

  	----------------------------------
  		Change Log
  	----------------------------------


====================================*/
/*====================================

	0. General

====================================*/
html {
    /* font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-family: "Berthold_Akzidenz_Grotesk_Regular", "Inter";
    font-weight: bold; */
    font-family: 'Playfair Display', 'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 1.8;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    background: #e6e6e6;
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    /* 16px */
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

/* font
@font-face {
    font-family: "Berthold_Akzidenz_Grotesk_Regular";
    src: url('/fonts/Berthold-Akzidenz-Grotesk-BE-Regular.woff');
}
 */

.yu_mincho {
    font-family: 'Noto Serif JP', serif;
    font-feature-settings: "palt";
    /*font-weight: normal;*/
}
/* 
.hiragino {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: normal;
}
*/
/* typekit */
.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

.wf-inactive {
    visibility: visible;
}

button {
    font-family: 'Inter';
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}

/* input focus / none */
input,
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
    border-radius: 0;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* common */
.article_list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
	grid-column-gap: 1.5vw;
    grid-row-gap: 2vw;
}

.other_article_wrap .article_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
	grid-gap: 1vw;
}

.article_col {
    display: flex;
    justify-content: space-between;
}

.row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2rem 0;
    margin-bottom: 4rem;
}

.col_2 {
    width: 49%;
    margin: 0 2% 0 0;
}

.col_2:nth-child(2n) {
    margin-right: 0;
}

.col_3 {
    width: 32%;
    margin: 0 2% 0 0;
}

.col_3:nth-child(3n) {
    margin-right: 0;
}

.col_4 {
    width: 23.5%;
    margin: 0 2% 0 0;
}

.col_4:nth-child(4n) {
    margin-right: 0;
}

.col_5 {
    width: 18.4%;
    margin: 0 2% 0 0;
}

.col_5:nth-child(5n) {
    margin-right: 0;
}

.article_list .thumnail {
	width: 100%;
    height: auto;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}

.article_list .thumnail img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.press .article_list .thumnail {
	width: 100%;
    height: auto;
    padding-top: 0 !important;
    position: relative;
    overflow: hidden;
}


.press .article_list .thumnail img {
    position:inherit;
    top: 0;
    transform:none;
}

.article_list.press_tag .thumnail {
    width: 100%;
    height: auto;
    padding-top: 0;
    position: initial;
    overflow: initial;
}

.article_list.press_tag .thumnail img {
    position: initial;
    top: inherit;
    transform: none;
}



.news_list .thum_img_box,
.blog_list .thum_img_box{
    aspect-ratio: 2/1;
    overflow: hidden;
}


.article_list .title {
    font-size: 1.4rem;
    margin: 10px 0 5px;
    font-size: 1.4rem;
    margin: 10px 0 5px;
	text-overflow: ellipsis;
	overflow : hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.article_list .date {
    font-size: 1.2rem;
    color: #999;
    margin: 0;
}

.article_list p.tag {
    text-align: center;
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 1px solid #999;
}

.new_mark {
    color: #f15a24;
    margin: 0 10px 0 0;
}

.w_1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.inner_col_2 {
    display: flex;
}

.inner_col_2 .left {
    width: 20%;
    margin: 0 20px 0 0;
    box-sizing: border-box;
}

.inner_col_2 .left .left_item {
    margin: 0 0 40px;
}

.inner_col_2 .left .left_item h3 {
    margin: 0 0 10px;
}

.inner_col_2 .left .left_item a.tag-cloud-link {
    padding: 0.5% 4%;
    border: 1px solid #333;
    border-radius: 25px;
    box-sizing: border-box;
    margin-bottom: 2%;
    display: inline-block;
}

.inner_col_2 .left .left_item a.tag-cloud-link::before {
    content: "#";
}

.inner_col_2 form.search_form {
    position: relative;
}

.inner_col_2 input[type="text"] {
    border: none;
    background: transparent;
    border-bottom: 1px solid #999;
    width: 100%;
    padding: 10px 15px 10px 0;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.inner_col_2 button.search_submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    border: none;
    background: transparent;
    padding: 0;
}

.inner_col_2 .right {
    width: 80%;
}

.inner_col_2 .right .inner_right {
    padding: 40px 0 20px;
    margin: 12px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

/*====================================

	1. Header

====================================*/
header {
    width: 100%;
    padding: 0 3vw;
    margin: 40px auto 0;
    position: fixed;
    z-index: 9999;
    box-sizing: border-box;
    background: transparent !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
}

header img {
    vertical-align: baseline;
}

header nav.nav_left h1 a {
    display: block;
}

nav.nav_right {
    position: relative;
    width: 35px;
    height: 40px;
}

header nav.nav_right img {
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Slide menu css */
.sidebar {
    position: fixed;
    color: #fff;
    z-index: 99999;
    padding: 2%;
    box-sizing: border-box;
}

.sidebar ul {
    margin-top: 100px;
	line-height: 2.4;
}

.sidebar ul.sns {
    display: flex;
    position: absolute;
    bottom: 9%;
}

.sidebar ul.sns li {
    margin-right: 15px;
}

.sidebar ul.sns li:last-child {
    margin: 0px;
}

.sidebar ul li:last-child {
    margin-top: 0;
}

.sidebar ul li a {
    font-size: 20px;
}

.sidebar ul li a span {
    font-size: 12px;
    display: inline-block;
    margin:0 0.5rem;
}

.sidebar ul li a span:before,
.sidebar ul li a span:after{
    content: "-";
    margin:0 0.5rem;
}

.sidebar ul li a:hover {
    -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
    color: #f15a24;
}

.sidebar p {
    text-align: right;
    font-size: 18px;
}

.sidebar p img {
    width: 37px;
    position: absolute;
    right: 3vw;
    top: 40px;
}

.sidebar.right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    max-width: 480px;
    background: #c8c9ca;
}

.close_area {
    width: 100% !important;
    height: 100%;
    background: transparent !important;
    padding: 0;
    position: fixed;
    z-index: 9999 !important;
}

.close_area a {
    display: block;
    width: 100%;
    height: 100%;
}

.close_area a:hover {
    cursor: default;
}

/*====================================

	2. Main

====================================*/
#main {
    width: 100%;
}

div.time {
    width: 100%;
    height: 100vh;
}

div.time .time_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

div.time .scroll_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

p#view_clock {
    font-size: 64px;
}

#page {
    width: 100%;
    height: auto;
    padding: 160px 0 5%;
    background: #e6e6e6;
}

#page .page_content {
    width: 100%;
    height: auto;
    padding: 0 3vw;
    box-sizing: border-box;
}

#page .page_content h2 {
    margin: 0 0 60px;
}

#content {
    width: 100%;
    height: 80vh;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
    padding: 0 3%;
    box-sizing: border-box;
}

#content a:hover {
    -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
    color: #f15a24;
}

/* About */
#page .about .concept {
    text-align: center;
    padding-bottom: 60px;
}

#page .about .concept img {
    width: 300px;
    height: auto;
}

#page .about .concept p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#page .about .concept p.description_jp {
    margin-bottom: 60px;
}

/* information */
#information {
    width: 100%;
    padding: 40px 3% 0;
    box-sizing: border-box;
}

#information h2 {
    text-align: center;
    margin: 0 0 40px;
}

#information ul li:first-child {
    border-top: 1px solid #999;
}

#information ul li {
    border-bottom: 1px solid #999;
    box-sizing: border-box;
    padding: 8px 0 10px;
}

#information ul li h3 {
    line-height: 1;
}

#information ul li a {
    font-size: 1.4rem;
}

#information ul li a span.date {
    margin-right: 10px;
}

/* News Topic */
#news_topic {
    width: 100%;
    padding: 40px 3% 0;
    box-sizing: border-box;
}

#news_topic h2 {
    text-align: center;
    margin: 0 0 40px;
}

#news_topic .swiper-container {
    padding: 0 0 40px;
}

#news_topic .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50% !important;
    background: #333;
}

#news_topic .swiper-pagination-bullet-active {
    background: #f15a24 !important;
}

#whats_new {
    width: 100%;
    padding: 40px 3% 0;
    box-sizing: border-box;
}

#whats_new h2 {
    border-bottom: 1px solid #999;
}

#whats_new h2 span {
    font-size: 0.6rem;
    /*font-weight: 100;*/
    margin: 0 0 0 10px;
}

#whats_new ul {
    width: 100%;
    height: auto;
    margin: 80px 0 40px;
    padding: 0 80px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.road_more_wrap {
    margin: 0 0 80px 0;
}

button.road_more_button {
    width: 250px;
    margin: 0 auto;
    background: transparent;
    padding: 15px;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    border: 1px solid #000;
}

.infinite-scroll-request,
.infinite-scroll-request:after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.infinite-scroll-request {
    margin: 40px auto;
    font-size: 1.2rem;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(255, 255, 255, 0.3);
    border-right: 5px solid rgba(255, 255, 255, 0.3);
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
    border-left: 5px solid #f15a24;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page_load_status p {
    text-align: center;
    font-size: 1.2rem;
}

/* Article */
div.article_wrap {
    display: flex;
}

div.article_wrap .article_main {
    width: 70%;
    margin: 0 60px 0 0;
    box-sizing: border-box;
}

div.article_wrap .article_main p.date {
    margin: 0 0 20px;
}

div.article_wrap .article_main h2.article_title {
    margin: 0 0 15px !important;
}

div.article_wrap .article_main img {
    width: 100%;
    height: auto;
    margin: 0 0 1rem;
}

div.article_wrap .article_main div.article_detail {
    /*font-weight: normal;*/
    font-size: 14px;
}

div.article_detail p {
    margin: 3rem 0;
}

div.article_detail strong {
    font-size: 1.2em;
}

div.article_detail a {
    text-decoration: underline;
	overflow-wrap: anywhere;
}

div.article_detail .wp-video {
    width: 100% !important;
}

div.article_detail .wp-video video {
    width: 100% !important;
    height: auto !important;
}

div.article_wrap .article_side {
    width: 30%;
}

div.article_wrap .article_side .side_item {
    margin: 0 0 40px;
}

div.article_wrap .article_side img {
    width: 100%;
    height: auto;
}

div.article_wrap .article_side p.side_title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 2.2rem;
}

div.article_wrap .article_side p.side_title span {
    font-size: 1.2rem;
    display: block;
    /*font-weight: normal;*/
}

div.article_wrap .article_side ul li {
    margin-bottom: 5%;
}

div.article_wrap .article_side ul li a .article_thum {
    margin-bottom: 12px;
}

div.article_wrap .article_side ul li a span.title {
	text-overflow: ellipsis;
	overflow : hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

div.article_wrap .article_side ul li a span.date {
    font-size: 12px;
    color: #999;
    /*font-weight: normal;*/
    display: block;
}

div.other_article_wrap {
    margin: 40px 0;
}

div.other_article_wrap .thumnail img {
    margin: 0 !important;
}

div.other_article_wrap p.headline {
    font-size: 2rem;
    border-bottom: 1px solid #999;
    margin: 0 0 40px;
}

div.other_article_wrap p.headline span {
    font-size: 1.2rem;
    /*font-weight: 100;*/
    margin: 0 0 0 10px;
}

.bland_link_button {
    text-align: center;
}

.bland_link_button a {
    display: inline-block;
    line-height: 4;
    padding: 0 2rem;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none !important;
}

/* Blog */
#page .blog ul {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

/* #page .blog ul li .thumnail a {
    position: relative;
    display: block;
}

#page .blog ul li .thumnail a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
}

#page .blog ul li .thumnail a:hover::after {
    background-color: rgba(0, 0, 0, 0);
}

#page .blog ul li .thumnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#page .blog ul li .thumnail:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
*/

div.user_profile {
	width: 100%;
    display: grid;
    align-items: center;
    grid-gap: 1.2rem;
    grid-template-columns: 50px 1fr;	
	margin-top: 0.5rem;
}

div.user_profile .profile_image {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

div.user_profile .profile_image img {
    border-radius: 100%;
    border: 1px solid #999;
	margin: 0;
}

div.user_profile .profile_detail p {
    font-size: 1.2rem;
    margin: 0;
}

div.user_profile .profile_detail {
    line-height: 1.5;
}

/* Article */
div.article_user_profile {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

div.article_user_profile .profile_image {
    width: 10%;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
}

div.article_user_profile .profile_image img {
    border-radius: 100%;
    border: 1px solid #999;
    margin: 0;
}

div.article_user_profile .profile_detail {
    width: 90%;
}

div.article_user_profile .profile_detail p {
    margin: 0;
    font-size: 1.2rem;
}

div.article_tag_list {
    margin: 20px 0;
    border: 1px solid #999;
    padding: 20px;
}

div.article_tag_list ul {
    width: 100%;
}

div.article_tag_list ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

div.article_tag_list ul li a {
    padding: 2.5px;
    box-sizing: border-box;
    font-size: 1.2rem;
}


.article_ec_item_list {
    margin: 5rem 0;
}

div.article_ec_item_list .headline p span {
    font-size: 1.2rem;
    margin: 0 0 0 10px;
}

div.article_ec_item_list ul {
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 1vw;
    grid-row-gap: 2vw;
}

div.article_ec_item_list ul li a {
    display: block;
}

div.article_ec_item_list ul li img {
    margin: 0 0 6.3% !important;
}

div.article_ec_item_list ul li p {
    font-size: 1.2rem;
    line-height: 1;
    margin: 0 0 4%;
}

div.article_ec_item_list ul li p:last-child {
    margin: 0;
}

div.article_ec_item_list ul li p.item_name {
    font-size: 1.2rem;
    line-height: 1.6;
}

div.article_ec_item_list ul li p span.tax {
    margin: 0 0 0 2.5px;
    font-size: 0.8rem;
}

div.article_side ul {
    width: 100%;
}

div.article_side ul li {
    width: 100%;
    border-top: 1px solid #999;
    margin-bottom: 0 !important;
}

div.article_side ul li:last-child {
    border-bottom: 1px solid #999;
}

div.article_side ul li a {
    display: block;
}

.side_authors_list .user_profile {
    padding: 1.5rem 0;
    margin-top: 0;
}


div.article_pager {
    margin: 60px 0;
}

div.article_pager ul {
    display: flex;
    justify-content: space-between;
}

div.article_pager ul li a {
    font-size: 1.4rem;
}

div.side_article_wrap {
    display: flex;
    align-items: center;
    padding: 15px 0;
    box-sizing: border-box;
}

div.side_article_wrap .thum {
    width: 30%;
    margin: 0 10px 0 0;
    box-sizing: border-box;
}

div.side_article_wrap .detail {
    width: 70%;
}

div.side_article_wrap .detail span.title {
    font-size: 1.2rem;
    /*font-weight: normal;*/
    margin-bottom: 2.5px;
}

div.side_article_wrap .detail span.date {
    font-size: 1.2rem;
}

/* Article - Add Quick Tag */
/* youtube*/
.youtube {
    position: relative;
    width: 100%;
    margin: 20px auto;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* テキスト中央揃え */
span.text_center {
    display: block;
    text-align: center;
}

/* Article - Add Quick Tag - End */

/* Pagination */
.pagination {
    width: 100%;
    text-align: right;
}

.pagination ul.page-numbers {
    display: flex;
    justify-content: flex-end;
    font-size: 1.2rem;
}

.pagination ul li {
    display: flex;
    align-items: center;
}

.pagination ul li span,
.pagination ul li a {
    margin: 2px 2px 2px 0;
    padding: 4px 12px;
    text-decoration: none;
    width: auto;
    color: #000;
    border: 1px solid #999;
}

.pagination ul li a:hover {}

.pagination ul li .current {
    padding: 4px 12px;
    color: #fff;
    background: #999;
}

.pagination ul li .dots {
    background: transparent;
    border: none;
    padding: 0 5px;
}

.pagination ul li .prev,
.pagination ul li .next {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

/* Author Archive */
div.author_profile_wrap {
    margin: 60px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.author_profile_wrap .author_profile {
    width: 20%;
}

div.author_profile_wrap .author_description {
    width: 35%;
}

div.author_profile {
    width: 100%;
    text-align: center;
}

div.author_profile p {
    width: 100%;
    display: block;
    margin: 0;
}

div.author_profile .profile_image {
    width: 100px;
    margin: 0 auto 20px;
}

div.author_profile .profile_image img {
    border-radius: 100%;
    border: 1px solid #999;
}

div.author_profile .profile_detail p.name {
    font-size: 1.4rem;
    display: block;
}

div.author_profile .profile_detail p.name a {
    text-decoration: underline !important;
}

div.author_profile .profile_detail p.position {
    font-size: 1.2rem;
}

div.author_profile .profile_detail ul.author_sns {
    display: flex;
    justify-content: center;
    margin: 10px 0 0;
}

div.author_profile .profile_detail ul.author_sns li {
    margin: 0 8px;
}

div.author_profile_wrap .author_description {
    font-size: 1.4rem;
}

div.author_article_list_wrap {
    width: 100%;
}

div.author_article_list_wrap p.title {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin: 20px 0 40px;
    font-size: 2.2rem;
}

div.author_article_list_wrap p.title span {
    font-size: 1.2rem;
    display: block;
    /*font-weight: normal;*/
}



/* Search Results */
span.search_count {
    display: block;
    font-size: 1.2rem;
    color: #999;
}

#page .search_results ul li .thumnail a {
    /*position: relative;*/
    display: block;
}
/*
#page .search_results ul li .thumnail a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
}

#page .search_results ul li .thumnail a:hover::after {
    background-color: rgba(0, 0, 0, 0);
}
*/
/*#page .search_results ul li .thumnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#page .search_results ul li .thumnail:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}*/

/* Shop list */
#page .shoplist {
    padding-bottom: 60px;
}

#page .swiper_main {
    width: 100%;
    height: auto;
    padding-top: 60px;
    margin-bottom: 60px;
}

#page .swiper_main .swiper_left {
    float: left;
    width: 49.6%;
    margin-right: 1%;
}

#page .swiper-container {
    width: 100%;
    height: 500px;
}

#page .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#page .swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 15px;
    display: inline-block;
    border-radius: 0px !important;
    background: #000;
}

.swiper-pagination-bullet-active {
    background: #f15a24 !important;
}

#page .swiper_main .swiper_right {
    float: left;
    width: 40.4%;
}

#page .swiper_main .swiper_right p.fs_txt {
    margin-top: 0 !important;
    font-size: 24px;
}

#page .swiper_main .swiper_right p.en_address {
    /*font-weight: 100;*/
}

#page .shoplist ul {
    width: 100%;
    height: auto;
    padding: 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page .shoplist ul li {
    width: 49.5%;
    height: auto;
    margin: 0 0 2% 0;
}

#page .shoplist ul li:nth-child(4n) {
    margin-right: 0;
}

#page .shoplist ul li h3 {
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin-top: 10px;
}

#page .shoplist ul li p {
    margin: 5px 0 0;
    font-size: 14px;
}

#g_map {
    width: 100%;
    height: 300px;
    border: 1px solid #a9a9a9;
}

#g_map .gmnoprint {
    display: none !important;
}

div[id*="ez-map"] {
    min-height: 150px;
    min-width: 150px;
    height: 300px;
    width: 100%;
}

/* Brand */
#page .brand .brand_list {
    margin: 60px 0;
}

#page .brand ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

#page .brand ul li a .brand_logo {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    background-color: #fff;
}

#page .brand ul li a .brand_logo img.horizontal {
    width: 50%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#page .brand ul li a .brand_logo img.vertical {
    width: auto;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#page .brand ul li a:hover {
    opacity: 0.8;
}

/* #People */
#page .people h2 {
    text-align: center;
    font-size: 36px;
}

#page .people h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 3px;
}

#page ul.people_contents {
    margin: 120px 0 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#page ul.people_contents li {
    width: 48%;
    margin-bottom: 4%;
}

#page ul.people_contents li p.title {
    margin: 20px 0 5px;
    font-size: 32px;
    font-weight: bold;
}

#page ul.people_contents li p {
    margin: 0;
}

/* #People - Article */
#page .people_article h2 {
    text-align: center;
    font-size: 36px;
}

#page .people_article h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 3px;
}

#page .people_article .article_wrap {
    margin: 120px 0;
    padding: 0;
    justify-content: space-between;
}

#page .people_article .article_wrap .article_main {
    width: 48%;
}

#page .people_article .article_wrap .article_main img {
    margin-bottom: 40px;
}

#page .people_article .article_wrap .article_side {
    width: 48%;
}

#page .people_article .article_wrap .article_side h3 {
    font-size: 36px;
    margin: 20px 0;
}

#page .people_article .article_wrap .article_side p {
    margin: 0;
    text-align: left !important;
    font-size: 14px;
}

#page .people_article .article_wrap .article_side .name_and_job {
    margin-bottom: 20px;
}

#page .people_article .article_wrap .article_side .word span p {
    margin-bottom: 20px;
}

#page .people_article .article_wrap .article_side p.name,
#page .people_article .article_wrap .article_side p.job {
    font-size: 18px;
    line-height: 1.8;
}

#page .people_article .article_wrap .article_side p.free_txt {
    font-size: 12px;
    /*font-weight: normal;*/
    font-feature-settings: "palt";
    margin-bottom: 20px;
    line-height: 1.8;
}

#page .people_article .article_wrap .article_side ul.article_sns {
    margin: 60px auto;
    text-align: center;
}

#page .people_article .article_wrap .article_side ul.article_sns li {
    display: inline-block;
    border: none;
    width: 30px !important;
    text-align: center;
}

#page .people_article .article_wrap .article_side ul.article_sns li:first-child {
    width: 90px !important;
}

#page .people_article .answer{
    font-weight: bold;
}

/* Footer */
footer {
    width: 100%;
    padding: 0px 3vw 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

footer.top {
    width: 100%;
    padding: 0px 3vw 40px;
    margin: 0 auto;
    box-sizing: border-box;
}

footer nav {
    display: flex;
    justify-content: space-between;
}

footer nav a {
    font-size: 18px;
}

footer nav ul li a:hover {
    -webkit-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 300ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    /* ease-in-out */
    color: #f15a24;
}

footer nav ul.sns {
    display: flex;
}

footer nav ul.sns li {
    margin-right: 15px;
}

footer nav ul.sns li:last-child {
    margin-right: 0;
}

/* 404 */
div.not_content {
    width: 100%;
    text-align: center;
    margin: 60px 0;
}

div.not_content img {
    width: 500px;
    height: auto;
}

div.not_content p.not_word {
    font-size: 14px;
    font-weight: 500;
}

div.not_content a.top_btn {
    width: 250px;
    padding: 10px;
    color: #000;
    border: 1px solid #000;
    margin: 30px 0;
    display: inline-block;
}

div.not_content a.top_btn:hover {
    opacity: 0.8;
}

/* Resposive ↓ */
/* PC(非表示) */
.sp {
    display: none !important;
}



@media screen and (max-width: 1650px) {

    /* Shop list */
    #page .swiper_main {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    #page .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }

    #page .swiper_main .swiper_left,
    #page .swiper_main .swiper_right {
        float: none;
        width: 100%;
    }
	
	div.user_profile {
		grid-gap: 1.2rem;
		grid-template-columns: 40px 1fr;
	}	
	
}

@media screen and (max-width: 768px) {
    /* tablet(length) */
    /* 全ページ適用 */

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    /* Header */

    header {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        position: fixed;
        z-index: 9999;
        box-sizing: border-box;
        background: transparent !important;
    }

    header nav.nav_left h1 a img {
        width: 70%;
    }

    nav.nav_right {
        position: relative;
        width: 25px;
        height: 25px;
    }

    header nav.nav_right img {
        width: 25px;
    }

    /* Slide menu css */

    .sidebar {
        padding: 0 20px;
    }

    .sidebar p img {
        width: 26px;
        position: absolute;
        right: 19px;
        top: 26px;
    }

    .sidebar.right {
        top: 0;
        right: 0;
        bottom: 0;
        width: 80%;
        background: #c8c9ca;
    }

    .sidebar ul li a {
        font-size: 14px;
    }

    .sidebar ul li a span {
        font-size: 0.8rem;
        display: inline-block;
        margin:0;
    }

    .sidebar ul li a span:before,
    .sidebar ul li a span:after{
        content: "-";
        margin: 0 0.5rem;
    }
    
    
    
    /* Main contents */

    #page {
        width: 100%;
        height: auto;
        padding: 76px 20px 40px;
        box-sizing: border-box;
    }

    #page .page_content {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding: 0;
    }

    #page .page_content h2 {
        font-size: 1.6rem;
    }

    #main {
        width: 100%;
        padding: 76px 20px 40px;
        box-sizing: border-box;
    }

    #content {
        width: 100%;
        height: 80vh;
        margin: 0px auto 40px;
        position: relative;
        overflow: hidden;
    }

    #content a.top_link_02 {
        font-size: 18px;
        left: 43%;
    }

    #content a.top_scroll_link {
        position: absolute;
        bottom: 0;
        left: 43%;
    }

    .w_1200 {
        width: 100%;
    }

    /* TOP */

    p#view_clock {
        font-size: 40px;
    }

    #information,
    #news_topic,
    #whats_new {
        padding: 0;
    }

    #information,
    #news_topic {
        margin: 0 0 40px;
    }

    #information h2,
    #news_topic h2 {
        font-size: 1.6rem;
        margin: 0 0 2%;
    }

    #information ul li {
        padding: 4px 0 10px;
    }

    #information ul li a {
        font-size: 1.2rem;
    }

    #information ul li a span.date {
        margin-right: 5px;
    }

    #whats_new h2 {
        font-size: 1.6rem;
    }

    #whats_new ul {
        padding: 0;
        margin: 4% 0;
    }

	
	.article_list {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 2vw;
		grid-row-gap: 3vw;
	}
	
    .article_list p.tag {
        font-size: 1.4rem;
    }

    .article_list .title,
    .article_list .date {
        font-size: 1.2rem;
    }

	div.article_ec_item_list ul {
		grid-column-gap: 2vw;
		grid-row-gap: 4vw;
	}
	
	
    /* About */

    #page .about .concept img {
        width: 70%;
    }

    #page .about .concept p {
        text-align: left;
    }

    /* Brand */

    #page .brand .brand_list {
        margin: 20px 0;
    }

    #page .brand .brand_list ul li {
        width: 49%;
    }

    #page .brand .brand_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    /* News */
    #page .newslist ul.news_contents li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        float: none;
    }

    #page .newslist ul.news_contents {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    /* News - Article */

    div.article_wrap {
        width: 100%;
        padding: 0 !important;
    }

    div.article_wrap .article_main {
        padding-bottom: 20px;
        margin: 0 4% 0 0;
    }

    div.article_user_profile .profile_image {
        width: 15%;
    }

    div.article_wrap .article_main div.article_detail {
        font-size: 1.2rem;
    }

    div.article_tag_list {
        font-size: 1.4rem;
    }

    div.article_tag_list ul li a {
        font-size: 1.2rem;
    }

    div.article_ec_item_list .headline p {
        font-size: 1.4rem;
    }

    div.article_ec_item_list ul li p {
        font-size: 1.2rem !important;
    }

    div.article_wrap .article_side {
        margin-bottom: 60px;
    }

    div.article_wrap .article_side p.side_title {
        font-size: 1.6rem;
    }

    div.article_wrap .article_side p.side_title span {
        font-size: 1.2rem;
    }

    div.side_article_wrap {
        padding: 5% 0;
    }

    ul.side_authors_list li {
        padding:0;
    }
	
	
	

    ul.side_authors_list li .user_profile {
        margin: 0;
    }

    div.other_article_wrap p.headline {
        font-size: 1.6rem;
    }

    /* Blog */

    #page .blog {
        padding-bottom: 60px;
    }

    .inner_col_2 .left .left_item h3 {
        font-size: 1.6rem;
    }

    .inner_col_2 .left .left_item a.tag-cloud-link {
        font-size: 1.2rem !important;
    }

    div.user_profile {
        margin: 10px 0 0;
    }

    div.user_profile .profile_image {
        padding: 0;
    }

    div.user_profile .profile_image {
        padding: 0;
    }

    div.user_profile .profile_detail {
        margin: 0;
    }

    div.user_profile .profile_detail p {
        font-size: 1.2rem;
    }

    /* Author Archive */
    div.author_article_list_wrap p.title {
        font-size: 1.6rem;
    }

    div.author_article_list_wrap p.title span {
        font-size: 1.2rem;
    }

    /* Shop list */
    #page .swiper_main {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    #page .swiper-container {
        width: 100%;
        height: 100%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0px;
    }

    #page .swiper_main .swiper_left,
    #page .swiper_main .swiper_right {
        float: none;
        width: 100%;
    }

    #page .swiper_main .swiper_right p.fs_txt {
        margin-top: 10px !important;
        font-size: 20px;
    }

    #page .shoplist ul {
        padding: 20px 0;
    }

    #page .shoplist ul li {
        width: 48.5%;
        margin-right: 0;
        margin-bottom: 40px;
        float: none;
    }

    #g_map {
        width: 100%;
        height: 200px;
        border: 1px solid #a9a9a9;
        overflow: hidden;
    }

    /* Inspiration */

    #page .inspiration_all {
        margin: 20px 0;
    }

    /* #People */

    #page .people h2,
    #page .people_article h2 {
        font-size: 24px;
        margin: 20px 0;
    }

    #page .people h2 span,
    #page .people_article h2 span {
        font-size: 14px;
    }

    #page ul.people_contents {
        margin: 60px 0 0;
    }

    #page ul.people_contents li {
        width: 48.5%;
        margin-bottom: 4%;
    }

    #page ul.people_contents li p.title {
        margin: 2% 0 1%;
        font-size: 2.4rem;
    }

    #page ul.people_contents li p {
        font-size: 1.2rem;
    }

    #page .people_article .article_wrap {
        margin: 60px 0;
        padding: 0;
        display: block;
    }

    #page .people_article .article_wrap .article_main,
    #page .people_article .article_wrap .article_side {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
    }

    #page .people_article .article_wrap .article_main img {
        margin-bottom: 0;
    }

    #page .people_article .article_wrap .article_side h3 {
        font-size: 24px;
    }

    #page .people_article .article_wrap .article_side ul.article_sns li {
        display: inline-block;
        border: none;
        width: 30px !important;
        text-align: center;
        margin-right: 20px;
    }

    #page .people_article .article_wrap .article_side ul.article_sns li a {
        font-size: 24px;
    }

    #page .people_article .article_wrap .article_side ul.article_sns li:last-child {
        margin-right: 0;
    }

    /* Footer */
    footer,
    footer.top {
        padding: 0px 20px 20px;
    }

    footer nav.sp ul li a {
        font-size: 14px;
    }

    footer nav.sp ul li span.copyright_txt {
        font-size: 12px;
    }

    footer nav.sp .f_top {
        display: flex !important;
        justify-content: space-between;
    }

    footer nav.sp .f_top ul li.sns {
        margin-top: 25px;
    }

    footer nav.sp .f_top ul li.sns a:first-of-type {
        margin-right: 10px;
    }

    footer nav.sp .f_top ul li.sns a {
        margin-right: 7px;
    }

    footer nav.sp .f_top ul li.sns a:last-of-type {
        margin-right: 0;
    }

    footer nav.sp .f_bottom {
        margin-top: 10px;
    }

    /* 404 */
    div.not_content {
        width: 100%;
        text-align: center;
        margin: 60px 0;
    }

    div.not_content img {
        width: 80%;
        height: auto;
    }

    div.not_content p.not_word {
        font-size: 12px;
        font-weight: 500;
    }

    div.not_content a.top_btn {
        width: 250px;
        padding: 10px;
        color: #000;
        border: 1px solid #000;
        margin: 30px 0;
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {

    /* sp */
    #content {
        width: 100%;
        height: 100% !important;
        margin: 0px auto;
        position: relative;
        overflow: hidden;
        background: #e6e6e6;
        padding: 0 3%;
        box-sizing: border-box;
    }

	.article_list {
		grid-template-columns: 1fr;
		grid-row-gap: 4rem;
	}

	
	.press .article_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 2rem;
		grid-row-gap: 4rem;
	}

	
	.other_article_wrap .article_list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1.2rem;
	}

	.other_article_wrap .article_list li:last-child{
		display: none;
	}
	
    .col_3,
    .col_4 {
        width: 100%;
        margin: 0 0 4% 0;
    }

	
	
	
    /* Top */

    #news_topic h2 {
        margin: 0 0 4%;
    }

    #news_topic .swiper-container {
        padding: 0 0 8%;
    }

    #whats_new ul {
        margin: 8% 0;
		grid-template-columns: 1fr;
    }

    /* Shop list */
    #page .shoplist ul {
        display: block;
    }

    #page .shoplist ul li {
        width: 100%;
        margin: 0 0 4% 0;
    }

    /* Brand */
    #page .brand .brand_list ul li {
        margin-right: 2%;
        margin-bottom: 2%;
    }


    /* Blog */

    .inner_col_2 {
        display: block;
    }

    .inner_col_2 .left,
    .inner_col_2 .right {
        width: 100%;
    }

    .inner_col_2 .left .left_item h3 {
        font-size: 1.6rem;
    }

    .pagination ul.page-numbers {
        justify-content: center;
    }

    /* All Article */

    div.article_wrap {
        display: block;
    }

    div.article_wrap .article_main,
    div.article_wrap .article_side {
        width: 100%;
    }

    div.article_detail ul li.col_2 {
        width: 100%;
    }

    div.article_ec_item_list ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 4vw;
		grid-row-gap: 6vw;
    }

    div.article_ec_item_list ul li.col_3 {
        width: 49%;
        margin: 0 2% 4% 0;
    }

    div.article_ec_item_list ul li.col_3:nth-child(2n) {
        margin: 0 0 4% 0;
    }


    /* Author */
    div.author_profile_wrap {
        display: block;
    }

    div.author_profile_wrap .author_profile,
    div.author_profile_wrap .author_description {
        width: 100%;
        margin: 0 0 6%;
    }

    /* footer */
    footer p span.copyright_txt {
        font-size: 12px;
    }
}



/* Shop */


div.shop_detail_wrap{
	max-width: 1200px !important;
}




div.shop_detail_wrap .swiper-container {
    width: 100% !important;
    height: auto !important;
}

div.shop_detail_wrap .article_main {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}


div.shop_detail_wrap .slide-image {
    width: 100% !important;
}

div.shop_detail_wrap .swiper-slide img {
    margin: 0;
}



.article_shop_detail{
	padding: 60px;
}

.shop_name_en {
    font-size: 24px !important;
    font-weight: 900;
	margin-bottom: 60px !important;
}

.shop_name_en span {
    font-size: 16px !important;
    display: block;
}

.shop_info {
    margin-bottom: 60px;
	display: grid;
    grid-gap: 4px;
}

.shop_address,
.shop_tel,
.shop_time,
.shop_holiday{
	display: grid;
	grid-template-columns: 80px 1fr;
}

.shop_address:before{
	content: "住所";
}

.shop_tel:before{
	content: "電話番号";
}

.shop_time:before{
	content: "営業時間";
}

.shop_holiday:before{
	content: "定休日";
}

.shop_address > p:before,
.shop_tel > p:before,
.shop_time > p:before,
.shop_holiday > p:before{
	content: "：　";
}

.shop_address > p,
.shop_tel > p,
.shop_time > p,
.shop_holiday > p{
	margin: 0;
}

.shop_address a {
    margin-left: 20px;
}

.shop_brand:before{
	content: "取り扱いブランド";
	display: block;
	margin-bottom: 10px;
}


.shop_brand_wrap {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}

.shop_brand_wrap > a {
    line-height: 2.5;
    padding: 0 1em;
    border: 1px solid #000;
	font-size: 13px;
}

.shop_brand_wrap > span {
    line-height: 2.5;
    padding: 0 1em;
    border: 1px solid #999;
    font-size: 13px;
    color: #666;
}

.contents_article_wrap{
	padding: 60px 0 ;
}

.contents_article_wrap p.date {
    margin: 0 !important;
}

.contents_title_wrap {
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: baseline;
}

.contents_title_wrap a {
    font-size: 12px;
}

.contents_title_wrap a svg {
    margin-left: 10px;
}


@media screen and (max-width: 768px) {
	
.article_shop_detail {
    padding: 30px;
	font-size: 1.2rem;
}	
	
.shop_brand_wrap > a {
    font-size: 12px;
}
	
.shop_detail_wrap .article_list {
    grid-template-columns: repeat(3,1fr);
}	
	
	
}
@media screen and (max-width: 480px) {
	
.article_shop_detail {
    padding: 10px;
	font-size: 1.2rem;
}	
	
.shop_brand_wrap > a,
.shop_brand_wrap > span{
    font-size: 12px;
}
	
.shop_detail_wrap .article_list {
    grid-template-columns: repeat(3,1fr);
}	
	
.shop_name_en {
    font-size: 14px !important;
    margin-bottom: 30px !important;
}
.shop_name_en span {
    font-size: 10px !important;
}
	
.shop_info {
    margin-bottom: 30px;
	grid-gap: 10px;
}
	
.shop_address, .shop_tel, .shop_time, .shop_holiday {
    grid-template-columns: 1fr;
}	
	
.shop_address > p:before, .shop_tel > p:before, .shop_time > p:before, .shop_holiday > p:before {
	display: none;
}	
	
.shop_address a {
    margin-left: 10px;
}	
	
.shop_brand_wrap {
    grid-gap: 5px;
}	
	
.contents_title_wrap h3 {
    font-size: inherit;
}

.shop_detail_wrap .article_list {
    grid-template-columns: 1fr ;
    grid-row-gap: 3rem;
}

.shop_detail_wrap .article_list li:nth-last-child(-n+5) {
	display: none ;
}
	
.contents_article_wrap {
    padding: 30px 0;
}

.shop_detail_wrap .user_profile {
    grid-gap: 1.2rem;
    grid-template-columns: 30px 1fr;
}


}



/* Shop list */

.shop_list_wrap {
    max-width: 1000px;
    margin: 0 auto 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8rem;
	padding: 0 60px;
}

.shop_list_wrap .shop_box > div {
    display: grid;
    grid-gap: 1.5rem;
}

.shop_list_wrap .shop_box p {
    margin: 0;
    line-height: 1;
}

.shop_list_wrap .shop_list_name {
    font-size: 1.8rem;
}

.shop_list_wrap .shop_list_address {
    font-size: 1.4rem;
}

.shop_list_wrap .shop_list_link a {
    color: #000;
    font-size: 20px;
}


.shop_list_wrap .FC {
    font-size: 12px;
    text-align: center;
    grid-column: 1/3;
}

.shop_list_wrap .shop_box .shop_list_link a {
    display: inline-block;
    font-size: 1.2rem;
    border-bottom: 2px solid #000;
    padding: 1rem 0.5rem 1rem;
    font-family: 'Inter';
}

.shop_list_wrap .shop_box .shop_list_link a:after {
    content: ">";
    display: inline-block;
    margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
    
 .shop_list_wrap {
    grid-template-columns: 1fr;
    grid-gap: 8rem;
}   

.shop_list_wrap .FC {
    font-size: 12px;
    grid-column: auto;
}	
.shop_list_wrap .shop_list_name {
    font-size: 1.6rem;
}

.shop_list_wrap .shop_list_address {
    font-size: 1.4rem;
}	
    
}


@media screen and (max-width: 480px) {
	
.shop_list_wrap {
    padding: 0;
    font-size: 1.2rem;
	grid-gap: 6rem;
}
    
.shop_list_wrap .shop_box {
    grid-gap: 1.2rem;
}
	
.shop_list_wrap .FC {
	text-align: left;
}	
	
.shop_list_wrap .shop_box p {
    align-self: center;
}	
.shop_list_wrap .shop_list_name {
    font-size: 1.4rem;
}

.shop_list_wrap .shop_list_address {
    font-size: 1.2rem;
}	
}





/* staff review */

#page .page_content.staff_review {
    max-width: 1200px;
    margin: 0 auto 6rem;
}

.staff_review_wrap{
	max-width: 100% !important;
    display: block !important;
}

.staff_review_wrap > h1{
    margin-bottom: 3rem;
    line-height: 1;
    font-size: 1.5em;
}

.staff_review_wrap .article_main {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.staff_review_article {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3vw;
    padding-bottom: 60px;
    border-bottom: 1px solid #000;
}

.article_product_detail {
    position: relative;
}

.article_product_detail .article_product_detail_box{
    display: grid;
    grid-gap: 3rem;
    grid-template-rows: auto 1fr;
    align-items: self-start;
    position: sticky;
    top:10rem;
}

.staff_review_wrap .product_detail_eyecatch img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}

.product_detail_info {
    display: grid;
    grid-gap: 1rem;
    line-height: 1.5;
}

.product_detail_info h4,
.product_detail_info p {
    margin: 0;
}

.product_detail_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem auto 0;
    width: fit-content;
    border: 1px solid #000;
    padding: 1rem 2rem;
    min-width: 21rem;
    font-size: 1.2rem;
}

.staff_review_wrap .article_user_profile {
    justify-content: space-between;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}


.profile_detail_box {
    display: flex;
    align-items: center;
}

.article_wrap .article_main .article_title {
    font-size: 2.4rem;
}

.article_user_profile .profile_detail_box .profile_image {
    width: 100px;
}

.article_user_profile .author_list_link {
    font-size: 1.6rem;
    font-family: 'Inter';
}

.article_user_profile .author_list_link a {
    padding: 1rem;
}

.product_link i,
.list_link i {
    font-size: 0.7em;
    vertical-align: middle;
}

.article_review_detail .article_detail {
    font-family: 'Inter';
}

.article_review_detail .article_detail p {
    line-height: 2;
    font-size: 1.6rem;
    margin: 2rem 0;
}

.article_review_detail .article_detail img {
    margin: 2rem 0 !important;
}

.article_review_detail .gallery{
    display: grid;
    gap: 2%;
    margin: 0 0 6rem !important;
}

.article_review_detail .gallery.gallery-columns-2 {
    grid-template-columns: 1fr 1fr;
}

.article_review_detail .gallery.gallery-columns-3,
.article_review_detail .gallery.gallery-columns-4,
.article_review_detail .gallery.gallery-columns-5,
.article_review_detail .gallery.gallery-columns-6,
.article_review_detail .gallery.gallery-columns-7,
.article_review_detail .gallery.gallery-columns-8,
.article_review_detail .gallery.gallery-columns-9 {
    grid-template-columns: 1fr 1fr 1fr;
}

.article_review_detail .gallery img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_review_detail .gallery .gallery-item,
.article_review_detail .gallery img{
    margin: 0 !important;
}

.review_rating {
    background: rgba(255, 255, 255, 0.3);
    padding: 3rem;
    font-family: 'Inter';
}

.review_rating h3 {
    line-height: 1;
    font-size: 1.6rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #000;
}

.rating_box_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
}

.rating_box h4 {
    margin: 0 0 1rem;
    line-height: 1;
    font-size: 1.4rem;
}

.rating_title {
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

.rating_chart {
    background: #ccc;
    height: 2px;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating_chart span {
    width: 0.8rem;
    height: 0.8rem;
    background: #CCC;
    border-radius: 50%;
}

.rating_chart.rating_1 span:nth-child(1) {
    background: #900;
    height: 1.2rem;
    width: 1.2rem;
}

.rating_chart.rating_2 span:nth-child(2) {
    background: #900;
    height: 1.2rem;
    width: 1.2rem;
}

.rating_chart.rating_3 span:nth-child(3) {
    background: #900;
    height: 1.2rem;
    width: 1.2rem;
}

.rating_chart.rating_4 span:nth-child(4) {
    background: #900;
    height: 1.2rem;
    width: 1.2rem;
}

.rating_chart.rating_5 span:nth-child(5) {
    background: #900;
    height: 1.2rem;
    width: 1.2rem;
}

.staff_review_wrap .contents_article_wrap {
    padding: 60px 0 0;
}

.staff_review_wrap .contents_title_wrap {
    display: block;
    margin: 0 0 3rem;
}

.staff_review_wrap .article_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.staff_review_wrap .article_list .no-post {
    grid-column: 1 / 5;
    text-align: center;
    padding: 15rem 0;
    background: rgba(255, 255, 255, 0.3);
}

.staff_review_wrap .contents_title_wrap h3 {
    text-align: center;
    font-family: 'Inter';
}

.staff_review_wrap .contents_title_wrap h3:after {
    display: block;
    content: " ";
    border-bottom: 3px solid #000;
    width: 40px;
    margin: 1rem auto;
}

.staff_review_wrap .contents_title_wrap .list_link {

    font-family: 'Inter';
}

.staff_review_wrap .contents_title_wrap .list_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.staff_review_wrap .article_list .post {
    background: rgba(255, 255, 255, 0.3);
    padding: 2rem;
    display: grid;
    grid-gap: 1rem;
    align-content: start;
}

.staff_review_wrap .article_list .post .user_profile {
    margin: 0;
}

.staff_review_wrap .article_list .post .thumnail {
    padding: 0;
}


.staff_review_wrap .article_list .post img {
    position: relative;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    margin: 0;
    top: auto;
    transform: none;
}

.staff_review_wrap .article_list .post h3,
.staff_review_wrap .article_list .post .excerpt{
    font-family: 'Inter';
}

.staff_review_wrap .article_list .title {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.staff_review_wrap .article_list .post .excerpt {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.5;
}




@media screen and (max-width: 768px) {

    .staff_review_wrap .article_list .post {
        padding: 1.5rem;
    }

    
    .article_wrap .article_main .article_title {
        font-size: 2rem;
    }
}


@media screen and (max-width: 480px) {

    .staff_review_wrap > h1 {
        margin-bottom: 2rem;
        line-height: 1;
    }


    .product_detail_info a {
        font-size: 1.2rem;
    }

    .staff_review_article {
        grid-template-columns: 1fr;
        padding-bottom: 30px;
        gap: 4rem;
    }

    .article_product_detail .article_product_detail_box{
        grid-template-rows: 1fr;
        align-items: self-start;
        position: relative;
        top: auto;
    }

    .article_user_profile .author_list_link {
        font-size: 1.6rem;
    }

    .article_review_detail .page_content h2 {
        font-size: 2rem;
    }

    .article_review_detail .article_detail p {
        margin: 0 0 40px;
        font-size: 1.4rem;
    }

    .review_rating {
        padding: 2rem;
    }

    .staff_review_wrap .contents_article_wrap {
        padding: 30px 0 0;
    }


    .staff_review_wrap .contents_title_wrap h3 {
        margin: 0 auto 1rem;
    }


    .staff_review_wrap .article_list {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }

    .staff_review_wrap .article_list .no-post {
        grid-column:auto;
        padding: 6rem 0;
        font-size: 1.2rem;
    }



    .staff_review_wrap .article_list .post {
        grid-template-columns: 1fr 1.5fr;
        grid-gap: 0.5rem 2rem;
    }

    .staff_review_wrap .article_list .post .thumnail {
        order: 1;
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }

    .staff_review_wrap .article_list .post .user_profile {
        order: 2;
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .staff_review_wrap .article_list .post h3 {
        order: 3;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }

    .staff_review_wrap .article_list .post .excerpt {
        order: 4;
        grid-column: 2 / 3;
        grid-row: 3 / 4;
        font-size: 1.1rem;
    }

    .article_review_detail .gallery{
        display: grid;
        gap: 2rem;
    }

    .article_review_detail .gallery.gallery-columns-2,
    .article_review_detail .gallery.gallery-columns-3,
    .article_review_detail .gallery.gallery-columns-4,
    .article_review_detail .gallery.gallery-columns-5,
    .article_review_detail .gallery.gallery-columns-6,
    .article_review_detail .gallery.gallery-columns-7,
    .article_review_detail .gallery.gallery-columns-8,
    .article_review_detail .gallery.gallery-columns-9 {
        grid-template-columns: 1fr;
    }



}



/* staff review list*/

#page .staff_review > h2 {
    text-align: center;
    margin: 0 0 3rem;
    font-size: 1.5em;
}

#page .staff_review > h2 span {
    display: block;
    font-size: 1.2rem;
    font-family: 'Inter';
}


#page .staff_review > h2:after {
    display: block;
    content: " ";
    border-bottom: 3px solid #000;
    width: 40px;
    margin: 1rem auto;
}

.staff_review .inner_col_2 {
    display: grid;
    grid-gap: 3rem;
}

.staff_review .inner_col_2 .left {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.staff_review .inner_col_2 .left .left_item {
    margin: 0;
}

.staff_review .inner_col_2 .right {
    width: 100%;
}


.staff_review .article_list .post {
    background: rgba(255, 255, 255, 0.3);
    padding: 2rem;
    display: grid;
    grid-gap: 1rem;
}

.staff_review .article_list .post .thumnail {
    padding: 0;
}

.staff_review .article_list .post img {
    position: relative;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    margin: 0;
    top: auto;
    transform: none;
}

.staff_review .article_list .post h3{
    font-family: 'Inter';
}

.staff_review .article_list .post .title {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: 'Inter';
}

.staff_review .article_list .post .excerpt {
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.5;
    font-family: 'Inter';
}

.staff_review .tab_link {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-family: 'Inter';
}

.staff_review .tab_link h3 {
    font-size: 1.2rem !important;
    line-height: 1.5;
    margin: 0 !important;
    flex: none;
}



.staff_review .brand_button_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.staff_review .brand_button_list a {
    line-height: 1.5;
    background: #ccc;
    padding: 0 1.5rem;
    border-radius: 2.5rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    flex: none;
    font-family: 'Inter', sans-serif;
}



.review_staff_profile {
    max-width: 600px;
    margin: auto;
    font-family: 'Inter';
}

.review_staff_profile_inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 3rem;
    align-items: center;
}


.profile_name_position p {
    margin: 0;
    line-height: 1.5;
    font-size: 1.4rem;
    text-align: center;
}

.profile_name_position .position {
    font-size: 1rem;
}

.review_staff_profile .profile_image img {
    width: 80px;
    border-radius: 50%;
    border: 1px solid #999;
    margin-bottom: 0.5rem;
}

.review_staff_profile_inner .description {
    font-size: 1.2rem;
    margin: 0;
}


@media screen and (max-width: 480px) {

#page .staff_review > h2 {
    margin: 0 0 3rem;
}

.staff_review .tab_link {
    flex-direction: column;
}

}