/*!
 * Theme Name: HIGHTIDE
 * Theme URI: 
 * Description: HIGHTIDEのテーマ
 * Author: sloup
 * Version: 1.0
 */

@charset "utf-8";

/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
}

article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
    list-style-type: none;
}

li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img, video {
    vertical-align: bottom;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* カスタマイズ
--------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
    
}

html {
    line-break: strict;
    font-feature-settings: "palt" 1;
}

body {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-feature-settings: "palt";
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-family: "Helvetica Neue", HelveticaNeue,"Hiragino Kaku Gothic", "Noto Sans JP", "avenir", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding-top: 152px;
}

a {
    color: #333;
    text-decoration: none;
}

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

svg.path {
    display: none;
}

.sp_only {
   display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}
/* 共通
--------------------------------------------------*/

/* ヘッダー -------------------- */

header {
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 201002;
  transition: background 0.15s linear,transform 0.15s linear;
  background-color: #fff;
}

header.min {
  background-color: #fff;
  transform: translate3d(0,-52px,0);
}

#fs_Top header {
  border-bottom: none;
  background-color: transparent;
}

#fs_Top header.min {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

header .newsbar {
  background-color: #fff;
  height: 52px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

header .newsbar ul {
  display: flex;
  width: 100vw;
}

header .newsbar li {
  line-height: 52px;
}

header .newsbar li a {
  text-decoration: underline;
}

header .menufixed_wrap {
  position: relative;
}

header .wrap {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 31px 0 26px;
  transition: padding 0.15s linear;
}

header.min .wrap {
  padding: 12px 0 7px;
}

header .logo {
  width: 130px;
  height: 20px;
  fill:#000;
}

header nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .gnav {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 80px;
}

header .gnav > li {
  margin: 0 0 0 24px;
}

header .gnav li .menu_btn {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 10px 12px;
  cursor: pointer;
  letter-spacing: 0.1em;
}

header .scene_menu  {
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 100;
  padding: 32px 0 46px;
  transition: 0.2s ease 0.1s;
  opacity: 0;
  visibility: hidden;
}

header.min .scene_menu  {
  top: 61px;
}

header .gnav .scene:hover .scene_menu {
  opacity: 1;
  visibility: visible;
}


header .scene_menu .layout {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

/*header .scene_menu .layout:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 17px);
  background-color: #ddd;
  position: absolute;
  left: 388px;
  top: 17px;
}*/

header .scene_menu .layout .scene_menu_list {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0 0;
}

header .scene_menu .layout .scene_menu_list:first-child {
  width: 360px;
}
header .scene_menu .layout .scene_menu_list:last-child {
  width: 720px;
}

header .scene_menu .layout .scene_menu_list dt {
  font-weight: bold;
  padding: 0 4px 20px;
  width: 100%;
  font-size: 15px;
}

header .scene_menu .layout .scene_menu_list dd {
  width: 120px;
  margin: 8px 0 0;
  padding-right: 0;
  text-align: center;
}

header .scene_menu .layout .scene_menu_list dd img {
  max-width: 100px;
}

header .scene_menu .layout .scene_menu_list dd span {
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 6px;
}

header .scene_menu .layout .scene_menu_list dd a {
  display: block;
  font-size: 15px;
  padding: 8px 2px 11px;
}

header .category_menu  {
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 100;
  padding: 32px 0 46px;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s , top 0.15s linear;
  opacity: 0;
  visibility: hidden;
}

header.min .category_menu  {
  top: 61px;
}

header .gnav .category:hover .category_menu {
  opacity: 1;
  visibility: visible;
}

header .category_menu .layout {
  width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

header .category_menu:before {
  content: "";
  width: calc((100% - 1140px)*0.5 + 680px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

header .category_menu .category_menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 400px;
}

header .category_menu .category_menu_list > li {
  width: calc(50% - 2px);
  margin: 4px 0 0;
}

header .category_menu .category_menu_list > li:first-child {
  margin-right: 30px;
  padding-bottom: 15px
}

header .category_menu .category_menu_list .under0 {
  font-size: 15px;
  cursor: pointer;
  display: block;
  padding: 12px 0px 12px 44px;
  position: relative;
  border-radius: 100px;
}

header .category_menu .category_menu_list .under0.active,
header .category_menu .category_menu_list .under0:hover {
  background-color: #fff;
}

header .category_menu .category_menu_list .under0 span {
  position: absolute;
  left: 12px;
  top: 6.5px;
}

header .category_menu .category_menu_list .under0 span svg,
header .category_menu .category_menu_list .under1 h2 svg {
  width: 26px;
  height: 26px;
  fill: #333;
}

header .category_menu .category_menu_list .under1 {
  width: 632px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  padding: 17px 0 0;
}

header .category_menu .category_menu_list .under0.active + .under1 {
  display: block;
}

header .category_menu .category_menu_list .under1 h2 {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 32px;
  font-size: 15px;
}

header .category_menu .category_menu_list .under1 h2 span {
  position: absolute;
  left: -4px;
  top: -5px;
}

header .category_menu .category_menu_list .under1 .item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  padding-left: 10px;
}

header .category_menu .category_menu_list .under1 .item_list li {
  width: 48%;
  margin: 15px 0 0;
}

header .category_menu .category_menu_list .under1 .item_list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

header .category_menu .category_menu_list .under1 .item_list li .img {
  width: 70px;
  height: 70px;
  position: relative;
  background-color: #ddd;
  border: 1px solid #efefef;
}

header .category_menu .category_menu_list .under1 .item_list li .data {
  width: calc(100% - 90px);
}

header .category_menu .category_menu_list .under1 .item_list li .data p {
  font-size: 13px;
  line-height: 1.5;
}

header .category_menu .category_menu_list .under1 .item_list li .data p span {
  display: inline-block;
  font-size: 10px;
}

header .category_menu .category_menu_list .under1 .item_list li {

}

header .category_menu .category_menu_list .under1 .menu_list {
  display: flex;
  flex-wrap: wrap;
  margin: 21px 0 0;
}

header .category_menu .category_menu_list .under1 .menu_list > li {
  min-width: 33.3%;
  width: auto;
  margin: 10px 0 0;
  padding-right: 15px
}

header .category_menu .category_menu_list .under1 .menu_list > li a {
  display: block;
  font-size: 15px;
  padding: 8px 2px 11px;
  border-bottom: 1px solid #ddd;
}

header .subnav {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}

header .subnav li {
  position: relative;
}

header .subnav li.h_search {
  position: unset;
}

header .h_search_menu  {
  position: absolute;
  left: 0;
  top: 99px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 100;
  padding: 32px 0 46px;
  transition: opacity 0.2s ease 0.1s, visibility 0.2s ease 0.1s , top 0.15s linear;
  opacity: 0;
  visibility: hidden;
}

/*
header .subnav .h_search .h_search_menu.active {
  opacity: 1;
  visibility: visible;
}
*/

header .subnav .h_search:hover .h_search_menu {
  opacity: 1;
  visibility: visible;
}

header.min .h_search_menu  {
  top: 61px;
}

header .h_search_menu .layout {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

header .h_search_menu .enter_area {
  position: relative;
}

header .h_search_menu .enter_area input {
  border: 1px solid #ccc;
  background-color: #efefef;
  border-radius: 100px;
  padding: 12px 40px 12px 48px;
  font-size: 16px;
  display: block;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header .h_search_menu .enter_area .go {
  position: absolute;
  left: 17px;
  top: 9px;
  border: none;
  background-color: transparent;
}

header .h_search_menu .enter_area .delete {
  position: absolute;
  right: 14px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #efefef;
  transform: rotate(45deg);
  display: none;
  cursor: pointer;
}

header .h_search_menu .enter_area .delete.active {
  display: block;
}

header .h_search_menu .enter_area .delete:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #555;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}

header .h_search_menu .enter_area .delete:after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: #555;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}
header .h_search_menu .hotword_title {
	margin: 28px 0 0;
	padding: 0 0 0 16px;
	font-weight: bold;
}
header .h_search_menu .hotword {
  margin: 20px 0 0;
  transition: 0.2s linear;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

header .h_search_menu .hotword li {
  margin: 7px 7px 0 0;
}

header .h_search_menu .hotword li a {
  display: inline-block;
  padding: 8px 1.2em 8px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
}
/*
header .header_search {
  display: none;
}

.search_modal .footer_search {
  display: none;
}
*/
header .user_menu,
header .podcast_menu   {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 300px;
  background-color: #333;
  z-index: 100;
  cursor: pointer;
  padding: 5px;
  transition: 0.2s ease 0.1s;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(-50%,0,0);
  border-radius: 2px;
}

header .user_menu:after,
header .podcast_menu:after {
  content: "";
  display: block;
  background-color: #333;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translate3d(-50%,0,0) rotate(45deg);
}

header .user_menu a,
header .podcast_menu a {
  color: #eee;
  padding: 13px 10px;
  display: block;
  font-size: 14px;
}

header .user_menu a:hover,
header .podcast_menu a:hover {
  background-color: #555;
}

header .subnav li.user:hover .user_menu,
header .subnav li.podcast:hover .podcast_menu {
  opacity: 1;
  visibility: visible;
}

header .subnav li .menu_btn {
  display: inline-block;
  padding: 8px 8px;
  cursor: pointer;
}

header .subnav li svg {
  width: 26px;
  height: 26px;
  fill: #000;
  vertical-align: top;
}

header .subnav li.cart .fs-p-cartItemNumber {
  background: #E25B33;
  border-radius: 100px;
  width: 17px;
  height: 17px;
  font-size: 10px;
  position: absolute;
  top: -1px;
  right: -2px;
  display: none;
  text-align: center;
  line-height: 17px;
  letter-spacing: 0;
  color: #fff;
  padding: 0;
}

header .subnav li.cart .fs-p-cartItemNumber.is-ready {
  display: block;
}


.podcast_icon {
  width: 26px;
  height: 26px;
  position: relative;
}

.podcast_icon div {
  width: 26px;
  height: 26px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  left: 0;
  top: 0;
}

.podcast_icon div:nth-child(1) {
  background-image: url(https://www.hightide.co.jp/img/icon_podcast01.svg);
}
.podcast_icon div:nth-child(2) {
  opacity: 0;
  background-image: url(https://www.hightide.co.jp/img/icon_podcast02.svg);
  animation: wave1 3s linear infinite;
}
.podcast_icon div:nth-child(3) {
  opacity: 0;
  background-image: url(https://www.hightide.co.jp/img/icon_podcast03.svg);
  animation: wave2 3s linear infinite;
}


@keyframes wave1 {
  0% {
  opacity: 0;
  }
  
  10% {
  opacity: 0;
  }
  
  15% {
  opacity: 1;
  }
  
  95% {
  opacity: 1;
  }
  
  100% {
  opacity: 0;
  }
}

@keyframes wave2 {
  0% {
  opacity: 0;
  }
  
  20% {
  opacity: 0;
  }
  
  25% {
  opacity: 1;
  }
  
  95% {
  opacity: 1;
  }
  
  100% {
  opacity: 0;
  }
}

.drawer_menu,
.drawer_btn {
  display: none;	
}


/* フッター */

.sns_follow {
  border-top: 1px solid #ddd;
  padding: 8px 0;
  margin: 120px 0 0;
}

.sns_follow > div {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

.sns_follow h4 {
  font-size: 15px;
  font-weight: bold;
  padding-right: 3em;
}

.sns_follow p a {
  font-size: 15px;
  color: #39B73E;
}

.sns_follow ul {
  display: flex;
  margin-left: auto;
}

.sns_follow ul li {
}

.sns_follow ul li a {
  display: inline-block;
  padding: 10px;
}

.sns_follow ul li a svg {
  width: 26px;
  height: 26px;
  fill:#333;
}


footer {
   background-color: #858585;
}

footer .layout {
  padding: 40px 0 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .sitemap {
  display: flex;
  flex-wrap: wrap;
  padding: 31px 0 0;
}

footer .sitemap ul {
  margin-right: 80px;
}
footer .sitemap ul:last-child {
  margin-right: 0;
}


footer .sitemap ul li a {
  color: #dadada;
  display: inline-block;
  padding: 9px 0;
}

footer .about_menu {
  display: flex;
  flex-wrap: wrap;
  width: 38%;
}

footer .about_menu .menu_list {
  margin: 0;
}

footer .about_menu .menu_list a {
  font-size: 15px;
  color: #dadada;
  border-color: #dadada;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .about_menu .menu_list a:before {
  border-color: #dadada;
}

footer .sign {
  width: 100%;
   display: flex;
   flex-wrap: wrap;
   flex-direction:row-reverse;
   justify-content: space-between;
   align-items: end;
   margin: 52px 0 0;
}

footer .sign small {
  font-size: 12px;
  color: #aaa;
}

footer .sign .logo {
  width: 155px;
  height: 24px;
  fill: #dadada;
}


/* 検索パネル */

.search_triger_sp {
  display: none;
}

.search_panel {
  background-color: rgba(0,0,0,0.9);
  border-radius: 100px;
  width: 52px;
  height: 52px;
  padding: 15px 20px 20px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.2s ease;
  transform-origin: right bottom;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.search_panel:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(https://www.hightide.co.jp/img/icon_search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  transition: 0.1s linear;
}

.search_panel:hover:before {
  opacity: 0;
  visibility: hidden;
}

.search_panel * {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.search_panel .enter_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s linear;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
}

.search_panel .enter_area button {
  display: block;	
  padding: 5px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.search_panel .enter_area button .icon_search {
  width: 26px;
  height: 26px;
  fill:#fff;
}

.search_panel .enter_area input[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 16px;
  padding: 10px 20px 10px;
  width: 100%;
  color: #fff;
  outline:none;
}

.search_panel .enter_area input[type="search"]:focus {
  border: none;
  outline:none;
}
.search_panel .hotword_title {
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: bold;
}
.search_panel .hotword {
  margin: 20px 0 0;
  transition: 0.2s linear;
  width: 100%;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
}

.search_panel .hotword li {
  margin: 7px 7px 0 0;
}

.search_panel .hotword li a {
  line-height: 1.5;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  padding: 4px 12px;
  border: 1px solid #aaa;
  display: inline-block;
}

.search_panel:hover {
  width: 400px;
  height: 180px;
  border-radius: 4px;
  transition: 0.2s ease 0.2s;
}

.search_panel:hover .enter_area {
  height: auto;
  opacity: 1;
  transition: 0.2s linear 0.3s;
}

.search_panel:hover .hotword {
  opacity: 1;
  transition: 0.2s linear 0.3s;
}

/* 新検索パネル */

.layout .search_bord_title {
  font-weight: bold;
  padding: 0 5px;	
}

.layout .search_bord_close {
  display: inline-block;
  font-size: 15px;
  padding: 5px 2px 5px 1.5em;
  position: absolute;
  right: 8px;
  top: -4px;
  border-bottom: 1px solid #333;
  cursor: pointer;
}

.layout .search_bord_close:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #555;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: rotate(-45deg);
}

.layout .search_bord_close:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #555;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: rotate(45deg);
}

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

.search_bord input,
.search_bord textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border:none;
  border-radius: 0;
  color: inherit;
  padding: 1rem 1.3rem 0.8rem;
  width: 100%;
}

.search_bord select {
  appearance: none;
  background-color: #efefef;
  color: #333;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  padding: 1rem 1.3rem 0.8rem;
}

.search_bord .second_category {
  display: none;
}

.search_bord .second_category.active {
  display: block;
}

.search_bord h3 {
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}

.search_bord .setect_text {
  background-color: #efefef;
  padding: 1em;
}

.search_bord .search_word_block {
  width: 100%;
  padding: 0 0 30px;
  margin: 25px 0 0;
}

.search_bord .search_word_block input {
  border: 1px solid #ccc;
  background-color: #efefef;
  border-radius: 100px;
  padding: 12px 30px 12px;
  font-size: 16px;
  display: block;
  width: 100%;
}

.search_bord .search_category_bord {
  width: 270px;
}

.search_bord .search_category_bord > div,
.search_bord .search_brand_bord > div {
  margin: 15px 0 0;
}

.search_bord .search_category_bord select {
  
}

.search_bord .search_brand_bord {
  width: 270px;
}

.search_bord .search_color_bord {
  width: 280px;
}

.search_bord .color_lineup {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 0;
}

.search_bord .color_lineup li {
  width: 14%;
  margin: 3.2% 3.2% 0 0;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.search_bord .color_lineup li.active {
  border: 2px solid #666;
}

.search_bord .color_lineup li span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #efefef;
  position: relative;
  cursor: pointer;
}

 .search_bord .color_lineup li span.v_ye { background-color: #FFFF00; }
 .search_bord .color_lineup li span.v_or { background-color: #FF8E00; }
 .search_bord .color_lineup li span.v_cl { background-color: #fff; }
 .search_bord .color_lineup li span.v_cl:before {
  content:"";
  display: block;
  width: 50%;
  height: 50%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 0;
}
 .search_bord .color_lineup li span.v_cl:after {
  content:"";
  display: block;
  width: 50%;
  height: 50%;
  background-color: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
}
 .search_bord .color_lineup li span.v_gn { background-color: #009000; }
 .search_bord .color_lineup li span.v_mt { background-color: #9ADCD1; }
 .search_bord .color_lineup li span.v_gy { background-color: #717171; }
 .search_bord .color_lineup li span.v_gd { background-image: linear-gradient(315deg, rgba(195, 171, 105, 1) 20%, rgba(234, 220, 191, 1) 93%); }
 .search_bord .color_lineup li span.v_slv { background-image: linear-gradient(135deg, rgba(233, 233, 233, 1) 29% 50%, rgba(228, 228, 228, 1) 50%, rgba(172, 172, 172, 1) 92%); }
 .search_bord .color_lineup li span.v_pl { background-color: #8840FF; }
 .search_bord .color_lineup li span.v_pi { background-color: #FFBAFF; }
 .search_bord .color_lineup li span.v_br { background-color: #664710; }
 .search_bord .color_lineup li span.v_bk { background-color: #000; }
 .search_bord .color_lineup li span.v_bl { background-color: #002DFF; }
 .search_bord .color_lineup li span.v_be { background-color: #D5BB9D; }
 .search_bord .color_lineup li span.v_wh { background-color: #fff;border: 1px solid #efefef;padding-top: calc(100% - 2px); }
 .search_bord .color_lineup li span.v_re { background-color: #CD0000; }
 .search_bord .color_lineup li span.v_mc { background-image: conic-gradient(rgba(255, 0, 0, 1) 90deg, rgba(0, 0, 255, 1) 90deg 180deg, rgba(238, 255, 0, 1) 180deg 270deg, rgba(0, 255, 0, 1) 270deg); }

.search_bord .search_btn_bord {
  width: 220px;
  margin-top: 14px;
}

.search_bord .search_btn_bord li {
  text-align: center;
  padding: 1em 0;
  width: 100%;
  border: 1px solid #333;
  margin: 15px 0 0;
  cursor: pointer;
}

.search_bord .search_btn_bord li.go_btn {
  background-color: #000;
  color: #fff;
  padding: 1.5em 0;
}

/* POPUPバナー */

.popup_back {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  transition: all .4s;
  z-index: 50;
}

.popup_banner {
  position: fixed;
  filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .1));
  display: none;
  z-index: 5;
}

.popup_banner.type_right {
  width: 400px;
  right: 17px;
  bottom: 17px;
}
.popup_banner.type_left {
  width: 400px;
  left: 17px;
  bottom: 17px;
}
.popup_banner.type_center {
  width: 570px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 50;
}

.popup_banner.active,
.popup_back.active {
  display: block;
}

.popup_banner .popup_close {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #000;
  border-radius: 100px;
  position: absolute;
  right: -12px;
  top: -12px;
  cursor: pointer;
}

.popup_banner .popup_close:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  top: 16px;
  transform: translate3d(0,-50%,0) rotate(45deg);
}

.popup_banner .popup_close:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  top: 16px;
  transform: translate3d(0,-50%,0) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  
  .search_bord .color_lineup li:nth-child(6n) {
    margin-right: 0;
  }
  
}


/* パンくず 英字メニュー */
.breadcrumb_wrap {
    width: 1140px;
    margin: 30px auto 0;
    position: relative;
}

.breadcrumb > ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 7px 0;
}

.breadcrumb > ul li:not(:first-child):before {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
}

.en_nav_wrap {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    font-size: 16px;
}

.en_nav_wrap.active {
   width: 100%;
}

.en_nav ul {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.en_nav ul li:not(:first-child) {
    margin: 0 0 0 38px;
}

.en_nav ul a {
    display: inline-block;
    padding: 4px 5px;
    font-size: 16px;
}

.en_nav ul .active a {
    border-bottom: 1px solid #333;
}

.lang_selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.lang_selector div {
    margin: 0 0 0 5px;
}

.lang_selector div a {
    padding: 4px 18px;
    display: inline-block;
    border: 1px solid #efefef;
    border-radius: 100px;
    margin: 0 0 0 5px;
    font-size: 14px;
}

.lang_selector div.active a {
    border-color: #333;
}


/* レイアウト + 見出し、サブメニュー */

.page_title {
    font-size: 27px;
    letter-spacing: 0.03em;
}

.page_title .term_name {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}

.page_title .term_name:before {
  content: "/　";
}

.layout {
    width: 1140px;
    margin: 0 auto;
    padding: 120px 0 0;
}

.breadcrumb_wrap + .layout {
  padding-top: 65px;
}

.layout .intro {
    position: relative;
}

.layout .intro > .title {
    font-size: 24px;
}

.layout .intro > .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 16px;
}

.layout .intro > .menu li {
    margin: 0 0 0 2em;
}

.layout .intro > .menu li a {
    display: inline-block;
    padding: 8px 1.4em 8px 0;
    position: relative;
}

.layout .intro > .menu li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 0.2em;
    top: 50%;
}

.layout .intro > .menu .select {
    position: relative;
}

.layout .intro > .menu .select div:first-child {
    position: relative;
    padding: 8px 1.4em 8px 0;
}

.layout .intro > .menu li.index a:before,
.layout .intro > .menu .select div:first-child:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(45deg) translate3d(0,-100%,0);
    position: absolute;
    right: 0.4em;
    top: 50%;
}

.layout .intro > .menu .select select {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: block;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
}

.layout .intro > p {
   line-height: 1.75;
   margin: 3.2em 0 0;
   font-size: 16px;
}


/* テーブル dl table */

.table {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   font-size: 16px;
   margin: 30px 0 0;
}

.table dt {
   width: 30%;
   line-height: 1.72;
   padding: 2em 10px 1.5em;
   border-top: 1px solid #efefef;
}

.table dd {
   width: 70%;
   line-height: 1.72;
   padding: 2em 10px 1.5em;
   border-top: 1px solid #efefef;
}

.table dd a {
  text-decoration: underline;
}

/* ページネーション */
.wp-pagenavi {
    font-size: 16px;
    text-align: right;
    margin: 50px 0 0;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    margin: 0 6px;
}

.wp-pagenavi span.current {
    border-bottom: 1px solid #333;
}

.wp-pagenavi .nextpostslink:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    left:50%;
    top: 50%;
}


/* グレイの背景 */

.gray_wrap {
    background-color: #efefef;
    margin: 100px 0 0;
    padding: 0 0 100px;    
}

.gray_wrap .layout:first-child {
    padding-top: 100px;
}

.gray_wrap + .layout {
    padding-top: 100px;
}

.intro + .info_list {
    margin: 40px 0 0;
}


/* おしらせモジュール */

.info_list > li {
    border-bottom: 1px solid #efefef;
    padding: 25px 3px 10px;
}

.info_list li a {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0 12px;
    position: relative;
}

.info_list li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 0.4em;
    top: 50%;
}

.info_list li a time {
    width: 120px;
    line-height: 1.4;
}

.info_list li a .category {
    width: 115px;
}

.info_list li a ul.category {
    text-align: center;
}

.info_list li a ul.category li {
    border: 1px solid #ccc;
    padding: 4px 0;
    font-size: 10px;
    margin: 4px 0 0;
    line-height: 1;
}

.info_list li a ul.category li:first-child {
    margin-top: 0;
}

.info_list li a .title {
    width: calc(100% - 235px);
    padding: 0 30px 0 30px;
    line-height: 1.4;
}


/* イベントモジュール */

.event_list {
    display: flex;
    flex-wrap: wrap;
}

.event_list > li {
    width: 21.4%;
    margin: 4.8% 4.8% 0 0;
}

.event_list > li:nth-child(4n) {
    margin-right: 0;
}

.event_list > li .img {
    position: relative;
}

.event_list > li .img:before {
    content: "";
    display: block;
    background-color: #dedede;
    padding-top: 100%;
}

.event_list > li .img.now:after {
    content: "開催中";
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    background-color: #5000A0;
    position: absolute;
    left: 0;
    top: 0;
}

.event_list > li .img img {
    position: absolute;
    left: 0;
    top: 0;
}

.event_list > li .term {
    margin: 14px 0 0;
}

.event_list > li .name {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.event_list > li .management {
    margin: 4px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.event_list > li .management > li {
    font-size: 12px;
    margin: 6px 6px 0 0;
}

.event_list > li .management > li:after {
  content: ", ";
}

.event_list > li .management > li:last-child:after {
  display: none;
}


/* メニューモジュール */

.menu_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    margin: 60px 0 0;
}

.intro + .menu_list {
  margin-top: 30px;
}

.menu_list li {
    width: 100%;
    margin: 28px 0 0;
}

.menu_list.column2 li {
    width: 48.25%;
    margin-right: 3.5%;
}

.menu_list.column3 li {
    width: 31%;
    margin-right: 3.5%;: 
}

.menu_list.column2 li:nth-child(2n),
.menu_list.column3 li:nth-child(3n) {
    margin-right: 0;
}

.menu_list li a {
    border-bottom: 1px solid #666;
    position: relative;
    padding: 20px 50px 20px 2px;
    display: block;
}

.menu_list li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 0.4em;
    top: 50%;
}

.menu_scene_list {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0 0;
}

.menu_scene_list li {
  width: 18%;
  margin: 0 2% 0 0;
  text-align: center;
}

.menu_scene_list li span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0;
}

/* エントリーページ（おしらせ・イベント・店舗紹介共用） */

.entry_single {
    width: 850px;
    margin: 0 auto;
    padding: 80px 0 0;
	font-feature-settings: normal;
}

.layout + .entry_single {
   padding-top: 65px;
}

.entry_single .data {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: 0 auto;
}

.entry_single .data time {
    
}

.entry_single .data .category {
    display: flex;
    flex-wrap: wrap;
}

.entry_single .data .category:before {
    content: "/";
    display: inline-block;
    margin: 0 0 0 0.75em;
}

.entry_single .data .category li {
    margin: 0 0 0 0.75em;
}

.entry_single .data .category li a {
  text-decoration: underline;
}

.entry_single .title {
    font-size: 27px;
    line-height: 1.72;
    margin: 18px auto 0;
}

.entry_single .content {
    padding: 5em 0 0;
}

.entry_single .content > *:first-child {
    margin-top: 0!important;
}

.entry_single .content h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin: 4em auto 0;
}
.entry_single .content h2 span {
	font-size: 14px;
}

.entry_single .content h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
  margin: 4em auto 0;
}

.entry_single .content p {
    font-size: 16px;
    line-height: 1.9;
    margin: 5em auto 0;
}
.entry_single .content .wp-block-group-is-layout-flex {
	width: 750px;
	margin: 2em auto;
}
.entry_single .content .wp-block-group-is-layout-flex p {
	margin: 0;
}
.wp-block-buttons-is-layout-flex .wp-block-button__link {
	margin-left: 1em;
}
.wp-block-button__link {
	padding: 8px 16px;
	font-size: 14px;
}
.entry_single .content .wp-block-list a,.entry_single .content p a {
    text-decoration: underline;
}



.entry_single .content .wp-block-separator {
  border-top: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 5em auto 0;
}

.entry_single .content p + p,
.entry_single .content h2 + p,
.entry_single .content ul + ul,
.entry_single .content h2 + ul,
.entry_single .content p + ul,
.entry_single .content ul + p,
.entry_single .content h3 + p,
.entry_single .content h3 + ul {
    margin-top: 2em;
}

.entry_single .wp-block-columns-is-layout-flex + .wp-block-columns-is-layout-flex figure {
    margin-top: 1.5em;
}

.entry_single .content figure {
    margin: 5em auto 0;
}

.entry_single .content figure figcaption {
  margin: 1.1em 0 0;
  text-align: center;
  color: #666;
  line-height: 1.5;
}

.entry_single .content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  position: relative;
  left: auto;
  bottom: auto;
  padding: 0;
  margin: 1.2em 0 0;
  color: #666;
}

.entry_single .content figure + figure {
    margin-top: 2em;
}

.entry_single > .img {
    margin: 60px 0 0;
}

.entry_single .backbtn {
    margin: 80px 0 0;
    padding: 0 0 100px;
}

.entry_single .backbtn a {
    display: block;
    width: 375px;
    font-size: 17px;
    border: 1px solid #333;
    text-align: center;
    padding: 1.2em 0;
    margin: 0 auto;
    position: relative;
    border-radius: 2px;
}

.entry_single .backbtn a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg) translate3d(0,-50%,0);
    position: absolute;
    left: 1em;
    top: 50%;
}

.entry_single .content > ul {
    margin: 5em auto 0;
}

.entry_single .content > ul.is-style-waku_black {
  border: 1px solid #333;
  padding: 48px 40px;
}

.entry_single .content > ul > li {
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0 0;
}

.entry_single .content > ul.is-style-waku_black > *:first-child {
  margin-top: 0;
}

.entry_single > .title,
.entry_single > .data,
.entry_single .content > h2,
.entry_single .content > h3,
.entry_single .content > p,
.entry_single .content > ul,
.entry_single .content .item_block,
.entry_single .content .wp-block-group,
.entry_single .content > .index_block,
.entry_single .content > .wp-block-embed,
.entry_single .content .wp-block-separator {
    width: 750px;
}

.entry_single .is-style-overview {
    width: 750px;
    margin: 5em auto 0;
    padding: 48px 40px;
    border: 1px solid #333;
}

.entry_single .is-style-overview + .is-style-overview {
    margin-top: 2em;
}

.entry_single p + .is-style-overview {
    /*margin-top: 2.7em;*/
}

.entry_single .is-style-overview *:first-child {
    margin: 0;
}

.entry_single .event {
   padding: 60px 0 0;
}

.entry_single .event > .title {
      font-size: 23px;
}

.entry_single .event > .archive {
      text-align: right;
      margin: 40px 0 0;
}

.entry_single .event > .archive a {
   display: inline-block;
   padding: 8px 1.4em 8px 0;
   position: relative;
}

.entry_single .event > .archive a:before {
   content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 0.2em;
    top: 50%;
}

.entry_single .event_list {
   
}

.entry_single .event_list > li {
   width: 30%;
   margin: 5% 5% 0 0;
}

.entry_single .event_list > li:nth-child(4n) {
   margin-right: 3.5%;
}

.entry_single .event_list > li:nth-child(3n) {
   margin-right: 0;
}


/* ボタンパーツ */

.wp-block-buttons {
    justify-content: center;
    margin: 3em 0 0;
}

.wp-block-buttons .is-style-hightide-btn + .is-style-hightide-btn,
.wp-block-buttons .is-style-hightide-wide-btn + .is-style-hightide-wide-btn {
    margin-top: 1em;
}

.wp-block-buttons .is-style-hightide-btn {
  width: 375px;
}

.wp-block-buttons .is-style-hightide-wide-btn {
  width: 100%;
}

.wp-block-buttons .is-style-hightide-btn a,
.wp-block-buttons .is-style-hightide-wide-btn a {
    background-color: #fff;
    color: #333;
    display: block;
    width: 100%;
    font-size: 17px;
    border: 1px solid #555;
    text-align: center;
    padding: 1.2em 0;
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
}

.wp-block-buttons .is-style-hightide-btn a:before,
.wp-block-buttons .is-style-hightide-wide-btn a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 1em;
    top: 50%;
}


.btn_module {
  margin: 2.8em 0 0;
}

.btn_module + .btn_module {
  margin-top: 0.75em;
}

.btn_module a {
  display: block;
  width: 100%;
  font-size: 17px;
  border: 1px solid #333;
  text-align: center;
  padding: 1.2em 0;
  margin: 0 auto;
  position: relative;
  border-radius: 2px;
}

.btn_module.prev a:before,
.btn_module.next a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #333;    
}

.btn_module.prev a:before{
  border-left: 1px solid #333;
  transform: rotate(45deg) translate3d(0,-50%,0);
  left: 1em;
}

.btn_module.next a:after {
  border-right: 1px solid #333;
  transform: rotate(-45deg) translate3d(0,-50%,0);
  right: 1em;
}


/* ページごとの設定
--------------------------------------------------*/

/* stylingページ */

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

.styling_list > li {
  width: 47%;
  margin: 6% 0 0;
}

.styling_list > li > .img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 12px;
}

.styling_list > li > .img picture {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.styling_list > li > .img p,
.styling_focus .img p {
background-color: #fff;
border-radius: 6px;
border: 1px solid;
font-size: 16px;
padding: 16px;
font-weight: bold;
position: absolute;
left: 24px;
bottom: 24px;
letter-spacing: 0.08em;
}

.styling_list > li > .img p span,
.styling_focus .img p span {
  display: block;
  border-bottom: 1px solid #888;
  padding: 0 0 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

.styling_list .content {
  display: none;
}

.styling_focus {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #efefef;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  transition: 0.2s linear;
}

.styling_focus .close_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.styling_focus.active {
  visibility: visible;
  opacity: 1;
}

.styling_focus .load_area {
  width: 100%;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
  transition: opacity 0.2s linear;
  opacity: 0;
}

.styling_focus .load_area.active {
  opacity: 1;
}

.styling_focus .load_area .img {
  width: 52%;
  margin-right: 5.5%;
  overflow: hidden;
  border-radius: 12px;
}

.styling_focus .load_area .img picture {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.styling_focus .load_area .content {
  width: 36%;
}

.styling_focus .load_area .content p {
  font-size: 19px;
  line-height: 2.1;
  margin: 1.2em 0 0;
}

.styling_focus .load_area .content .use_items + p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2em;
}

.styling_focus .load_area .content .use_items + p span {
  display: block;
  font-weight: bold;
  opacity: 0.5;
  font-size: 20px;
  margin-bottom: 15px;
}

.styling_focus .load_area .content p a {
  text-decoration: underline;
}

.styling_focus .load_area .use_items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.styling_focus .load_area .use_items li {
  width: 23%;
  margin: 0 2.6% 0 0;
}

.styling_focus .load_area .use_items li:nth-child(4n) {
  margin-right: 0;
}

.styling_focus .load_area .use_items li a {
  overflow: hidden;
  display: block;
  border-radius: 4px;
}

.styling_focus .next_btn,
.styling_focus .prev_btn {
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 100px;
  position: absolute;
  right: 30px;
  transform: translate3d(0,-50%,0);
  opacity: 0.5;
}

.styling_focus .next_btn.active,
.styling_focus .prev_btn.active {
  opacity: 1;
  cursor: pointer;
}

.styling_focus .next_btn:before,
.styling_focus .prev_btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
}

.styling_focus .next_btn {
  top: calc(50% - 54px);
}

.styling_focus .prev_btn {
  top: calc(50% + 10px);
}

.styling_focus .next_btn:before {
  left: 46%;
  border-right: 1px solid #333;
  transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

.styling_focus .prev_btn:before {
  left: 54%;
  border-left: 1px solid #333;
  transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.styling_focus .close_btn {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transform: rotate(45deg);
}

.styling_focus .close_btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
}

.styling_focus .close_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(90deg);
}

.floating {
  position: revert;
}

.floatswiper-button-prev,
.floatswiper-button-next {
  background-color: rgba(0,0,0,0.7);
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translate3d(0,-50%,0);
  z-index: 1;
  cursor: pointer;
}

.floatswiper-button-prev {
  left: 10px;
}

.floatswiper-button-prev:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate3d(-36%,-50%,0) rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}

.floatswiper-button-next {
  right: 10px;
}

.floatswiper-button-next:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate3d(-64%,-50%,0) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
}

.floatswiper-swiper-pagination {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 1;
}

.floatswiper-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.floatswiper-swiper-pagination .swiper-pagination-bullet {
  background-color: #ddd;
}

.img.youtube_view {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.img.youtube_view iframe,
.img.youtube_view object,
.img.youtube_view embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* featureページ */

.feature_list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.feature_list > li {
  width: 30.6%;
  margin: 2% 4.1% 0 0;
  padding: 0 0 1.1em;
}

.feature_list > li:nth-child(3n) {
  margin-right: 0;
}

.feature_list > li .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.feature_list > li .img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64.9%;
  background-color: #efefef;
}

.feature_list > li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}

.feature_list > li .title {
  font-size: 16px;
  line-height: 1.75;
  padding: 0.95em 0.3em 0;
}

.feature_list > li .tags {
  margin: 4px 5px 0;
  display: flex;
  flex-wrap: wrap;
}

.feature_list > li .tags li {
    font-size: 12px;
    margin: 6px 6px 0 0;
    line-height: 1.5;
}


/* rankingページ */

.ranking_group {
  margin: 40px 0 0;
  padding: 60px 0 0;
}

.intro + .ranking_group {
  border: none;
  margin: 0;
  padding-top: 80px;
}

.ranking_group > .title {
  font-size: 23px;
}

.ranking_group > p {
  line-height: 1.72;
  margin: 32px 0 0;
  font-size: 13px;
  color: #777;
}

.ranking_list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}

.ranking_group > p + .ranking_list {
  margin-top: 6px;
}

.ranking_list li {
  width: 18%;
  margin: 2.5% 2.5% 0 0;
}

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

.ranking_list li .img{
  position: relative;  
  border: 2px solid #efefef;
}

.ranking_list li .img:after {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: #333;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #fff;
}

.ranking_list li:nth-child(1) .img:after { 
  content: "1";
  background-color: #CE9B39;
  color: #fff;
}
.ranking_list li:nth-child(2) .img:after { 
  content: "2";
  background-color: #aaa;
  color: #fff;
}
.ranking_list li:nth-child(3) .img:after {
  content: "3";
  background-color: #975e39;
  color: #fff;
}
.ranking_list li:nth-child(4) .img:after { content: "4"; }
.ranking_list li:nth-child(5) .img:after { content: "5"; }
.ranking_list li:nth-child(6) .img:after { content: "6"; }
.ranking_list li:nth-child(7) .img:after { content: "7"; }
.ranking_list li:nth-child(8) .img:after { content: "8"; }
.ranking_list li:nth-child(9) .img:after { content: "9"; }
.ranking_list li:nth-child(10) .img:after { content: "10"; }

.ranking_list li .name{
  font-size: 13px;
  line-height: 1.5;
  margin: 10px 0 0; 
}

.ranking_list li .price{
  font-size: 14px;
  margin: 5px 0 0; 
}

.ranking_list li .price span {
  font-size: 10px;
}

/* ギフトページ */

.giftpage {
  background-color: #fdfcf0;
  padding: 70px 0 100px;
  margin-top: 26px;
}

.giftpage h1 {
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  color: #e8662d;
}
.giftpage h1 img {
	width: 27%;
}
.giftpage h1 + p {
  font-size: 24px;
  text-align: center;
  color: #e8662d;
  line-height: 1.9;
  margin: 1.5em 0 1.9em;
}

.giftpage h2 {
  text-align: center;
}

.giftpage h2 span {
  display: inline-block;
  min-width: 420px;
  background-color: #fff;
  border: 1px solid #e8662d;
  padding: 0.8em 2em;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #e8662d;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}

.giftpage h2 span:before,
.giftpage h2 span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: 1px solid #e8662d;
  position: absolute;
  top: 50%;
  transform: translate3d(0,-50%,0);
}

.giftpage h2 span:before {
  left: 20px;
}

.giftpage h2 span:after {
  right: 20px;
}

.giftpage h2 + p {
  line-height: 1.72;
  font-size: 16px;
  padding: 62px 0 0;
  text-align: center;
}

.monthlygift {
  margin: -32px 0 0;
}

.monthlygift.archive {
  margin: 70px 0 0;
}

.monthlygift .gift_set {
  position: relative;
}

.monthlygift .gift_set .archive a {
  font-size: 18px;
  font-weight: bold;
  color: #E8662D;
  display: inline-block;
  border-bottom: 1px dotted #E8662D;
  padding: 8px 25px 8px 2px;
  position: absolute;
  right: 34px;
  bottom: 34px;
}

.monthlygift .gift_set .archive a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E8662D;
  border-right: 2px solid #E8662D;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(0,-50%,0) rotate(45deg);
}

.monthlygift .gift_set .wrap {
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.2s linear;
  margin: 0 auto;
  padding: 80px 0 50px;
}

.monthlygift.archive .gift_set .wrap {
  padding: 60px 0;
}

.monthlygift .gift_set .wrap > .img {
  width: 47%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.monthlygift .gift_set .wrap > .img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #ddd;
}

.monthlygift .gift_set .wrap > .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}

.monthlygift .gift_set .wrap > .img p {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid;
  font-size: 16px;
  padding: 16px;
  font-weight: bold;
  position: absolute;
  left: 24px;
  bottom: 24px;
  letter-spacing: 0.08em;
}

.monthlygift .gift_set .wrap .summary {
  width: 48%;
}

.monthlygift .gift_set .wrap .summary .totalprice {
  margin: 24px 0 0;
}

.monthlygift .gift_set .wrap .summary .totalprice .price {
  font-size: 18px;
  font-weight: bold;
}

.monthlygift .gift_set .wrap .summary .totalprice .price span {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin: 0 8px 0;
}

.monthlygift .gift_set .wrap .summary .totalprice .note {
  line-height: 1.72;
  font-size: 12px;
  margin: 8px 0 0;
}

.monthlygift .gift_set .wrap .summary h3 {
  display: none;
}

.monthlygift .gift_set .wrap .summary .intro {
  line-height: 1.72;
  font-size: 18px;
}

.monthlygift .gift_set .wrap .summary button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.monthlygift .gift_set .wrap .summary button {
  background-color: #fff;
  border-radius: 100px;
  width: 38px;
  display: inline-block;
  padding: 9px 0;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.monthlygift .gift_set .wrap .summary button span {
  display: none;
}

.monthlygift .gift_set .wrap .summary button:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  vertical-align: top;
}

.monthlygift .gift_set .wrap .summary .fs-c-button--addToWishList--icon.fs-c-button--particular:before {
  background-image: url(img/gift/icon_unfavorite.svg);
}

.monthlygift .gift_set .wrap .summary .fs-c-button--particular.fs-c-button--removeFromWishList--icon:before {
  background-image: url(img/gift/icon_favorite.svg);
}

.monthlygift .gift_set .wrap .gift_items {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.monthlygift .gift_set .wrap .gift_items .gift_item {
  width: 22%;
  margin: 3% 3% 0 0;
  position: relative;
}

.monthlygift .gift_set .wrap .gift_items .gift_item:nth-child(4n) {
  margin-right: 0;
}

.monthlygift .gift_set .wrap .gift_items .gift_item .img {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.monthlygift + .wp-pagenavi {
  max-width: 1140px;
  margin: 50px auto 0;
}

.scene_list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.scene_list > li {
  width: 22%;
  margin: 3% 3% 0 0;
	position: relative;
}



.scene_list > li:nth-child(4n) {
  margin-right: 0;
}

.scene_list > li .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.scene_list > li .img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #efefef;
}

.scene_list > li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}

.scene_list > li a p {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  padding: 0.5em 1.1em;
  font-size: 13px;
}

.price_category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 62px 0 0;
}

.price_category_list > li {
  width: 19%;
}

.price_category_list > li:nth-child(5n) {
  margin-right: 0;
}

.price_category_list > li a {
  display: block;
  text-align: center;
  padding: 2em 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

.gift_category_list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.gift_category_list > li {
  width: 23.5%;
  margin: 2% 2% 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.gift_category_list > li:nth-child(4n) {
  margin-right: 0;
}

.gift_category_list > li a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}


.gift_category_list > li a .summary {
  width: calc(100% - 86px);
  line-height: 1.4;
  padding: 0 1em;
}

.gift_category_list > li a .img {
  width: 86px;
  height: 86px;
  background-color: #777;
  overflow: hidden;
}

.wrapping_giude {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 62px 0 0;
}

.wrapping_giude .img {
  width: 47%;
  overflow: hidden;
  border-radius: 5px;
}

.wrapping_giude .summary {
  width: 49%;
}

.wrapping_giude .summary > p {
  line-height: 1.72;
  font-size: 16px;
}

.wrapping_giude .summary ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.wrapping_giude .summary ul li {
  width: 48%;
  overflow: hidden;
  border-radius: 5px;
}

.wrapping_giude .summary ul li > a {
  position: relative;
  display: block;
}

.wrapping_giude .summary ul li > a p {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  padding: 0.5em 1.1em;
  font-size: 13px;
}

.giftcard_list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.giftcard_list > li {
  width: 23.5%;
  margin: 2% 2% 0 0;
}

.giftcard_list > li:nth-child(4n) {
    margin-right: 0;
}

.giftcard_list > li .img {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.giftcard_list > li .img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #ddd;
}

.giftcard_list > li .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}

.giftcard_list > li p {
  line-height: 1.5;
  margin: 10px 0 0;
  padding: 0 5px 0;
}

.giftpage .listopen {
  text-align: center;
  padding: 40px 0 0;
}

.giftpage .listopen a {
  display: inline-block;
  min-width: 350px;
  text-align: center;
  padding: 2em 3em;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}

/* contactページ */

.contact_page {
  width: 700px;
  margin: 0 auto;
  padding: 65px 0 0;
}

.contact_page h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin: 2.75em auto 0;
}

.contact_page p {
  font-size: 16px;
  line-height: 1.9;
  margin: 3.7em auto 0;
}

.contact_page h2 + p, 
.contact_page p + p {
  margin-top: 1.5em;
}

.contact_page ul li {

}

.contact_page > ul {
    margin: 3.7em auto 0;
}

.contact_page > ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0 0;
  padding: 0 0 0 1.3em;
  position: relative;
}

.contact_page > ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.contact_page > ul li:first-child {
  margin-top: 0;
}

.contact_page .is-style-overview {
  width: 100%;
  margin: 2em auto 0;
  padding: 48px 40px;
  border: 1px solid #333;
}

.contact_page .is-style-overview .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}


.contact_form {
  padding: 1.9em 0 0;
}

.check .contact_form {
  padding-top: 20px;
}

.contact_form dt {
  font-size: 15px;
  font-weight: bold;
  margin-top: 33px;
}

.contact_form dt span {
  color: #fd0519;
}

.contact_form dd {
  margin-top: 18px;	
  position: relative;
}

.contact_form dd .error {
  display: none;
}

.contact_form dd.mail_check .error {
  display: inline;
}

.contact_form dd.mail_check span {
  letter-spacing: 0.1em;
}

.check .contact_form dd {
  font-size: 17px;
  line-height: 1.75;
  padding: 10px 2px 20px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #aaa;
  color: #000;
  position: relative;
}

.check .contact_form dd.mail_check{
  display: none;
}
.contact_form input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}
.contact_form input,
.contact_form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #efefef;
  background-image: none;
  border:none;
  border-radius: 0;
  color: inherit;
  font-size: 1rem;
  padding: 1rem 1.3rem 0.8rem;
  width: 100%;
  font-family: "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
input[type="checkbox"] {
  width: auto;
  height: auto;
  display: inline-block;
}
.contact_form .mwform-file-delete {
    display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 100px;
  line-height: 23px;
  background-color: #333;
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.contact_page:not(.check) .contact_form .mw-wp-form_image {
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: #efefef;
  padding: 1rem 1.3rem 0.8rem;
  width: 100%;
}


.contact_form textarea {
  min-height: 20rem;
  line-height: 1.65;
}

.contact_form select {
    appearance: none;
    background-color: #efefef;
    color: #333;
    border: none;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    padding: 1rem 1.3rem 0.8rem;
    font-size: 1rem;
}

.contact_form dd.select:after {
    position: absolute;
    top: 38%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    content: "";
}
    

.contact_form dd .error + input,
.contact_form dd .error + textarea,
.contact_form dd .error + select {
  border-left: 1px solid #fd0519;
}

.contact_form .btn,
.contact_page .thankspage_btn {
  margin: 68px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact_form .btn button,
.contact_page .thankspage_btn a {
  border: none;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    display: block;
    width: 375px;
    color: #333;
    font-size: 17px;
    border: 1px solid #333;
    text-align: center;
    padding: 1.2em 0;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    border-radius: 2px;
 }
 
 .contact_form .btn button.next:before,
 .contact_page .thankspage_btn a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 1em;
    top: 50%;
  }
 
 .contact_form .btn button.back:before {
   content: "";
   display: block;
   width: 7px;
   height: 7px;
   border-left: 1px solid #333;
   border-bottom: 1px solid #333;
   transform: rotate(45deg) translate3d(0,-50%,0);
   position: absolute;
   left: 1em;
   top: 50%;
 }
 
 .contact_form .btn button:hover {
  opacity: 0.8;	
}
 
.contact_form .btn button.back {
  width: 240px;
}

.contact_form .btn button.send {
  background-color: #333;
  color: #fff;
}
 
.contact_form ::placeholder {
  color: #bbb;
  letter-spacing: 0.05em;
}

.contact_form .g_message {
  font-size: 11px;
  line-height: 1.75;
  margin: 8px 0 0;
  letter-spacing: 0.03em;
}

.contact_form .privacy_guide {
  font-size: 14px;
  line-height: 1.5;
  margin: 40px 0 0;
  padding: 0 20px 0;
  display: none;
}

.contact_form .privacy {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  background-color: #efefef;
  padding: 40px;
  margin: 40px 0 0;
  display: none;
}

.contact_form .privacy h3 {
  font-size: 15px;
  margin: 30px 0 0;
  color: #555;
}

.contact_form .privacy h3:first-child {
  margin-top: 0;
} 

.contact_form .privacy p {
  font-size: 13px;
  line-height: 1.5;
  margin: 14px 0 0;
  color: #555;
}
#mw_wp_form_mw-wp-form-1166.mw_wp_form_preview .oem_note {
	display: none;
}
.check .contact_form .privacy_guide, 
.check .contact_form .privacy {
  display: block;
}

.mw_wp_form .error {
  display: inline-block;
  color:#fd0519;
  margin-left: 15px;
  font-size: 13px;
}


/* ABOUTページ */

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

.about_intro div {
    width: 65%;
    transform: translateY(-4px);
}

.about_intro div p {
    line-height: 1.85;
    margin: 2em 0 0;
}

.about_intro div p:first-child {
    margin: 0;
}

.about_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px 0 0;
}

.about_contact p {
    width: 40%;
    line-height: 1.85;
}

.about_contact .menu_list {
    width: 60%;
    margin: 0;
    transform: translate3d(0,-38px,0);
}

.lss {
  width: 100%;
  height: 150px;
  margin: 85px auto 0;
  overflow: hidden;
  position: relative;
}

.lss:after {
  content: "";
  display: block;
  width: 1138px;
  height: 148px;
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #fff;
  background-image: url(img/lss_logo.svg);
  background-repeat: no-repeat;
  background-size: 300px 25px;
  background-position: 215px center ;
}

.lss:before {
  content: "";
  display: block;
  width: 505px;
  height: 112px;
  position: absolute;
  right: 19px;
  top: 19px;
  background-color: #fff;
  background-image: url(img/lss_photo.jpg);
  background-repeat: no-repeat;
  background-size: 505px 112px;
  background-position: left top ;
  z-index: 2;
}

.lss .back {
  width: 2280px;
  height: 150px;
  /*background: linear-gradient(120deg,#018577 0%, #9fbf5b 50%, #018577 100%);*/
	background: #4b5298;
  position: absolute;
  right: 0;
  top: 0;
  animation: slide_anime 20s linear infinite;
}

@keyframes slide_anime {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(1140px);
  }
  100% {
    transform: translateX(0);
  }
}

.lss_circle {
  width: 100px;
  height: 100px;
  fill: #008677;
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 1;
  animation: rotate_anime 30s linear infinite;
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* 直営店・取扱店舗 共通 */

.area_layout {
    width: 1140px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.area_layout > .title {
    font-size: 23px;
}

/* 取扱店舗 */

.area_index {
    display: flex;
    flex-wrap: wrap;
}

.area_index li {
    margin: 0 15px 0 0;
}

.area_index li a {
    background-color: #c0c0c0;
    color: #fff;
    padding: 5px 12px;
    font-size: 16px;
    border-radius: 2px;
}

.stockist_list {
    margin: 25px 0 0;
}

.stockist_list li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dedede;
    padding: 28px 0 12px;
}

.stockist_list li .name {
    width: 330px;
    line-height: 1.4;
    padding-right: 15px;
}

.stockist_list li .address {
    width: 390px;
    line-height: 1.5;
    color: #777;
    padding-right: 15px;
    font-size: 14px;
}
.stockist_list li .contact {
    width: 350px;
    line-height: 1.5;
    color: #777;
    font-size: 14px;
}
.stockist_list li .web {
    width: 70px;
    line-height: 1.5;
    text-align: right;
}

.stockist_list li .web a {
    position: relative;
    display: inline-block;
    padding: 0 18px 0 0;
    font-size: 14px;
}

.stockist_list li .web a:before {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    border: 1px solid #333;
    position: absolute;
    right: 3px;
    top: 2px;
}

.stockist_list li .web a:after {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    position: absolute;
    right: 0px;
    top: 7px;
}

/* 直営店舗 */

.shop_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 75px 0 0;
}

.shop_list li:first-child {
    margin-top: 40px;   
}

.shop_list li .img {
    width: 47%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.shop_list li .img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 64.9%;
    background-color: #efefef;
}

.shop_list li .img img {
    position: absolute;
    left: 0;
    top: 0;
}

.shop_list li .info {
    width: 48%;
}

.shop_list li .info .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.shop_list li .info .name span {
    display: block;
    font-size: 15px;
    margin: 7px 0 0;
}

.shop_list li .info > p {
    line-height: 1.4;
    margin: 0.3em 0 0;
}

.shop_list li .info > p a {
  text-decoration: underline;
}

.shop_list li .info .name + p {
    margin: 1.7em 0 0;
}

.shop_list li .info .shop_info {
    margin: 1.3em 0 0;
    line-height: 1.75;
}

.shop_list li .info .instagram {
    position: relative;
}

.shop_list li .info .instagram a {
    position: absolute;
    right: 0;
    top: -41px;
    display: inline-block;
    padding: 10px;
}

.shop_list li .info .instagram .icon_instagram {
    width: 22px;
    height: 22px;
    fill: #333;
}

.shop_list li .detail {
    margin: 18px 0 0;
}

.shop_list li .detail a {
    border-bottom: 1px solid #666;
    position: relative;
    padding: 24px 50px 24px 0px;
    display: block;
}

.shop_list li .detail a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 0.4em;
    top: 50%;
}

/* DISTRIBUTOR・海外取扱店舗 共通 */

.tab_index {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 55px auto 0;
}

.tab_index li {
    padding: 28px 38px 20px;
    cursor: pointer;
    border-radius: 2px 2px 0 0;
}

.tab_index li.active {
    background-color: #efefef;
}

.global_wrap {
    background-color: #efefef;
}

.global_wrap + footer {
  margin-top: 0; 
}

.global_area {
    width: 900px;
    margin: 0 auto;
    padding: 20px 0 80px;
    display: none;
}

.global_area.active {
    display: block;
}

.distributor_map,
.en_stockist_map {
    width: 900px;
    height: 450px;
    margin: 55px auto 0;
    background-image: url(img/global_map.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 900px auto;
    position: relative;
}

.distributor_map li,
.en_stockist_map li {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 12px 40px;
    font-size: 13px;
    border-radius: 2px;
    position: absolute;
}

.distributor_map li.americas {
    right: 11%;
    top: 40%;
}
.distributor_map li.europe {
    left: 10%;
    top: 19%;
}
.distributor_map li.asia {
    left: 34%;
    top: 44%;
}
.distributor_map li.oceania {
    left: 36%;
    bottom: 19%;
}
.distributor_map li.middle-east {
    left: 6%;
    top: 48%;
}
.distributor_map li.othercountries {
    display: none;
}

.distributor_area {
    padding: 55px 0 0;
}

.distributor_area .title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 35px;
}

.distributor_list {
    margin: 20px 0 0;
}

.distributor_list li {
    border-top: 1px solid #ccc;
    padding: 40px 35px 45px;
}


.distributor_list li .name,
.en_stockist_list li .name {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
}

.distributor_list li p,
.en_stockist_list li p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0.2em 0 0;
    color: #666;
}

.distributor_list li .name + p,
.en_stockist_list li .name + p {
    margin-top: 1em;
} 

.distributor_list li p .icon,
.en_stockist_list li p .icon {
    width: 24px;
    height: 20px;
    fill: #444444;
    vertical-align: sub;
    margin-right: 3px;
}

.en_stockist_area {
    background-color: #fff;
    margin: 10px 0 0;
}

.en_stockist_area:first-child {
    margin-top: 30px;
}

.en_stockist_area .title {
    font-size: 18px;
    font-weight: bold;
    padding: 22px 35px;
    cursor: pointer;
    position: relative;
}

.en_stockist_area .title:before,
.en_stockist_area .title:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #333;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}

.en_stockist_area .title:after {
    transform: translate3d(0,-50%,0) rotate(90deg);
}

.en_stockist_area.active .title:after {
   display: none;
}


.en_stockist_list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px 45px;
    display: none;
}

.en_stockist_area.active .en_stockist_list {
    display: flex;
}

.en_stockist_list li {
    width: 48%;
    padding: 55px 0 20px;
}

.en_stockist_map li.usa {
    right: 11%;
    top: 40%;
}
.en_stockist_map li.europe {
    left: 10%;
    top: 19%;
}
.en_stockist_map li.japan-area {
    left: 36%;
    top: 33%;
}
.en_stockist_map li.oceania {
    left: 36%;
    bottom: 19%;
}
.en_stockist_map li.asia-middle_east {
    left: 14%;
    top: 48%;
}

/* 直営店詳細ページ */
.shop_detail {
   margin: 60px 0 0;
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   padding: 50px 20px 46px;
}

.shop_detail .name {
   font-size: 20px;
   line-height: 1.4;
   font-weight: bold;
}

.shop_detail .name span {
   display: inline-block;
   font-size: 15px;
   margin-right: 1em;
}

.shop_detail p {
   line-height: 1.6;
   margin: 0.5em 0 0;
   font-size: 16px;
   position: relative;
}

.shop_detail p a {
    text-decoration: underline; 
}

.shop_detail .name + p {
   margin-top: 1.5em;
}

.shop_detail p.instagram {
   margin: 0;
}

.shop_detail p.instagram a {
   position: absolute;
   right: 0;
   top: -33px;
   display: inline-block;
   padding: 10px;
}

.shop_detail p.instagram .icon_instagram {
   width: 22px;
   height: 22px;
   fill: #333;
}

/* ブランドリスト */

.brand_terms {
   display: flex;
   flex-wrap: wrap;
   margin: 32px 0 0;
}

.brand_terms li {
  margin: 8px 12px 0 0;
}

.brand_terms li a {
  display: inline-block;
  font-size: 13px;
  padding: 12px 25px 11px;
  border: 1px solid #f2f2f2;
  border-radius: 100px;
}

.brand_terms li.active a {
  border-color: #333;
}

.brand_title {
   font-size: 20px;
   margin: 58px 0 0;
}

.brand_list {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 40px 0 0;
}

.brand_title + .brand_list {
  padding-top: 13px;
}

.brand_list > li {
   width: 49%;
   margin: 2% 0 0;
   background-color: #f3f3f3;
   padding: 4px;
}

.brand_list li a {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}

.brand_list li .brand_info {
  width: 48%;
  padding: 0 18px;
}

.brand_list li .img {
   position: relative;
}

.brand_list li .img:before {
   content: "";
   display: block;
   padding-top: 41.66%;
}

.brand_list li .img img {
   position: absolute;
   left: 0;
   top: 0;
}

.brand_list li .brand_info p {
   font-size: 12px;
   line-height: 1.65;
   margin: 0.5em 0 0;
   color: #6d6d6d;
}

.brand_list li .brand_img {
  width: 52%;
  position: relative;
}

.brand_list li .brand_img:before {
   content: "";
   display: block;
   padding-top: 64.9%;
   background-color: #fff;
}

.brand_list li .img img,
.brand_list li .brand_img img {
   position: absolute;
   left: 0;
   top: 0;
}


/* カタログ */
.catalog_list {
   display: flex;
   flex-wrap: wrap;
   padding: 20px 0 0;
}

.catalog_list li {
   width: 31%;
   margin: 3.5% 3.5% 0 0;
}

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

.catalog_list li a {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   border: 1px solid #ccc;
   align-items: center;
}

.catalog_list li a .img {
   width: 122px;
   position: relative;
}

.catalog_list li a .img:before {
   content: "";
   display: block;
   padding-top: 100%;
}

.catalog_list li a .img img {
   position: absolute;
   left: 0;
   top: 0;
   border: 1px solid #fff;
}

.catalog_list li a .logo {
   width: calc(100% - 122px);
   position: relative;
}

.catalog_list li a .logo:before {
   content: "";
   display: block;
   adding-top: 38.4%;
}

.catalog_list li a .img img {
   position: absolute;
   left: 0;
   top: 0;
}

/* 会社概要・沿革 */
.outline_title {
   font-size: 20px;
   padding: 0 10px;
}

.history {
   position: relative;
   margin: 40px auto 0;
   width: 850px;
}

.history:before {
   content: "";
   display: block;
   width: 1px;
   height: 100%;
   background-color: #efefef;
   position: absolute;
   left: 23px;
   top: 4px;
}

.history li {
   display: block;
   font-size: 18px;
   line-height: 1.72;
   margin: 2em 0 0;
   padding-left: 100px;
}

.history li:first-child {
   margin-top: 0;
}

.history li a {
  text-decoration: underline;
}

.history li span {
   display: block;
   font-size: 14px;
   position: relative;
   margin: 0 0 18px;
   transform: translateX(-20px);
   color: #999;
}

.history li span:before {
   content: "";
   display: block;
   width: 6px;
   height: 6px;
   background-color: #333;
   border-radius: 100px;
   position: absolute;
   left: -59px;
   top: 50%;
   transform: translate3d(0,-50%,0);
}

.csr_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction:row-reverse;
  margin: 16px auto 0;
}

.csr_wrap .img {
  width: 40%;
}

.csr_wrap p {
  width: 60%;
  font-size: 16px;
  line-height: 1.9;
  padding: 25px 10px 0;
}

.csr_wrap p a {
  text-decoration: underline;
}

/* 求人なし */
.sorry_reruit {
   margin: 60px 0 0;
   border: 1px solid #efefef;
   text-align: center;
   padding: 200px 0;
}

/* カレンダー */

.exhibition {
 
}

.exhibition .entry_single {
  padding: 0;
}

.exhibition .entry_single.time_select .content > *:not(.day-calendar) {
  display: none;
}

.exhibition .entry_single.time_select .content .day-calendar h3 {
  font-size: 20px;
}

.exhibition .entry_single.time_select .content .day-calendar h3 + p {
  margin-top: 2em;
}

.calendar_nav {
  width: 850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
}

.calendar_nav li {
  width: 30%;
	margin: 0 auto;
}

.calendar_nav li a {
  display: block;
  font-size: 17px;
  border: 1px solid #333;
  text-align: center;
  padding: 1.2em 0;
  margin: 0 auto;
  position: relative;
}

.monthly-calendar {
   position: relative;
   margin: 80px 0 0;
}
.monthly-calendar table {
   border-right: 1px solid #efefef;
}

.monthly-calendar table caption {
   padding: 0 0 20px;
   font-size: 20px;
   font-weight: bold;
   text-align: left;
}

.monthly-calendar .week-title {
   padding: 15px 0;
   font-size: 15px;
}

.monthly-calendar table {
   border-collapse: separate;
   border-spacing: 8px;
   width: 100%;
   border: 1px solid #ddd;
}

.monthly-calendar .day-box {
   background-color: #efefef;
}

.monthly-calendar .day-box.no-day {
   background-color: transparent;
}

.monthly-calendar .day-box.today {
   background-color: #efefef;
}

.monthly-calendar .day-box.vacant {
   background-color: #ECFAF6;
}

.monthly-calendar .day-box .day-number {
   text-align: left;
   padding: 4px 10px 0;
   font-size: 14px;
}

.monthly-calendar .day-box .calendar-mark {
   padding: 8px 0 12px;
   color: #ddd;   
}



.monthly-calendar .day-box a.calendar-daylink,
.day-calendar a.booking-timelink {
  color: #00BB85;
}

.monthly-calendar .monthly-prev-next {
   position: absolute;
   top: 0;
   right: 0;
}

.monthly-calendar .monthly-prev-next .no-link {
   opacity: 0.2;
   display: inline-block;
   padding: 8px 0 8px 0;
   position: relative;
}

.monthly-calendar .monthly-prev-next .monthly-next a,
.monthly-calendar .monthly-prev-next .monthly-next .no-link  {
   display: inline-block;
   padding: 8px 1.4em 8px 0;
   position: relative;
}

.monthly-calendar .monthly-prev-next .monthly-next a:before,
.monthly-calendar .monthly-prev-next .monthly-next .no-link:before {
   content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 0.2em;
    top: 50%;
}

.monthly-calendar .monthly-prev-next .monthly-prev {
   padding-right: 25px;
}

.monthly-calendar .monthly-prev-next .monthly-prev a,
.monthly-calendar .monthly-prev-next .monthly-prev .no-link {
   display: inline-block;
   padding: 8px 0 8px 1.4em ;
   position: relative;
}

.monthly-calendar .monthly-prev-next .monthly-prev a:before,
.monthly-calendar .monthly-prev-next .monthly-prev .no-link:before {
   content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg) translate3d(0,-50%,0);
    position: absolute;
    left: 0.2em;
    top: 50%;
}

.exhibition .day-calendar table {
width: 100%;
margin: 12px 0 0;
}

.day-calendar h3 {
font-weight: bold;
font-size: 20px;
}

.sp_menu_btn {
display: none;
}

.wholesale_wrap {
width:1140px;
padding: 50px 0 0;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between
}

.wholesale_wrap > section {
border-left: 1px solid #eee;
padding: 15px 0px 150px 45px;
width: 46%;
margin: 4% 0 0;
position: relative;
}

.wholesale_wrap > section h2 {
font-size: 20px;
line-height: 1.5;
}

.wholesale_wrap > section p {
line-height: 1.85;
margin: 2em 0 0;
}

.wholesale_wrap > section p + p {
margin-top: 1.2em;
}

.wholesale_wrap > section .btn_module {
position: absolute;
left: 45px;
bottom: 50px;
width: calc(100% - 45px);
}



/* よくある質問 */

.faq_index {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
  border-bottom: 1px solid #eee;  
}

.faq_index li {
  padding: 20px 15px 20px;
  font-size: 14px;
  cursor: pointer;
}

.faq_index li.active {
  border-bottom: 3px solid #333;
}

.faq_index li span {
  font-weight: bold;
}

.faq_wrap {
  padding: 55px 0 0;
}

.faq_type {
  display: none;  
}

.faq_type.active {
  display: block;
}

.faq_type > .title {
  font-size: 23px;
  padding: 25px 23px 0;
}

.title + .faq_one {
  margin: 48px 0 0;
}

.faq_one > .title {
  position: relative;
  padding: 20px 20px 20px 30px;
  line-height: 1.6;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.faq_one > .title:before,
.faq_one > .title:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #333;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}

.faq_one > .title:after {
    transform: translate3d(0,-50%,0) rotate(90deg);
}

.faq_one > .title.active:after {
  display: none;
}

.faq_one > .title.active {
  background-color: #efefef;
  border-bottom: 1px solid #fff;
}

.faq_one > .title span {
  font-weight: bold;
  display: inline-block;
  margin-right: 16px;
}

.faq_one > .title:hover {
  background-color: #efefef;
}

.faq_one .content {
  font-size: 15px;
  padding: 60px 66px 70px;
  display: none;
  border-bottom: 1px solid #ddd;
}

.faq_one > .title.active + .content {
  display: block;
}

.faq_one .content h4 {
  line-height: 1.5;
  margin: 3em 0 0;
  font-weight: bold;
  font-size: 19px;
  border-top: 1px solid #eee;
  padding: 2.8em 0 0;
}

.faq_one .content h5 {
  font-size: 17px;
  line-height: 1.5;
  margin: 3em 0 0;
  font-weight: bold;
}

.faq_one .content dl {
  margin: 3em 0 0;
}

.faq_one .content dl dt{
  font-weight: bold;
  line-height: 1.5;
  margin: 1.7em 0 0;
}

.faq_one .content dl dt:first-child {
  margin-top: 0;
}

.faq_one .content dl dd{
  line-height: 1.75;
  margin: 0.5em 0 0;
}

.faq_one .content table {
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 1.8em 0 0;
}

.faq_one .content table th,
.faq_one .content table td {
  padding: 1.5em 1.5em 1.3em;
  line-height: 1.65;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.faq_one .content table td {
  background-color: #efefef;
  width: 30%;
}

.faq_one .content p {
  line-height: 1.75;
  margin: 2em 0 0;
}

.faq_one .content p strong {
  font-weight: bold;
}

.faq_one .content ul {
  margin: 3em 0 0;
}

.faq_one .content ul li {
  margin: 0.5em 0 0;
  line-height: 1.65;
}

.faq_one .content ul li:first-child {
  margin-top: 0;
}

.faq_one .content .img {
  margin: 2em 0 0;
}

.faq_one .content h4 + p {
  margin-top: 1.5em;
}

.faq_one .content h5 + p {
  margin-top: 1.5em;
}

.faq_one .content p + p {
  margin-top: 1.2em;
}

.faq_one .content ul + p {
  margin-top: 1.2em;
}

.faq_one .content h4 + ul {
  margin-top: 1.5em;
}

.faq_one .content h5 + ul {
  margin-top: 1em;
}

.faq_one .content p + ul {
  margin-top: 1.5em;
}

.faq_one .content ul + ul {
  margin-top: 1.8em;
}

.faq_one .content p + .img,
.faq_one .content h4 + .img {
  margin-top: 1.5em;
}
.faq_one .content .img {
	border: 1px solid #eee;
	padding: 4%;
}
.faq_one .content .img + .img {
  margin-top: 0.5em;
}

.faq_one .content a {
  text-decoration: underline;
}

.faq_one .content h4:first-child {
  margin: 0;
  padding: 0;
  border: none;  
}

.faq_one .content p:first-child,
.faq_one .content ul:first-child,
.faq_one .content img:first-child,
.faq_one .content div:first-child,
.faq_one .content dl:first-child,
.faq_one .content table:first-child {
  margin-top: 0; 
}

/* 特商法 -------------------- */

.terms dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}

.terms dl dt,
.terms dl dd {
  border-bottom: 1px solid #eee;
  line-height: 1.65;
  padding: 1.7em 0.3em 1.5em;
}

.terms dl dt {
  width: 25%;
}

.terms dl dd {
  width: 75%;
}

.terms dl dd a {
  text-decoration: underline;
}

/* プライバシーポリシー -------------------- */

.document {
  padding: 60px 0 0;  
}

.document > p {
  line-height: 1.65;
  margin: 1em 0 0;
}

.document section {
  padding: 3em 0 0;
}

.document section h2 {
  font-weight: bold;
  line-height: 1.65;
  font-size: 17px;
}

.document section p {
  line-height: 1.65;
  margin: 1em 0 0;
}

.document section ul {
  margin: 1em 0 0;
}

.document section ul li {
  line-height: 1.55;
  margin: 0.5em 0 0;
}

.document section ul li:first-child {
  margin-top: 0;
}


/* 会員サービスについて -------------- */


.members_guide {
  max-width: 1140px;
  margin: 80px auto 0;
}

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

.register_intro .description {
  width: 650px;
}
.register_intro .description p {
  font-size: 16px;
  line-height: 1.9;
}

.register_intro .description ul {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

.register_intro .description ul li:first-child {
  width: 60%;
}

.register_intro .description ul li:last-child {
  width: 35%;
}

.register_intro .description ul a {
  display: block;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 1.8em 0;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
}

.register_intro .description ul li:first-child a {
  background-color: #E25B33;
}

.register_intro .line_bnr {
  width: 420px;
}

.good_point {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}

.good_point > ul {
  width: 48%;
}

.good_point > ul li {
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 30px 20px 30px 70px;
  position: relative;
  font-size: 16px;
  line-height: 1.65;
  margin: 15px 0 0;
}

.good_point > ul li:first-child {
  margin: 0;
}


.good_point > ul li span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: #E25B33;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate3d(0,-50%,0);
}

.good_point .about_point {
  width: 48%;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 30px;
}

.good_point .about_point h3 {
  font-size: 23px;
}

.good_point .about_point p {
  font-size: 16px;
  margin: 1em 0 0;
  line-height: 1.65;
}

.good_point .about_point p.rate {
  font-size: 25px;
  color: #E25B33;
}

.good_point .about_point p.rate + p {
  margin-top: 0.5em;
}

.good_point .about_point h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
}

.good_point .about_point ul {
  margin: 20px 0 0;
}

.good_point .about_point ul li {
  margin: 0.35em 0 0;
  line-height: 1.5;
  padding: 0 0 0 12px;
  position: relative;
  font-size: 14px;
}

.good_point .about_point ul li:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 2px;
}



@media screen and (max-width: 768px) {
  
  .members_guide {
    margin-top: 35px;  
  }
  
  .register_intro {
    display: block;
  }
  
  .register_intro .description {
    width: 100%;
    padding: 0 16px;
  }
  
  .register_intro .description p {
    font-size: 14px;
  }
  
  .register_intro .description ul a {
    font-size: 13px;
    padding: 1.5em 0;
  }
  
  .register_intro .line_bnr {
    width: 100%;
    padding: 16px 16px 0;
  }
  
  
  
  .good_point {
    display: block;
    padding: 0 16px;
    margin-top: 40px;
  }
  
  .good_point ul {
    width: 100%;
  }
  
  .good_point ul li {
      font-size: 14px;
      padding: 14px 10px 14px 50px; 
      margin-top: 6px;
  }
  
  .good_point ul li a {
    text-decoration: underline;
    color: #E25B33;
  }
  
  .good_point ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    left: 10px;
  }
  
  .good_point .about_point {
    width: 100%;
    padding: 30px 20px 20px;
    margin-top: 20px;
  }
  
  .good_point .about_point h3 {
    font-size: 19px;
  }
  
  .good_point .about_point p {
    font-size: 14px;
  }
  
  .good_point .about_point p.rate {
    font-size: 20px;
    margin-top: 15px;
  }
  
  .good_point .about_point p.rate + p {
    margin-top: 0;
  }
  
  .good_point .about_point h4 {
    font-size: 16px;
    margin-top: 24px;
  }
  
  .good_point .about_point li {
    font-size: 13px;
  }
  
  
  
  body {
    padding-top: 145px;
  }
  /* よくある質問 -------------- */
  
  .faq_wrap {
    padding-top: 45px;
  }
  
  .faq_one > .title {
    padding: 13px 32px 13px 28px;
    font-size: 15px;
  }
  
  .nomark .faq_one > .title {
    padding-left: 4px; 
  }
  
  .faq_one > .title:hover {
    background-color: #fff;
  }
  
  .faq_one > .title span {
    position: absolute;
    left: 3px;
    top: 18px;
  }
  
  .faq_one > .title:before,
  .faq_one > .title:after {
    right: 15px;
    width: 12px;
  }
  
  .faq_one > .title.active + .content {
    padding: 35px 5px 40px;
    font-size: 14px;
  }
  
  .faq_one .content h4 {
    font-size: 16px;
  }
	.faq_one .content h5 {
    font-size: 14px;
  }
  
  .faq_one .content table th,
  .faq_one .content table td {
    padding: 0.8em 0.8em 0.6em;
    font-size: 13px;
    word-break: break-all;
  }
  
  /* 利用規約など -------------- */
  
  .document {
    padding-top: 30px;
  }
  
  .document > p {
    font-size: 14px;
  }
  
  .document section h2 {
    font-size: 16px;
  }
  
  .document section p {
    font-size: 14px;
  }
  
  
  
  
  .pc_only {
     display: none;
  }
  
  .sp_only {
     display: block;
  }
  
  .btn_module {
    margin: 2.5em 0 0;
  }
  .btn_module a {
    font-size: 14px;
  }
  
  .wholesale_wrap {
    width: 100%;
    padding: 20px 16px 0;  
  }
  
  .wholesale_wrap > section {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: none;
    padding: 45px 12px;
    margin: 0;
  }
  
  .wholesale_wrap > section h2 {
    font-size: 17px;
  }
  .wholesale_wrap > section p {
    font-size: 14px;
  }
  
  .wholesale_wrap > section .btn_module {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  
  
  
  /* ヘッダー -------------------- */
  header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: transform 0.2s ease;
    z-index: 50;
    background-color: #fff;
  }
  
  header.up {
    transform: translateY(0);
  }
  
  header.down {
    transform: translateY(-100%);
  }
  
  #fs_Top header {
    transition: transform 0.2s ease , background 0.15s linear;
  }
  
  #fs_Top header.home_white {
    background-color: #fff;
  }
  
  header .newsbar {
    height: 42px;
  }
  
  header .newsbar li {
    font-size: 12px;
    line-height: 42px;
  }
  
  header .wrap {
    width: 100%;
    display: block;
    position: relative;
    padding: 22px 0 0;
  }
  
  header .logo {
    width: 103px;
    height: 15px;
    margin-left: 16px;
  }
  
  header .category_menu .layout {
    width: 100%;
  }
  
  header .scene_menu .layout {
    width: 100%;
    overflow-y: scroll;
    background-color: #fff;
    max-height: calc(100% - 200px);
    padding: 0 12px 20px;
  }
  
  header .category_menu:before {
    display: none;
  }
  
  header .gnav {
    padding: 0 0 0 4px;
    justify-content: space-around;
    width: 100%;
    border-top: 1px solid #ddd;
    margin: 18px 0 0;
  }
  
  header .gnav > li {
    margin: 0;
  }
  
  header .subnav li .menu_btn {
    padding: 8px 7px;
  }
  
  header .gnav li .menu_btn {
    font-size: 13px;
    padding: 16px 10px;
    font-weight: normal;
    position: relative;
  }
  
  header .gnav li .menu_btn.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  header .gnav .category:hover .category_menu {
    opacity: 0;
    visibility: hidden;
  }
  
  header .gnav .category .category_menu {
    padding: 0;
    background-color: rgba(0,0,0,0.5);
    top: 103px;
    border-top: none;
    height: 100vh;
  }
  
  header .category_menu .layout {
    padding: 0;
    overflow-y: scroll;
    background-color: #fff;
    max-height: calc(100% - 200px);
  }
  
  header .gnav .category .category_menu.active {
    opacity: 1;
    visibility: visible;
  }
  
  header .subnav {
    margin: 0;
    position: absolute;
    right: 50px;
    top: 11px;
  }
  
  header .subnav li svg {
    width: 22px;
    height: 22px;
  }
  
  header .subnav li.h_search {
    display: none;
  }
  
  .podcast_icon div {
    width: 22px;
    height: 22px;
    background-size:22px 22px;
  }
  
  header .category_menu .category_menu_list {
    width: 100%;
  }
  
  header .category_menu .category_menu_list > li {
    width: 100%;
    margin: 0;
  }
  
  header .category_menu .category_menu_list > li:first-child {
    margin: 0;
    padding: 0;
  }
  
  .menu_scene_list {
    padding: 0 16px 14px;
  }
  
  .menu_scene_list li {
    width: 23%;
    margin: 2.7% 2.66% 0 0;
  }
  
  .menu_scene_list li:nth-child(4n) {
    margin-right: 0;
  }
  
  .menu_scene_list li span {
    font-size: 11px;
  }
  
  header .category_menu .category_menu_list .under0 {
    padding: 15px 0 13px 48px;	
    font-size: 14px;
    border-top: 1px solid #ddd;
    position: relative;
    border-radius: 0;
  }
  
  header .category_menu .category_menu_list div.under0:before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  
  header .category_menu .category_menu_list div.under0:after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background-color: #000;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translate3d(0,-50%,0);
  }
  
  header .category_menu .category_menu_list .under0.active {
    background-color: #efefef;
  }
  
  header .category_menu .category_menu_list div.under0.active:after {
    display: none;
  }
  
  header .category_menu .category_menu_list .under0 span {
    left: 15px;	
    top: 8.5px;
  }
  
  header .category_menu .category_menu_list .under1 {
    width: 100%;
  }
  
  header .category_menu .category_menu_list .under1 {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
  }
  
  header .category_menu .category_menu_list .under0.active + .under1 {
    display: block;
    background-color: #efefef;
  }
  
  header .category_menu .category_menu_list .under1 h2 {
    display: none;
  }
  
  header .category_menu .category_menu_list .under1 .menu_list {
    display: block;
    padding: 0 0 6px 40px;
    margin: 0;
  }
  
  header .category_menu .category_menu_list .under1 .menu_list li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
  }
  
  header .category_menu .category_menu_list .under1 .menu_list li:last-child {
    border: none;
  }
  
  header .category_menu .category_menu_list .under1 .menu_list > li a {
    font-size: 14px;
    padding: 15px 8px 13px;
    position: relative;
    border-bottom: none;
  }
  
  header .category_menu .category_menu_list a.under0:before,
  header .category_menu .category_menu_list .under1 .menu_list > li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 22px;
    top: 50%;
  }	
  
  header .scene_menu {
    top: 103px;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    padding: 0px;
  }
  
  header .gnav .scene:hover .scene_menu {
    opacity: 0;
    visibility: hidden;
  }
  
  header .gnav .scene .scene_menu.active {
    opacity: 1;
    visibility: visible;
  }
  
  header .scene_menu .layout:after {
    display: none;
  }
  
  header .scene_menu .layout .scene_menu_list {
    padding: 20px 0 20px;
    justify-content: space-between;
  }
  
  header .scene_menu .layout .scene_menu_list:first-child {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
  }
  
  header .scene_menu .layout .scene_menu_list dt {
    padding-bottom: 5px;
    color: #777;
    font-size: 12px;
  }
  
  header .scene_menu .layout .scene_menu_list dd {
    width: 32%!important;
  }
  
  header .scene_menu .layout .scene_menu_list dd a span {
    font-size: 12px;
  }
  

  
  header .user_menu {
    width: 100%;
    position: fixed;
    top: 99px;
    left: 0;
    border-radius: 0;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    transform: translate3d(0,0,0);
  }
  
  header .user_menu:after {
    display: none;
  }
  
  header .user_menu li a {
    font-size: 13px;
  }
  
  header .subnav li.user:hover .user_menu {
    opacity: 0;
    visibility: hidden;
  }
  
  header .subnav li.user.active .user_menu {
    opacity: 1;
    visibility: visible;
  }
  
  header .subnav li.user.active .menu_btn {
    position: relative;	
  }
  
  header .subnav li.user.active .menu_btn:before {
    content: "";
    display: block;
    background-color: #333;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate3d(-50%,0,0) rotate(45deg);
  }
  
  .podcast_icon {
    width: 22px;
    height: 22px;	
  }
  
  header .podcast_menu {
    width: 100%;
    position: fixed;
    top: 99px;
    left: 0;
    border-radius: 0;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    transform: translate3d(0,0,0);
  }
  
  header .podcast_menu:after {
    display: none;
  }
  
  header .podcast_menu li a {
    font-size: 13px;
  }
  
  header .subnav li.podcast:hover .podcast_menu {
    opacity: 0;
    visibility: hidden;
  }
  
  header .subnav li.podcast.active .podcast_menu {
    opacity: 1;
    visibility: visible;
  }
  
  header .subnav li.podcast.active .menu_btn {
    position: relative;	
  }
  
  header .subnav li.podcast.active .menu_btn:before {
    content: "";
    display: block;
    background-color: #333;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translate3d(-50%,0,0) rotate(45deg);
  }
  
  
  .drawer_btn {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    right: 0;
    top: 5px;
    z-index: 300;
  }
  
  .drawer_btn .bar {
    width: 18px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 17px;
    transform-origin: center;
    cursor: pointer;
  }
  
  .drawer_btn .bar:nth-child(1) {
    top: 18px;
  }
  .drawer_btn .bar:nth-child(2) {
    top: 25px;
  }
  .drawer_btn .bar:nth-child(3) {
    top: 32px;
  }
  
  .drawer_btn.active .bar:nth-child(1) {
    transform: translate3d(0,7px,0) rotate(45deg);
  }
  .drawer_btn.active .bar:nth-child(2){
    display: none;
  }
  .drawer_btn.active .bar:nth-child(3){
    transform: translate3d(0,-7px,0) rotate(-45deg);
  }
  
  .drawer_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: 290;
    transition: 0.15s linear 0.15s;
  }
  
  .drawer_menu.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s linear;
  }
  
  .drawer_menu .off {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }	
  
  .drawer_menu nav {
    padding: 44px 0 0;
    margin-left: 10%;
    display: block;
    width: 90%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    transition: transform 0.15s ease 0.15s;
    transform: translateX(10px);
  }
  
  .drawer_menu.active nav {
    transform: translateX(0);
    transition: transform 0.2s ease;
  }
  
  .drawer_menu nav .drawer_scroll {
    width: 100%;
    height: 100%;
    padding: 0 0 80px;
    overflow-y: scroll;
  }
  
  .drawer_menu dl {
    margin: 30px 0 0;
  }
  
  .drawer_menu dt  {
    font-size: 12px;
    padding: 0 16px 10px;
    color: #777;
    border-bottom: 1px solid #eee;
  }
  
  .drawer_menu dd  {
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  
  .drawer_menu dd a,
  .drawer_menu dd span {
    display: block;
    font-size: 14px;
    padding: 16px 16px;
    position: relative;
  }
  
  .drawer_menu dd a:after,
  .drawer_menu dd span:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg) translate3d(0,-50%,0);
    position: absolute;
    right: 20px;
    top: 50%;
  }
  

  
  .breadcrumb_wrap {
    width: 100%;
    margin-top: 15px;
  }
  
  .breadcrumb {
    margin-left: 18px;
  }
  .breadcrumb > ul {
    font-size: 10px;
  }
  
  .en_nav {
    background-color: #ebebeb;
    width: 100%;
    height: 46px;
    overflow: scroll;
    margin: 10px 0 0;
  }
  
  .en_nav ul {
    background-color: transparent;
    flex-wrap: nowrap;
    position: relative;
    left: auto;
    top: auto;
    padding: 0 10px;
  }
  
  .en_nav ul li {
    margin: 0!important;
  }
  .en_nav ul a {
    font-size: 13px;
    padding: 16px 15px;
  }
  
  
  
  .en_nav_wrap {
    font-size: 12px;
    padding: 0 12px;
  }
  
  .lang_selector div a {
    margin: 0;
    font-size: 12px;
  }
  
  .layout {
    width: 100%;
    padding: 70px 16px 0;
  }
  
  .breadcrumb_wrap + .layout {
    padding-top: 40px;
  }
  
  .layout .intro > .title {
    font-size: 17px;
  }
  
  .layout .intro > .menu {
    font-size: 12px;
    top: auto;
    bottom: -4px;
  }
  
  .layout .intro > .title + .menu {
    bottom: -8px;
  }
  
  .layout .intro > .menu li {
    margin-left: 0.5em;
  }
  
  .layout .intro > .menu li a {
    padding: 10px 3px;
  }
  
  .layout .intro > .menu .select div:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .layout .intro > .menu li.index a:before,
  .layout .intro > .menu .select div:first-child:before {
    transform: rotate(45deg) translate3d(0,-92%,0);
    right: 0.7em;
  }
  
  .layout .intro > .menu li.index a:before,
  .layout .intro > .menu li a:before {
    display: none;  
  }
  
  .menu_list {
    font-size: 15px;
    margin: 1.2em 0 0;
  }
  
  .menu_list li,
  .menu_list.column2 li,
  .menu_list.column3 li {
    margin: 10px 0 0;
  }
  
  .menu_list li a,
  .shop_list li .detail a {
    padding: 18px 50px 16px 4px;
    font-size: 15px;
  }
  
  .menu_list.column2 li,
  .menu_list.column3 li {
    width: 100%;
  }
  
  /* カスターマーページ */
  .layout .intro > .menu.customer {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 25px 0 0;
    width: 100%;
  }
  
  .layout .intro > .menu.customer li {
    width: calc(20% - 1px);
    background-color: #efefef;
    border-radius: 2px;
    margin: 0;
  }
  
  .layout .intro > .menu.customer a {
    font-size: 10px;
    display: block;
    text-align: center;
    padding: 50px 0 8px;
    background-repeat: no-repeat;
    background-position: center 13px;
    background-size: 28px 28px;
  }
  
  .layout .intro > .menu.customer a.icon_guide {
    background-image: url(img/icon_guide.svg);
  }
  .layout .intro > .menu.customer a.icon_faq {
    background-image: url(img/icon_faq.svg);
  }
  .layout .intro > .menu.customer a.icon_contact {
    background-image: url(img/icon_contact.svg);
  }
  .layout .intro > .menu.customer a.icon_corp {
    background-image: url(img/icon_corp.svg);
  }
  .layout .intro > .menu.customer a.icon_info {
    background-image: url(img/icon_info.svg);
  }
  
  .intro + .info_list {
    margin: 20px 0 0;  
  }
  
  .info_list li {
    padding: 6px 3px;
  }
  
  .info_list li a time {
    width: 6.2em;
    font-size: 10px;
    line-height: 1;
  }
  
  .info_list li a .category {
    width: auto;
	  display: flex;
		flex-wrap: wrap;
  }
  .info_list li a ul.category li {
    border: none;
    padding: 0;
    margin: 0 0.75em 0 0;
  }
  
  .info_list li a .title {
    width: 100%;
    padding: 10px 30px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .event_list {
    margin: 5px 0 0;
    justify-content: space-between;
  }
  
  .event_list > li,
  .entry_single .event_list > li {
    width: 48%;
    margin: 25px 0 0;
  }
  
  .event_list > li .name {
    font-size: 14px;
  }
  
  .event_list > li .term {
    font-size: 12px;
  }
  
  .about_contact {
    margin-top: 30px;
  }
  
  .about_contact p {
    width: 100%;
  }
  
  .about_contact p br {
    display: none;
  }
  
  .about_contact .menu_list {
    width: 100%;
    transform: translate3d(0,0,0);
    margin-top: 1.2em;
  }
  
  
  /* フッター */
  
  .sns_follow {
    margin: 70px 0 0;
  }
  
  .sns_follow > div {
    display: block;  
    padding: 20px 16px 16px;
  }
  
  .sns_follow h4 {
    font-size: 17px;
    padding: 0;
    text-align: center;
  }
  
  .sns_follow p {
    font-size: 14px;
    line-height: 1.7;
    padding: 15px 0 0;
    text-align: center;
  }
  
  .sns_follow ul {
    display: flex;
    margin: 10px 0 0;
    justify-content: center;
  }
  
  .sns_follow ul li {
  }
  
  .sns_follow ul li a svg {
    width: 30px;
    height: 30px;
  }
  
  
  footer {
    
  }
  
  footer .layout {
    display: block;
    padding: 40px 18px;
  }
  
  footer .sitemap {
    padding: 0;
  }
  
  footer .sitemap ul li a {
    padding: 12px 10px 12px 0;
    font-size: 14px;
  }
  
  footer .about_menu {
    width: 100%;
    margin: 15px 0 0;
  }
  
  footer .sign {
    display: block;
    text-align: center;
  }
  
  footer .sign small {
    display: block;
    font-size: 11px;
    margin: 12px 0 0;
  }
  
  /* 検索パネル */
  
  .search_triger_sp {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #efefef;
    border-radius: 100px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    background-color: #333;
    z-index: 45;
  }
  
  .search_triger_sp .icon_search {
    width: 22px;
    height: 22px;
    fill: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
  }
  
  .search_modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 55;
    opacity: 0;
    visibility: hidden;
    transition: 0.15s linear;
  }
  
  .search_modal.active {
    opacity: 1;
    visibility: visible;
  }
  
  .search_modal .off {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .search_panel {
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    border-radius: 4px 4px 0 0;
    width: 100%;
    transform: translateY(20px);
    transition: transform 0.2s ease;
    cursor: default;
    height: auto;
    overflow: auto;
    padding: 20px 16px 30px;
    display: block;
  }
  
  .search_modal.active .search_panel {
    transform: translateY(0);
  }
  
  .search_panel:before {
    display: none;
  }
  
  
  .search_panel .enter_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: none;
    overflow: auto;
    width: 100%;
    height: auto;
    opacity: 1;
    border-bottom: 1px solid #777;
  }
  
  .search_panel .enter_area button {
    display: block;	
    padding: 5px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  
  .search_panel .enter_area button .icon_search {
    fill:#333;
  }
  
  .search_panel .enter_area input[type="search"] {
    color: #333;
  }
  
  .search_panel .hotword {
    margin: 30px 0 0;
    transition: none;
    overflow: auto;
    height: auto;
    opacity: 1;
  }
  
  .search_panel .hotword li a {
    color: #333;
  }
  
  .search_panel:hover {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
    transition: transform 0.2s ease;
  }
  
  .search_panel:hover .enter_area {
    height: auto;
    opacity: 1;
    transition: none;
  }
  
  .search_panel:hover .hotword {
    height: auto;
    opacity: 1;
    transition: none;
  }
  
  
  /* 新検索パネル */
  
  .footer_search .search_bord_title {
    display: none;
  }
  
  .footer_search .search_bord_close {
    display: none;
  }
  
  .search_bord {
    display: block;
  }
  
  .search_bord .search_category_bord {
    width: 100%;
  }
  
  .search_bord .search_brand_bord {
    width: 100%;
  }
  
  .search_bord .search_color_bord {
    width: 100%;
  }
  
  .search_bord .search_btn_bord {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 18px 0 0;
  }
  
  .search_bord .search_btn_bord li {
    font-size: 14px;
    padding: 1.3em 0!important;
    margin: 0;
    border-radius: 3px;
  }
  
  .search_bord .search_btn_bord li.reset_btn {
    width: 35%;
  }
  
  .search_bord .search_btn_bord li.go_btn {
    width: 63%
  }
  
  .search_bord .search_word_block input {
    font-size: 16px;
    padding: 0.8em;
    border-radius: 3px;
    border: none;
  }
  
  .search_bord .search_word_block {
    padding-bottom: 10px;
    margin-top: 10px;
  }
  
  .search_bord h3 {
    font-size: 13px;
    padding: 10px 0 0;
  }
  
  .search_bord .search_color_bord h3 {
    padding-top: 20px;
  }
  
  .search_bord .color_lineup li {
    width: 12%;
    margin: 0.57% 0.57% 0 0;
  }
  
  .search_bord .color_lineup li:nth-child(8n) {
    margin-right: 0;
  }
  
  .search_bord select {
    font-size: 13px;
    border-radius: 3px;
  }
  
  .search_bord .search_category_bord > div,
  .search_bord .search_brand_bord > div {
    margin-top: 8px;	
  }
  
  
  
  .page_title {
    font-size: 19px;
    line-height: 1.5;
    padding-right: 6em;
  }
  
  .event_page .page_title,
  .contact_page .page_title {
    padding-right: 0;
  }
  
  .gray_wrap {
    margin: 70px 0 0;
    padding: 0 0 70px;
  }
  
  .gray_wrap .layout:first-child {
    padding-top: 60px;
  }
  
  .gray_wrap + .layout {
    padding-top: 70px;
  }
  /* アバウトページ */
  
  .about_intro {
    display: block;
  }
  
  .about_intro div {
    width: 100%;
    transform: translateY(0);
  }
  
  .about_intro div p br {
    display: none;
  }
  
  .about_intro div p:first-child {
    margin: 2em 0 0;
  }
  
  .lss {
    height: 180px;
    margin-top: 40px;
  }
  
  .lss_circle {
    width: 70px;
    height: 70px;
    left: 15px;
    top: 14px;  
  }
  
  .lss:before {
    width: calc(100% - 30px);
    height: auto;
    padding-top: 21%;
    background-position: center bottom;
    background-size: 100% auto;
    top: auto;
    left: 15px;
    bottom: 15px;
  }
  
  .lss:after {
    width: calc(100% - 2px);
    height: 178px;
    background-size: 56% auto;
    background-position: 75% 38px;
  }
  
  .lss .back {
    width: 200vw;
    height: 180px;
    animation: slide_anime_sp 10s linear infinite;
  }
  
  @keyframes slide_anime_sp {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(100vw);
  }
  100% {
      transform: translateX(0);
  }
  }  
  
  .brand_terms {
    margin-top: 16px;
  }
  .brand_terms li {
    margin: 7px 6px 0 0;
  }
  
  .brand_terms li a {
    font-size: 12px;
    padding: 8px 15px 7px;
  }

  
  .brand_title {
    font-size: 15px;
    margin-top: 38px;
  }
  
  .brand_list {
    padding-top: 20px;
  }
  
  .brand_title + .brand_list {
    padding-top: 8px;
  }
  
  .brand_list > li {
    margin: 12px 0 0;
    width: 100%;
  }
  
  .brand_list li .brand_info {
    padding: 0 8px;
  }
  
  .brand_list li .brand_info p {
    font-size: 10px;
    line-height: 1.5;
  }
  
  .brand_list li .brand_info p br {
    display: none;
  }
  
  .area_layout {
    width: 100%;
    padding: 80px 16px 0;
  }
  
  .layout + .area_layout {
    padding-top: 50px;
  }
  
  .area_layout > .title {
    font-size: 16px;
  }
  
  .shop_list li {
    display: block;
  }
  
  .shop_list li:first-child {
    margin-top: 30px;
  }
  
  .shop_list li .img {
    width: 100%;
  }
  
  .shop_list li .info {
    width: 100%;
    margin: 18px 0 0;
  }
  
  .shop_list li .info .name span {
    font-size: 13px;
  }
  
  .shop_list li .info > p {
    padding: 0 4px;
    font-size: 14px;
  }
  
  .shop_list li .info .name {
    font-size: 17px;
    padding: 0 4px;
  }
  
  .shop_list li .detail {
    margin-top: 15px;
  }
  
  .entry_single {
    width: 100%;
    padding-top: 50px;
  }
  
  .entry_single .content {
    padding: 3em 16px 0;
  }
  
  .entry_single .content h2 {
    font-size: 17px;
  }
  
  .entry_single .content h3 {
    font-size: 15px;
  }
  
  .entry_single .content p {
    font-size: 15px;  
    margin: 3em 0 0;
  }
  
  .entry_single .content figure {
    margin: 3em 0 0;
  }
  
  .entry_single .content figure + figure {
    margin-top: 1em;
  }
  
  .shop_detail {
    padding: 40px 16px 36px;
    width: calc(100% - 32px);
    margin: 60px auto 0;
  }
  
  .shop_detail .name {
    font-size: 18px;
  }
  
  .shop_detail .name span {
    display: block;
    font-size: 13px;
    margin: 6px 0 0;
  }
  
  .shop_detail p {
    font-size: 15px;
  }
  
  .shop_detail p.instagram a {
    top: -14px;
  }
  
  .entry_single > .title,
  .entry_single > .data,
  .entry_single .content > h2,
  .entry_single .content > h3,
  .entry_single .content > p,
  .entry_single .content > ul,
  .entry_single .content .item_block,
  .entry_single .content .wp-block-group,
  .entry_single .content > .index_block,
  .entry_single .content > .wp-block-embed,
  .entry_single .content .wp-block-separator {
    width: 100%;
  }
  
  .entry_single .content p + p,
  .entry_single .content h2 + p,
  .entry_single .content ul + ul,
  .entry_single .content h2 + ul,
  .entry_single .content p + ul,
  .entry_single .content ul + p,
  .entry_single .content h3 + p,
  .entry_single .content h3 + ul {
    margin-top: 1.5em;
  }
  
  .entry_single .content h2 + h3 {
    margin-top: 3.3em;
  }
  
  .entry_single .event {
    padding: 40px 16px 0;
  }
  
  .entry_single .event > .title {
    font-size: 15px;
  }
  
  .event_list > li .management > li {
    line-height: 1.5;
  }
  
  .entry_single .is-style-overview {
    width: 100%;
    padding: 30px 26px;
    margin-top: 3em;
  }
  
  .layout + .entry_single {
    padding-top: 40px;
  }
	.wp-block-buttons-is-layout-flex .wp-block-button__link {
		width: 66px;
	}
  .entry_single .backbtn {
    padding: 0;  
    margin-top: 50px;
  }
  
  .entry_single .backbtn a {
    width: 75%;
    font-size: 14px;
  }
  
  .entry_single .event > .archive {
    display: none;
  }
  
  .global_wrap {
    padding: 10px;
  }
  .distributor_map,
  .en_stockist_map {
    width: 100%;
    height: 50vw;
    background-size: 100% auto;
    margin-top: 26px;
  }
  
  .distributor_map li,
  .en_stockist_map li {
    font-size: 10px;
    padding: 4px 10px;  
  }
  
  .tab_index {
    align-items: center;
    padding: 0 10px 10px;
    margin-top: 30px;
  }
  
  .tab_index li {
    font-size: 13px;
    padding: 0;
    height: 3.2em;
    position: relative;
    background-color: #efefef;
    width: 32%;
    margin: 2% 2% 0 0;
    text-align: center;
  }
  
  .tab_index li span {
    position: absolute;
    left: 5%;
    top: 50%;
    display: block;
    width: 90%;
    transform: translate3d(0,-50%,0);
  }
  
  .tab_index li:nth-child(3n) {
    margin-right: 0;
  }
  
  .tab_index li.active {
    background-color: #555;
    color: #fff;
  }
  
  .global_area {
    width: 100%;
    padding: 0 0 50px;
  }
  
  .distributor_area:first-child {
    padding-top: 30px;
  }
  
  .distributor_list li .name, .en_stockist_list li .name {
    font-size: 16px;
  }
  
  .distributor_area .title {
    font-size: 13px;
    padding: 0 10px;
  }
  
  .distributor_list li p .icon, .en_stockist_list li p .icon {
    width: 20px;
    height: 14px;
  }
  
  .distributor_list li {
    padding: 40px 10px 40px;
  }
  
  .distributor_list li p, .en_stockist_list li p {
    color: #999;
    font-size: 14px;
  }
  
  .en_stockist_area:first-child {
    margin-top: 0;
  }
  
  .en_stockist_area .title {
    padding: 18px 20px;
    font-size: 15px;
  }
  
  .en_stockist_area .title:before, .en_stockist_area .title:after {
    right: 18px;
    width: 12px;
  }
  
  .en_stockist_area.active .en_stockist_list {
    display: block;
    padding: 0 20px 25px;
  }
  
  .en_stockist_list li {
    width: 100%;
    padding: 28px 0 20px;
  }
  
  .distributor_list li .name + p, .en_stockist_list li .name + p {
      margin-top: 0.3em;
  }
  
  .area_index li {
    margin: 12px 12px 0 0;
  }
  
  .area_index li a {
    display: inline-block;
    font-size: 13px;
    padding: 8px 14px;
  }
  
  .stockist_list {
    border-top: 1px solid #dedede;
    margin-top: 18px;
  }
  
  .stockist_list li {
    padding: 20px  0;
  }
  
  .stockist_list li .address,
  .stockist_list li .contact {
    width: 100%;
    font-size: 13px;
    padding: 0;
    line-height: 1.7;
  }
  
  .stockist_list li .name {
    margin-bottom: 8px;  
    width: 100%;
    padding: 0;
  }
  
  .stockist_list li .web {
    text-align: left;
    margin-top: 4px;
  }
  
  .stockist_list li .web a {
    padding: 0 0 0 22px;
  }
  
  .stockist_list li .web a:before {
      left: 0;
      right: auto;
      top: 1px;
  }
  .stockist_list li .web a:after {
      left: 5px;
      top: 6px;
      right: auto;
  }
  
  .stockist_page .area_layout {
    padding-top: 50px;
  }
  
  .stockist_page .area_layout:first-child {
    padding-top: 20px;
  }
  
  .layout .intro > p {
    margin: 2em 0 0;
    font-size: 15px;
  }
  
  .layout .intro > p br {
    display: none;
  }
  
  .catalog_list {
    display: block;
  }
  
  .catalog_list li {
    width: 100%;
    margin: 16px 0 0;
  }
  
  .contact_page {
    width: 100%;
    padding: 40px 16px 0;
  }
  
  .contact_page p {
    font-size: 14px;
    margin: 3em 0 0;
  }
  
  .contact_page > ul {
    margin-top: 2em;
  }
  
  .contact_page > ul li {
    font-size: 14px;
  }
  
  .wp-block-buttons .is-style-hightide-btn + .is-style-hightide-btn, .wp-block-buttons .is-style-hightide-wide-btn + .is-style-hightide-wide-btn {
    margin-top: 0.5em;
  }
  
  .contact_form dt {
    font-size: 14px;
    margin-top: 30px;
  }
  .contact_form dd {
    margin-top: 12px;
  }
  
  .contact_form input, .contact_form textarea {
    padding: 1rem 1rem 0.8rem;
  }
  
  .contact_form .btn, .contact_page .thankspage_btn {
    margin: 40px 0 0;  
  }
  
  .contact_form .btn button, .contact_page .thankspage_btn a {
    font-size: 14px;
    width: 100%;
  }
  
  .contact_form .btn button.back {
    width: 100%;
  }
  
  .contact_form .btn button + button,
  .contact_form .btn button + a {
    margin-top: 0.5em;
  }
  
  .wp-block-buttons {
    margin: 2em 0 0;
  }
  .wp-block-buttons .is-style-hightide-btn {
    width: 100%;
  }
  .wp-block-buttons .is-style-hightide-btn a, .wp-block-buttons .is-style-hightide-wide-btn a {
    font-size: 15px;
  }
  
  .entry_single .data {
    padding: 0 16px;
    opacity: 0.6;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .entry_single .data .category li a {
    vertical-align: sub;
  }
  
  .entry_single > .title {
    font-size: 19px;
    padding: 0 16px;
  }
  
  .page_title .term_name {
    font-size: 12px;
  }
  
  .entry_single > .img {
    width: calc(100% - 32px);
    margin: 30px auto 0;
  }
  
  .outline_title {
    font-size: 15px;
    padding: 0;
  }
  .table {
    font-size: 13px;
    margin-top: 20px;
  }
  
  .table dt {
    padding: 1.4em 8px 1em 2px;
  }
  
  .table dd {
    padding: 1.4em 2px 1em;
  }
  
  .history {
    width: 100%;
  }
  
  .history:before {
    left: 15px;
  }
  
  .history li {
    font-size: 14px;
    padding-left: 50px;
  }
  
  .history li span:before {
    left: -17px;
  }
  
  .csr_wrap {
    display: block;
  }
  
  .csr_wrap .img {
    width: 100%;
  }
  
  .csr_wrap p {
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
  }
  
  .item_block .item_block_list {
    justify-content: space-between;
    }
  
  .item_block .item_block_list li {
    width: 48%;
    margin: 20px 0 0;
  }
  
  
  
  /* featureページ */
  
  .feature_list {
    justify-content: space-between;
    padding: 5px 0 0;
  }
  
  .feature_list li {
    width: 48%;
    margin: 25px 0 0;
    padding: 0;
  }
  
  .feature_list li .title {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7em 0.2em 0;
  }
  
  
  /* rankingページ */
  
  .ranking_group {
    margin: 50px 0 0;
    padding: 50px 0 0;
    border-top: 1px solid #eee;
  }
  
  .intro + .ranking_group {
    padding: 50px 0 0;  
  }
  
  .ranking_group > .title {
    font-size: 16px;
  }
  
  .ranking_group > p {
    margin-top: 25px;  
  }
  
  .ranking_group > p br {
    display: none;
  }
  
  .ranking_group > p + .ranking_list {
    margin-top: 0;
  }
  
  .intro + .ranking_group .ranking_list{
    justify-content: space-between;
  }
  
  .intro + .ranking_group li {
    width: 48%;
    margin: 25px 0 0;
  }
  
  .ranking_group + .ranking_group .ranking_list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    margin: 25px 0 0;
  }
  
  .ranking_group + .ranking_group .ranking_list li,
  .ranking_group + .ranking_group .ranking_list li:nth-child(5n) {
    width: 38%;
    margin: 0 16px 0 0;
    flex-shrink: 0;
  }
  
  .ranking_group + .ranking_group .ranking_list li:first-child {
    margin-left: 0;
  }
  
  .ranking_list li .img:after {  
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
  }
    
  
  /* stylingページ */
  
  .styling_list > li {
    width: 100%;
    margin: 9% 0 0;
  }
  
  .styling_list > li > .img {
    display: flex;
    align-items: center
  }
  
  .styling_list > li > .img picture {
    width: 46%;
  }
  
  .styling_list > li > .img p {
    font-size: 17px;
    /*position: relative;
    left: auto;
    bottom: auto;
    letter-spacing: 0.03em;*/
    /*border: none;*/
    width: 54%;
    font-weight: bold;
    margin: 0;
    /*padding: 0 0 0 22px;*/
    line-height: 1.3;
    padding: 0.7em 0.7em 0.5em;
    left: 12px;
    bottom: 12px;
    font-size: 15px;
  }
  
  .styling_list > li > .img p span {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 7px;
    opacity: 0.4;
    font-size: 12px;
  }
  
  
  .styling_focus {
    z-index: 55;
  }
  
  .styling_focus .load_area {
    display: block;
    width: 100%;
    max-height: 100%;
    overflow: scroll;
    transform: translate3d(0,0,0);
    position: relative;
    left: auto;
    top: auto;
  }
  
  .styling_focus .load_area .img {
    width: 100%;
    position: relative;
    margin: 0;
    border-radius: 0;
  }
  
  .styling_focus .load_area .img picture {
    border-radius: 0;
  }
  
  .styling_focus .load_area .img p {
    font-size: 24px;
    line-height: 1.65;
    left: auto;
    bottom: auto;
    margin: 25px 16px 14px;
    padding: 0;
    position: relative;
    background: no-repeat;
    border: none;
  }
  
  .styling_focus .load_area .content {
    width: 100%;
    padding: 0 16px 40px;
  }
  
  .styling_focus .load_area .use_items {
    justify-content: left;
  }
  .styling_focus .load_area .use_items li,
  .styling_focus .load_area .use_items li:nth-child(1),
  .styling_focus .load_area .use_items li:nth-child(2) {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 16px;
  }
  
  .styling_focus .load_area .use_items li:nth-child(4n) {
    margin-right: 0;
  }
  
  .styling_focus .load_area .content p {
    margin-top: 1.65em;
    padding-right: 55px;
    font-size: 17px;
    margin: 1em 0 0;
    line-height: 1.8;
  }
  
  .styling_focus .load_area .content .use_items + p {
    font-size: 24px;
    font-weight: bold;
  }
  
  .styling_focus .load_area .content .use_items + p span {
    display: block;
    font-weight: bold;
    opacity: 0.5;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  
  .styling_focus .close_btn {
    right: 10px;
    top: auto;
    bottom: 108px;
    transform: rotate(45deg) scale(0.6);
  }
  
  .styling_focus .next_btn {
    width: 38px;
    height: 38px;
    background-color: rgba(0,0,0,0.2);
    right: 12px;
    top: auto;
    bottom: 60px;
    transform: translate3d(0,0,0);
    border: none;
  }
  
  .styling_focus .prev_btn {
    width: 38px;
    height: 38px;
    background-color: rgba(0,0,0,0.2);
    right: 12px;
    top: auto;
    bottom: 14px;
    transform: translate3d(0,0,0);
    border: none;
  }
  
  .styling_focus .next_btn:before,
  .styling_focus .prev_btn:before {
    border-color: #fff;
  }
  
  .giftpage {
    padding: 50px 0 70px;
    margin-top: 12px;
  }
  
  .giftpage h1 {
    font-size: 27px;
  }
  
  .giftpage h1 + p {
    font-size: 15px;
    margin-bottom: 1.5em;
  }
  
  .giftpage h2 span {
    min-width: auto;
    font-size: 17px;
  }
  
  .giftpage h2 + p {
    text-align: left;
    padding-top: 30px;
  }
  
  .giftpage h2 + p br {
    display: none;
  }
  
  .monthlygift {
    margin-top: -24px;
  }
  
  .monthlygift.archive {
    margin-top: 28px;
  }
  
  .monthlygift .gift_set .wrap {
    display: block;
    padding: 45px 16px 45px;
  }
  
  .monthlygift .gift_set .archive {
    text-align: center;
    padding: 0 0 40px;
  }
  
  .monthlygift .gift_set .archive a {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 16px;
  }
  
  .monthlygift.archive .gift_set .wrap {
    display: block;
    padding: 40px 16px;
  }
  
  .monthlygift .gift_set .wrap > .img {
    width: 100%;
  }
  
  .monthlygift .gift_set .wrap > .img p {
    display: none;
  }
  
  .monthlygift .gift_set .wrap .summary {
    width: 100%;
    padding: 0 4px 0;
  }
  
  .monthlygift .gift_set .wrap .summary h3 {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin: 26px 0 0;
  }
  
  .monthlygift .gift_set .wrap .summary .intro {
    font-size: 14px;
    margin: 0.8em 0 0;
  }
  
  .monthlygift .gift_set .wrap .summary .totalprice {
    margin-top: 10px;
  }
  
  .monthlygift .gift_set .wrap .summary .totalprice .price {
    font-size: 16px;
    text-align: right;
  }
  
  .monthlygift .gift_set .wrap .summary .totalprice .price span {
    font-size: 26px;
  }
  
  .monthlygift .gift_set .wrap .summary .totalprice .note {
    font-size: 11px;
    text-align: right;
  }
  
  .monthlygift .gift_set .wrap .gift_items {
    margin: 10px 0 0;
  }
  
  .monthlygift .gift_set .wrap .gift_items .gift_item {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  
  .monthlygift .gift_set .wrap .gift_items .gift_item:nth-child(2n) {
    margin-right: 0;
  }
  
  .monthlygift .gift_set .wrap .summary button {
    width: 42px;
    padding: 11px 0;
  }
  
  .monthlygift + .wp-pagenavi {
    padding: 0 16px;  
  }
  
  .giftpage .layout.sp_cancel {
    padding-left: 0;
    padding-right: 0;  
  }
  
  .giftpage .feature_list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    padding: 0 0 0 16px;
    margin-top: 26px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .giftpage .feature_list li {
      flex-shrink: 0;
      width: 70%;
      margin: 0 4% 0 0;
  }
  
  .scene_list {
    padding-top: 17px;
  }
  
  .scene_list > li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  
  .scene_list > li:nth-child(2n) {
    margin-right: 0;
  }
  
  .scene_list > li a p {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    background-color: transparent;
    margin: 10px 0 0;
  }
  
  .price_category_list {
    padding-top: 15px;
  }
  
  .price_category_list > li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  
  .price_category_list > li:nth-child(2n) {
    margin-right: 0;
  }
  
  .price_category_list > li a {
    font-size: 14px;
    padding: 1.5em 0;
  }
  
  .gift_category_list {
    padding-top: 17px;
  }
  
  .gift_category_list > li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  
  .gift_category_list > li:nth-child(2n) {
    margin-right: 0;
  }
  
  .gift_category_list > li a .summary {
    width: calc(100% - 32%);
    font-size: 12px;
    padding: 0 0.8em;
  }
  
  .gift_category_list > li a .img {
    width: 32%;
    height: auto;
    position: relative;
  }
  
  .gift_category_list > li a .img:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #efefef;
  }
  
  .gift_category_list > li a .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
  }
  
  .wrapping_giude {
    display: block;
    padding-top: 30px;
  }
  
  .wrapping_giude .img {
    width: 100%;
  }
  
  .wrapping_giude .summary {
    width: 100%;
  }
  
  .wrapping_giude .summary > p {
    font-size: 15px;
    margin: 25px 0 0;
  }
  
  .wrapping_giude .summary ul {
    margin-top: 25px;
  }
  
  .wrapping_giude .summary ul li > a p {
    position: relative;
    left: auto;
    bottom: auto;
    background-color: transparent;
    padding: 0;
    margin: 10px 0 0;
  }
  
  .giftcard_list {
    padding-top: 22px;
  }
  
  .giftcard_list > li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  
  .giftcard_list > li:nth-child(2n) {
    margin-right: 0;
  }
  
  .giftpage .listopen {
    padding: 25px 0 0;
  }
  
  .giftpage .monthlygift + .listopen {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .giftpage .listopen a {
    padding: 1.4em 0;
    display: block;
    min-width: auto;
  }
  
  /* POPUPバナー */
  .popup_banner.type_right {
    width: 38.5%;
    height: auto;
    right: 5px;
    bottom: 70px;
  }
  .popup_banner.type_left {
    width: 38.5%;
    height: auto;
    left: 10px;
    bottom: 10px;
  }
  .popup_banner.type_center {
    width: 64vw;
    height: auto;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%,-50%,0);
  }
  
  .popup_banner .popup_close {
    display: block;
    width: 26px;
    height: 26px;
  }
  
  .popup_banner.type_right .popup_close {
    right: auto;
    left: -8px;
    top: -8px;
  }
  
  .popup_banner.type_left .popup_close {
    right: -8px;
    left: auto;
    top: -8px;
  }
  
  .popup_banner .popup_close:before {
    width: 12px;
    left: 7px;
    top: 13px;
  }
  
  .popup_banner .popup_close:after {
    width: 12px;
    left: 7px;
    top: 13px;
  }
}