﻿@charset "UTF-8";

/*
Theme Name: 管理系（黒）サイト
Version: 1.0
*/

/* ====        SP版　　　ここから↓↓↓　　　==== */
/*----------------------------------------------------
               1. 基本設定（SP版）
----------------------------------------------------*/
/* テキストの自動拡大を無効化 */
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* リセット(margin&padding reset)
--------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/* HTML5
-------------------------------------*/
article,aside,canvas,details,figcaption,figure, header,footer,main,menu,nav,section,summary {
	display: block;
}
h1, h2, h3, h4, h5, h6{
	word-wrap: break-word;
	word-break: break-all;
	overflow-wrap: break-word;
	font-weight: 600;
	font-feature-settings: "palt";
}
.h2, .h3, .h4, .h5, .h6, .mainSection-title, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 1.2em;
	clear: both;
}
div:after, ul:after, ol:after, dl:after {
  clear: both;
}

/* ページ全体の設定 */
body {
	margin: 0;
	color: #fff;
	font-size: 16px;
	/* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; */
	/* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	/* font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo, sans-serif; */
	/* font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif; */
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	line-height: 1.5;
	word-break: break-all;
	background: #000;
}
/* IE Hacks(Font) */
/*@media all and (-ms-high-contrast:none){
body{
font-family: メイリオ, Meiryo, sans-serif;
}
}*/
/* リンク */
a {
	color: #ffffff;
	text-decoration: none;
	transition: opacity  0.35s ease;
}
a:hover {
	opacity: 0.7;
	/* text-decoration: underline; */
}
/* 見出し基本設定 */
h1 {
	font-size: 16px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
p {
	line-height: 1.7;
	margin-top: 0;
	/* margin-bottom: 1.2em; */
	overflow-wrap: break-word;
	font-size: 14px;
	font-weight: 500;
}

/* 画像関連 */
img {
	max-width: 100%;
	height: auto;
	outline: none;
	width: 100%;
}
figure {
	margin: 0;
	padding: 0px;
}
.mainSection .blocks-gallery-item img {
	border-radius: 5px;
}
.mainSection figcaption {
	border-radius: 5px;
}
/* 強調 */
em {
	font-style: normal; /* 斜体を解除 */
	font-weight: normal; /* 太字を解除 */
}
/* list style */
dl, ol, ul {
	margin-top: 1.5em;
	margin-bottom: 1.2em;
}
ul {
	 font-size: 14px;
}
/* link do not want a dot */
li {
    list-style: none;
    margin-bottom: .8em;
    line-height: 1.65em;
}

label {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* 改行指定 */
.brEna2 {
    display: inline-block;
}
/* TEL */
a[href^="tel:"] {
	pointer-events: auto;
}
/* number制御 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
/* 汎用クラス
--------------------*/
.tdn {
    text-decoration: none !important;
}
/* display: none;（強制） */
.dn {
	display: none !important;
}
/* display: block;（強制） */
.db {
	display: block !important;
}
/* display: inline-block;（強制） */
.dib {
	display: inline-block !important;
}
/* display: block;（強制） */
.df {
	display: flex !important;
}
/* visibility: hidden;（強制） */
.vh {
	visibility: hidden !important;
}
/* text-align: center（強制） */
.tac {
	text-align: center !important;
}
/* text-align: left（強制） */
.tal {
	text-align: left !important;
}
/* text-align: right（強制） */
.tar {
	text-align: right !important;
}
/* positionリセット（強制） */
.ps {
	position: static !important;
}
.posR {
	position: relative !important;
}
/* margin無し（強制） */
.mn {
	margin: 0 0 0 0 !important;
}
/* padding無し（強制） */
.pn {
	padding: 0 0 0 0 !important;
}
/* padding設定（強制） */
.pt0 {
	padding-top: 0px !important;
}
.pt20 {
	padding-top: 10px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt100 {
	padding-top: 100px !important;
}

.ptFix {
	padding: 1px 20px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pb50 {
	padding-bottom: 50px !important;
}
.pb60 {
	padding-bottom: 60px !important;
}
.pt90 {
    padding-top: 90px !important;
}
/* margin設定（強制） */
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	/* margin-bottom: 30px !important; */
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	/* margin-bottom: 70px !important; */
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mt-10 {
	margin-top: -10px !important;
}
.mt-60 {
	margin-top: -60px !important;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10v2 {
	 margin-top: 10px !important; 
}
.mt20 {
	/* margin-top: 20px !important; */
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mtFix1 {
	margin-top: -40px !important;
	margin-bottom: 40px !important;
}
.mtFix2 {
	margin-top: -30px !important;
}
.mtFix3 {
	margin-top: -20px !important;
}
.mtFix4 {
	margin-top: -15px !important;
	margin-bottom: 20px !important;
}
.ml0 {
	margin-left: 0px !important;
	margin-top: 1px!important;
}
.ml10 {
	margin-left: 10px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mce {
	margin: 0 auto!important;
}
.mcemb {
	margin: 0 auto 30px !important;
}
/* width設定 （強制）*/
.w40 {
    width: 40% !important;
}
.w47 {
    width: 47% !important;
}
.w90 {
    width: 90% !important;
}
.w100 {
    width: 100% !important;
}
.w100px {
    width: 100px !important;
}
/* max-width設定 （強制）*/
.mwc {
    max-width: 1265px!important;
}
.mw65 {
	max-width: 65px!important;
}
.mw500 {
	max-width: 500px!important;
    margin: 0 auto;
}
.mw600 {
	max-width: 600px!important;
}
.mw800 {
	max-width: 800px!important;
}
.mw900 {
	max-width: 900px!important;
}
.mw1000 {
	max-width: 1000px!important;
}
.mwNone {
	max-width: none!important;
}
.minH400 {
	min-height: 400px!important;
}
.minH500 {
	min-height: 500px!important;
}
.minH600 {
	min-height: 600px!important;
}

/* box-shadow無し（強制）*/
.bsn {
	box-shadow: none !important;
}

/* text-shadow設定 */
.txtShadow {
	text-shadow: 1px 1px 0 rgba(138, 138, 138, 0.2);
	text-shadow: 1px 1px 0 rgba(83, 72, 56, 0.1);
}
/* 背景設定 */
.bg01 {
    background: #000000;
}
.bg02 {
    background: url(../images/bg10_jet6.jpg) repeat;
}
.bg03 {
    background: url(../images/bg10_jet6.jpg)  repeat;
}
.bg06 {
    background: #fff;
}
.bg07 {
    background: url(../images/brandBG.jpg)  no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}
/* 画面幅いっぱいにしたい要素にあてるクラス */
.widthMax { 
  margin: 0 calc(50% - 50vw) !important;
}
.widthMax2 { 
  margin: 0 calc(50% - 50vw) !important;
}
.h100 {
    overflow-y: auto;
    min-height: 100vh;
}
.h100ver2 {
	overflow-y: auto;
	min-height: calc(100vh - 196px);
}
.h100ver3 {
	overflow-y: auto;
	min-height: calc(100vh - 285px);
}
/* フォントボールド*/
.fontBold {
	font-weight: bold !important;
}
/* フォントノーマル*/
.fontNormal {
	font-weight: normal !important;
}

/* フォントサイズ設定（強制） */
.fs_1 {
    font-size: 10px !important;
}
.fs_2 {
    font-size: 11px !important;
}
.fs_3 {
    font-size: 11px !important;
}
.fs_4 {
    font-size: 13px !important;
}

/* Flex寄せ方設定 */
.justy__ec {
	justify-content: center;
}
.justy__es {
	justify-content: center;
}
.justy__ee {
	justify-content: center;
}
/* 改行設定 */
.brMobileMain {
    display: block;
}
.brMobile {
	display: none;
}
.bn {
    border: none !important;
}
/* PCスマホ表示設定（インライン） */
.dpPC_inline {
    display: none;
}

/* pagetopに戻る設定
--------------------*/
.pagetop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 5;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    line-height: 50px;
    position: relative;
    border: 1px solid #43a300;
}
.pagetop a:hover{
	 border: 1px solid #53b111;
	 background: #fff;
}
.pagetop a::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-left: solid 4px #43a300;
	border-top: solid 4px #43a300;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 24px;
	left: 23px;
	margin-top: 0px;
	transition: all  0.35s ease;
}
.pagetop a:hover::before {
	border-left: solid 4px #43a300;
	border-top: solid 4px #43a300;
}
/*----------------------------------------------------
               2. レイアウト設定（SP版）
----------------------------------------------------*/

/*コンテナ */
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/* 「ヘッダー」ブロック */
header {
	/* padding: 5px 0px 5px; */
	text-align: center;
	background: #222222;
	width: 100%;
	min-height: 50px;
	position: relative;
	top:0;
	box-sizing: border-box;
	z-index: 5;
	position: fixed;
	/*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);*/
}
/* 「コンテンツ」ブロック  ランディングページ*/
.contents_LP {
	padding-bottom: 10px;
}
/* 「コンテンツ」ブロック  黒系　*/
.contents_Bl {
	padding-top: 50px;
	padding-bottom: 10px;
	color: #333333;
}


/* 「コンテンツ」ブロック */
.contents {
	padding-bottom: 10px;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
	overflow: hidden;
}
/* 「フッター」ブロック */
footer {
    background: #ffffff;
    padding: 0;
    font-size: 14px;
    clear: both;
    width: 100%;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
    border-top: 1px solid #AAAAAA;
}
.footer__inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100%;
}
.sectionBox {
	padding-top: 3em;
	padding-bottom: 0em;
	display: block;
}
.footerLogoNew {
	text-align: center;
	color: #000;
	margin: -20px 0px 20px;
}
.footerLogoNew img{
    
}

/* 新しいフッターメニュー（横一列） */
.footerMenu {
  background: #ffffff;
  padding: 5px 0;
  display: block;
  text-align: center;
}
.footerMenu ul{
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footerMenu ul li{
  /* display: inline-block; */
  padding: 0 10px;
  width: 100%;
  /* text-align: center; */
}
.footerMenu ul li a{
    color: #000;
    text-decoration: none;
    opacity: 1;
    position: relative;
}
.footerMenu ul li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -7px;
	left: 0;
	border-bottom: 1px solid #000;
	transition: .2s ease-out;
}
.footerMenu ul li a:hover:before {
	width: 100%;
}
.footerMenu ul li a:hover {
    opacity: 1;
}


/*----------------------------------------------------
               3. ヘッダー詳細（SP版）
----------------------------------------------------*/
/*「ヘッダー」ブロック内のコンテナ */
.wrapper {
	display: block;
	justify-content: center;
	align-items: center;
	height: 50px;
	flex-direction: row;
	padding: 0 0 0 10px;
	max-width: 1750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
img.caseImg {
	max-width: 45px;
	vertical-align: middle;
	height: 17px;
}

/*----------------------------------------------------
               4. ナビゲーション（ドロワー）メニュー （SP版）
----------------------------------------------------*/
body.nav-open {
	overflow:hidden; 
}
.drawerMenu {
	width: auto;
	position: relative;
	width: 100%;
	/* height: 50px; */
}

.gnav{
	position: fixed;
	right: -100vw;
	top: 50px;
	width: 100vw;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	/* margin-top: 93px; */
	padding: 10px 0 100px;
	background: #4e4e4e;
	/* transition: right 0.3s   cubic-bezier(0.9, -0.01, 0.08, 1.04); */
	z-index: 2;
	overflow-y: auto;
	/* border-top: 1px solid #eee; */
}
/* IE Hackの設定 */
_:-ms-lang(x)::-ms-backdrop, .gnav{
	transition: none;
}
.hamburger {
	position: absolute;
	right: 0;
	top: -52px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 300;
	/* background: #fff; */
	border-radius: 5px;
	/* border: 1px solid #2e6da4; */
}
.nav {
  margin: 0;
  padding: 50px 0 100px;
  list-style: none;
  font-size: 16px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
  font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.menu-item {
  text-align: center;
  padding: 0 0 10px 0px;
  margin-bottom: 10px;
  line-height: normal;
}
/*右からフェードイン*/
.fade_right {
   opacity: 0;
   animation-name: fadein-right;
   animation-timing-function: ease-in-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-right {
   0% {
      opacity: 0;
      transform: translateX(60px);
   }

   100% {
      opacity: 1;
      transform: translateX(0);
   }
}
.menu-item:nth-of-type(1) {
  animation-duration: 0.2s;
}

.menu-item:nth-of-type(2) {
  animation-duration: 0.4s;
}

.menu-item:nth-of-type(3) {
  animation-duration: 0.6s;
}
.menu-item:nth-of-type(4) {
  animation-duration: 0.8s;
}
.menu-item:nth-of-type(5) {
  animation-duration: 1s;
}
.menu-item:nth-of-type(6) {
   animation-duration: 1.2s; 
}
.menu-item:nth-of-type(7) {
  animation-duration: 1.4s;
}
.pointArea {
	animation-duration: 0s !important;
}
.menu-item a {
  display: block;
  padding: 0px 10px 10px;
  border-bottom: 0px solid #b1c5d4;
  text-decoration: none;
  color: #ffffff;
  /* background: linear-gradient(to right, #3089cd 0%,#005bac 100%); */
  font-weight: 600;
  transition: opacity 0.15s ease;
}
.menu-item:first-child a {
    /* border-top: 1px solid #eee; */
}
.menu-item a:hover {
	opacity: 1;
    text-decoration: none;
}
/* リンク無効 */
.menu-item-has-children > a{
	/* pointer-events: none; */
}
li.menu-item-has-children ul {
	margin-top: 0;
}

/* point */
.pointArea {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	/* padding: 0; */
	/* margin: auto; */
	/* text-align: center; */
}
.pointWrap {
	display: inline-block;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 2px 5px;
	border-radius: 5px;
	border: 2px solid #1a1513;
	box-shadow: 1px 1px 0px 0px #1a1512;
	margin: 0 auto;
	text-align: left;
}
.pointTitle{
    display: block;
    font-size: 18px;
    font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.pointNum{
    display: block;
    font-size: 25px;
    padding: 2px 3px;
    border-top: 1px solid #1a1513;
    margin: 5px 0 0;
}
.pointP {
    font-style: normal;
    font-size: 17px;
}

/* サブメニュー */
ul.sub-menu li {
	margin: 0;
	padding: 0;
}
ul.sub-menu li a {
	margin: 0;
	padding: 2px 0 5px 70px;
	width: 100%;
	text-indent: 0em;
	/* background: linear-gradient(to right, #3089cd 0%,#005bac 100%); */
	position: relative;
	font-size: 17px;
}
ul.sub-menu li a:before {
	font-family: "Font Awesome 5 Free";
	content: '\f068';
	font-weight: 900;
	position: absolute;
	top: 10px;
	left: 45px;
	font-size: 10px;
}

.hamburger__line {
  position: absolute;
  left: 23px;
  width: 3px;
  height: 3px;
  background-color: #e3e3e3;
  transition: all .15s ease;
}
.hamburger__line--1 {
  top: 12px;
}
.hamburger__line--2 {
  top: 19px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
	position: fixed;
	left: 0;
	top: 50px;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
	cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .gnav{
  right: 0;
  transition: right 0.3s   cubic-bezier(0.9, -0.01, 0.08, 1.04);
}
.nav-open .black-bg {
  /* opacity: 1; */
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  /* transform: rotate(45deg); */
  top: 19px;
  left: 13px;
}
.nav-open .hamburger__line--2 {
  width: 3px;
  left: 23px;
}
.nav-open .hamburger__line--3 {
  /* transform: rotate(-45deg); */
  top: 19px;
  left: 33px;
}
.menuAndClose {
	font-size: 9px;
	position: absolute;
	top: 32px;
	left: 5px;
	display: block;
	width: 39px;
	text-align: center;
	font-family: Arial,sans-serif;
	color: #e3e3e3;
}

/* 新しいグローバルメニュー */
.menu-item a.buttonMenu001 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	transition: all  .3s ease;
	color: #eeeeee;
	font-weight: 600;
	/* padding-right: 20px; */
	background-size: 20px !important;
	background-position: 95% center !important;
	border: 1px solid #bbb;
    overflow: hidden;
	position: relative;
}
.menu-item a.buttonMenu001.btnIconManBG {
	background-image: url(../images/icon_manW.png) !important;
	background-repeat: no-repeat;
}
.menu-item a.buttonMenu001.btnIconDoorBG {
	background-image: url(../images/icon_doorW.png) !important;
	background-repeat: no-repeat;
}

.menu-item a.buttonMenu001::before, .buttonMenu002::before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	border-top: 10px solid #5a5a5a;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #5a5a5a;
}

.menu-item a.buttonMenu001::after {
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    transition: .5s;
    content: '';
}

.menu-item a.buttonMenu001:hover::after {
    animation: flash .5s;
}

@keyframes flash {
    100% {
        left: 120%;
    }
}

.buttonClass001:hover, .buttonClass002:hover {
	box-shadow: 4px 4px 0px 0px #5a5a5a;
	border: 1px solid #5a5a5a;
	/* mix-blend-mode: multiply; */
	background-color: #f9f9f9;
	opacity: 1;
	/* color: #fff; */
}

.displayChange2 {
    display: none;
}
.snsFlexWrap {
	display: flex;
	justify-content: center;
	align-items: center;
    margin: 30px 0 0;
}
.menu-item a.snsIcon, .menu-item a.snsIcon2 {
	display: block;
	padding: 0;
	margin-right: 10px;
}
.menu-item a.snsIcon img{
    width: 35px;
    height:auto;
    vertical-align: middle;
}
.menu-item a.snsIcon2 img{
    width: 50px;
    height:auto;
    vertical-align: middle;
}
.menu-item a.snsIcon:before, .menu-item a.snsIcon2:before {
	display: none;
}
.animeOff {
	animation-duration: 0s !important;
}
.animeOff2 {
	animation-duration: 0s !important;
}

.menu-item a.possessionPoints {
	background: #5f5f5f;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #848585;
	padding: 13px 20px;
}

.menu-item a.possessionPoints span b {
	margin-right: 5px;
}


 /*----------------------------------------------------
               5.　共通パーツ（SP版）
----------------------------------------------------*/
.sectionWrap {
	padding: 0;
	margin-bottom: 50px;
}
.sectionWrap h2 {
    	color: #fff;
    	font-weight: bold;
    	margin: 0px 0px 0px;
    	padding: 20px 10px 20px;
    	text-align: left;
    	font-size: 14px;
    	line-height: 2em;
}
.sectionWrap h2 span {
    color: #fcff00;
 }

.sectionWrap p {
	font-size: 13px;
}
 /*----------------------------------------------------
               6.　「form」基本パーツ（SP版）
----------------------------------------------------*/
input, textarea {
	box-sizing: border-box;
	padding: 10px;
	outline:none;
	letter-spacing: 0.05em;
}
input, textarea, select{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
input, textarea, select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="submit"] , input[type="button"] {
	cursor: pointer;
}
input[type=radio] {
	display: none;
    /* visibility: hidden; */
}
input[type=radio] {
	cursor: pointer;
}
select::-ms-expand {
    display: none;
}
/* placeholder設定*/
input::placeholder, textarea::placeholder { color: #999; }
input:-ms-input-placeholder {
  color: #999;
}
/*
チェックボックス
*/
.checkWrap {
	margin: 0px 0 30px 0px;
	border-radius: 0px;
}
.checkBox {
	display: none;
}
/* 黒背景 */
.checkbox01 {
	cursor: pointer;
	display: inline-block;
	padding: 4px 4px 0px 38px;
	position: relative;
	width: auto;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 34px;
	height: auto;
}
/* 白背景 */
.checkbox02 {
	cursor: pointer;
	display: inline-block;
	padding: 4px 4px 0px 38px;
	position: relative;
	width: auto;
	font-size: 15px;
	font-weight: normal;
	color: #333;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 34px;
	height: auto;
}


.checkbox01::before, .checkbox02::before {
	background: #fff;
	border: 2px solid #adadad;
	border-radius: 3px;
	content: '';
	display: block;
	height: 20px;
	left: 6px;
	margin-top: 0;
	position: absolute;
	top: 9px;
	width: 20px;
}

.checkbox01::after, .checkbox02::after {
	border-right: 4px solid #198ec7;
	border-bottom: 3px solid #198ec7;
	content: '';
	display: block;
	height: 14px;
	left: 14px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 27px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	width: 4px;
}

input[type=checkbox]:checked + .checkbox01::after, input[type=checkbox]:checked + .checkbox02::after {
	opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}



 /*----------------------------------------------------
               7.　フッター（SP版）
----------------------------------------------------*/
.footerLogoWrap {
	overflow: hidden;
	position: relative;
	display: block;
	overflow: hidden;
	margin: .8em 0 .8em;
	box-sizing: border-box;
}
.footerArea {
	/* margin-bottom: 25px; */
	text-align: center;
}
.profile_text {
	margin-bottom: 1em;
	font-size: 14px;
	text-align: left;
}
.profile_text a{
    color: #fff;
    text-decoration: none;
    opacity: 1;
}
.profile_text a:hover {
    opacity: 1;
}



.sectionBox p {
	font-size: 10px;
	text-align: center;
    color: #000000;
}
 /*----------------------------------------------------
               8.　スクロール設定（SP版）
----------------------------------------------------*/

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 600ms;
  transition-timing-function: ease-out;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-100px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/*----------------------------------------------------
               9.　ポップアップ・アラート（SP版）
----------------------------------------------------*/
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
/* アラート */
.modal__content_dialog{
    background: #fff;
    left: 50%;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 600px;
    max-height: 80%;
    height: auto;
    border-radius: 3px;
    /* overflow-y: auto; */
}
.aleBd {
    border: 1px solid #777777;
}
.verBd {
    border: 1px solid #777777;
}
.modal__bg_dialog {
	background: rgba(0,0,0,0.7);
	height: 100vh;
	position: absolute;
	width: 100%;
	cursor: pointer;
}
.dialogArea {
	padding: 20px;
	font-size: 16px;
}
.flexWrap2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

p.manText {
	font-size: 15px;
	padding: 0px 0 60px;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
	overflow: auto;
	max-height: 48vh;
	font-weight: bold;
}
/* ボタン幅・色設定 disabled（強制）*/
.w150 {
	width: 150px !important;
}
.btn_03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 300px;
	height: 50px;
	position: relative;
	background: linear-gradient(to bottom, #ffface 0%,#ffea2e 100%);
	border: 2px solid #cfc465;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 0;
	color: #333;
	font-size: 15px;
	letter-spacing: 0.2em;
	line-height: 1.3;
	transition: opacity 0.3s;
	margin: 0 10px;
	font-weight: bold;
	box-shadow: 0px 5px 0 0 #998a05;
	text-align: center;
}
.btn_03:hover {
  opacity: .85;
}
.btn_03:active {
	opacity: .85;
	box-shadow: 0px 3px 0 0 #998a05;
	transform: translateY(2px);
}
input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled, input[type=button].disable, input[type=reset].disable, input[type=submit].disable  {
	background: #f8f8f8 !important;
	border: 1px #ccc solid !important;
	color: #888 !important;
	cursor: default;
	pointer-events: none;
}
.dialogWrap {
    display: flex;
    padding: 0px 10px 0;
    border: 2px solid #03a9f4;
    margin-bottom: 20px;
    height: 150px;
}
.cautionIconArea {
    padding: 20px 15px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cautionIconArea img{
    width: 35px;
    height: auto;
    display: block;
}
.cautionTextArea {
	font-size: 13px;
	padding: 20px 10px;
	display: grid;
	justify-content: left;
	text-align: left;
	align-items: center;
	place-items: center;
	overflow-y: auto;
	max-height: 148px;
	width: 80%;
	color: #333;
}
.cautionTextArea2 {
	font-size: 13px;
	padding: 20px 10px;
	display: grid;
	justify-content: center;
	text-align: center;
	align-items: center;
	place-items: center;
	overflow-y: auto;
	max-height: 148px;
	width: 100%;
	color: #333;
}

.aleBG {
	border: 1px solid #ffb84c;
	background: #f4f4f4;
}
.verBG {
	border: 1px solid #93c35a;
	background: #f4f4f4;
}

.popUpButton001 {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	color: #333;
	margin: 10px 10px 0px;
	transition: all  .3s ease;
	font-weight: 600;
	/* padding-right: 20px; */
	position: relative;
	border: 1px solid #5a5a5a;
	font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.popUpButton001:hover {
	box-shadow: 4px 4px 0px 0px #5a5a5a;
	border: 1px solid #5a5a5a;
	/* mix-blend-mode: multiply; */
	background-color: #f9f9f9;
	opacity: 1;
	/* color: #fff; */
}

.popUpButton002 {
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	margin: 10px 10px 0px;
	transition: all  .3s ease;
	font-weight: 600;
	/* padding-right: 20px; */
	position: relative;
	border: 1px solid #5a5a5a;
	font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.popUpButton002:hover {
	box-shadow: 4px 4px 0px 0px #5a5a5a;
	border: 1px solid #9e9e9e;
	/* mix-blend-mode: multiply; */
	/* background-color: #f9f9f9; */
	opacity: 1;
	/* color: #fff; */
}
/*----------------------------------------------------
               10.　「キャンペーンバナー」ポップアップ（SP版）
----------------------------------------------------*/
body.open {
	overflow:hidden; 
}
.banner-modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.banner-modal__content_dialog{
    background: #fff;
    left: 50%;
    padding: 0px;
    position: absolute;
    top: 47%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 300px;
    height: auto;
    border-radius: 3px;
}
.banner-modal__bg_dialog {
	background: rgba(0,0,0,0.7);
	height: 100vh;
	position: absolute;
	width: 100%;
	cursor: pointer;
}
.banner-dialogArea {
	padding: 10px;
	font-size: 16px;
}
.banner-flexWrap2 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
    flex-wrap: wrap;
}
.banner-dialogWrap {
	display: block;
	padding: 0px;
	border: 1px solid #333333;
	background: #f4f4f4;
	margin-bottom: 20px;
	/* height: 475px; */
}
.banner-cautionTextArea {
	font-size: 13px;
	padding: 0;
	display: grid;
	justify-content: center;
	text-align: left;
	align-items: center;
	place-items: center;
	overflow-y: auto;
	height: auto;
	max-height: 250px;
	color: #333;
}
.banner-popUpButton {
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 45px;
	/* padding: 5px 30px; */
	width: 230px;
	height: 50px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	margin: 10px 10px 0px;
	transition: all  .3s ease;
	font-weight: 600;
	/* padding-right: 20px; */
	position: relative;
	border: 1px solid #5a5a5a;
	font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.banner-popUpButton:hover {
	box-shadow: 4px 4px 0px 0px #5a5a5a;
	border: 1px solid #9e9e9e;
	/* mix-blend-mode: multiply; */
	/* background-color: #f9f9f9; */
	opacity: 1;
}
.checkbox03 {
	cursor: pointer;
	display: inline-block;
	padding: 4px 4px 0px 38px;
	position: relative;
	width: auto;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	border-radius: 3px;
	vertical-align: middle;
	line-height: 34px;
	height: auto;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.checkbox03::before {
	background: #fff;
	border: 2px solid #adadad;
	border-radius: 3px;
	content: '';
	display: block;
	height: 20px;
	left: 6px;
	margin-top: 0;
	position: absolute;
	top: 9px;
	width: 20px;
}
.checkbox03::after {
	border-right: 4px solid #198ec7;
	border-bottom: 3px solid #198ec7;
	content: '';
	display: block;
	height: 14px;
	left: 14px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 27px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	width: 4px;
}
input[type=checkbox]:checked + .checkbox03::after {
	opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
input.checkBox.disable + .checkbox03 , input.checkBox:disabled + .checkbox03 {
	color: #999 !important;
	pointer-events: none !important;
	box-shadow: none !important;
}
input.checkBox:disabled + .checkbox03::before {
	background: #dcdcdc;
	border: 2px solid #adadad;
}

picture source {
	vertical-align: top;
}
picture img {
	vertical-align: top;
}

.modal-close2 {
	position: absolute;
	right: -19px;
	top: -21px;
	width: 41px;
	height: 42px;
	cursor: pointer;
	z-index: 300;
	background: #000;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0px 0px 6px 0px #636363;
	transition: transform .4s cubic-bezier(.23,1,.32,1),opacity .2s;
	opacity: 1;
}
.modal-close2:hover {
	transform: scale(1.1);
	background: #000;
	transition: transform .4s cubic-bezier(.23,1,.32,1);
}
.modal__line {
	position: absolute;
	left: 7px;
	width: 21px;
	height: 3px;
	background-color: #fff;
	top: 18px;
}
.modal__line--1 {
	transform: rotate(45deg);
	top: 16px;
}
.modal__line--3 {
	transform: rotate(-45deg);
	top: 16px;
}

/* アニメーション */
picture {
    background-color: #fff;
}
.fade_move {
   animation-name: fade_move;
   animation-duration: 1s;
   animation-delay: 1s;
   animation-timing-function: ease-in-out;
   animation-fill-mode: forwards;
   margin: 0 0 0px;
}
@keyframes fade_move {
   0% {
      opacity: 1;
      transform: translateY(0);
   }
   50% {
      opacity: 1;
      transform: translateY(-15px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

/* テキストエリア */
.bannerText {
    font-size: 13px;
    padding: 20px 5px 20px;
    font-weight: 600;
}
.bannerTextBottom {
	font-size: 13px;
	padding: 10px 10px 10px;
	font-weight: 600;
	background: #000;
	color: #fff;
	width: 100%;
	text-align: center;
}
.bannerTextIndent {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}


/*----------------------------------------------------

            1.   「ホーム」ページ（SP版）

----------------------------------------------------*/

/* 
-------------------------------------*/
/* 枠基本A */
.basicColum{
	margin: 0 0px 30px;
	padding: 10px;
	display: flex;
	flex-direction: column;
}
/* ヒーローヘッダ（仮設置） */
.sectionA {
	width: auto;
	padding-bottom: 0;
	background: #363636 url("../images/topBG3.jpg") no-repeat;
	background-size: cover;
	margin-top: 50px;
	/* margin-right: calc(-50vw + 50%); */
	/* margin-left: calc(-50vw + 50%); */
	position: relative;
	/* min-height: 300px; */
}
/* ヒーローヘッダ（明暗調整） */
.sectionA::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* 枠基本B 新しい組み方*/
.siteContent {
	padding: 4rem 0 2rem;
}
.siteContent2 {
	padding: 2rem 0 1rem;
}
.siteContent3 {
	padding: 0rem 0 1rem;
}
.siteContent7 {
	padding: 1rem 0 1rem;
}
.rowCol {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
/* メインカラム */
.mainSection, .sideSection {
	width: 100%;
	flex-basis: unset;
	padding: 0 10px;
	/* margin-bottom: 2rem; */
}
/* 3cols */
.row3col {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.fle3xCol {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 40px;
}
.itemLink {
	color: #333;
}
.itemLink:hover {
    text-decoration: none;
}
.itemLink:hover .iconWrap {
    transform: translateY(-0.1875em);
    transition: transform .3s ease;
}
.iconWrap {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
    transition: transform .3s ease;
}
.iconStyle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 36px;
}
.itemTitle {
	background-color: transparent;
	margin-top: .9em;
	margin-bottom: .6em;
	text-align: center;
	font-size: 21px;
	line-height: 1.4em;
	border: none;
	border-radius: unset;
	padding: 0;
	color: inherit;
	display: block;
}
.itemSummary {
	margin-bottom: .5em;
	text-align: center;
	line-height: 1.8em;
	margin-top: 0;
    font-size: 14px;
}



/* サブカラム */
.sideSection:after {
	content: "";
	clear: both;
	display: block;
}
.contactSection {
	margin-bottom: 25px;
}
.contactCard {
	border: 3px solid rgba(0,0,0,0.07);
	border-radius: 5px;
	margin: 0;
}
.contactFrame {
	padding: 1.4rem 1.3rem;
	position: relative;
	display: block;
	overflow: hidden;
	background: #fafafa;
}
.contactTxt {
	text-align: center;
	margin-bottom: 0;
}
.contact_txt_catch {
	font-size: 14px;
	line-height: 128.6%;
	display: block;
	overflow: hidden;
}
.contact_txt_tel {
	font-size: 22px;
    display: inline-block;
	white-space: nowrap;
	padding: 5px 0;
	line-height: 105%;
	font-weight: 700;
	color: #43a300;
}
.contact_txt_tel_icon {
	margin-right: .3rem;
}
.contact_txt_time {
	font-size: 10px;
    display: block;
	line-height: 128.6%;
}
/*----------------------------------------------------

            2.   「サブ」ページ（SP版）

----------------------------------------------------*/
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.page_header {
	background: linear-gradient(to bottom, #62bb24 0%,#43a100 100%);
	color: #fff;
    margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}
.header_pageTitle {
	margin: 1.2em auto;
	font-size: 22px;
	line-height: 1.1;
}
.content_full {
	margin-bottom: 3rem;
}
.content_full::after {
	content: "";
	clear: both;
	display: block;
}
/* FAQ */
.vk_faq {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	padding: 0px 0px 1rem;
	margin: 0 auto 1rem auto;
	width: 100%;
	position: relative;
}
.vk_faq .vk_faq_title {
	border: none;
	padding: .8rem .8rem .8rem 3rem;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #e0e0e0;
}
.vk_faq .vk_faq_content {
	border: none;
	padding: .8rem .8rem .8rem 3rem;
	margin: 0;
	position: relative;
	font-weight: normal;
	-webkit-transition: .25s;
	transition: .25s;
    font-size: 14px;
}
.vk_faq .vk_faq_content p:first-of-type {
	margin-top: 0;
}
.vk_faq .vk_faq_content p:last-child {
	margin-bottom: 0;
}
.vk_faq .vk_faq_title:before {
    content: "Q";
	color: #e50000;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: .7rem;
	font-size: 22px;
	line-height: 105%;
	width: 2.1rem;
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: center;
}
.vk_faq .vk_faq_content:before {
    content: "A";
	color: #43a300;
	position: absolute;
	left: 0;
	top: .7rem;
	font-weight: 500;
	font-size: 22px;
	line-height: 105%;
	width: 2.1rem;
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: center;
}
/*サブメニュー */
.widgetSection {
	margin-bottom: 25px;
}
.widgetSection .subSection-title {
	margin-top: 0;
	font-size: 18px;
}
.subSection-title, h3 {
	padding-bottom: 8px;
}
.subSection-title a {
	color: inherit;
}
.subSection-title:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid #868180;
}
.widgetSection ul {
	padding-left: 0;
	margin: 0;
	font-size: 14px;
	list-style: none;
}
.widgetSection ul li {
	margin-bottom: 0;
    line-height: 1.65em;
}
.widgetSection ul li a {
	display: block;
	padding: 10px .5em 8px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	color: #464646;
}
.widgetSection ul li.current_page_item > a {
	background-color: rgba(0,0,0,.05);
}
/* 見出し */
h2.mainSection_title {
	padding: .8em 0 0.7em;
	border-top: 2px solid #43a300;
	border-bottom: 1px solid #e9e9e9;
	font-size: 23px;
}
h2.mainSectionPt2_title {
	padding: .8em 0 .7em;
    font-size: 24px;
}
/* コンテンツ交互セクション */
.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wp-block-image {
	max-width: 100%;
    margin: 0 0 1em;
}

/* コンテンツ交互セクション 2*/
.wp-block-columns2 {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
	
}


/* フォトギャラリー風セクション */
.blocks-gallery-grid, .wp-block-gallery {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;

}
/* IE Hackの設定 */
_:-ms-lang(x)::-ms-backdrop, .blocks-gallery-grid, .wp-block-gallery {
	flex-wrap: nowrap;
}
.blocks-gallery-item {
    position: relative;
}
.columns-1 .blocks-gallery-item {
    width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
	margin: 0;
	height: 100%;
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0;
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
    left: 0;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 3em .77em .7em;
	color: #fff;
	text-align: center;
	font-size: .7em;
	background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
	box-sizing: border-box;
	margin: 0;
	z-index: 2;
}
/* フォトギャラリー風セクション（2列） */
.blocks-gallery-item {
	margin: 0 1em 1em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(50% - 1em);
}
.columns-1to2 .blocks-gallery-item {
	margin: 0 0em 2em 0;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 100%;
}
/*.blocks-gallery-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}*/
/* フォトギャラリー風セクション（文章回り込み） */
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
.entry-body::after {
	content: "";
	clear: both;
	display: block;
}


/* リスト項目設定 */
.mainSection .basicList {
	padding-left: 2em;
}
.mainSection  .basicList li {
    list-style-type: disc;
}
/* パンくずリスト設定 */
.breadSection {
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.breadSection .breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
	background: 0 0;
	padding: 6px 15px;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
    font-size: 13px;
}
.breadSection .breadcrumb span {
	font-size: .75em;
}
.breadSection .breadcrumb li {
	line-height: 1.2;
}
.breadSection .breadcrumb li {
	margin-bottom: 0;
	list-style: none;
}
.breadSection .breadcrumb a {
	color: #666;
	padding-bottom: 2px;
}
.breadSection .breadcrumb>li+li:before {
	content: "/";
	margin-left: .5em;
	margin-right: .5em;
	font-size: 12px;
}
.breadSection .breadcrumb>li:nth-of-type(2):before {
	content: "/";
	margin-left: .5em;
	margin-right: 0em;
	font-size: 12px;
}
/* テーブル設定　1　*/
.table-bordered {
	border: 1px solid #dee2e6;
    margin: 0 0 1em;
	overflow-x: auto;
}
.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
    border-spacing: 0;
    border-top: 1px solid rgba(0,0,0,.05);
}
.tbl_basic2 tbody tr td:nth-of-type(1) {
	width: 30%;
    text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}
.table tbody tr td, .table tbody tr th, .table td, .table th, .table thead tr td, .table thead tr th, table tbody tr td, table tbody tr th, table td, table th, table thead tr td, table thead tr th {
	/* border-bottom: 1px solid rgba(0,0,0,.05); */
}
.tbl_basic td {
    display: block;
}
.tbl_basic tbody tr td:nth-of-type(1) {
    width: auto;
    font-weight: bold;
    border-bottom: none;
    color: #43a300;
}
.tbl_basic tbody tr td:nth-of-type(2) {
    padding: 0 1em 1em;
}
/* テーブル設定　2　*/
.recTable {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	overflow: hidden;
	/* border: 1px solid #dee2e6; */
}
.recTable td, .recTable th {
	border: 2px solid #b4c4ce;
}
.recTable th {
	width: 35%;
	background: #43a300;
	color: #fff;
	padding: 25px 3px;
}
.recTable td {
	padding: 25px 10px;
	background: #ffffff;
}
/* テーブル設定　3　*/



/* トピック枠 */
.vk_flow_frame {
	display: flex;
	padding: 20px 25px;
	border: 3px solid #43a300;
	margin: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    font-size: 14px;
}
.vk_flow_frame_text {
	display: block;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.vk_flow_frame_text_title {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 1.2em;
    font-weight: 700;
    color: #43a300;
}
.vk_flow_frame_text_content {
	margin-bottom: 0;
    padding-left: 0;
	border: none;
	margin-left: 0;
}
/* arrow */
.arrow:before {
	font-family: "Font Awesome 5 Free";
	content: '\f063';
	font-weight: 900;
	font-size: 40px;
	color: #43a300;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -20px 0 50px;
}
/* フッター関連記事リンク */

/*----------------------------------------------------

            3.   「メインビジュアル」セクション（SP版）

----------------------------------------------------*/
.mainTextArea {
	position: absolute;
	top: 85px;
	left: 10px;
	color: #333;
	padding: 0px 10px 10px;
	/* background: rgb(255 255 255 / 50%); */
	border-radius: 5px;
	width: 360px;
}
img.mainImg {
	max-width: 150px;
}
.mainH2 {
    font-weight: bold;
    /* text-align: center; */
}
.mainH2 span {
    display: block;
    text-align: left;
    font-size: 13px;
    padding: 0 10px;
}
.mainCatch {
	font-weight: bold;
	font-size: 15px;
	/*text-shadow: 1px 1px #ffffff;*/
	color: #514d4c;
	padding: 0px 0 0;
}
.mainMonthlyCharge {
    font-weight: bold;
    font-size: 24px;
    text-shadow: 1px 1px #080302;
    color: #fff;
    margin-top: 10px;
}
.mainMonthlyCharge2 img.mcImg {
    max-width: 210px;
    margin-top: 25px;
}
.mainButtonArea {
	width: auto;
	margin-top: 20px;
	padding: 0;
	line-height: 0;
}
.btnFlex {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.btnA {
	background: linear-gradient(to bottom, #ffffe9 0%,#fff238 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 5px;
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0;
	transition: all  .3s ease;
	font-weight: 600;
	/* border: 1px solid #ffffff; */
	box-shadow: 5px 5px 5px #454545;
}
.btnB {
	background: linear-gradient(to bottom, #e2edf7 0%,#579fc5 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 5px;
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0 0 10px;
	transition: all  .3s ease;
	font-weight: 600;
	border: 0px solid #c8cfd9;
	box-shadow: 5px 5px 5px #454545;
}
.btnA:hover, .btnB:hover, .btnC:hover, .btnD:hover, .btnE:hover, .btnF:hover {
    text-decoration: none;
    transform: translateY(-0.1875em);
    cursor: pointer;
    opacity: 1;
}
.btnC {
	background: linear-gradient(to bottom, #fcf9d5 0%,#f8ea42 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 450px;
	width: 100%;
	height: 55px;
	padding: 5px;
	font-size: 20px;
	border-radius: 60px;
	text-decoration: none;
	color: #333;
	margin: 0;
	transition: all  .3s ease;
	font-weight: 600;
	border: 1px solid #ffffff;
	box-shadow: 10px 10px 10px black;
	margin: 0 auto;
}
.btnD {
	background: linear-gradient(to bottom, #ffface 0%,#ffea2e 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	padding: 5px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0;
	transition: all  .3s ease;
	font-weight: 600;
	border: 1px solid #ffffff;
	box-shadow: 10px 10px 10px black;
	margin: 0 auto 50px;
}
.btnE {
	background: linear-gradient(to bottom, #fdfcf0 0%,#eddc4b 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0;
	transition: all  .3s ease;
	font-weight: 600;
	border: 1px solid #ffffff;
	box-shadow: 0px 2px 0px 3px #958700;
}
.btnF {
	background: linear-gradient(to bottom, #f9d1d1 0%,#ca7676 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 5px;
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0 0 10px;
	transition: all  .3s ease;
	font-weight: 600;
	border: 1px solid #e5a7a7;
	box-shadow: 0px 2px 0px 3px #9d6e6e;
}
.btnG {
	line-height: 0;
	background: linear-gradient(to bottom, #959595 0%,#303030 50%,#0a0e0a 51%,#0a0809 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 85%;
	height: 45px;
	/* padding: 5px; */
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	transition: opacity  .3s ease;
	font-weight: 600;
	border: 2px solid #ffffff;
	box-shadow: 0px 2px 0px 1px #646464;
	margin: 2px auto 0px;
	cursor: pointer;
	opacity: 1;
}
.btnG:hover {
    text-decoration: none;
    cursor: pointer;
	opacity: .85;
}
.btn002 {
	background: linear-gradient(to bottom, #ffface 0%,#ffea2e 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	border-radius: 10px;
	color: #333;
	transition: all  .3s ease;
	font-weight: 600;
	border: 0px solid #000000;
	box-shadow: 2px 2px 0px 3px #958700;
	margin: 0 auto 50px;
}
.btn002:hover,.btn003:hover, .btn004:hover, .btn005:hover, .btn006:hover, .btn007:hover {
    text-decoration: none;
    transform: translateY(-0.1875em);
    cursor: pointer;
    opacity: 1;
}
.btn003 {
	background: linear-gradient(to bottom, #ffface 0%,#ffea2e 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	border-radius: 10px;
	color: #333;
	transition: all  .3s ease;
	font-weight: 600;
	/* border: 1px solid #000000; */
	box-shadow: 3px 3px 0px 0px #000000;
	margin: 0 auto 50px;
}
.btn004 {
	background: linear-gradient(to bottom, #ffface 0%,#ffea2e 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	padding: 5px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0;
	transition: all  .3s ease;
	font-weight: 600;
	border: 1px solid #ffffff;
	box-shadow: 0px 4px 0px 5px #060606;
	margin: 0 auto 50px;
}
.btn005 {
	background: linear-gradient(to bottom, #ffface 0%,#ffea2e 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	padding: 5px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0;
	transition: all  .3s ease;
	font-weight: 600;
	border: 2px solid #cfbf3d;
	box-shadow: 1px 3px 0px 5px #766c06;
	margin: 0 auto 50px;
}
.btn006 {
	background: linear-gradient(to bottom, #ababab 0%,#262626 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	border-radius: 10px;
	color: #fff;
	transition: all  .3s ease;
	font-weight: 600;
	/* border: 1px solid #000000; */
	box-shadow: 3px 3px 0px 0px #000000;
	margin: 0 auto 50px;
}
.btn007 {
	background: linear-gradient(to bottom, #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	font-size: 18px;
	border-radius: 10px;
	color: #fff;
	transition: all  .3s ease;
	font-weight: 600;
	/* border: 1px solid #000000; */
	box-shadow: 3px 3px 0px 0px #000000;
	margin: 0 auto 50px;
}
.btn000 {
	background: linear-gradient(to bottom, #ffface 0%,#ffea2e 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	height: 50px;
	padding: 5px;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	color: #333;
	margin: 0;
	transition: all  .3s ease;
	font-weight: 600;
	border: 1px solid #ffffff;
	box-shadow: 10px 10px 10px black;
	margin: 0 auto 50px;
    }
i.fas.fa-arrow-circle-right {
	margin-right: 5px;
	color: #8bc34a;
}
.btnA, .btnB, .btnC, .btnD, .btnE, .btnF, .btnG, .btn002,.btn003, .btn004, .btn005, .btn006, .btn007,.btn000 {
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}

/*disable設定*/
.disable {
	background: #f8f8f8 !important;
	border: 1px #ccc solid !important;
	color: #888 !important;
	cursor: default;
	pointer-events: none;
}
select.disable, select:disabled {
	background: #fff !important;
	color: #ccc !important;
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	pointer-events: none !important;
	opacity: 1;
}
select.sentakuPtn001.disable, select.sentakuPtn001:disabled, select.sentakuPtn002.disable, select.sentakuPtn002:disabled {
	background: #fff !important;
	box-shadow: 0px 0px 0 1px #ccc, inset 0px 0px 3px 2px #858383 !important;
	color: #ccc !important;
	border-top: 2px solid #ccc !important;
	border-bottom: 2px solid #ccc !important;
	border-left: 2px solid #ccc !important;
	border-right: 35px solid #ccc !important;
	pointer-events: none !important;
	opacity: 1;
}
.radio03.disable {
	background: none !important;
	box-shadow: none !important;
	color: #ccc !important;
	border: 0px solid #ccc !important;
	pointer-events: none !important;
}
.radio03.disable::after {
	background: #bfbfbf !important;
}
input.disable, input:disabled {
	background: #f3f3f3 !important;
	box-shadow: none !important;
	color: #888 !important;
	border: 1px solid #ccc !important;
	pointer-events: none !important;
}
textarea.disable, textarea:disabled {
	color: #999 !important;
	border: 2px solid #fff !important;
	pointer-events: none !important;
	background: #acacac !important;
	box-shadow: none !important;
}
input.checkBox.disable + .checkbox01 , input.checkBox:disabled + .checkbox01 {
	color: #999 !important;
	pointer-events: none !important;
	box-shadow: none !important;
}
input.checkBox.disable + .checkbox02 , input.checkBox:disabled + .checkbox02 {
	color: #999 !important;
	pointer-events: none !important;
	box-shadow: none !important;
}
input.checkBox.disable + .checkbox01::before {
	background: #787878;
	border: 2px solid #adadad;
}
input.checkBox:disabled + .checkbox02::before {
	background: #dcdcdc;
	border: 2px solid #adadad;
}

/*汎用disable設定*/
.disable2 {
	filter: opacity(0.5) !important;
	pointer-events: none !important;
}
.disable3 {
	filter: contrast(0.8) !important;
	pointer-events: none !important;
}

/* 「新規LP」ページ（SP版） */
.firstViewWrap {
    padding: 0px 0;
    width: 100%;
    font-family: 'Montserrat', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.firstViewFlex {
    display: block;
}
.firstViewLeft {
    display: none;
}
.firstViewrRight {
	display: block;
	background: transparent url("../images/top_b.png") no-repeat;
	background-size: cover;
	background-position: center center;
	width: calc(100% + 30px);
	min-height: 316px;
	text-align: center;
	margin: 0 -15px;
	padding-top: 0px;
	overflow: hidden;
}
.firstViewrRight2 {
	display: block;
	background: transparent url("../images/top_b.png") no-repeat;
	background-size: cover;
	background-position: center center;
	width: calc(100% + 30px);
	min-height: 316px;
	text-align: center;
	margin: 0 -15px;
	padding-top: 50px;
	overflow: hidden;
}
.firstViewrRight h2 {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin: 1.5em 0 0.9em;
    color: #ededed;
}
.firstViewLogo {
    max-width: 100px;
    height: auto;
}
.firstViewFlex {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 20px 0 0;
}
.buttonFirstView001 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	color: #333;
	margin-bottom: 20px;
	transition: all  .3s ease;
	font-weight: 600;
	/* padding-right: 20px; */
	background: #dbdbdb url(../images/icon_man.png) no-repeat;
	background-size: 20px;
	background-position: 95% center;
	position: relative;
}
.buttonFirstView002 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0px;
	text-decoration: none;
	color: #333;
	margin-bottom: 20px;
	transition: all  .3s ease;
	font-weight: 600;
	border: none;
	/* padding-right: 20px; */
	background: #dbdbdb url("../images/icon_door.png") no-repeat;
	background-size: 20px;
	background-position: 95% center;
    position: relative;
}
.buttonFirstView001::before, .buttonFirstView002::before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	border-top: 10px solid #5a5a5a;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #5a5a5a;
}
.fontWrapper2 {
    font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}

.submit-btn-wrap2 {
	display: block;
	position: relative;
}



.firstViewrRight h3 {
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	margin: 0.2em auto 0em;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	color: #ededed;
	position: relative;
	padding: 5px 0;
	max-width: 270px;
}
.firstViewrRight h3:after {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	width: 110%;
	border-bottom: 1px solid #9e9c9c;
}
.firstViewBtnArea {
	margin: 30px 0 30px;
	text-align: center;
}
.firstViewBtnArea .fv_btn001 {
	padding: 15px 100px 15px 30px;
	border: 1px solid #fff;
	position: relative;
	transition: all .5s ease;
	background: #000000;
	color: #d9d9db;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
	display: inline-block;
	font-size: 14px;
	max-width: 300px;
	width: 100%;
}
.firstViewBtnArea .fv_btn002 {
	padding: 15px 100px 15px 30px;
	border: 1px solid #fff;
	position: relative;
	transition: all .5s ease;
	background: #33365a;
	color: #d9d9db;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
	display: inline-block;
	font-size: 14px;
	max-width: 300px;
	width: 100%;
}
.firstViewBtnArea a::before {
	content: "";
	position: absolute;
	top: 27px;
	right: 9px;
	width: 40px;
	height: 1px;
	background: #fff;
	transition: all .2s linear;
}
.firstViewBtnArea a::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 13px;
	width: 2px;
	height: 7px;
	background: #fff;
	transform: skewX(45deg);
	transition: all .2s linear;
}

.btnText_fv_001,  .btnText_fv_002 {
	position: relative;
}

.btnText_fv_001:after {
	position: absolute;
	content: '';
	height: 26px;
	width: 26px;
	background: url('../images/icon_cart.png') no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 152px;
	background-size: contain;
	z-index: 0;
}
.btnText_fv_002:after {
	position: absolute;
	content: '';
	height: 26px;
	width: 26px;
	background: url('../images/icon_bag2.png') no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: 153px;
	background-size: contain;
	z-index: 0;
}

.firstViewBtnArea3 {
	margin: 30px 0 20px;
	text-align: center;
}
.firstViewBtnArea3 .btnClassTop001 {
	padding: 10px 0 10px 20px;
	text-align: left;
	border: 1px solid #848585;
	position: relative;
	transition: all .2s linear;
	background: #000000;
	color: #d9d9db;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
	display: block;
	font-size: 14px;
	width: 250px;
	margin: 30px auto 0;
}
.firstViewBtnArea3 .btnClassTop001::before {
	content: "";
	position: absolute;
	top: 21px;
	right: 9px;
	width: 40px;
	height: 1px;
	background: #848585;
	transition: all .2s linear;
}
.firstViewBtnArea3 .btnClassTop001::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 11px;
	width: 2px;
	height: 7px;
	background: #848585;
	transform: skewX(45deg);
	transition: all .2s linear;
}

.firstViewBtnArea3 .btnClassTop002 {
	padding: 10px 0 10px 20px;
	text-align: left;
	border: 1px solid #848585;
	position: relative;
	transition: all .2s linear;
	background: #33365a;
	color: #d9d9db;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
	display: block;
	font-size: 14px;
	width: 250px;
	margin: 30px auto 0;
}
.firstViewBtnArea3 .btnClassTop002::before {
	content: "";
	position: absolute;
	top: 21px;
	right: 9px;
	width: 40px;
	height: 1px;
	background: #848585;
	transition: all .2s linear;
}
.firstViewBtnArea3 .btnClassTop002::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 11px;
	width: 2px;
	height: 7px;
	background: #848585;
	transform: skewX(45deg);
	transition: all .2s linear;
}

.firstViewBtnArea3 .btnClassTop001:hover, .firstViewBtnArea3 .btnClassTop002:hover, .firstViewBtnArea a:hover {
	opacity: 1;
	background: #5f5f5f;
}

.firstViewBtnArea2 a:hover {
	opacity: 1;
	background: #555;
	color: #fff;
}






/*----------------------------------------------------

            4.   「特徴」セクション（SP版）

----------------------------------------------------*/
.headerFeature {
    font-size: 14px;
    margin-left: 1px;
}
.feature {
    /*border: 1px solid #696968;*/
    padding: 0px 10px 0;
}
.featureList {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
    margin-top: 30px;
}
.featureList2 {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #545454;
    border-bottom: 1px solid #545454;
    margin-top: 30px;
}

.featureListContent {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    line-height: 2em;
}
.fs_001 {
    font-size: 20px;
}
.fs_002 {
    font-size: 14px;
}
.fs_003 {
    font-size: 12px;
}


.head3rd {
    text-align: center;
    font-size: 22px;
}
/*「A」セクション （SP版） */
.feature2 {
    padding: 0px 10px 0;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.head3rd2 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
}
.maxHarf {
	color: #ffec00;
	font-size: 36px;
}
.maxHarf b {
    color: #fff;
    letter-spacing: -0.4em;
}
.mainSection .blocks-gallery-item img.col1_img {
    border-radius: 0px;
    max-width: 450px;
}
.mainSection .blocks-gallery-item img.col1_img2 {
    border-radius: 0px;
    max-width: 1000px;
}
.btnWrap {
    padding: 0 20px;
    margin: 100px 0;
}

.aboutFlexWrap {
    display: flex;
}
.aboutItem {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}
.ai001 {
    width: 25%;
    align-items: center;
    margin-top: 45px;
}
.ai002 {
    width: 50%;
    align-items: flex-start;
}
.aboutText {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background: #707070;
    margin: 10px 0;
    text-align: center;
    font-size: 10px;
    min-height: 43px;
    min-width: 83px;
}
.aboutImg {
	max-width: 175px;
	background: #f7f7f7;
	border-radius: 50%;
}
.aboutImgBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 370px;
	width: 130px;
	height: 35px;
	background: #707070;
	background-size: contain;
	font-size: 8px;
	padding: 10px;
	margin: 0 auto;
	outline: 1px solid #FFFFFF;
	outline-offset: -3px;
	padding-right: 20px;
	border: 1px solid #707070;
	position:relative;
	transition: all  0.35s ease;
}
.aboutImgBtn:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 10px;
  height: 15px;
  background: url(../images/aboutBtn001.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 10px;
  right: 6px;
}
.aboutImgBtn span {
	font-size: 12px;
	margin: 0 1px 5px;
	font-family: 'verdana','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.aboutImgBtn:hover {
	opacity: 1;
	background: #607d8b;
	border: 1px solid #fff;
}

.arrow_top img{
    width: 100%;
    display: block;
    padding: 0 20px;
    margin: 15px 0 20px;
}
.arrow_bottom img{
    width: 100%;
    display: block;
    padding: 0 20px;
    margin: 0 0 10px;
}
.catchText {
    width: 100%;
    text-align: center;
    line-height: 2em;
    font-size: 8px;
}
.borderVertical {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 45px;
}

.borderVertical::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 45px;
  margin: auto;
  background-color: #b4b4b4;
}


.aboutImgBtn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 370px;
	width: 140px;
	height: auto;
	background: url("../images/aboutBtn002.jpg") no-repeat;
	background-size: contain;
	font-size: 6px;
	padding: 12px 5px;
	margin: 0 10px;
	text-align: center;
}
/*BSEの6つの特徴 */
.feature6 {
	margin: 0rem 0 1rem;
	padding: 30px 0;
}
.head_6Features {
    text-align: center;
    font-size: 20px;
    margin: 1em 0 2em;
    color: #000;
    font-weight: 400;
}
.head_6Features span {
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
}
.head_6Features2 {
	text-align: center;
	font-size: 20px;
	margin: 70px 0px 0;
	color: #fff;
	font-weight: 600;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.head_6Features2 span {
    display: inline-block;
	padding: 10px 40px;
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

/* 通常の見出し */
.head_normal {
    text-align: center;
    font-size: 17px;
    margin: 1em 0 3em;
    color: #000;
    font-weight: 400;
}
.head_normal .headTopBottom {
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
    border-top: 2px solid #404040;
    border-bottom: 2px solid #404040;
}
.feature7 {
	margin: 1rem 0 1rem;
	padding: 30px 0;
}

.fs_6 {
    font-size: 14px;
}
.featuresFlex {
	display: flex;
	flex-wrap: wrap;
	color: #000;
	font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.featuresFlexItems {
    width: 50%;
    text-align: center;
    padding: 0 0 20px;
}
.featurestImg {
    width: 95%;
    max-width: 320px;
    margin-bottom: 5px;
}
.featuresHeader {
    font-size: 14px;
    margin: 5px 0 10px;
}
.featuresFlexItems p{
    font-size: 11px;
    font-weight: 400;
    padding: 0 10px;
    text-align: left;
}

/* 4つのアピールポイント （SP版）  */
.fontWrapper {
    font-family: 'verdana','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.appealPointHeader {
	text-align: center;
	border-bottom: 1px solid #555555;
	margin: 50px auto 20px;
	font-size: 16px;
	padding: 0;
	width: calc(100% - 30px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.appealPointHeader span {
	width: auto;
	letter-spacing: 0.2em;
	vertical-align: middle;
}
.appealPointHeadertImg {
	width: auto;
	max-width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}
.appealPointWrapper {
    padding: 20px 0;
    background: #000;
    background-size: cover;
}
.appealPointFlexWrapper {
    display: flex;
    justify-content: space-between;
}

.appealPointWrapper4 {
    padding: 20px 0 60px;
    background: #000000;
    background-size: cover;
}
.mapSplit {
	width: calc(100% / 3 );
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.mapArea001 {
}
.mapArea002 {
}
.mapArea003 {
}
.mapImg {
    display: block;
    max-width: 300px;
    margin: 0 auto 10px;
    height: auto;
    min-height: 80px;
}
.mapText {
    font-size: 10px;
}

.appealPointFlexItemLeft001 {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    border-left: 1px solid #8c8c8c;
    border-right: 1px solid #8c8c8c;
    background: url("../images/appealPoint_map.png") no-repeat;
    background-size: contain;
    background-position: center;
    height: 297px;
    line-height: 1.8em;
}
.appealPointFlexItemRight001 {
	display: none;
}

.appealPointFlexItemLeft002 {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    font-size: 12px;
    background-size: contain;
    background-position: center;
    /* height: 297px; */
}
.appealPointFlexItemRight002 {
	display: none;
}

.appealPointFlexItemLeft003 {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    font-size: 12px;
    background: transparent;
    background-size: contain;
    background-position: center;
    /* height: 297px; */
}
.appealPointFlexItemRight003 {
	display: none;
}

.appealMiddleArea {
    margin: 20px 0;
}
.appealMiddleAreaFlex {
    display: flex;
    margin: 30px 0 10px;
}
.appealMiddleAreaFlexItem {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0px;
}
.appealMiddleText {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	background: #fff;
	color: #000;
	margin: 10px 0;
	text-align: center;
	font-size: 10px;
	height: 35px;
	overflow: hidden;
}
.fs_appelMiddleText {
    font-size: 5px !important;
}
.fs_appelMiddleText2 {
    font-size: 7px !important;
}
.appealMiddleImg {
    width: 100%;
    height: auto;
    max-width: 100px;
    object-fit: contain;
}
.aboutImg2 {
	max-width: 50px;
	display: block;
	margin: 0 auto 29px;
}
.aboutImg3 {
	max-width: 70px;
	display: block;
	margin: 0 auto 29px;
}
.appealMiddleLinkArea {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}
.appealMiddleLink {
	display: inline-block;
	color: #a7aac6;
	border-bottom: 3px solid #cccccc;
}

.featureListContent2 {
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}

.pointListFlex {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    color: #000;
    font-size: 12px;
}
.pointListFlexItems {
    width: 100%;
    display: flex;
    background: #fff;
    margin-bottom: 10px;
    min-height: 55px;
}
.pointListItemsLeft {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    background: url("../images/appealBG.png") repeat;
    background-size: contain;
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
}
.pointListItemsRight {
    padding: 10px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.appealTableWrap {
    width: 100%;
    /* height: 297px; */
    color: #000;
    /* background: #e9e7e7; */
}
.appealTableWrapFlex {
    display: flex;
}
.appealTableLeft {
    width: 30%;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../images/appealBG.png") repeat;
    background-position: 0 100%;
    font-weight: 600;
}
.appealTableRight {
    width: 80%;
    padding: 10px 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    text-align: left;
}
.tblOnes {
	border-bottom: 2px solid #919191;
}

.middleLogo {
	max-width: 50px;
	height: auto;
}

.appealLIst {
    padding-left: 20px;
}
.appealLIst li{
	list-style: disc;
	margin-bottom: 3px;
}
.appealTableText {
    background: #f8f8f8;
    padding: 10px;
}
.appealTableText span {
    background: linear-gradient(transparent 70%, #c7c7c7 30%);
}

.appeal003_tableFlex {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.appeal003_tableFlexItem {
    display: flex;
    background: #969696;
}
.appeal003_tableLeft001 {
    width: 50%;
    padding: 5px;
}
.appeal003_tableRight001 {
    width: 50%;
    padding: 5px;
}
.appeal003_tableLeft002 {
    width: 50%;
    background: #fff;
    color: #000;
    padding: 10px;
    border-right: 1px solid #969696;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appeal003_tableRight002 {
    width: 50%;
    background: #fff;
    color: #000;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appeal003_text {
    vertical-align: middle;
    font-size: 17px;
}
.appeal003_text span {
	vertical-align: middle;
	font-size: 13px;
}
.middleLogo2 {
	max-width: 30px;
	height: auto;
	vertical-align: middle;
	margin: 5px 0;
}
.pointLogoImg {
	max-width: 25px;
	height: auto;
	vertical-align: middle;
}
.arrowTwoWay {
    margin: 10px 0 10px;
}
.middleLogo3 {
	max-width: 370px;
	width: 50%;
	height: auto;
}

.appealDetail {
    display: flex;
    flex-direction:column;
}

.appealDetailTop {
    width: 100%;
    margin: 0 0 10px;
}
.appealDetailTop span {
    display: inline-block;
    padding: 10px;
    background: #969696;
    border-radius: 58px;
}
.appealDetailBottom {
    font-size: 11px;
    width: 100%;
}
.appealDetailBottom span {
    font-size: 180%;
}

.topButtonArea {
	width: auto;
	margin: 50px 0 30px;
	padding: 0;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.topBtnFlex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.buttonClass001 {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	color: #333;
	margin-bottom: 20px;
	transition: all  .3s ease;
	font-weight: 600;
	/* padding-right: 20px; */
	background: #fff url("../images/icon_man.png") no-repeat;
	background-size: 20px;
	background-position: 95% center;
	position: relative;
	border: 1px solid #fff;
}
.buttonClass002 {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0px;
	text-decoration: none;
	color: #333;
	margin-bottom: 20px;
	transition: all  .3s ease;
	font-weight: 600;
	border: none;
	/* padding-right: 20px; */
	background: #fff url("../images/icon_door.png") no-repeat;
	background-size: 20px;
	background-position: 95% center;
	position: relative;
	border: 1px solid #fff;
}
.submit-btn-wrap{
    display:block;
    position:relative;
}
.buttonClass001::before, .buttonClass002::before {
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	border-top: 10px solid #5a5a5a;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #5a5a5a;
}

/* ご利用の流れ （SP版） */
.featuresFlex2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	/* gap: 10px; */
	color: #000;
	font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}

.featuresFlexItems2 {
	width: calc(50% - 4px);
	text-align: center;
	padding: 0 0 20px;
}
.useFlowPoint {
    padding: 10px;
    text-align: center;
    border: 1px solid #000;
    font-size: 19px;
}
.useFlowContent {
    margin: 10px 0 0;
    text-align: center;
    border: 1px solid #000;
}
.useFlowBlock001 {
	margin-top: 20px;
	min-height: 120px;
	max-height: 130px;
	overflow: hidden;
}
.useFlowIcon {
	max-width: 120px;
	height: auto;
}
.useFlowIcon2 {
	max-width: 80px;
	height: auto;
}
.useFlowIcon3 {
	max-width: 155px;
	height: auto;
}
.useFlowIcon4 {
	max-width: 106px;
	height: auto;
}
.firstViewBtnArea2 {
    margin: 0;
}
.firstViewBtnArea2 a {
	padding: 5px 45px 5px 10px;
	position: relative;
	transition: all .5s ease;
	background: #33365a;
	color: #d9d9db;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
	display: inline-block;
	font-size: 10px;
}
.firstViewBtnArea2 a::before {
	content: "";
	position: absolute;
	top: 13px;
	right: 6px;
	width: 13px;
	height: 1px;
	background: #fff;
	transition: all .2s linear;
}
.firstViewBtnArea2 a::after {
	content: "";
	position: absolute;
	top: 9px;
	right: 8px;
	width: 2px;
	height: 4px;
	background: #fff;
	transform: skewX(45deg);
	transition: all .2s linear;
}
.btnText2 {
	position: relative;
}
.btnText2:after {
	position: absolute;
	content: '';
	height: 16px;
	width: 15px;
	background: url('../images/icon_bag2.png') no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -21px;
	background-size: contain;
	z-index: 0;
}

.btnText3 {
	position: relative;
}
.btnText3:after {
	position: absolute;
	content: 'NEW';
	height: 18px;
	width: 46px;
	background: #ccc;
	color: #000;
	top: 50%;
	transform: translateY(-50%);
	right: -88px;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 12px;
}

.btnText4 {
	position: relative;
}
.btnText4:after {
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	background: url('../images/icon_bag2.png') no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -63px;
	background-size: contain;
	z-index: 0;
}

.btnText5 {
	position: relative;
}
.btnText5:after {
	position: absolute;
	content: '';
	height: 20px;
	width: 20px;
	background: url('../images/icon_cart.png') no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -71px;
	background-size: contain;
	z-index: 0;
}

.useFlowBlock002 {
    background: #5b5e7b;
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid #0a0909;
    border-bottom: 1px solid #a3a4b4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
.useFlowBlock003 {
    background: #5b5e7b;
    color: #fff;
    padding: 10px 5px;
    font-size: 12px;
    min-height: 80px;
    text-align: left;
    display: flex;
    justify-content: center;
}
/*取り扱いブランド new （SP版） */







/*「お取り扱いブランド一覧」セクション （SP版） */
.feature3 {
    	padding: 5.5rem 0 2rem;
}
.feature4 {
    	padding: 5rem 0 2rem;
}
.head3rd3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 3rem;
}
.head3rd3 span {
	border-bottom: 1px solid #fff;
	padding: 10px;
    position: relative;
}
.head3rd3 span:hover {
	border-bottom: 0px solid #fff;
}
.head3rd3 span:before {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 1px solid #ffffff;
	transition: .3s ease-out;
}
.head3rd3 span:hover:before {
	width: 100%;
}
.brandTextWrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.brandTextList {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.brandTextList li {
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.brandTextList li{
    color: #000;
}
.brandTextList li a {
    color: #000;
    position: relative;
    display: inline-block;
}
.brandTextList li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border-bottom: 1px solid #373835;
	transition: .2s ease-out;
}
.brandTextList li a:hover:before {
	width: 100%;
    opacity: 1;
}

.brandTextList li a:hover {
    color: #000;
    opacity: 1;
}

.head2rd {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.10em;
	margin: 1em 0 1.5em;
}
.head2rd span {
	border-bottom: 1px solid #fff;
	padding: 5px 10px;
}
.head4rd {	
	font-size: 15px;
	letter-spacing: 0.01em;
    line-height: 2;
}
.head4rd span {
	border-bottom: 1px solid #fff;
	padding: 5px 0px;
}
.explanationHeader {
    font-size: 18px;
    margin: 0px 0 10px;
}
.explanationText {
    padding: 10px;
}
.wp-block-column.explanationText p {
	padding: 20px 0px 0;
}
/*「ご利用の流れ」セクション */
.flowWrap {
    padding: 10px;
    text-align: center;
    border-radius:10px;
    background: #fff;
    color: #000;
}
.flowTitle {
    font-size: 16px;
    margin: 1em 0 1em;
}
.flowLine {
	margin: -1px auto -1px;
	text-align: center;
	width: 5px;
	height: 50px;
	background: #fff;
}
.bannerClass {
    /* margin: 0 calc(50% - 50vw); */
    padding: 0 0 100px;
}
.bannerClass img{
    display: block;
	width: 100%;
	height: auto;
}

.flowRow {
	padding: 0;
	padding-bottom: 30px;
	overflow: hidden;
	display: block;  
    font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
     margin:0 calc(50% - 50vw);
}

.flowRowItem {
	position: relative;
	width: 100%;
	padding: 0;
	font-size: 12px;
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
	text-align: center;
	height: 130px;
	display: flex;
	align-items: center;
	/*box-shadow: 2px -1px 10px 1px rgb(0 0 0 / 25%);*/
}
.flowRowItem:nth-child(1)  {
	background: #e2e2e2;
}
.flowRowItem:nth-child(2)  {
	background: #d3d3d3;
}
.flowRowItem:nth-child(3) {
	background: #bfbfbf;
}
.flowRowItem:nth-child(4) {
	background: #afafaf;
}

.flowRowItem:nth-child(2) .flowTop, .flowRowItem:nth-child(2) .flowBottom {
    background: #d3d3d3 url(../images/step1_Base.png) repeat-x left top;
}
.flowRowItem:nth-child(3) .flowTop, .flowRowItem:nth-child(3) .flowBottom {
    background: #bfbfbf url(../images/step2_Base.png) repeat-x left top;
}
.flowRowItem:nth-child(4) .flowTop, .flowRowItem:nth-child(4) .flowBottom {
    background: #afafaf url(../images/step3_Base.png) repeat-x left top;
}
.flowRowItem:nth-child(5) .flowTop, .flowRowItem:nth-child(5) .flowBottom {
    background: #a7a7a7 url(../images/step4_Base.png) repeat-x left top;
}

.flowRowItem::after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	width: 102px;
	height: 50px;
	z-index: 1;
}
.flowRowItem:nth-child(1)::after {
    background: #d3d3d3 url(../images/step1_sankaku.png) no-repeat;
}
.flowRowItem:nth-child(2)::after {
    background: #bfbfbf  url(../images/step2_sankaku.png) no-repeat;
}
.flowRowItem:nth-child(3)::after {
    background: #afafaf url(../images/step3_sankaku.png) no-repeat;
}
/*.flowRowItem:nth-child(4)::after {
    background: #afafaf url(../images/step4_sankaku.png) no-repeat;
}*/
/*.flowRowItem:nth-child(5)::after {
    border-color: transparent  transparent transparent transparent;
}*/
.flowTop {
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 40%;
	height: 100%;
	display: block;
	justify-content: center;
	align-items: center;
}
.flowRowItem:nth-child(1)  .flowTop {
	background: #e2e2e2;
	padding: 0;
}
/*.flowRowItem:nth-child(2)  .flowTop {
	background: #d3d3d3;
}
.flowRowItem:nth-child(3)  .flowTop {
	background: #bfbfbf;
}
.flowRowItem:nth-child(4)  .flowTop {
	background: #afafaf;
}
.flowRowItem:nth-child(5)  .flowTop {
	background: #a7a7a7;
}*/
.flowBottom {
	text-align: center;
	padding: 40px 0px 0;
	/*background: #fff;*/
	width: 60%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.flowRowItem:nth-child(1)  .flowBottom {
	background: #e2e2e2;
	padding: 0;
}
/*.flowRowItem:nth-child(2)  .flowBottom {
	background: #d3d3d3;
}
.flowRowItem:nth-child(3)  .flowBottom {
	background: #bfbfbf;
}
.flowRowItem:nth-child(4)  .flowBottom {
	background: #afafaf;
}
.flowRowItem:nth-child(5)  .flowBottom {
	background: #a7a7a7;
}*/
.flowStep {
	padding-top: 20px;
	padding-bottom: 0px;
	font-size: 20px;
}
.flowNumber {
	padding: 0px 12px 0;
	font-size: 60px;
}
.flowIconBase {
	width: 100%;
	height: 80px;
}
.flowIconOne {
    background: url("../images/iconRegistration.png") no-repeat;
    background-position: center;
    background-size: 60px;
    height: 90px;
}
.flowIconTwo {
    background: url("../images/iconBackorder.png") no-repeat;
    background-position: center;
    background-size: 60px;
}
.flowIconThree {
    background: url("../images/iconPurchasing.png") no-repeat;
    background-position: center;
    background-size: 60px;
}
.flowIconFour {
    background: url("../images/iconArrival.png") no-repeat;
    background-position: center;
    background-size: 60px;
}
.flowHeader {
	/* height: 100px; */
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flowContent {
	padding: 10px 0 0px;
	text-align: center;
}

/*----------------------------------------------------

            5.   「黒系」ページ（SP版）

----------------------------------------------------*/
.formSection {
    padding: 0;
    margin: 0;
}
.form__wrap {
	width: 100%;
	max-width: 650px;
	padding: 15px 0;
	margin: auto;
	margin-top: 0px;
}
.form__wrap2 {
	width: 100%;
	max-width: 800px;
	padding: 20px 10px;
	margin: 0 auto;
	border: 1px solid #707070;
}


.nameClass {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
}
.nameClass::after {
	content: "";
	clear: both;
	display: block;
}
.input_control {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: 1px solid #6e6e6e;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.inputPrFix {
    padding-right: 20px;
}
.input_control:focus {
	color: #000;
	background-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 3px #6e6e6e;
}
/* ------------------------------------

    エラー処理 （SP版）

------------------------------------ */ 
.errorArea {
	padding: 15px;
	border: 5px solid #fff;
	background: #cb291d;
	color: #f90000;
	margin-bottom: 30px;
	font-size: 13px;
	border-radius: 10px;
}
.errorHeader {
    /* border-bottom: 1px solid #f70000; */
    padding: 5px;
    margin: 5px 0;
    text-align: center;
    font-size: 11px;
    background: #fff;
    color: #cb291d;
}
.errorList {
    font-size: 11px;
    padding: 0 20px;
    margin-bottom: 0;
}
.errorList li {
    list-style: disc;
    color: #fff;
}
.err {
    	border: 3px solid #ff0000 !important;
}
/* errMsg系 （SP版） */
.errMsg {
    margin: -20px 0 20px;
    color: #f90000;
    display: block;
    font-weight: 700;
    font-size: 14px;
}
input.txtSubject + .errMsg {
	margin: 5px 0 20px;
	color: #f90000;
	display: block;
	font-weight: 700;
}
input.mb100 + .errMsg {
	margin: -90px 0 90px;
	color: #f90000;
	display: block;
	font-weight: 700;
}
input.mb50 + .errMsg {
	margin: -40px 0 40px;
	color: #f90000;
	display: block;
	font-weight: 700;
}
.col2Items .errMsg {
	margin: -20px 0 20px;
	color: #f90000;
	display: block;
	font-weight: 700;
	padding-left: 50px;
}
.leftFix .errMsg {
	margin: -20px 0 20px;
	color: #f90000;
	display: block;
	font-weight: 700;
	padding-left: 0px;
}
textarea.mb100 + .errMsg {
	margin: -90px 0 90px;
	color: #f90000;
	display: block;
	font-weight: 700;
}
textarea + .errMsg {
	margin: 0px 0 20px;
	color: #f90000;
	display: block;
	font-weight: 700;
}
.inputText + .errMsg {
	margin: 1px 0 0px;
	color: #f90000;
	display: block;
	font-weight: 700;
}
.circleWrap + .errMsg {
	margin: 10px 0 0px;
	color: #f90000;
	display: block;
	font-weight: 700;
}
.selectWrap2 + .errMsg {
	margin: -10px 0 10px;
	color: #f90000;
	display: block;
	font-weight: 700;
}

/* errMsg2系 （SP版） */
.errMsg2 {
	margin: 0px 0 20px;
	color: #f90000;
	display: block;
	font-weight: 700;
	padding-left: 20px;
    font-size: 14px;
}

/* ログイン （SP版） */
.linkTextBasic {
    text-align: center;
    display: table;
    padding: 3px;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 50px;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.textBlock {
    padding-top: 20px;
    padding-bottom: 20px;
}
.textBlock2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.txtBlockFix {
    margin: 0 auto;
    max-width: 850px;
}
.txtBlockFix2 {
	margin: 0 auto;
	max-width: 820px;
}
.linkBlue {
    color: #5389f0;
    font-size: 14px;
}
.moreLInk {
    font-size: 14px;
}
.lineBlock {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 0px 0 30px;
}
/* 商品のお問い合わせ （SP版） */
.requiredEntry {
	/* vertical-align: middle; */
	color: #f90000;
	padding-left: 5px;
	/* position: absolute; */
	/* right: 10px; */
	/* bottom: -45px; */
}
.textarea_control {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: 5px solid #6e6e6e;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), inset 0px 0px 0px 0px #000000;
	resize: none;
	min-height: 300px;
	overflow: auto;
}
.textarea_control:focus {
		color: #000;
	background-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, .3), inset 0px 0px 0px 1px #000000;
}

/* textareaのスクロールバー */
/*_:-ms-input-placeholder, :root textarea {
    scrollbar-base-color: #ff0000;
}

textarea::-webkit-scrollbar {
    width: 11px;
}
textarea::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}*/


/* ファイル選択 （SP版） */
.form__file input[type="file"] {
	display: none;
}
.form__file {
	position: relative;
}
.fileSelect {
    background: linear-gradient(to bottom, #e4f1f3 0%,#7b97c9 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: all  .3s ease;
    font-weight: bold;
    border: 1px solid #c8cfd9;
    box-shadow: 0px 2px 0px 3px #4a6172;
    cursor: pointer;
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 30px;
    background-size: auto 200%;
    background-position: 0 bottom;
}
.fileSelect:hover {
    text-decoration: none;
    background-position: right center;
    cursor: pointer;
}
/*.fileSelect:after {
	content: "選択されていません";
	color: #000;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	left: 0;
	bottom: -55px;
	color: #fff;
	width: 100%;
	display: block;
}
.fileSelect.changed:after {
	content: "";
}*/
.filename {
	position: absolute;
	bottom: -55px;
	left: 20px;
}
div#preview {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0px;
	/* background: #fff; */
	border-radius: 10px;
	padding: 5px;
}
#preview img {
	width: calc(100% - 20px);
	margin: 10px;
	vertical-align: top;
	/* border: 1px solid #8b8b8b; */
	/* box-shadow: 2px 3px 0px 0px #ffffff; */
}
/* ログイン後トップ （SP版） */
.feature4 {
    	padding: 0 0px 0;
}
.productWrap {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    padding: 20px 0;
    margin: -30px 0;
}
.proImgWrap {
	text-align: center;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	transition: transform .6s ease;
	position: relative;
}

.newLabel {

}
.newLabel::before {
	position: absolute;
	content: "NEW";
	font-family: 'Montserrat',sans-serif;
	font-weight: 500;
	top: 5px;
	left: 5px;
	width: auto;
	height: auto;
	padding: 2px 5px;
	background-color: #ea110c;
	color: #fff;
	animation: blink 1s step-end infinite;
	z-index: 1;
	font-size: 10px;
}
@keyframes blink {
	0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
	100% {
    opacity: 0;
  }
}

#newItem {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.proItem {
    width: calc(100% / 2 - 10px);
    display: block;
    margin: 10px 5px 30px;
    /* min-height: 450px; */
}
.proImg {
	min-width: 140px;
	min-height: 230px;
	object-fit: cover;
	/* object-position: 50% 100%; */
	will-change: opacity;
	transition: all .3s ease-out;/* ゆっくり変化させる */
	border: 1px solid #e3e3e3;
	padding: 3px;
	border-radius: 5px;
}
.proImg:hover {
	opacity: 0.8;
}
.proItemLink:hover img {
  /* transform: scale(1.05); *//* 拡大 */
  /* border: 1px solid #d6d6d6; */
}
.priceDownWrap {
	/* background: #333333; */
	/* display: inline-block; */
	height: auto;
	font-size: 12px;
	max-width: 300px;
	margin: 0 auto 10px;
	min-height: 38px;
}
.priceDownWrap span{
    padding: 5px 10px;
    background: #333333;
    color: #fff;
    display: block;
    border: 5px double #FFFFFF;
    text-align: center;
}
.freeShipping {
	padding: 5px 0px;
	background: #fff;
	text-align: left;
	color: #777;
	font-size: 12px;
	max-width: 305px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


.priceOffWrap {
	display: inline-block;
	height: auto;
	font-size: 14px;
	max-width: 200px;
	float: right;
}
.priceOffWrap span{
    padding: 3px 7px;
    background: #b2070c;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.allPriceWrap {
    padding: 0 0px 0px;
    width: 100%;
    /* text-align: center; */
    /* font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif; */
    font-weight: normal;
}
.productName {
    width: 100%;
    font-size: 12px;
    margin: 0px auto 10px;
    background: #fff;
    color: #000;
    padding: 10px 0px;
    max-width: 240px;
    text-align: left;
    height: 65px;
    line-height: 1.3;
    font-weight: 600;
}

_:-ms-input-placeholder, :root .productName {
         overflow: hidden;
}
.productName a{
    color: #727272;
}
.productName span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.priceWrap {
    display: flex;
    /* width: 70%; */
    font-size: 14px;
    justify-content: space-between;
    margin: auto;
    padding: 2px 2px;
    max-width: 240px;
}
.priceWrap2 {
    display: flex;
    /* width: 70%; */
    font-size: 15px;
    justify-content: space-between;
    margin: auto;
    padding: 2px 2px;
    max-width: 240px;
}

.price_fw300 {
    font-weight: 300;
    color: #656565;
    font-size: 95%;
}
.price_Color {
    	color: #dd0404;
}
.priceLeft {
    /* width: 110px; */
    text-align: left;
    display: inline-block;
    color: #000;
}
.priceRight {
    width: auto;
    text-align: left;
    display: inline-block;
}
.proItemLink {
	display: flex;
	margin: 0 auto;
	max-width: 300px;
}
.proItemLink:hover {
    opacity: 1;
}
.seeMoreProducts {
    text-align: center;
    margin-bottom: 100px;
    padding-top: 70px;
}
.seeMoreProducts p a {
	padding: 20px 80px;
	border: 1px solid #000;
	margin-right: 5px;
	position: relative;
	transition: all .2s linear;
	/* box-shadow: 2px 2px #fff; */
	border-radius: 0;
	background: #000000;
	color: #fff;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.seeMoreProducts p a:hover {
	opacity: 1;
	background: #795548;
	color: #fff;
	box-shadow: 4px 4px #bea095;
	border: 1px solid #fff;
}
/*矢印と下線の形状 （SP版） */
.seeMoreProducts p a::before {
	content: "";
	position: absolute;
	top: 28px;
	right: 12px;
	width: 41px;
	height: 1px;
	background: #fff;
	transition: all .2s linear;
}

.seeMoreProducts p a::after {
	content: "";
	position: absolute;
	top: 23px;
	right: 14px;
	width: 2px;
	height: 6px;
	background: #fff;
	transform: skewX(45deg);
	transition: all .2s linear;
}
.seeMoreProducts p a:hover::before{
	right: 3px;
	width: 50px;
}
.seeMoreProducts p a:hover::after{
	right: 5px;
}


/* お気に入り設定 　↓↓↓↓↓ （SP版）　*/
.favoriteMarkLink {
    position: absolute;
    bottom: 11px;
    right: 11px;
    width: 37px;
    height: 37px;
    display: block;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 3;
    cursor: pointer;
    border-radius: 50%;
    transition: transform .3s ease;
}
.favoriteMarkLink.markON {
	background-image: url(../images/favoriteMark_on.svg);
	border: 1px solid #eb735f;
}
.favoriteMarkLink.markOFF {
	background-image: url(../images/favoriteMark_off.svg);
    border: 1px solid #bbbbbb;
}
.favoriteMarkLink:hover {
	transform: scale(1.1);
	opacity: 1;
}
/* お気に入り設定 　↑↑↑↑↑　*/


.del {
	text-decoration-line: line-through;
	text-decoration-style: solid;
	text-decoration-color: #545353;
}

.lineWider {
    border-bottom: 1px solid #d4d4d4;
    height:2px;
      margin: 0 calc(50% - 49vw);
}


.nav3col {
	display: flex;
	font-size: 14px;
	width: 100%;
	justify-content: center;
}
.nav3col div {
	width: 33%;
	text-align: center;
	margin: 0 5px;
}
.LinkArea {
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    display: flex;
    color: #000;
    height: 60px;
    justify-content: center;
    align-items: center;
}
/* 商品問い合わせ内容確認 （SP版） */
.label_control {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	/* border: 2px solid #6e6e6e; */
	border-radius: 0px;
    /* min-height: 52px; */
}
.label_control2 {
	width: 85%;
	padding: 10px 20px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	/* border: 2px solid #6e6e6e; */
	border-radius: 0px;
}
.imgCenter {
	max-width: 300px;
	display: block;
	margin: 0 auto;
}
/* FAQ */
.head3rd4 {
	font-size: 18px;
	color: #ffffff;
}
.head3rd4 span {
	border-bottom: 1px solid #ffffff;
	padding: 5px 0 10px 2px;
	display: flex;
	position: relative;
	align-items: center;
}
.faqFixWrap {
	margin: -10px 0 0;
}
.faqIcon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/*.head3rd4 span:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/);
  background-size: contain;
  vertical-align: middle;
  top: 0;
  left: -50px;
}*/
/* アコーディオン （SP版） */
.accordion-area{
    list-style: none;
    margin: 0 0 50px auto;
    padding-left: 20px;
    width: 100%;
}

.accordion-area li{
    margin: 15px 0;
}

.accordion-area section {
	border: 1px solid #AAAAAA;
}
h3.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    padding: 3% 35px 3% 3%;
    color: #ffffff;
    margin: 0;
    /*background: #FAFAFA;*/
    background: #000000;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #AAAAAA;
    /* transition: .3s ease-out; */
}
.title::before{
    top:48%;
    right: 12px;
    transform: rotate(0deg);
    
}
.title::after{
    top:48%;
    right: 12px;
    transform: rotate(90deg);
    visibility: hidden;
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
	right: 17px;
	width: 12px;
}

.title.close::after{
	transform: rotate(-45deg);
	visibility: visible;
	right: 10px;
	width: 12px;
}

/*アコーディオンで現れるエリア （SP版） */
.box {
    display: none;/*はじめは非表示*/
    background: #ffffff;
    margin: 0px;
    padding: 3% 3% 3% 3%;
    color: #000;
    /* border-radius: 3px; */
    border-top: 1px solid #AAAAAA;
}
.box > p {
	margin: 0;
	font-size: 13px;
	color: #333333;
}

/* マイページ （SP版） */
.mypageWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.mypageItems {
    width: 50%;
    padding: 10px;
}
.mypageLInk {
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	width: 100%;
	display: flex;
	color: #000;
	height: 60px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	transition: background 0.35s ease, color 0.35s ease;
}
.mypageLInk.disable {
	padding: 5px !important;
	background: #525252 !important;
	border-radius: 10px !important;
	border: 1px solid #000 !important;
	color: #000 !important;
}
.mypageLInk:hover {
	opacity: 1;
	background: #1157af;
	color: #fff;
	/* border-radius: 50px; */
	/* border: 1px solid #fff; */
}
.messageBox {
	width: 100%;
	margin: -60px 0 60px;
	text-align: left;
	font-size: 14px;
	display: flex;
	justify-content: center;
	padding: 20px;
	background-color: #f4ffe8;
	color: #333;
	border: 5px solid #8bc34a;
}
.messageBox2 {
	position: relative;
	padding: 20px 10px 20px 55px;
	background: #f0fff3;
	color: #333;
	margin: -50px auto 70px;
	text-align: left;
	border: 7px solid #8bc34a;
	/* border-radius: 1px 1px; */
	width: 100%;
}
.messageBox2::before {
	position: absolute;
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.7em;
	color: #8bc34a;
	width: 30px;
	height: 30px;
	/* margin: auto 0; */
	top: 46%;
	left: 15px;
	transform: translateY(-50%);
}
.messageBox2 p{
    font-size: 13px;
}

/* マイページ NEW （SP版） */
.contentWrap {
	padding: 3px;
	background: url(../images/myPage3.jpg) no-repeat;
	background-size: cover;
	/*border-top: 2px solid #000;
	border-bottom: 2px solid #000;*/
}
.mypageWrapFlex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 10px;
}
.mypageWrapItems {
    width: 44%;
    color: #333;
    display: flex;
    justify-content: center;
    margin: 3%;
}
.mypageWrapItems::before{
    content: "";
    padding-top: 100%;
    display: block;
}
.mypeageLINKS {
    background: #e3e3e3;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    transition: .3s ease-out;
}
.mypeageLINKS.disable {
	pointer-events: none!important;
	background: #444!important;
	opacity: 0.5;
	color: #ffffff !important;
	border: 0px solid #000 !important;
}


/* 会員情報登録 （SP版） */
.rbWrap {
	margin: 20px -5px 50px;
	width: auto;
	text-align: left;
}
rbWrap2 {
	margin: 20px 0px 50px;
	width: auto;
	text-align: left;
}
.sample2 {
	border: 1px solid #fff;
	padding: 0 20px;
	margin: 10px -10px 50px;
	border-radius: 10px;
	opacity: 1;
}
/* その場で */
/*.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
    0% {
        opacity: 0;         
    }
    100% {
        opacity: 1;
    }
}*/

.radio03 {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 6px 0px 3px 27px;
	position: relative;
	width: auto;
	font-size: 13px;
	margin-bottom: 10px;
}
.radio03::before {
	background: #fff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 49%;
	width: 16px;
    box-shadow: inset 0px 0px 3px 1px #b7b7b7;
}
.radio03::after {
	background: #2196f3;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	left: 9px;
	margin-top: -4px;
	opacity: 0;
	position: absolute;
	top: 49%;
	transform: scale3d(1,1,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	width: 10px;
}
input[type=radio]:checked + .radio03::before {
	border-color: #ffffff;
}
input[type=radio]:checked + .radio03::after{
	opacity: 1;
	
}

.col2__wrap {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    color: #333333;
}
.col2__wrap2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
}
.col3__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
}

.col2Items {
    width: 100%;
}
.col2Items2 {
    width: 40%;
    padding: 0 0 0 30px;
}
.col2Items3 {
    width: 50%;
}
.col3Items {
    width: 30%;
    position: relative;
}
.col3Items2 {
    width: 35%;
    position: relative;
}
.col3Items2_item {
    width: 10%;
}
.col2_label {
    width: 15%;
    display: inline-block;
    font-size: 13px;
}
.input_control2 {
	width: 85%;
	padding: 10px 10px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: 1px solid #6e6e6e;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input_control2:focus {
	color: #000;
	background-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 3px #6e6e6e;
}
.leftFix {
    padding-left: 20px;
    display: inline-block;
    width: 100%;
}
.fsFIX {
    font-size: 13px;
}
.beforeWrap {
    padding: 0;
    margin: 0;
}
.beforeWrap2 {
	width: 100%;
	max-width: 900px;
	padding: 20px 0;
	margin: auto;
	margin-top: 0px;
}
.postalLine {
	display: block;
	padding: 13px 0px;
	margin: 0 5px;
	width: 13px;
	border-bottom: 2px solid #fff;
}
.differentHeader {  
	background: #fff;
	color: #000;
	margin: -25px -20px 20px;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}
#chageArea {

	transition: all  .3s ease;
	border: 1px solid #fff;
	padding: 0 20px;
	margin: 10px -10px 50px;
	border-radius: 10px;
	opacity: 1;
}
#chageArea2 {
	display: none;
	transition: all  .3s ease;
	border: 1px solid #fff;
	padding: 0 20px 20px;
	margin: 10px -10px 50px;
	border-radius: 10px;
	opacity: 1;
}
#chageAreaVer2 {
	transition: all  .3s ease;
	/*border: 1px solid #fff;*/
	padding: 0 20px;
	margin: 10px -10px 50px;
	border-radius: 10px;
	opacity: 1;
}
#chageArea2Ver2 {
	display: none;
	transition: all  .3s ease;
	/*border: 1px solid #fff;*/
	padding: 0 20px 20px;
	margin: 10px -10px 50px;
	border-radius: 10px;
	opacity: 1;
}
/* 年月日セレクト  */
.selectArea {
	width: 100%;
	/*margin-bottom: 10px;*/
}
.selectWrap {
	font-size: 16px;
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.selectWrap:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 6px;
	margin: auto;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
    z-index: 1; 
}
.selectWrap2 {
	font-size: 16px;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.selectWrap2:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 6px;
	margin: auto;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
    z-index: 1; 
}
.sentakuPtn001 {
	background: #fff;
	padding: 12px 10px;
	width: 100%;
	border-radius: 5px;
	border-top: 2px solid #9e9e9e;
	border-bottom: 2px solid #9e9e9e;
	border-left: 2px solid #9e9e9e;
	border-right: 35px solid #9e9e9e;
	cursor: pointer;
	outline: none;
	/* margin-bottom: 10px; */
	font-size: 16px;
	color: #333;
}
/* 商品のお問い合わせ内容一覧 （SP版） */
.watchWrap {
	border: 1px solid #d7d7d7;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 20px;
	margin: 50px -15px 50px;
}
.tableWrap {
	padding: 0;
	margin: 10px 0;
	width: 100%;
	overflow: auto;
}
.tbl_01 {
    /*table-layout: fixed;*/
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid #4794d7;
    margin: 0px auto;
    width: 100%;
    max-width: 1130px;
    font-size: 15px;
    color: #555;
}
.tbl_01 a {
	color: #2f6a99;
	padding: 2px;
	font-weight: 600;/* border-bottom: 1px solid #156cb3; */
}
.th5{
    width: 5%;
}
.th10{
    width: 10%;
}
.th15{
    width: 15%;
}
.th20{
    width: 20%;
}
.th25{
    width: 25%;
}
.th30{
    width: 30%;
}
.th35{
    width: 35%;
}
.th40{
    width: 40%;
}
.th45{
    width: 45%;
}
.th50{
    width: 50%;
}
.th60{
    width: 60%;
}
.th65{
    width: 65%;
}
.th70{
    width: 70%;
}
.th80{
    width: 80%;
}
.th90{
    width: 90%;
}
.th10_5{
    width: 15%;
}
.th100{
    width: 100px;
}
.thAuto {
    width: auto;
}
.tbl_01 th {
	background: linear-gradient(to bottom, #337897 0%,#2c5a6e 100%);
	color: #fff;
	padding: 10px 3px;
	font-weight: normal;
	text-align: center;
}
.tbl_01 td {
	padding: 5px;
	background: #dfebf9;
	text-align: center;
	height: 51px;
}
/*.tbl_01 td:nth-child(2) {
  text-align: left;
}*/
.tbl_01 tr:hover td{
	background-color: #cee2fd;
}
.btnArea {
    display: flex;
    margin: 70px 0 30px;
}
.btnArea div {
    width: 50%;
    text-align: center;
}
.btn_04 {
	display: block;
	width: 90%;
	max-width: 300px;
	height: auto;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	text-align: center;
	padding: 13px 0;
	box-shadow: 0 5px 0 0 #1c5c93;
	background: linear-gradient(to bottom, #56a4e4 0%,#176bb3 100%);
	border: 1px solid #000f1c;
	margin: 0 auto;
	cursor: pointer;
}
.btn_04:hover {
	opacity: .85;
}
.btn_04:active {
	opacity: .85;
	box-shadow: 0px 3px 0 0 #1c5c93;
	transform: translateY(2px);
}
/* デザインパターンB */
.watchWrap2 {
	/* border: 1px solid #d7d7d7; */
	/* background: #fff; */
	border-radius: 5px;
	padding: 10px;
	margin: 50px -25px 50px;
}
.tbl_02 {
	/* table-layout: fixed; */
	border-collapse: separate;
	border-spacing: 1px;
	border: 3px solid #ffffff;
	margin: 0px auto;
	width: 100%;
	max-width: 1130px;
	font-size: 12px;
	color: #fff;
	background: #8d8d8d;
}
.tbl_02 th {
	background: linear-gradient(to bottom, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	color: #fff;
	padding: 10px 3px;
	font-weight: normal;
	text-align: center;
}
.tbl_02 td {
	padding: 5px;
	background: #fbfbfb;
	text-align: center;
	height: 51px;
    color: #555;
}
.tbl_02 td:nth-child(2) {
	text-align: left;
}
.tbl_02 tr:hover td {
	background-color: #eee;
}
.tbl_02 a {
	color: #008eff;
	padding: 2px;
	font-weight: 600;
	/* border-bottom: 1px solid #156cb3; */
}
.btn_05 {
	display: block;
	width: 90%;
	max-width: 300px;
	height: auto;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	text-align: center;
	padding: 13px 0;
	box-shadow: 0 5px 0 0 #3f4244;
	background: linear-gradient(to bottom, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	border: 1px solid #919191;
	margin: 0 auto;
	cursor: pointer;
}
.btn_05:hover {
	opacity: .85;
}
.btn_05:active {
	opacity: .85;
	box-shadow: 0px 3px 0 0 #3f4244;
	transform: translateY(2px);
}
/* デザインパターンC */
.tbl_03 {
	/* table-layout: fixed; */
	border-collapse: separate;
	border-spacing: 1px;
	border: 3px solid #ffffff;
	margin: 0px auto;
	width: 100%;
	max-width: 1130px;
	font-size: 12px;
	color: #fff;
	background: #8d8d8d;
}
.tbl_03 th {
	background: linear-gradient(to bottom, #337897 0%,#2c5a6e 100%);
	color: #fff;
	padding: 13px 3px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 1px 1px #0e6891; */
}
.tbl_03 td {
	padding: 5px;
	background: #f7f7f7;
	text-align: center;
	height: 51px;
	color: #555;
}
.tbl_03 td:nth-child(2) {
	text-align: left;
}
.tbl_03 tr:nth-child(even) td {
	background: #ffffff;
}
/*.tbl_03 tr:hover td {
	background-color: #def0ff !important;
}*/
.tbl_03 a {
	color: #337796;
	padding: 2px;
	font-weight: 600;
	/* border-bottom: 1px solid #156cb3; */
}
.btn_05 {
	display: block;
	width: 90%;
	max-width: 300px;
	height: auto;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	text-align: center;
	padding: 13px 0;
	box-shadow: 0 5px 0 0 #3f4244;
	background: linear-gradient(to bottom, #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	border: 1px solid #919191;
	margin: 0 auto;
	cursor: pointer;
}
.btn_05:hover {
	opacity: .85;
}
.btn_05:active {
	opacity: .85;
	box-shadow: 0px 3px 0 0 #3f4244;
	transform: translateY(2px);
}
/*カテゴリアイコン （SP版） */
.categoryIcon {
	background: #00bcd4;
	color: #fff;
	padding: 2px 5px;
	display: table;
	vertical-align: middle;
	font-size: 12px;
	margin: 0px 0px 7px;
	border: 3px double #fff;
	border-radius: 5px;
}
.categoryIconOther {
	background: #8d8d8d;
	color: #fff;
	padding: 2px 5px;
	display: table;
	vertical-align: middle;
	font-size: 12px;
	margin: 0px 0px 7px;
	border: 3px double #fff;
	border-radius: 5px;
}

/*ページネーション （SP版） */
.pagination {
	border: 3px solid #ffffff;
	margin: 0px auto;
	width: 100%;
	max-width: 1130px;
	color: #ccc;
	background: #fff;
    padding: 20px 0;
}
.cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.cms-pagination ul {
    position: relative;
    margin-bottom: 12px;
	display: flex;
	font-size: 13px;
	max-width: 100%;
	margin: 0 auto 50px;
    padding: 0 5px;
    justify-content: center;
}

.cms-pagination ul li {
    position: relative;
    width: 40px;
    height: 40px;
    display: table;
    margin: 0 2px;
}

/*.cms-pagination ul li.pagination-no-num span {
    background: #eee;
    border: 1px solid #ddd;
    color: #ccc;
}*/


.cms-pagination ul li a,
.cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #999;
    border-radius: 3px;
    background: #e4f3ff;
	color: #555;
    opacity: 1;
    box-shadow: 0px 2px #c1c8cf;
}

/*.cms-pagination ul li a:before,
.cms-pagination ul li span:before {
    position: absolute;
    display: block;
    content: '';
    width: 96%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 2%;
}*/

.cms-pagination ul li span {
    background: #6d6d6d;
    border: 1px solid #555;
    color: #fff;
}

/* お問い合わせ詳細 （SP版） */
.tbl_detail {
	/* table-layout: fixed; */
	border-collapse: separate;
	border-spacing: 2px;
	border: 3px solid #ffffff;
	margin: 0px auto 80px;
	width: 100%;
	max-width: 1130px;
	font-size: 12px;
	color: #fff;
	background: #8d8d8d;
    border-radius: 5px;
}
.tbl_detail th {
	background: linear-gradient(to bottom, #727272 0%,#0e0e0e 100%);
	color: #fff;
	padding: 13px 3px;
	font-weight: normal;
	text-align: center;
}
.tbl_detail td {
	padding: 5px;
	background: #fff;
	text-align: center;
	height: 51px;
    color: #555;
    /* box-shadow: inset 2px 3px 10px -5px #9e9e9e; */
    vertical-align: top;
}
.tbl_detail tr td:first-child {
	padding: 20px 5px 0;
    font-weight: 600;
}
.tbl_detail td:nth-child(2) {
	text-align: left;
}
.resNum {
    border-radius: 50%;
    display: flex;
    justify-content: center;
	align-items: center;
    width: 33px;
    height: 33px;
    background: #559fd3;
    color: #fff;
	margin: 0 auto;
}
/*.tbl_03 tr:hover td {
	background-color: #eee;
}*/
.tbl_detail a {
	color: #008eff;
	padding: 2px;
	font-weight: 600;
	/* border-bottom: 1px solid #156cb3; */
}
.boxClear {
}
.detailText {
	line-height: 1.7;
	margin: 30px 0 20px;
	overflow-wrap: break-word;
	font-size: 13px;
	font-weight: 500;
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    box-shadow: 0px 2px 0px 1px #c3c3c3;
    position:relative;
    /*overflow: hidden;*/
    display: flow-root;
}
_:-ms-input-placeholder, :root .detailText {
         overflow: hidden;
}
.detailText:after, .detailText:before {
	bottom: 100%;
	left: 50px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	
}

.detailText:after {
	/* border-color: rgba(136, 183, 213, 0); */
	border-bottom-color: #ffffff;
	border-width: 19px;
	margin-left: -19px;
}
.detailText:before {
	/* border-color: rgba(195, 195, 195, 0); */
	border-bottom-color: #c3c3c3;
	border-width: 21px;
	margin-left: -21px;
}
/*.detailText::after{
content: "";
display: block;
clear: both;
}*/

.detailHeader {
    display: flex;
    flex-direction: column;
    margin: 0px;
}
.detailWrap {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.detailOne {
    /* border: 1px solid #363636; */
    background: transparent;    
	 margin-bottom: 2px; 
	padding: 5px 5px 0;
    display: flex;
}
.detailOne2 {
	 margin-bottom: 2px; 
	padding: 0;
    display: flex;
}
.bgNamesFix_01 {
	background: #156cb3!important;
}
.bgDetailOneFix_02 {
	background: #dce7f1!important;
}

.detailNames {
    width: 8%;
	/* padding: 10px 5px; */
	/* background: #5a5a5a; */
	color: #363636;
	text-align: left;
	max-width: 80px;
	margin-right: 0px;
}
.iconColor {
    color: #607d8b;
}
.detailData {
    width: auto;
	/* padding: 10px; */
}
.detailBtn {    
	padding: 10px 10px 0;
	margin: 0 auto;
	background: transparent;
	width: 100%;
	text-align: right;
}

.tbl_detail a.edit, .tbl_detail a.delete, .edit, .delete {
	display: inline-block;
	width: auto;
	height: 30px;
	color: #ffffff;
	line-height: 27px;
	padding: 0px 10px;
	border-radius: 4px;
	font-size: 11px;
	transition: background .3s ease, border .3s ease;
	cursor: pointer;
	text-align: center;
}
.tbl_detail a.edit, .edit {
	background: #337ab7;
	border: 1px solid #0b3050;
    box-shadow: 0px 3px #0f538f;
}
.tbl_detail a.edit:hover, .edit:hover {
	background: #286090;
	opacity: 1;
}
.delete {
	background: #d9534f;
	border: 1px solid #661815;
    box-shadow: 0px 3px #99221e;
}
.delete:hover {
	background: #c9302c;
	border: 1px solid #ac2925;
    opacity: 1;
}
.uploadImgWrap {
	float: right;
    margin-left:10px;
    margin-bottom:10px;
}
.uploadImg {
    display: flex;
    flex-direction: column;
}
.detailImg {
  width:100px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #ededed;
    padding: 3px;
    margin-bottom: 10px;
}

tr.customer td {
	background: #f7f7f7;
}

tr.staff td {
	background: #f5fdff;
}

.postTitleWrap {
    border-bottom: 1px solid #8d8d8d;
    /* margin: 10px 0px 20px; */
}
.postTitle {
    font-weight: 600;
	margin: 0;
	padding: 0 0 2px;
    font-size: 17px;
    display: flex;
    width: 100%;

}
.titleHeadArea {
	padding: 10px 5px;
	width: 20%;/* background: #5a5a5a; */
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    max-width: 65px;
}
.titleArea {
	padding: 10px 5px;
	/* background: #e7e7e7; */
	color: #333;
    display: flex;
    align-items: center;
    width: 100%;
}
/* お問い合わせ詳細 項目（シンプルなtable）（SP版）  */
.Box__flame {
	overflow: hidden;
	/* border: 2px solid #8a8a8a; */
	/* border-radius: 0px; */
	/* background: #fff; */
	margin: 0 0 30px;
}
.tbl__A {
	text-align: left;
	width: 100%;
    color: #000;
    border-collapse: separate;
	border-spacing: 3px;
	border: 3px solid #ffffff;
	margin: 0px auto;
	font-size: 12px;
	background: #8d8d8d;
	border-radius: 5px;
}
.tbl__A th {
	width: 30%;text-align: left;
	background: #e0f1fd;
	/* display: table-cell; */
	/*border-bottom: 1px solid #8a8a8a;*/
	padding: 10px 3px 10px 10px;
}
.tbl__A td {
	background: #ffffff;
	vertical-align: middle;
	/* display: block; */
	padding: 10px 5px;
}
.tbl__A th, .tbl__A td {
	/* padding: 15px; */
}
.tbl__tr:not(:first-of-type) {
	border-top: 2px solid #8a8a8a;
}
/* フォーム部分 （SP版） */
.resWrap {
	background: #fff;
    border: 1px solid #8d8d8d;
	border-radius: 0px;
	padding: 20px;
	margin: 10px 0 150px;
    color: #333;
}
.replyToWrap {
  border: 3px solid #8d8d8d;
  background: #f7f7f7;
  margin: 30px auto 10px;
  padding: 10px 2px;
  max-width: 700px;
  border-radius: 10px;
}
.form_group {
    margin-bottom: 5px;
    padding: 10px 10px 0;
}
.itemtTitle {
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
    align-items: center;
    font-size: 16px;
}
.badge {
  background: #dc3545;
  padding: 2px 7px;
  margin-left: 7px;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
}
.txtSubject {
  font-size: 16px;
  width: 100%;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 0 #fff, inset 0px 0px 3px 0px #b9b9b9;
  transition: box-shadow .15s ease-in-out;
}
.replyTo_textarea_control {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
    box-shadow: 0 0 #fff, inset 0px 0px 3px 0px #b9b9b9;
    resize: vertical;
	min-height: 300px;
    transition: box-shadow .15s ease-in-out;
    overflow: auto;
}
.form_group input[type="file"] {
	display: none;
}
.txtFocus:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(126, 126, 126 , .40), inset 0px 0px 3px 0px #b9b9b9;
}
/* 利用規約  （SP版） */
.sentenceWrap_order {
	padding: 15px 20px;
	margin: 0;
	background: #fff;
	color: #333;
	/* border-radius: 5px; */
    margin: 0 calc(50% - 50vw);
	margin-top: 60px;
	margin-bottom: 100px;
}
.sentenceWrap_order2 {
	padding: 15px 20px;
	margin: 0 calc(50% - 50vw);
	background: #fff;
	color: #333;
	/* border-radius: 5px; */
	margin-top: 60px;
	margin-bottom: 100px;
}
.sentenceWrap {
	padding: 15px 5px;
	margin: 0 0 100px;
	background: #fff;
	color: #333;
	border-radius: 5px;
	margin-top: 60px;
}
.sentenceWrap2 {
	padding: 20px 0;
	margin: 30px 0 100px;
}
.l-section {
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 0 20px;
}
.c-title._h2 {
	position: relative;
	padding-bottom: 12px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
    margin: 0 0 1.2em;
}
.c-title._h2:before {
	width: 100%;
	background: #e7e7e7;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 3px;
	content: "";
}
.c-title._h2:after {
	width: 150px;
	background: #227689;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 3px;
	content: "";
}
.c_text {
	font-size: 14px;
	font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
}
.c-list._style-decimal {
	counter-reset: item;
    font-size: 14px;
    font-weight: 400;
}
.c-list._style-decimal>li {
	padding-left: 1.9em;
	position: relative;
    line-height: 1.5;
    margin-bottom: .5em;
}
.c-list._style-decimal>li:before {
	content: counter(item) ".";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
}
.c-list_level2 {
	margin-top: 5px;
}
.c-list_level2 div {
	text-indent: -1.5em;
	margin-left: 1.5em;
	line-height: 1.8em;
}
b {
	/*color: #ff1010;*/
	font-weight: 500;
}
.priorityWrap {
	margin: 15px 0px;
	padding: 20px;
	background-color: #f4f9ff;
	border: 1px solid #84c1ff;
	box-shadow: 0 2px 0px 1px #c2d3e8;
	color: #333;
}
/* 特定商取引法に基づく表記  （SP版） */
.recTable2 {
	border-collapse: collapse;
	width: 97%;
	background: #fff;
	font-size: 14px;
	/* overflow: hidden; */
	border-left: 3px solid #607d8b;
	border-right: 3px solid #607d8b;
	border-bottom: 3px solid #607d8b;
	margin: 0 auto;
	color: #405660;
}
.recTable2 th {
	width: 100%;
	background: #e9edef;
	padding: 15px 10px;
	border-top: 3px solid #607d8b;
	text-align: left;
	display: block;
	font-weight: 600;
}
.recTable2 td {
	background: #fff;
	padding: 15px 10px;
	border-top: 1px solid #607d8b;
	border-bottom: 3px solid #607d8b;
	display: block;
	font-weight: 400;
}
.recTable2 a, .priorityWrap a {
	color: #008eff;
	text-decoration: none;
	transition: opacity  0.35s ease;
}
.recTable2 tr {
	border-bottom: 20px solid #fff;
}
.boxWrap_BGwhite {
	background: transparent;
	max-width:400px;
	margin: -50px auto 0;
	font-size: 13px;
}
.boxWrap_BGblack {
	background: #fff;
	max-width: 400px;
	margin: -50px auto 10px;
	font-size: 13px;
	padding: 10px 20px;
}

.faqLink {
    color: #008eff;
}

.orderHeader3rd {
    font-size: 16px;
    padding: 10px;
    background: #607d8b;
    color: #ffffff;
    border: 4px double #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px #b9ccd5;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.orderHeader3rd:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -10px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.orderHeader3rd:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -100px;
	right: -500px;
	width: 500px;
	height: 500px;
}

/* カード情報の登録 （SP版） */
.cardInfo {
	text-align: center;
	margin-bottom: -20px;
}
.cardWrap {
	display: flex;
	justify-content: space-around;
	margin: 0 -10px;
}
.cardImg {
	width: auto;
	height: auto;
}
.input_controlCard {
	width: 100%;
	padding: 8px 10px;
	font-size: 16px;
	color: #000;
	background-color: #fff;
	border: 2px solid #878787;
	border-radius: 5px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	/* box-shadow: 0 0 0 0rem rgb(255 255 255 / 30%), inset 0px 0px 3px 2px #000000; */
}
.input_controlCard:focus {
	color: #000;
	background-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(74, 74, 74,0.3);
}

.codeInfo {
	padding: 10px 10px 10px;
	background: #f2faff;
	margin: 20px 0px 0px;
	border: 1px solid #bccdd9;
	border-radius: 10px;
}
.codeHeader {
    padding: 5px 10px;
    margin: 5px 5px;
    font-size: 15px;
    /* background: #f1f1f1; */
    color: #000;
    /* border-left: 7px solid #bccdd9; */
    /* display: inline-block; */
    position: relative;
    color: #0f3e54;
}


.codeInfoList {
	padding: 5px 5px 10px 35px;
	color: #333;
	font-size: 14px;
	margin: 0;
	color: #0e0e0e;
}
.codeInfoList li {
	list-style-type: disc;
}
.creditImg_sp {
    display: block;
    border: 3px solid #919ca3;
}
.lookSP {
    display: inline-block;
}
.creditImg_pc, .lookPC {
    display: none;
}
.lm {
    display: block;
}
.inputText {
	margin: 10px;
	display: inline-block;
    font-size: 11px;
}
/* セレクトボックス （SP版） */
.selectWrap2_card {
	font-size: 16px;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
}
.selectWrap2_card:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 5px;
	margin: auto;
	left: 80px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
    z-index: 1; 
}
.sentakuPtn002_card {
	background: #fff;
	padding: 8px 10px;
	width: 100px;
	border-radius: 5px;
	border-top: 2px solid #6e6e6e;
	border-bottom: 2px solid #6e6e6e;
	border-left: 2px solid #6e6e6e;
	border-right: 35px solid #6e6e6e;
	cursor: pointer;
	outline: none;
	/* margin-bottom: 10px; */
	font-size: 16px;
	color: #333;
	/* box-shadow: 2px 0px 0px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px 2px #000000; */
}
.selectYM {
	display: inline-block;
	/* padding: 0 0 0 5px; */
	width: 20px;
	text-align: center;
}
/* 注文履歴  （SP版） */
.th5_order, .th10_order, .th12_5_order, .th13_order, .th15_order, .th20_order, .th25_order, .th30_order, .th35_order, .th40_order, .th45_order, .th50_order, .th60_order, .th70_order, .th80_order, .th90_order {
	width: 100%;
}
.orderWrap {
    margin: 0;
    padding: 0;
}
.tbl-cart_order {
	border-collapse: collapse;
	margin: 10px auto 10px;
	width: 100%;
	font-size: 16px;
	/* border-left: solid 1px #282424; */
	/* border-right: solid 1px #282424; */
}
.tbl-cart_order tr {
	width: 100%;
	border-bottom: 50px solid transparent;
}


.tbl-cart_order .thead {
	display: none;
}
.tbl-cart_order th {
	background: #837272;
	/* border: solid 1px #607d8b; */
	color: #fff;
	padding: 15px 10px;
	text-align: center;
}
.tbl-cart_order td {
	display: block;
	text-align: right;
	width: 100%;
	border-left: solid 2px #837272;
	border-right: solid 2px #837272;
	border-bottom: solid 2px #837272;
	padding: 15px 10px;
	font-weight: 400;
	background: #f5f5f5;
}
.tbl-cart_order tr:not(:last-child) > td:first-child {
	/* background: #f5f5f5; */
	z-index: 0;
	overflow: visible;
}
.tbl-cart_order td:first-child {
	background: #837272;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	/* padding: 15px 10px; */
	/* border-top: solid 2px #837272; */
	overflow: hidden;
	position: relative;
}
tr.last td{
}
.tbl-cart_order td:first-child:before {
	 content: attr(data-label);
	 font-weight: 600;
	 position: absolute;
	 left: 10px;
	 top: 31%;
	 font-size: 14px;
	 /* padding: 5px; */
	 /* border: 3px solid #7e7e7e; */
	 /* background: #fff; */
	 color: #ffffff;
	 /* border-radius: 5px; */
}

.tbl-cart_order tr:last-child td.totalAreaWrap {
    padding: 10px 10px;
    background: #837272;
}
.tbl-cart_order td:last-child {
	border-bottom: solid 2px #837272;
	background: #fff;
}
.goodsWrap_order {
    display: flex;
    /* flex-direction: column; */
}
.goodsItem {

}
.goodsLeft_order {width: 100px;}
.goodsRight_order {width: calc(100% - 100px);position: relative;padding: 0 0 30px;}



.tagColor_order {
	vertical-align: top;
	padding: 0 10px;
	text-align: left;
	display: block;
	color: #212529;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 400;
}
.tagSize_order {
	padding: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	color: #212529;
	width: 190px;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #9e9e9e;
	background: #fff;
	color: #777;
	margin: 0 0 0 auto;

}
.tbl-cart_order .tagSize_order {
	position: absolute;
	bottom: 0;
	right: 5px;
}
.tagDateWrap_order {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #555;
	padding: 3px;
}
.tagSizeWrap_order {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #9e9e9e;
	color: #fff;
	padding: 3px;
}

.tbl-cart_order img.menu-img {
	width: auto;
	height: auto;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	/* box-shadow: 0px 2px #ccc; */
	display: block;
	margin: 0px auto 0px;
}
span.productTitle_order {
	vertical-align: top;
	padding: 0 10px;
	text-align: left;
	display: block;
	color: #333;
	margin-bottom: 15px;
	font-size: 14px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.btn_10_order {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100px;
	height: 40px;
	position: relative;
	background: #ffffff;
	border: 2px solid #ff5722;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px;
	color: #ff5722;
	font-size: 15px;
	margin: 0 0 0 auto;
	letter-spacing: 0.1em;
	transition: opacity 0.3s;
	font-weight: bold;
	/* box-shadow: 0px 5px 0 0 #eb9107; */
	/* text-align: right; */
	transition: all  0.35s ease;
}
.btn_10_order:active {
	/* box-shadow: 0px 3px 0 0 #5c1510; */
	/* transform: translateY(2px); */
}
.btn_10_order:hover {
	opacity: 1;
	background: #ff5722;
	color: #fff;
}
.btn_11_order {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 98%;
	height: 40px;
	position: relative;
	background: #ffffff;
	border: 2px solid #ff5722;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px 5px;
	color: #ff5722;
	font-size: 10px;
	margin: 0 auto;
	letter-spacing: 0.1em;
	transition: opacity 0.3s;
	font-weight: bold;
	/* box-shadow: 0px 5px 0 0 #eb9107; */
	/* text-align: right; */
	transition: all  0.35s ease;
}
.btn_11_order:hover {
	opacity: 1;
	background: #ff5722;
	color: #fff;
}

/* 注文詳細 （SP版） */
.tbl-cart {
	border-collapse: collapse;
	margin: 10px auto 10px;
	width: 100%;
	font-size: 13px;
	/* border-left: solid 1px #282424; */
	/* border-right: solid 1px #282424; */
}
.discountTargetCartWrap {
	text-align: left;
	display: block;
	padding: 4px 10px 7px;
}
.discountTargetCart {
	padding: 2px 10px;
	font-size: 12px;
	background: #faed52;
	border: 1px solid #a49c49;
	border-radius: 5px;
	font-weight: 600;
	color: #333;
}

.tbl-cart tr {
	width: 100%;
	border-bottom: 50px solid #fbfbfb;
}


.tbl-cart .thead {
	display: none;
}
.tbl-cart th {
	background: #837272;
	/* border: solid 1px #607d8b; */
	color: #fff;
	padding: 15px 10px;
	text-align: center;
}
.tbl-cart td {
	display: block;
	text-align: right;
	width: 100%;
	border-left: solid 2px #837272;
	border-right: solid 2px #837272;
	border-bottom: solid 2px #837272;
	padding: 15px 10px;
	font-weight: 400;
}
.tbl-cart tr:not(.last) > td:first-child {
	background: #f5f5f5;
	position: relative;
	z-index: 0;
	overflow: visible;
}
.tbl-cart tr:not(.last) > td:first-child:before {
	width: 50px;
	height: 50px;
	/* background: #837272; */
	color: #fff;
	position: absolute;
	/* background: url(../images/rb003.svg) no-repeat; */
	background-size: cover;
	top: 0;
	right: -10px;
	z-index: 0;
}
.tbl-cart td:first-child {
	background: #837272;
	color: #fff;
	font-weight: 600;
	text-align: center;
	/* padding: 15px 10px; */
	border-top: solid 2px #837272;
	overflow: hidden;
}
tr.last td{
    font-size: 18px;
}
.tbl-cart td:before {
	content: attr(data-label);
	float: left;
	font-weight: 600;
	margin-right: 10px;
}

.tbl-cart tr:last-child td.totalAreaWrap {
    padding: 10px 10px;
    background: #837272;
}
.goodsWrap {
    display: flex;
    /* flex-direction: column; */
}
.goodsItem {

}
.goodsLeft {
    width: 100px;
}
.goodsRight {
    width: calc(100% - 100px);
}
span.tagColor {
	vertical-align: top;
	padding: 0 10px;
	text-align: left;
	display: block;
	color: #212529;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 400;
}
span.tagSize {
	vertical-align: top;
	padding: 0 10px 10px;
	text-align: left;
	display: block;
	color: #212529;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 400;
}
.tagColorWrap {
    padding: 3px;
    /* border: 1px solid #ccc; */
    height: 25px;
    width: 50px;
    display: inline-block;
     line-height: 19px; 
    background: #4caf50;
    color: #fff;
    text-align: center;
    margin-right: 7px;
    border-radius: 3px;
    vertical-align: middle;
}
.tagSizeWrap {
	padding: 3px;
	/* border: 1px solid #ccc; */
	height: 25px;
	width: 50px;
	display: inline-block;
	 line-height: 19px; 
	background: #00bcd4;
	color: #fff;
	text-align: center;
	margin-right: 7px;
	border-radius: 3px;
	vertical-align: middle;
}
.tbl-cart img.menu-img {
	width: auto;
	height: auto;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	/* box-shadow: 0px 2px #ccc; */
	display: block;
	/* float: left; */
	margin: 0px auto 10px;
}
span.productTitle {
	vertical-align: top;
	padding: 0 10px;
	text-align: left;
	display: block;
	color: #333;
	margin-bottom: 10px;
	font-size: 14px;
}

tr.last {
	border-bottom: 0px solid #fbfbfb;
}
tr.last2 {
	border-bottom: 50px solid #fbfbfb;
}
.totalAreaWrap {
    /* color: #020202 !important; */
    /* background: #b50b0b !important; */
    font-weight: 600;
    text-align: right !important;
    /* padding: 20px 0 !important; */
}
.totalArea {
    background: #fbfbfb;
    text-align: right;
    /* padding: 20px !important; */
    font-size: 18px;
}
td.totalArea {
	color: #b30b0b;
	padding: 10px 10px;
}
.totalAreaWrap2 {
	text-align: right !important;
	padding: 10px 25px  !important;
}
.tbl-cart tr.last td.totalArea2 {
	background: #fff;
	text-align: right;
	font-size: 18px;
	color: #b30b0b;
	padding: 15px 25px !important;
}
.tbl-cart tr.last td.totalArea {
	background: #efecec;
	text-align: right;
	font-size: 18px;
	color: #b30b0b;
	padding: 25px !important;
}
.totalAreaZeikomi {
	font-size: 13px;
}
.textCoupon {
	font-size: 13px;
	display: block;
	color: #333;
	text-align: right;
}
/* クーポン画像設定 （SP版） */
.ticketFlex {
    display: block;
}
.ticket {
	background: url(../images/paper00.jpg) no-repeat;
	background-size: cover;
	padding: 0.3rem 0.3rem;
	box-shadow: 1px 1px 6px rgba(10,5,0,0.5);
	color: #433;
	width: 100%;
	/*max-width: 560px;*/
	border: 1px solid rgba(30,5,0,0.12);
	margin-bottom: 30px;
    position: relative;
}
.ticket.ticketUsed {
    background: #fff no-repeat;
}
.ticket .ticket-used-img {
    display: none;
}
.ticket.ticketUsed .ticket-used-img {
    display: block;
	position: absolute;
	top: 16px;
	left: 0px;
	transform: rotateZ(-20deg);
	max-width: 210px;
	width: 100%;
	opacity: 0.6;
}


.ticket-inner{
    padding:0 0.7rem;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:2px solid rgba(30,5,0,0.5);
    border-radius:2px;
    text-align:center;
}
.ticket-left{
    width: 60%;
    border-right:1px dashed #976;
    padding: 1rem 0.5rem 0.7rem 0;
    font-size:80%;
}
.ticket_title {
    line-height: 1;
}
.ticket-code{
    font-weight:
    bold;
    font-size: 18px;
    line-height: 1.1;
    margin: 5px 0;
}
.ticket-name{
    border-top:1px solid #666;
    padding: 0.6em 0 0;
    line-height:1.2;
    font-size:13px;
}
.termsUse {
	font-size: 11px;
	display: inline-flex;
	text-align: left;
}

.ticket-right{
    width: 37%;
    padding:0.7rem 0;
    line-height:1.2;
}
.ticket-price{
    font-weight:bold;
}
.ticket-ppp{
    border-bottom:1px solid #666;
    padding-bottom:6px;
    margin-bottom:6px;
}
.ticket_arrow {
    font-size: 21px;
}
.couponDiscount {
	font-size: 16px;
}
.coupenBase {
	padding: 10px;
	border: 2px solid #bf0e0e;
	display: block;
	background: #df4848;
	color: #fff;
	font-size: 12px;
	margin: 10px 5px 0;
	border-radius: 5px;
	box-shadow: 0px 5px #c90505;
}




/* カートが空の場合のスタイル （SP版） */
.cartNoItem {
    text-align: center;
    margin-bottom: 50px;
}



/* ポイント確認 （SP版） */
.circleWrap {
    color: #00a1ff;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    flex-direction: column;

}

.head4rd2 {
	color: #2c5a6e;
	margin: 10px 0 10px;
	font-size: 17px;
	border-left: 7px solid #2c5a6e;
	padding: 5px 0px 5px 20px;
}
.circleWrap2 {
    width: 100%;
}
.circlePoint {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #fdd200;
	width: 100%;
	height: 200px;
	border-radius: 5px;
	font-size: 21px;
	font-weight: 600;
	padding: 30px;
	background: #fff url(../images/coin3.png) no-repeat;
	background-size: cover;
	background-position: 0 0;
	box-shadow: 0px 5px #fabe00;
	color: #2c5a6e;
}
.circlePointClass {
    margin-right: 10px;
    font-size: 40px;
}
.ruledLine {
	border: 0;
	border-top: 1px solid #919191;
	text-align: center;
	margin: 40px -10px 20px;
	padding: 0;
	height: 0;
	overflow: visible;
	/* box-shadow: 0px 2px 3px 0px #b5b5b5; */
}
/*.ruledLine:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 0 10px;
	background: #ffffff;
	color: #c0c0c0;
	font-size: 25px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}*/

/* チケット （SP版） */

.selectWrap3 {
	font-size: 16px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.selectWrap3:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 6px;
	margin: auto;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
    z-index: 1; 
}
.sentakuPtn003 {
	background: #fff;
	padding: 8px 10px;
	width: 100%;
	border-radius: 5px;
	border-top: 2px solid #6e6e6e;
	border-bottom: 2px solid #6e6e6e;
	border-left: 2px solid #6e6e6e;
	border-right: 35px solid #6e6e6e;
	cursor: pointer;
	outline: none;
	/* margin-bottom: 10px; */
	font-size: 16px;
	color: #333;
	/* box-shadow: 2px 0px 0px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px 2px #000000; */
	/* text-align: center; */
}

.ticktText {
    width: 100%;
    padding: 10px 0 0 20px;
    margin: 0;
    font-size: 16px;
    color: #333;
}
/* 月額料金支払い方法変更  （SP版） */
.payWrap {
	width: 100%;
	background: #fff;
	margin: 0 auto;
    padding: 10px 10px 0px;
    color: #405660;
}
.btnPayWrap input.btnPay:disabled, .btnPayWrap .btnPay.disable  {
	background: #f8f8f8 !important;
	border: 1px #ccc solid !important;
	color: #888 !important;
	box-shadow: 0px 5px 0 0 #dfdfdf !important;
	cursor: default;
	pointer-events: none;
}
.btnPayWrap {
    margin: 0px auto 40px;
    padding: 0;
    position: relative;
    max-width: 400px;
}
.btnPayWrap::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    pointer-events: none;
    width: 30px;
    height: 30px;
    background: url(../images/icon_mobile.svg)  no-repeat;
    background-size: contain;
	z-index: 1;
}

.btnPayWrap2 {
    margin: 0px auto 40px;
    padding: 0;
    position: relative;
    max-width: 400px;
}
.btnPayWrap2::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 15px;
    pointer-events: none;
    width: 30px;
    height: 30px;
    background: url(../images/icon_credit3.svg)  no-repeat;
    background-size: contain;
    z-index: 1;
}
.btnPay {
	display: block;
	/* max-width: 260px; */
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
	border: none;
	padding: 15px;
	font-size: 17px;
	border-radius: 10px;
	font-family: 'ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans',Montserrat,'Noto Sans JP','メイリオ', Meiryo, sans-serif;
	letter-spacing: 0.1em;
    transition: opacity 0.2s ease-out;
}
.btnPay:active {
	box-shadow: none;
	transform: translateY(5px);
}
.btnPay:hover {
	opacity: 0.8;
}
.btnPay_docomo {
	color: #fff;
	background: linear-gradient(to bottom, #e81a4e 1%,#cc0033 100%);
	box-shadow: 0px 5px 0 0 #971f1f;
	/*border: 1px solid #500000;*/
}
.btnPay_au {
	color: #fff;
	background: linear-gradient(to bottom, #f98043 1%,#eb5505 100%);
	box-shadow: 0px 5px 0 0 #a3400b;
	/*border: 1px solid #381400;*/
}
.btnPay_softBank {
	color: #fff;
	background: linear-gradient(to bottom, #373737 1%,#050505 100%);
	box-shadow: 0px 5px 0 0 #4a4a4a;
	/*border: 1px solid #8b8b8b;*/
}
.btnPay_credit {
	color: #fff;
	background: linear-gradient(to bottom, #804ce0 1%,#673ab7 100%);
	box-shadow: 0px 5px 0 0 #301462;
	/* border: 1px solid #8b8b8b; */
}

.supplement {
	padding: 0 1em;
	margin: -20px auto 0;
	font-size: 15px;
	color: #000;
	position: relative;
	color: #09364c;
	text-align: left;
	text-indent: -1em;
}

/* クレジットカード登録   */

/* 汎用ボタン設定（SP版） */
.topBtnFlexCommon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.buttonCommon001 {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	color: #333;
	margin-bottom: 30px;
	transition: all  .3s ease;
	font-weight: 600;
	/* padding-right: 20px; */
	position: relative;
	border: 1px solid #5a5a5a;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.buttonCommon001:hover {
	box-shadow: 4px 4px 0px 0px #5a5a5a;
	border: 1px solid #5a5a5a;
	/* mix-blend-mode: multiply; */
	background-color: #f9f9f9;
	/*opacity: 1;*/
	/* color: #fff; */
}

.buttonCommon002 {
	background: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	padding: 5px;
	font-size: 13px;
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	margin-bottom: 30px;
	transition: all  .3s ease;
	font-weight: 600;
	/* padding-right: 20px; */
	position: relative;
	border: 1px solid #5a5a5a;
    font-family: 'Montserrat','ヒラギノ角ゴシック',"ヒラギノ角ゴ Pro ","Hiragino Kaku Gothic Pro",'Hiragino Sans','Noto Sans JP','メイリオ', Meiryo, sans-serif;
}
.buttonCommon002:hover {
	box-shadow: 4px 4px 0px 0px #5a5a5a;
	border: 1px solid #9e9e9e;
	/* mix-blend-mode: multiply; */
	/* background-color: #f9f9f9; */
	/*opacity: 1;*/
	/* color: #fff; */
}


/* ====        SP版        ここまで ↑↑↑===== */

@media (min-width: 576px) {
/*コンテナ */
.container{
	max-width: 540px;
}

/* カード情報の登録  （SP版）*/
.codeHeader {
    padding: 5px 10px;
    margin: 5px 5px;
    font-size: 15px;
}
.creditImg_sp, .lookSP {
    display: none;
}
.lm {
    display: none;
}
.creditImg_pc {
    display: block;
    border: 3px solid #919ca3;
    max-width: 600px;
    margin: 0 auto 30px;
}
.lookPC {
    display: inline-block;
}

}
@media only screen and (min-width: 470px) and (max-width: 739px) {
/* スマホ横持ち（ファブレット） */
.priceWrap {
	display: flex;
	/* width: 55%; */
	font-size: 16px;
	justify-content: space-between;
	margin: auto;
	padding: 2px 0px;
}
.priceWrap2 {
	display: flex;
	/* width: 55%; */
	font-size: 17px;
	justify-content: space-between;
	margin: auto;
	padding: 2px 0px;
}

.flowTop, .flowBottom {
    width: 50%;
}


}



/* ====        tab版　　　ここから↓↓↓  ==== */

@media (min-width: 740px) {
/*----------------------------------------------------
               1. 基本設定（tab版 ）740px ～ 991px
----------------------------------------------------*/
/* 見出し基本設定 */
h1 {
	font-size: 40px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p {
	line-height: 1.8;
	font-size: 17px;
}
ul {
	 font-size: 16px;
}
/* TEL */
a[href^="tel:"] {
	pointer-events: none;
}
/* 汎用クラス
--------------------*/
/* padding設定（強制） */
.pl20 {
    	padding-right: 20px !important;
}

/* padding設定（強制） */
.pt20 {
	padding-top: 20px !important;
}
.pd30 {
	padding: 30px;
}
.recTable2_thFix {
	padding: 32px 20px 20px !important;
	vertical-align: top !important;
}
/* margin設定（強制） */
.mtFix2 {
	margin-top: 0px !important;
}
/* width設定 （強制）*/
.widthMax2 { 
  margin: 0 !important;
}
/* フォントサイズ設定（強制） */
.fs_1, .fs_2, .fs_3, .fs_4{
    font-size: 15px !important;
}
.bg07 {
    background-size: cover;
}

/* 右寄せ中央Flex設定 */
.justy__ec {
	justify-content: center;
}
.justy__es {
	justify-content: flex-start;
}
.justy__ee {
	justify-content: flex-end;
}

/*----------------------------------------------------
               2. レイアウト設定（tab版 ）740px ～ 991px
----------------------------------------------------*/

/*コンテナ */
.container {
	max-width: 740px;
}
/* 「ヘッダー」ブロック */
header {
	/* padding: 10px 0px 10px; */
}
/* 「コンテンツ」ブロック  ランディングページ*/
.contents_LP {
	padding-bottom: 30px;
}

/* 「コンテンツ」ブロック */
.contents {
	padding-bottom: 30px;
}
/* 「フッター」ブロック */
footer {
    font-size: 16px;
}
.footerLogoNew {
	text-align: center;
	color: #000;
	margin: 30px 0px 15px;
}

/* 新しいフッターメニュー（横一列） */
.footerMenu ul{
  padding: 0;
  margin: 0;
  font-size: 17px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footerMenu ul li{
  /* display: inline-block; */
  padding: 0 11px;
  width: auto;
  /* text-align: center; */
}
.footerMenu ul li + li{
  border-left: 2px solid #999;
}

/*----------------------------------------------------
               3. ヘッダー詳細（tab版）740px ～ 991px
----------------------------------------------------*/
img.caseImg {
	/* max-width: 120px; */
	vertical-align: middle;
	position: relative;
	top: -5px;
}

/*----------------------------------------------------
               4. ナビゲーション（ドロワー）メニュー （tab版）740px ～ 991px
----------------------------------------------------*/


 /*----------------------------------------------------
               5.　共通パーツ（tab版）740px ～ 991px
----------------------------------------------------*/
.sectionWrap {
}
.sectionWrap2 {
}
.sectionWrap h2 {
    	color: #fff;
    	font-weight: bold;
    	margin: 0px 0px 0px;
    	padding: 50px 10px;
    	text-align: center;
    	font-size: 20px;
    	line-height: 1.7em;
}
.sectionWrap p {
	font-size: 15px;
}
 /*----------------------------------------------------
               6.　「form」基本パーツ（tab版）740px ～ 991px
----------------------------------------------------*/

  /*----------------------------------------------------
               7.　フッター（tab版）740px ～ 991px
----------------------------------------------------*/
.footerArea {
	text-align: left;
	margin-bottom: 25px;
}
.profile_text {
	font-size: 15px;
	text-align: center;
}
.sectionBox p {
	font-size: 12px;
	text-align: center;
}
/*----------------------------------------------------
               9.　ポップアップ・アラート（tab版）740px ～ 991px
----------------------------------------------------*/
p.manText {
	font-size: 20px;
	font-weight: normal;
}
.cautionTextArea {
    font-size: 16px;
}
.cautionTextArea2 {
    font-size: 16px;
}
.popUpButton001, .popUpButton002 {
	width: 300px;
	height: 50px;
	font-size: 15px;
	font-weight: 500;
}
/*----------------------------------------------------
               10.　「キャンペーンバナー」ポップアップ（tab版）740px ～ 991px
----------------------------------------------------*/
.banner-modal__content_dialog{
    width: 100%;
    max-width: 650px;
    top: 50%;
}
.banner-dialogWrap {
    
}
.banner-cautionTextArea {
    font-size: 16px;
    height: auto;
    max-height: 540px;
    overflow: auto;
}
.banner-popUpButton {
	height: 50px;
	width: 230px;
	font-size: 15px;
	font-weight: 500;
}
.checkbox03 {
	font-size: 15px;
}

.modal-close2 {
	right: -21px;
	top: -21px;
}
.modal__line {
	left: 5px;
	width: 25px;
	height: 4px;
}
/* アニメーション */
.fade_move {
   animation-name: none;
   margin: 0;
}

/* テキストエリア */
.bannerText {
    display: none;
}
.bannerTextBottom {
    display: none;
}
/*----------------------------------------------------

            1.   「ホーム」ページ（tab版）740px ～ 991px

----------------------------------------------------*/
/* 枠基本A */
.basicColum {
	flex-direction: row;
	justify-content: space-evenly;
}


/* 枠基本B 新しい組み方 */
.siteContent {
	padding: 7.5rem 0 4rem;
}
.siteContent2 {
	padding: 2rem 0 2rem;
}
.siteContent3 {
	padding: 0rem 0 2rem;
}
.rowCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* メインカラム */
/* 3cols */
.row3col {
	display: flex;
	flex-wrap: wrap;
	/* margin-right: -15px; */
	/* margin-left: -15px; */
}
.fle3xCol {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
/* サブカラム */
/*----------------------------------------------------

            2.   「サブ」ページ（tab版）740px ～ 991px

----------------------------------------------------*/
/* 見出し */
h2.mainSection_title {
    font-size: 28px;
}
h2.mainSectionPt2_title {
    font-size: 28px;
}
/* コンテンツ交互セクション */
.wp-block-columns {
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 3.75em;
}
/* コンテンツ交互セクション 2*/
.wp-block-columns2 {
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 3.75em;
}

/* フォトギャラリー風セクション */
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: .8em;
}
/* フォトギャラリー風セクション（2列） */
.columns-1to2 .blocks-gallery-item {
	width: calc(50% - 1em);
	margin: 0 1em 1em 0;
}
/* フォトギャラリー風セクション（3列） */
.columns-3 .blocks-gallery-item {
	width: calc(33.33333% - .66667em);
	margin-right: 1em;
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
	margin-right: 1em;
}
/* パンくずリスト設定 */
.breadcrumb {
    font-size: 16px;
}
/* テーブル設定　１　*/
.tbl_basic tbody tr td:nth-of-type(1) {
    font-size: 14px;
    display: table-cell;
    width: 150px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    text-align: left;
}
.tbl_basic tbody tr td:nth-of-type(2) {
    display: table-cell;
    padding: 1em;
}
.tbl_basic2 tbody tr td:nth-of-type(1) {
	width: 20%;
}
/* テーブル設定　2　*/
.recTable {
	font-size: 16px;
}
.recTable th {
	padding: 30px;
	width: 25%;
}
.recTable td {
	padding: 30px;
}



/* トピック枠 */
.vk_flow_frame {
    font-size: 16px;
}
/*----------------------------------------------------

            3.   「メインビジュアル」セクション（tab版）740px ～ 991px

----------------------------------------------------*/
/*.mainCatch {
	color: #514d4c;

}*/

/* 「新規LP」ページ（tab版） */
.firstViewWrap {
    padding: 60px 0;
}
.firstViewFlex {
    display: flex;
    justify-content: space-between;
}
.firstViewLeft {
	display: block;
	background: transparent url("../images/top.png") no-repeat;
	background-size: contain;
	background-position: left top;
	width: 50%;
	min-height: 420px;
}
.firstViewrRight {
	display: block;
	background: transparent none;
	width: 50%;
	min-height: 420px;
	text-align: left;
	padding-top: 0;
}
.firstViewrRight2 {
    display: block;
    background: transparent none;
    width: 50%;
    min-height: 316px;
    text-align: left;
    padding-top: 0;
    /* padding-left: 50px; */
}

.firstViewrRight h2 {
	font-size: 17px;
	margin: 0em 0 0.7em;
}
.displayChange {
	display: none;
}



.firstViewrRight h3 {
	font-size: 18px;
	margin: 1em 5px 0.7em;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	padding: 5px 0;
	max-width: none;
}
.firstViewrRight h3:after {
	width: 100%;
	bottom: -20px;
}

.btnText_fv_001:after {
	height: 27px;
	width: 27px;
	left: 154px;
	background-size: contain;
	z-index: 0;
}
.btnText_fv_002:after {
	height: 27px;
	width: 27px;
	left: 154px;
	background-size: contain;
	z-index: 0;
}

.btnText3:after {
	height: 25px;
	width: 100px;
	right: -120px;
	font-size: 15px;
}

.btnText4:after {
	height: 27px;
	width: 27px;
	right: -69px;
}

.btnText5:after {
	height: 27px;
	width: 27px;
	right: -81px;
}

.firstViewBtnArea {
	margin: 60px 0 -14px;
}

.firstViewBtnArea3 {
	margin: 50px 0 0px;
	text-align: center;
}
.firstViewBtnArea3  .btnClassTop001 {
	padding: 20px 0px 20px 30px;
	font-size: 18px;
	width: 300px;
	margin: 30px auto 0;
}
.firstViewBtnArea3  .btnClassTop001::before {
	top: 34px;
	right: 9px;
	width: 40px;
	height: 1px;
}
.firstViewBtnArea3  .btnClassTop001::after {
	top: 28px;
	right: 11px;
	width: 2px;
	height: 7px;
}

.firstViewBtnArea3  .btnClassTop002 {
	padding: 20px 0px 20px 30px;
	font-size: 18px;
	width: 300px;
	margin: 30px auto 0;
}
.firstViewBtnArea3  .btnClassTop002::before {
	top: 34px;
	right: 9px;
	width: 40px;
	height: 1px;
}
.firstViewBtnArea3  .btnClassTop002::after {
	top: 28px;
	right: 11px;
	width: 2px;
	height: 7px;
}



/*----------------------------------------------------

            4.   「特徴」セクション（tab版）740px ～ 991px

----------------------------------------------------*/
.headerFeature {
    font-size: 17px;
}
.feature {
    padding: 0px 0px 20px;
}
.featureList {
    padding: 30px 0px;
    margin-top: 40px;
}
.featureList2 {
    padding: 10px 0px;
    margin-top: 50px;
}
.featureListContent{
    font-size: 21px;
    line-height: 1.7em;
}


.head3rd {
    font-size: 27px;
}
/*「A」セクション  （tab版）*/
.head3rd2 {
    text-align: center;
    font-size: 50px;
}
.maxHarf {
	font-size: 100px;
}

.ai001 {
    width: 30%;
    align-items: flex-start;
    margin-top: 80px;
}
.ai002 {
    width: 40%;
    align-items: flex-start;
}
.aboutText {
    display: flex;
    padding: 10px 10px;
    background: #707070;
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
    width: 175px;
    min-height: 70px;
}

.aboutImgBtn {
	width: 260px;
	height: 64px;
	font-size: 14px;
	outline-offset: -5px;
	padding: 20px 20px 0 0px;
}
.aboutImgBtn span {
	font-size: 200%;
	margin: 0 3px 15px;
}
.aboutImgBtn:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 27px;
  height: 35px;
  background: url(../images/aboutBtn001.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 14px;
  right: 9px;
}

.catchText {
    line-height: 2em;
    font-size: 20px;
}

.aboutImgBtn2 {
	max-width: 370px;
	width: 260px;
	height: 58px;
	background-size: cover;
	font-size: 11px;
	padding: 17px 10px 0;
	margin: 0px 10px;
}
/*BSEの6つの特徴 （tab版）*/
.head_6Features {
    font-size: 40px;
    margin: 1em 0 1.5em;
}
.head_6Features2 {
    font-size: 45px;
    margin: 100px 0px 0;
}

/* 通常の見出し（tab版） */
.head_normal {
    font-size: 23px;
    margin: 1em 0 1.5em;
}
.head_normal .headTopBottom {
    margin: 0;
}

.fs_6 {
    font-size: 27px;
}

.featuresFlex {

}
.featuresFlexItems {
    width: 33.3%;
}
.featuresHeader {
    font-size: 17px;
}
.featuresFlexItems p{
    font-size: 12px;
}

/*4つのアピールポイント（tab版） */
.appealPointHeader {
	font-size: 33px;
	margin: 70px auto 30px;
	max-width: 1105px;
}
.appealPointHeadertImg {
	max-width: 70px;
}
.appealPointWrapper {
    padding: 20px;
    background: url("../images/appealPoint001.jpg") no-repeat;
    background-size: cover;
}
.appealPointWrapper2 {
    padding: 20px;
    background: url("../images/appealPoint002.png") no-repeat;
    background-size: cover;
}
.appealPointWrapper3 {
    padding: 20px;
    background: url("../images/appealPoint003.png") no-repeat;
    background-size: cover;
}

.mapImg {
	margin: 0 auto 10px;
	height: 235px;
	/* min-height: auto; */
}
.mapText {
    font-size: 18px;
}

.appealPointFlexItemLeft001 {
    width: 65%;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #f9f9f9;
    background-size: contain;
    background-position: center;
    height: auto;
    line-height: 2em;
}
.appealPointFlexItemRight001 {
	display: block;
	width: 30%;
	height: 320px;
	background: url("../images/appeal001.jpg") no-repeat;
	background-position: right top;
	background-size: contain;
}

.appealPointFlexItemLeft002 {
    width: 65%;
    padding: 0px;
    font-size: 19px;
    /* border: 1px solid #f3f3f3; */
    background-size: contain;
    background-position: center;
    height: auto;
}
.appealPointFlexItemRight002 {
	display: block;
	width: 30%;
	height: 320px;
	background: url("../images/appeal002.png") no-repeat;
	background-size: contain;
}

.appealPointFlexItemLeft003 {
    width: 65%;
    /* padding: 10px; */
    font-size: 20px;
    background-size: contain;
    background-position: center;
    /* height: auto; */
}
.appealPointFlexItemRight003 {
	display: block;
	width: 30%;
	height: 320px;
	background: url("../images/appeal003.png") no-repeat;
	background-position: right top;
	background-size: contain;
}

.appealMiddleArea {
    margin: 20px 0;
    padding: 0 10px;
}
.appealMiddleAreaFlex {
    margin: 70px 0 10px;
}
.appealMiddleText {
	padding: 20px 10px;
	margin: 10px auto;
	font-size: 15px;
	width: 175px;
	height: auto;
}
.fs_appelMiddleText {
    font-size: 15px !important;
}
.fs_appelMiddleText2 {
    font-size: 15px !important;
}
.aboutImg2 {
	max-width: 120px;
	margin: 0 auto 29px;
}
.aboutImg3 {
	max-width: 165px;
	margin: 0 auto 29px;
}
.appealMiddleLinkArea {
    font-size: 25px;
}

.featureListContent2 {
	font-size: 24px;
}

.pointListFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}
.pointListFlexItems {
    width: 100%;
    margin: 10px;
}
.pointListItemsLeft {
    width: 90px;
    font-size: 40px;
}
.pointListItemsRight {
    text-align: center;
    justify-content: center;
    width: calc(100% - 50px);
}

.appealTableWrap {
	width: 100%;
	height: auto;
	color: #000;
}
.appealTableRight {
    background: #e9e7e7;
}

.middleLogo {
	max-width: 100px;
	height: auto;
}

.middleLogo {
	max-width: 100px;
}

.appealTableText {
	background: #fff;
}

.appeal003_tableFlex {
    margin: 0;
    padding: 0;
}

.middleLogo2 {
	max-width: 40px;
	height: auto;
}
.pointLogoImg {
	max-width: 40px;
	height: auto;
}

.appeal003_text span {
	font-size: 17px;
}
.middleLogo3 {
	max-width: 370px;
	height: auto;
}

.appealDetail {
    flex-direction: row;
    justify-content: center;
}
.appealDetailTop {
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.appealDetailTop span {
    padding: 15px;
}

.appealDetailBottom {
    font-size: 12px;
    width: 100%;
}

.topBtnFlex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
.buttonClass001 {
	width: 300px;
	height: 70px;
	font-size: 25px;
	font-weight: 500;
	margin: 0 20px;
	background-size: 30px;
}
.buttonClass002 {
	width: 300px;
	height: 70px;
	font-size: 25px;
	font-weight: 500;
	background-size: 30px;
	margin: 0;
}
.buttonClass001::before, .buttonClass002::before {
	border-top: 15px solid #5a5a5a;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #5a5a5a;
}
.featuresFlex2 {
    /* gap: 20px; */
}
.featuresFlexItems2 {
	width: calc(25% - 20px);
}
.useFlowPoint {
    font-size: 25px;
}
.useFlowBlock001 {
    margin-top: 20px;
    min-height: 170px;
    max-height: 180px;
    overflow: hidden;
}
.useFlowIcon {
	max-width: 196px;
	height: auto;
	padding: 0 5px;
}
.useFlowIcon2 {
	max-width: 155px;
	height: auto;
	padding: 0 10px;
}
.useFlowIcon3 {
	max-width: 250px;
	height: auto;
	padding: 0 10px;
    margin-top: 40px;
}
.useFlowIcon4 {
	max-width: 175px;
	height: auto;
	padding: 0 5px;
}

.useFlowBlock002 {font-size: 16px;}
.useFlowBlock003 {font-size: 13px;min-height: 80px;padding: 10px 5px;}


/*取り扱いブランド new（tab版）*/





/*「お取り扱いブランド一覧」セクション（tab版） */
.feature3 {
    	padding: 5rem 0 4rem;
}
.feature4 {
    	padding: 6.5rem 0 4rem;
}
.head3rd3 {
    font-size: 40px;
    margin-bottom: 6rem;
}
.brandTextList {
}
.brandTextList li {
	width: calc(100% / 3 );
	font-size: 17px;
}

.head2rd {
    font-size: 37px;
}
.head4rd {
    font-size: 21px;
}
.explanationHeader {
	font-size: 30px;
	margin: 0px 0 10px;
}
.explanationText {
    padding: 0px 0;
}
/*「ご利用の流れ」セクション（tab版） */
.flowWrap {
    padding: 20px 20px;
}
.flowTitle {
    font-size:35px;
    margin: 1em 0 1em;
}
.flowLine {
	height: 100px;
    width: 10px;
}
.flowHeader {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flowContent {
	padding: 10px 0 0px;
}
/*----------------------------------------------------

            5.   「黒系」ページ（tab版）740px ～ 991px

----------------------------------------------------*/

.form__wrap2 {
	width: 100%;
	max-width: 1100px;
	padding: 50px 30px;
	margin-bottom: 40px;
}

.nameClass {
	margin-bottom: 12px;
	font-size: 20px;
}
.input_control {
    font-size: 20px;
    padding: 10px 10px;
}
.btnD, .btn002,   .btn004,  .btn005, .btn000 {
    font-size: 20px;
    height: 50px;
    /*font-weight: 500;*/
}
.btn003,  .btn006,  .btn007{
    font-size: 20px;
    height: 60px;
    /*font-weight: 500;*/
}

.priceOffWrap {
	height: auto;
	font-size: 17px;
}
.priceOffWrap span{
    padding: 5px 13px;
    color: #fff;
}

/* ------------------------------------

    エラー処理 

------------------------------------ */ 
.errorArea {
	font-size: 16px;
}
.errorHeader {
    font-size: 20px;
    padding: 10px 0;
    margin: 20px;
}
.errorList {
    font-size: 16px;
    padding: 0px 25px;
}
.circleWrap + .errMsg {
	padding-left: 150px;
}

/* errMsg errMsg2系 */
.errMsg2 {
    padding-left: 40px;
}
.errMsg, .errMsg2 {
    font-size: 16px;
}
/* ログイン */
.linkTextBasic {
    font-size: 18px;
}
.textBlock2 {
    font-size: 17px;
}
.linkBlue {
    font-size: 18px;
}
.moreLInk {
    font-size: 17px;
}
/* 商品のお問い合わせ */
.requiredEntry {
	/* right: 10px; */
	/* bottom: -59px; */
}
.textarea_control {
    font-size: 20px;
}
.fileSelect {
    font-size: 20px;
}
#preview img {
	width: calc(50% - 20px);
	margin: 10px;
}
/* ログイン後トップ */
.productWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.proImgWrap {
	max-width: 100%;
}

.newLabel::before {
    font-size: 14px;
}


.proItem {
    width: calc(100% / 3 - 14px);
    display: block;
    margin: 10px 7px 30px;
}
.proImg {
    	min-width: 190px;
    	min-height: 270px;
}
.productName {
	width: 100%;
	font-size: 16px;
	margin: 0px auto 20px;
	padding: 12px 0px;
	height: 75px;
	font-weight: 500;
	max-width: 300px;
}

.priceWrap {
    display: flex;
    /* width: 88%; */
    font-size: 18px;
    max-width: 300px;
}
.priceWrap2 {
    display: flex;
    /* width: 88%; */
    font-size: 20px;
    max-width: 300px;
}

.priceLeft {
    /* width: 120px; */
}
.priceRight {
    width: auto;
    text-align: left;
}
/*矢印と下線の形状 （SP版） */
.seeMoreProducts p a::before{
	content: "";
    /*絶対配置で下線の位置を決める*/
	position: absolute;
	top: 33px;
	right: 12px;
    /*下線の形状*/
	width: 41px;
	height: 1px;
	background: #fff;
    /*アニメーションの指定*/
	transition: all .2s linear;
}

.seeMoreProducts p a::after{
	content: "";
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
	top: 28px;
	right: 14px;
    /*矢印の形状*/
	width: 2px;
	height: 6px;
	background: #fff;
	transform:
	skewX(45deg);
    /*アニメーションの指定*/
	transition: all .2s linear;
}




.nav3col {
    font-size: 20px;
}
.nav3col div {
	margin: 0 10px;
}
.LinkArea {
    height: 70px;
}
/* 商品問い合わせ内容確認 */
.label_control {
    font-size: 17px;
    padding: 7px 20px;
}
.label_control2 {
    font-size: 17px;
    padding: 7px 20px;
}
/* FAQ */
.head3rd4 {
	font-size: 24px;
}
.head3rd4FIx {
    margin-top: -50px !important;
}

/* アコーディオン */
.accordion-area{
    padding-left: 35px;
}
h3.title {
	font-size: 18px;
	padding: 2% 50px 2% 2%;
}
.box > p {
	font-size: 18px;
}

/* マイページ */
.mypageItems {
    width: 33%;
    padding: 0px;
    margin-bottom: 60px;
}
.mypageWrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 70px;
}
.mypageLInk {
	height: 70px;
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
    height: 100px;
}
.messageBox2 {
    /* box-shadow: 0px 0px 0 10px #f0fff3; */
    width: 95%;
    border: 10px solid #8bc34a;
}
.messageBox2 p{
    font-size: 16px;
}

/* マイページ NEW （tab版） */
.contentWrap {
    padding: 10px;
    max-width: 900px;
    margin: 0 auto;
}
.mypageWrapItems {
	width: 25.33%;
	margin: 4%;
}
.mypeageLINKS {
    font-size: 16px;
}
.mypeageLINKS:hover {
	opacity: 1;
	transform: translate3d(3px, 3px, 3px);
    background: #fff;
}


/* 会員情報登録 */
.rbWrap {
	width: auto;
	text-align: left;
}
.rbWrap2 {
	width: auto;
	text-align: left;
}
.radio03 {
    font-size: 18px;
    padding: 6px 5px 3px 30px;
    /* margin-bottom: 20px; */
}
.col2__wrap {
    flex-direction: row;
    justify-content: space-between;
}

.col3__wrap {
    height: 60px;
}

.col2Items {
    width: 48%;
}
.col2Items3 {
    width: 50%;
    padding: 0 0 0 50px;
}
.col3Items2 {
    width: 30%;
    position: relative;
}
.col3Items2_item {
    width: 27%;
}
.col2_label {
    font-size: 18px;
}
.input_control2 {
    	font-size: 20px;
    padding: 10px 10px;
}
.btnG {
	font-size: 20px;
	height: 50px;
	font-weight: 500;
	margin: 0px auto 0px;
}
.leftFix {
    padding-left: 40px;
}
.fsFIX {
    font-size: 20px;
}
.differentHeader {
    font-size: 17px;
}
/* 年月日セレクト  */
.selectWrap {
	display: inline-block;
	/* margin-bottom: 2px; */
    margin-right: 5px;
}
.selectWrap:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 4px;
	margin: auto;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
}
.selectWrap2 {
	display: block;
	margin-bottom: 20px;
	margin-right: 5px;
}
.selectWrap2:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 4px;
	margin: auto;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
}
.sentakuPtn001 {
	font-size: 17px;
	padding: 10px 10px;
	margin-bottom: 0;
	width: 190px;
    text-align: center;
}

/* 商品のお問い合わせ内容一覧 */
.watchWrap {
	padding: 30px 30px 30px;
}
.tbl_01 {
	font-size: 18px;
}
.tbl_01 th {
	padding: 10px 10px;
}
.tbl_01 td {
	padding: 10px;
}
.btn_04 {
	font-size: 20px;
}
.btn_05 {
	font-size: 20px;
}
/* デザインパターンB */
.watchWrap2 {
	margin: 50px 0px 50px;
}
.tbl_02 {
	font-size: 20px;
}
.tbl_02 th {
	padding: 10px 10px;
}
.tbl_02 td {
	padding: 10px;
}
/* デザインパターンC */
.tbl_03 {
	font-size: 17px;
}
.tbl_03 th {
	padding: 15px 10px;
}
.tbl_03 td {
	padding: 10px;
}

/*ページネーション */
.cms-pagination ul {
	font-size: 15px;
    padding: 0;
}.cms-pagination ul li {
	width: 45px;
	height: 45px;
}
.cms-pagination ul li a {
        transition: background 0.3s ease;
}
.cms-pagination ul li a:hover {
        background: #c8e3f9;
        transition: background 0.3s ease;
}

/*お問い合わせ詳細 */

/* 利用規約  */
.sentenceWrap_order {
	padding: 20px 40px;
	margin-top: 70px;
	background: #fff;
	margin: 70px 0 100px;
}
.sentenceWrap_order2 {
	padding: 20px 40px;
	margin-top: 70px;
	background: #fff;
	margin: 70px 0 100px;
}
.sentenceWrap {
	padding: 40px;
	margin-top: 70px;
}
.sentenceWrap2 {
    margin-top: 70px;
}
.l-section .l-section {
	margin-top: 3.5rem;
}
.c-title._h2 {
	margin-bottom: 10px;
	font-size: 22px;
}
.c_text {
	font-size: 16px;
	 margin-top: 20px; 
}
.c-list._style-decimal {
    font-size: 16px;
}
/* 特定商取引法に基づく表記  */
.recTable2 {
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #607d8b;
}
.recTable2 th {
	padding: 20px;
	width: 35%;
	display: table-cell;
	border-top: 1px solid #607d8b;
	text-align: left;
}
.recTable2 td {
	padding: 20px;
	display: table-cell;
    	border-bottom: 0px solid #607d8b;
}
.recTable2 tr {
	border-bottom: 0px solid #fff;
}

.boxWrap_BGwhite {
	max-width: 700px;
	font-size: 15px;
    margin: 0 auto;
}
.boxWrap_BGblack {
	max-width: 660px;
	font-size: 15px;
	margin: 0 auto 10px;
}

.orderHeader3rd {
    font-size: 20px;
    margin-bottom: 40px;
}
/* カード情報の登録  */
.cardWrap {
	display: flex;
	justify-content: flex-start;
    margin: 0;
}
.cardImg {
    margin-right: 10px;
}
.input_controlCard {
	font-size: 20px;
	padding: 8px 10px;
	width: 50%;
}
.codeInfo {
	margin: 20px 0px 0px;
}
.inputText {
	font-size: 17px;
}
/* セレクトボックス */
.selectWrap2_card {
	 /* display: inline-block; */
	 /* margin-right: 5px; */
}
.selectWrap2_card:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 4px;
	margin: auto;
	left: 90px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
}
.sentakuPtn002_card {
	font-size: 20px;
	padding: 7px 10px;
	margin-bottom: 0;
	width: 110px;
	/* text-align: center; */
}

/* ポイント確認 */
.circleWrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.head4rd2 {
	font-size: 20px;
	margin: 0 0 0px;
	width: 30%;
}

.circlePoint {background-position: 0 -60px;}

/* チケット */
.selectWrap3 {
	/* margin-bottom: 2px; */
	/* margin-right: 5px; */
	max-width: 500px;
	margin: 0;
}
.selectWrap3:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 4px;
	margin: auto;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fdf9fa;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	pointer-events: none;
}
.sentakuPtn003 {
	font-size: 17px;
	padding: 8px 10px;
	margin-bottom: 0;
	width: 100%;
	/* text-align: center; */
}

.ticktText {
    font-size: 22px;
    padding: 0;
}
/* 月額料金支払い方法変更  */
.payWrap {
	font-size: 16px;
}
.btnPay {
	/* max-width: 400px; */
	font-size: 18px;
}
/* クレジットカード登録  */

/* 汎用ボタン設定（tab版） */
.buttonCommon001 {
	width: 300px;
	height: 60px;
	font-size: 20px;
	font-weight: 500;
	background-size: 30px;
}
.buttonCommon002 {
	width: 300px;
	height: 60px;
	font-size: 20px;
	font-weight: 500;
	background-size: 30px;
}

}
/* ====        tab版        ここまで ↑↑↑===== */


/* ====        PC版　　　ここから↓↓↓  ==== */

@media (min-width: 992px) {

/*コンテナ */
.container {
	max-width: 960px;
}

/*----------------------------------------------------
               1. 基本設定（PC版）
----------------------------------------------------*/
/* 改行指定 */
.brEna {
    display: inline-block;
}
/* 改行設定 */
.brMobileMain {
    display: none;
}
.brMobile {
	display: block;
}
/* PCスマホ表示設定 */
.dpPC_inline {
    display: inline;
}

.fsFIX2 {
    font-size: 24px!important;
}
 /*----------------------------------------------------
               7.　フッター（PC版）
----------------------------------------------------*/
.profile_text {
	font-size: 19px;
	text-align: center;
}
.profile_text a{
    color: #fff;
    position: relative;
}
.profile_text a:before {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -7px;
	left: 0;
	border-bottom: 1px solid #ffffff;
	transition: .2s ease-out;
}
.profile_text a:hover:before {
	width: 100%;
}

.sectionBox p {
	font-size: 14px;
}
/*----------------------------------------------------

            1.   「ホーム」ページ（PC版）992px ～ 1199px

----------------------------------------------------*/
/* メインカラム */
.mainSection-col-two {
	width: 100%;
}
.itemSummary {
    font-size: 16px;
}
/* サブカラム */
.sideSection-col-two {
	width: calc(100% - 66.66667% - 3rem);
}
.stickyClass {
	margin-bottom: 25px;
	position: sticky;
	top: 20px;
}
.contactTxt {

}
/*----------------------------------------------------

            2.   「サブ」ページ（PC版）992px ～ 1199px

----------------------------------------------------*/
.header_pageTitle {
	font-size: 28px;
}
/* FAQ */
.vk_faq .vk_faq_title {
	font-size: 18px;
}
.vk_faq .vk_faq_content {
    font-size: 16px;
}
/* コンテンツ交互セクション */
.wp-block-columns p{
    font-size: 20px;
}

/*----------------------------------------------------

            3.   「メインビジュアル」セクション（PC版）992px ～ 1199px

----------------------------------------------------*/
.mainTextArea {
	position: absolute;
	/* top: calc(18% - 10px); */
	left: calc(10% - 20px);
	color: #333;
	width: auto;
}
img.mainImg {
	max-width: 440px;
}
.mainH2 span {
    font-size: 25px;
    text-align: center;
    line-height: 0;
}
.mainCatch {
    font-size: 23px;
    text-align: center;
    padding: 10px 0;
}
.mainMonthlyCharge {
    font-size: 41px;
    color: #333;
    text-shadow: 1px 1px #ffffff;
}
.mainMonthlyCharge2 img.mcImg {
    max-width: 400px;
    margin: 10px auto;
    display: block;
}
.mainButtonArea {
	/* width: 90%; */
	margin-top: 30px;
	line-height: 0;
}
.btnA {
    width: 190px;
    height: 70px;
    font-size: 30px;
    box-shadow: 10px 10px 10px #454545;
    /* font-weight: 500; */
}
.btnB, .btnF {
    width: 190px;
    height: 70px;
    font-size: 28px;
    box-shadow: 10px 10px 10px #454545;
    /* font-weight: 500; */
}
.btnE {
	width: 190px;
	height: 70px;
	font-size: 18px;
    box-shadow: 4px 4px 5px 4px #626060;
    /* font-weight: 600; */
}

/*----------------------------------------------------

            4.   「特徴」セクション（PC版）992px ～ 1199px

----------------------------------------------------*/
.headerFeature {
    font-size: 30px;
}
.featureList {
    padding: 30px 0px;
}
.featureListContent {
	font-size: 33px;
	line-height: 2em;
}
.head3rd {
    font-size: 60px;
}

.fs_001 {
    font-size: 45px;
}
.fs_002 {
    font-size: 35px;
}
.fs_003 {
    font-size: 26px;
}

.aboutImgBtn {
    width: 353px;
    height: 84px;
    font-size: 21px;
    padding: 20px 20px 0 0px;
}
.aboutImgBtn:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 36px;
  height: 43px;
  background: url(../images/aboutBtn001.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 20px;
  right: 6px;
}
.aboutImgBtn2 {
    width: 353px;
    height: 84px;
    background-size: cover;
    font-size: 16px;
}

/*BSEの6つの特徴 */
.featuresHeader {
	font-size: 21px;
}
.featuresFlexItems p{
    font-size: 16px;
    font-weight: 400;
}

/*3つのアピールポイント */
.appealMiddleImg {
	max-width: 150px;
}

.useFlowIcon3 {
	max-width: 258px;
	height: auto;
	padding: 0 10px;
	margin-top: 0px;
}

/* ご利用の流れ */
.useFlowBlock001 {
    margin-top: 20px;
    min-height: 180px;
    max-height: 200px;
    overflow: hidden;
}

.firstViewBtnArea2 a {
	display: inline-block;
	font-size: 14px;
}
.firstViewBtnArea2 a::before {
	top: 16px;
	right: 6px;
	width: 13px;
	height: 1px;
}
.firstViewBtnArea2 a::after {
	top: 12px;
	right: 8px;
	width: 2px;
	height: 4px;
}
.btnText2 {
}
.btnText2:after {
	height: 16px;
	width: 19px;
	right: -21px;
}




.priceWrap {
	display: flex;
	/* width: 60%; */
	font-size: 20px;
}
.priceWrap2 {
	display: flex;
	/* width: 60%; */
	font-size: 21px;
}

/*「お取り扱いブランド一覧」セクション */
.brandTextList li {
	font-size: 23px;
}

/*「ご利用の流れ」セクション */
.flowRow {
	display: flex;
	/* margin: 0 calc(50% - 40vw); */
	justify-content: space-around;
	padding-bottom: 5px;
	max-width: 1140px;
	margin: 0 auto;
}
.flowRowItem {
	width: calc(100% / 4 - 40px);
	font-size: 18px;
	margin: 0 15px 50px 0;
	height: 550px;
	max-width: 230px;
	display: block;
	box-shadow: none;
	background: #fff !important;
}
.flowRowItem:nth-child(1) .flowTop, .flowRowItem:nth-child(1) .flowBottom, 
.flowRowItem:nth-child(2) .flowTop, .flowRowItem:nth-child(2) .flowBottom, 
.flowRowItem:nth-child(3) .flowTop, .flowRowItem:nth-child(3) .flowBottom, 
.flowRowItem:nth-child(4) .flowTop, .flowRowItem:nth-child(4) .flowBottom, 
.flowRowItem:nth-child(5) .flowTop, .flowRowItem:nth-child(5) .flowBottom {
    background: none;
}

.flowRowItem::after {
    display: none;
}
.flowTop {
     position: relative;
     width: 100%;
     height: auto;
     display: block;
     padding: 10px 0 10px;
}
.flowRowItem:nth-child(1)  .flowTop {
	background: #c7c7c7;
	padding: 10px 0 10px;
}
.flowRowItem:nth-child(2)  .flowTop {
	background: #a5a5a5;
}
.flowRowItem:nth-child(3)  .flowTop {
	background: #909090;
}
.flowRowItem:nth-child(4)  .flowTop {
	background: #777777;
}
.flowRowItem:nth-child(5)  .flowTop {
	background: #6a6a6a;
}

.flowTop::before {
	content: "";
	display: inline-block;
	border: 20px solid transparent;
	position: absolute;
	right: -37px;
	top: 36%;
}
.flowRowItem:nth-child(1)  .flowTop::before {
    border-left-color: #c7c7c7;
}
.flowRowItem:nth-child(2)  .flowTop::before {
    border-left-color: #a5a5a5;
}
.flowRowItem:nth-child(3)  .flowTop::before {
    border-left-color: #909090;
}
.flowRowItem:nth-child(4)  .flowTop::before {
    border-left-color: #777777;
    display: none;
}
.flowRowItem:nth-child(5)  .flowTop::before {
    border-left-color: #6a6a6a;
}
.flowTopLast::before{
    display: none!important;
}

.flowBottom {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
}

.flowRowItem:nth-child(1)  .flowBottom {
	background: #fff;
}
.flowRowItem:nth-child(2)  .flowBottom {
	background: #fff;
}
.flowRowItem:nth-child(3)  .flowBottom {
	background: #fff;
}
.flowRowItem:nth-child(4)  .flowBottom {
	background: #fff;
}
.flowRowItem:nth-child(5)  .flowBottom {
	background: #fff;
}
.flowStep {
	padding-top: 10px;
	font-size: 18px;
	padding-bottom: 10px;
}
.flowNumber {
	font-size: 70px;
	padding: 20px 0 20px;
	/* background-size: 35%; */
	background-position: top;
	background-size: 70px;
	height: 80px;
}
.flowHeader {
	min-height: 80px;
}
.flowContent {
	padding: 0px 10px 0px;
	text-align: left;
}

/* マイページ NEW （PC版） */
.mypeageLINKS {
    font-size: 18px;
}
/*----------------------------------------------------

            5.   「黒系」ページ（PC版）992px ～ 1199px

----------------------------------------------------*/
/* ログイン後トップ */
.nav3col div {
	margin: 0 35px;
}
.proImgWrap {
	min-height: 350px;
}
.proImg {
    	min-width: 255px;
    	min-height: 350px;
}
.priceDownWrap {
	/* background: #333333; */
	/* display: inline-block; */
	height: auto;
	font-size: 16px;
	max-width: 302px;
	margin: 0 auto 10px;
	min-height: 44px;
	/* visibility: hidden; */
}
.priceDownWrap span{
    padding: 5px 10px;
    background: #333333;
    color: #fff;
    display: inline-block;
    border: 5px double #FFFFFF;
}

.freeShipping {
	font-size: 16px;
}


/*お問い合わせ詳細 */

/* ------------------------------------

    エラー処理 

------------------------------------ */ 
.circleWrap + .errMsg {
	padding-left: 210px;
}

/* 注文履歴  */
.th5_order {
	width: 5%;
}
.th10_order {
	width: 10%;
}
.th12_order {
	width: 12%;
}
.th12_5_order {
	width: 12.5%;
}
.th13_order {
	width: 13%;
}
.th15_order {
	width: 15%;
}
.th20_order {
	width: 20%;
}
.th25_order {
	width: 25%;
}
.th30_order {
	width: 30%;
}
.th35_order {
	width: 35%;
}
.th40_order {
	width: 40%;
}
.th45_order {
	width: 45%;
}
.th50_order {
	width: 50%;
}
.th60_order {
	width: 60%;
}
.th65_order {
	width: 65%;
}
.th70_order {
	width: 70%;
}
.th80_order {
	width: 80%;
}
.th90_order {
	width: 90%;
}
.tbl-cart_order {
	margin: 20px auto 20px;
	font-size: 14px;
	/* border-collapse: separate; */
	table-layout: fixed;
	/* box-shadow: 0px 0px 0px 3px #dadada; */
	/* border-left: solid 1px #564b4b; */
	/* border-right: solid 1px #564b4b; */
	}
.tbl-cart_order .thead {
	display: table-row;
}
.tbl-cart_order tr {
	border-bottom: 0px solid #ffffff;
}
.tbl-cart_order tr:last-child td {
	/* border-right: solid 1px #837272; */
	/* border-left: solid 0px #837272; */
	/* box-shadow: 0px 2px 0px 0px #9b8282; */
	/* padding: 30px 15px; */
	background: #ffffff;
}
.tbl-cart_order td:last-child {
	border-bottom: solid 0px #607d8b;
	/* background: #f7f7f7; */
}
.tbl-cart_order th {
    border-right: solid 1px #fff;
    font-size: 16px;
    color: #edeae5;
}
.tbl-cart_order td {
	display: table-cell;
	text-align: center;
	border-bottom: solid 1px #c7c7c7 !important;
	border-left: solid 0px #c7c7c7;
	border-right: solid 0px #c7c7c7;
	padding: 10px;
	background: #fff;
}

.tbl-cart_order tr:not(:last-child) > td:first-child {
	position:
	static;
	/* background: none; */
	overflow: hidden;
}
.tbl-cart_order td:first-child {
	background: #ffffff;
	color: #555;
	border-top: 0px solid #c7c7c7;
	vertical-align: middle;
	padding: 15px 10px 15px;
}
tr.last td{
    font-size: 18px;
}
.tbl-cart_order td:before {
	display: none;
}
.tbl-cart_order tr:last-child td.totalAreaWrap {
    border-right: solid 0px #564b4b;
    border-left: solid 1px #837272;
    padding: 30px 15px;
    background: #efecec;
}
.goodsWrap_order {
	display: flex;
	flex-direction: row;
}
.goodsItem {

}
.goodsLeft_order {
    width: 110px;
}
.goodsRight_order {
    width: calc(100% - 110px);
    padding: 0 5px;
    text-align: right;
    position: relative;
    padding: 0 0 30px;
}



.tagColor_order {
	vertical-align: middle;
	/* padding: 0px 0 0 20px; */
	text-align: left;
	/* display: table-cell; */
	margin-bottom: 3px;
}

.tagSize_order {
	position: absolute;
	bottom: 0px;
	right: 0;
}
.tbl-cart_order .tagSize_order {
	position: absolute;
	bottom: 0;
	right: 0;
}
.tbl-cart_order img.menu-img {
	width: 100px;
	height: auto;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	/* box-shadow: 2px 2px #ccc; */
	float: left;
	margin: 0;
}
span.productTitle_order {
	vertical-align: middle;
	/* padding: 0px 0 0 10px; */
	text-align: left;
	/* display: table-cell; */
	margin-bottom: 10px;
	font-size: 16px;
}
.btn_10_order {
	font-size: 15px;
	height: 40px;
	margin: 0 auto;
	max-width: 110px;
}

.btn_11_order {
	font-size: 15px;
	height: 40px;
	max-width: 250px;
}


/* 注文詳細 */
.tbl-cart {
	margin: 20px auto 20px;
	font-size: 14px;
	/* border-collapse: separate; */
	table-layout: fixed;
	/* box-shadow: 0px 0px 0px 3px #dadada; */
	/* border-left: solid 1px #564b4b; */
	/* border-right: solid 1px #564b4b; */
}
.discountTargetCart {
	font-size: 13px;
}

.tbl-cart .thead {
	display: table-row;
}
.tbl-cart tr {
	border-bottom: 0px solid #ffffff;
}
.tbl-cart tr:last-child td {
	border-right: solid 1px #837272;
	border-left: solid 0px #837272;
	/* box-shadow: 0px 2px 0px 0px #9b8282; */
	padding: 30px 15px;
	background: #efecec;
}
.tbl-cart td:last-child {
	border-bottom: solid 0px #607d8b;
}
.tbl-cart th {
    border: solid 1px #ffffff;
    font-size: 16px;
    color: #edeae5;
}
.tbl-cart td {
	display: table-cell;
	text-align: center;
	border-bottom: solid 1px #837272 !important;
	border-left: solid 0px #c7c7c7;
	border-right: solid 0px #c7c7c7;
	padding: 10px;
}

.tbl-cart tr:not(.last) > td:first-child {
	background: none;
	overflow: hidden;
}
.tbl-cart tr:not(.last) > td:first-child:before {
    display: none;
}
.tbl-cart td:first-child {
	background: #fbfbfb;
	color: #212529;
	border-top: 0px solid #c7c7c7;
	vertical-align: middle;
	padding: 15px 10px 15px;
}
tr.last td{
    font-size: 18px;
}
.tbl-cart td:before {
	display: none;
}
.tbl-cart tr:last-child td.totalAreaWrap {
    border-right: solid 0px #564b4b;
    border-left: solid 1px #837272;
    padding: 30px 15px;
    background: #efecec;
}

.goodsWrap {
	display: flex;
	flex-direction: row;
}
.goodsItem {

}
.goodsLeft {
    width: 110px;
}
.goodsRight {
    width: calc(100% - 110px);
    padding: 0 5px;
    position: relative;
    padding: 0 0 30px;
}
span.tagColor {
	vertical-align: middle;
	/* padding: 0px 0 0 20px; */
	text-align: left;
	/* display: table-cell; */
	margin-bottom: 3px;
}
span.tagSize {
	vertical-align: middle;
	padding: 0 10px;
	text-align: left;
	/* display: table-cell; */
	margin-bottom: 0;
}
.tbl-cart img.menu-img {
	width: 100px;
	height: auto;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	/* box-shadow: 2px 2px #ccc; */
	float: left;
	margin: 0;
}
span.productTitle {
	vertical-align: middle;
	/* padding: 0px 0 0 10px; */
	text-align: left;
	/* display: table-cell; */
	margin-bottom: 10px;
    font-size: 16px;
}

.tbl-cart tr:nth-child(even) td {
	/* background: #f5f5f5; */
}
.tbl-cart tr.padFix td {
	padding-bottom: 30px;
}
.tbl-cart tr.last td.totalAreaWrap2 {
	border-right: solid 0px #564b4b;
	border-left: solid 1px #837272;
	padding: 20px 15px  !important;
	background: #fff;
}
.tbl-cart tr.last td.totalArea2 {
	border-right: solid 1px #837272;
	border-left: solid 0px #837272;
	/* box-shadow: 0px 2px 0px 0px #9b8282; */
	padding: 10px 40px 10px 0  !important;
	background: #fff;
	text-align: right;
	color: #b30b0b;
	font-size: 18px;
}
.tbl-cart tr.last td.totalArea {
	border-right: solid 1px #837272;
	border-left: solid 0px #837272;
	/* box-shadow: 0px 2px 0px 0px #9b8282; */
	padding: 30px 40px 30px 0  !important;
	background: #efecec;
	text-align: right;
}
/* クーポン画像設定 */
.ticketFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
.ticket {
    width: 48%;
}
.ticket.ticketUsed .ticket-used-img {
	position: absolute;
	top: 8%;
	left: 10px;
	transform: rotateZ(-20deg);
	max-width: 230px;
	width: 100%;
	opacity: 0.6;
}
.ticket-code{
    /* font-size: 27px; */
}
.termsUse {
    font-size:13px;
}
.couponDiscount {
	font-size: 22px;
}
.coupenBase {
	font-size: 18px;
	margin: 10px 5px 0;
}




/* ポイント確認 */
.circlePoint {background-position: 0 -170px;}

}

/* ====        PC版        ここまで ↑↑↑===== */

@media (min-width: 1100px) {


/*----------------------------------------------------

            3.   「メインビジュアル」セクション（PC版）1100px ～ 

----------------------------------------------------*/
.btnC {
    font-size: 36px;
    height: 90px;
    /* font-weight: 500; */
}




}

@media (min-width: 1200px) {
/*----------------------------------------------------
               1. 基本設定（PC版）1200px ～ 
----------------------------------------------------*/
/* 見出し基本設定 */
h1 {
	font-size: 50px;
}
p {
	line-height: 1.9;
	font-size: 18px;
}
/* 汎用クラス
--------------------*/
/* フォントサイズ設定（強制） */
.fs_1, .fs_2, .fs_3, .fs_4{
    font-size: 18px !important;
}

/* 決済方法の確認 */
.recTable2.w20p {
    table-layout: fixed;
}
.recTable2.w20p th {
    width: 20% !important;
}

/*----------------------------------------------------
               2. レイアウト設定（PC版）1200px ～
----------------------------------------------------*/
/*コンテナ */
.container {
	max-width: 1140px;
}

/* 「コンテンツ」ブロック  黒系　*/
.contents_Bl {
	padding-top: 85px;
	padding-bottom: 10px;
}
/*----------------------------------------------------
               3. ヘッダー詳細（PC版）
----------------------------------------------------*/
header {
    background: rgba(41, 41, 41, 0.85);
    box-shadow: none;
    transition: background  0.35s ease;
    border-bottom: 1px solid rgba(46,42,43,0.8);
    top: 0;
}

header.change_color {
    background: #333333;
    box-shadow: none;
    transition: background  0.35s ease;
    border-bottom: 1px solid #333333;
}

/*「ヘッダー」ブロック内のコンテナ */
.wrapper {
	height: 85px;
	padding: 0 10px;
	display: flex;
}
img.caseImg {
	 max-width: 120px;
	 vertical-align: middle;
	 top: -8px;
	 height: 44px;
}

/*----------------------------------------------------
               4. ナビゲーション（ドロワー）メニュー （PC版）1200px ～ 
----------------------------------------------------*/
.nav-open .black-bg {
  opacity: 0.05;
  visibility: visible;
}
/*body.nav-open {
	overflow: initial; 
}*/
.drawerMenu {
	padding: 0;
	margin: 0;
	width: 90%;
	height: auto;
}




.gnav{
	position: relative;
	right: 27px;
	left: 0;
	top: -1px;
	width: 100%;
	height: auto;
	margin-top: 0;
	padding: 0;
	background-color: transparent;
	z-index: 0;
	overflow-y: visible;
	background: transparent;
	border-top: 0px solid #eee;
}

.nav {
	margin: 5px auto;
	padding: 0px;
	list-style: none;
	font-size: 16px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: row;
	background: transparent;
	width: auto;
	overflow: visible;
	}
.navFixed {
	position: fixed !important;
	top: 18px !important;
	right: 320px !important;
} 

.menu-item {
	text-align: center;
	padding: 0px 0px;
	list-style: none;
	position: relative;
	width: auto;
	/* line-height: 1; */
	margin-bottom: 0;
	}
.fade_right {
   opacity: 1;
}
.menu-item:first-child a {
	/* border-top: 0px solid #eee; */
	/* border-bottom: 0px solid #eee; */
	/* position: relative; */
}
.menu-item a {
	display: block;
	padding: 10px 0px 10px;
	border-bottom: 0px solid #eee;
	text-decoration: none;
	color: #eeeeee;
	background: transparent;
	width: auto;
	position: relative;
	margin: 0 12px;
	font-weight: 400;
}
.menu-item a:hover {
	opacity: 1;
}
.menu-item a:before {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 3px;
	left: 0;
	border-bottom: 1px solid #eee;
	transition: .2s ease-out;
}

.menu-item a:hover:before {
	width: 100%;
}
.current-menu-item a:before {
	content: " ";
	height: 3px;
	width: 100%;
	position: absolute;
	/* bottom: 15px; */
	left: 0;
}
li.menu-item-has-children ul {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 58px;
	margin-top: 0;
	z-index: 4;
	background: #ffffff;
	width: 170px;
	visibility: hidden;
	opacity: 0;
	transition:  opacity .2s ease-out, top .2s ease-out;
	/* border: 1px solid #555; */
	box-shadow: 1px 1px 3px rgba(0, 0, 0,  .2);
}
li.menu-item-has-children:hover > ul,
nav limenu-item-has-children ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: 65px;
}
/* IE Hackの設定 */
_:-ms-lang(x)::-ms-backdrop, li.menu-item-has-children:hover > ul,
nav limenu-item-has-children ul li:hover > ul {
	top: 63px;
}
ul.nav li:hover ul li a:hover {
	background: #43a300;
	opacity: 1;
	color: #fff;
}

/* point */
.pointArea {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
    text-align: start;
}

.pointWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	box-shadow: none;
	text-align: left;
}
.pointTitle{
    font-size: 14px;
}
.pointNum{
    font-size: 23px;
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.pointP {
    font-size: 18px;
}
/* サブメニュー */
ul.sub-menu li {
	margin: 0;
	padding: 0;
	/* width: 100px; */
}
ul.sub-menu li a {
	margin: 0;
	padding: 15px 10px;
	width: 100%;
	text-indent: 0;
	background: #2e6da4;
	color: #fff;
	font-size: 13px;
	position: static;
	border-bottom: 1px solid rgba(255,255,255,.15);
	/* text-align: left; */
}
ul.sub-menu li a:before {
	border-bottom: 0px solid #000000;
	content: '';
}
.nav>li.menu-item-has-children::after {
	transition: all .2s ease-out;
	content: "";
	position: absolute;
	padding: 0;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	z-index: 1;
	opacity: 0;
	border-bottom-color: #2e6da4;
}
.nav>li.menu-item-has-children:hover::after{
	opacity: 1;
	bottom: 1px;
}


.hamburger {
	display: none;
}
.black-bg {
	display: none;
}
/* 表示された時用のCSS */
.nav-open .gnav{
  right: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 新しいグローバルメニュー */
.menu-item a.buttonMenu001:hover:before {
	width: auto;
}



.displayChange2 {
    display: block;
}
.snsFlexWrap {
	margin: 0;
}
.menu-item a.snsIcon, .menu-item a.snsIcon2 {
	display: block;
	padding: 0;
	margin-right: 0px;
	transition: transform .3s ease-out;
}
.menu-item a.snsIcon:hover, .menu-item a.snsIcon2:hover {
	transform: translateY(-0.1875em);
}

.menu-item a.possessionPoints {
	border: none;
	position: fixed;
	top: 0;
	right: -12px;
	display: block;
	width: 310px;
	height: 85px;
	padding: 0;
}
.menu-item a.possessionPoints:before {
    display: none;
}
.menu-item a.possessionPoints b {
    font-size: 16px;
    letter-spacing: 0.05em;
}
.menu-item a.possessionPoints span {
    position: relative;
    display: block;
    padding: 23px 0px;
    width: 310px;
    height: 85px;
    /* background: #585858; */
    font-size: 24px;
    letter-spacing: 0.15em;
    transition: all .2s ease-in-out;
    text-align: center;
}

.menu-item a.possessionPoints span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  background-color: #ffffff;
  transition: 0.2s ease;
}

.menu-item a.possessionPoints span:hover {
  color: #000;
}

.menu-item a.possessionPoints span:hover::before {
  width: 100%;
  background: #ffffff;
}




.animeOff2 {
	animation-name: none !important;
}


/*----------------------------------------------------

            1.   「ホーム」ページ（PC版）1200px ～ 

----------------------------------------------------*/
/* ヒーローヘッダ（仮設置） */
.sectionA {
	min-height: 370px;
	margin-top: 0;
	padding-top: 85px;
}

/* 「新規LP」ページ（PC版） */
.firstViewrRight h2 {
	font-size: 26px;
	margin-top: 0;
}
.firstViewLogo {
    max-width: 200px;
    height: auto;
}

.firstViewrRight2 {
    padding-top: 0;
     padding-left: 120px; 
     min-height: 350px;
}

.firstViewrRight h3 {
	font-size: 21px;
	margin: 1em 15px 0.7em;
}

/*----------------------------------------------------

            4.   「特徴」セクション（PC版）1200px ～ 

----------------------------------------------------*/



/*「A」セクション */
.maxHarf {
	font-size: 130px;
}
.catchText {
    line-height: 2em;
    font-size: 30px;
}
.appealDetailBottom {
    font-size: 16px;
    width: 67%;
}
.useFlowBlock002 {font-size: 21px;}
.useFlowBlock003 {font-size: 15px;min-height: 80px;padding: 10px 20px;}

/*「お取り扱いブランド一覧」セクション */
.head3rd3 {
    margin-bottom: 10rem;
}
.head2rd {
}

/* 通常の見出し */
.head_normal {
    font-size: 35px;
    margin: 1em 0 2.5em;
}
.head_normal .headTopBottom {
    margin: 0;
}
.feature7 {
	margin: 3rem 0 1rem;
	padding: 30px 0;
}

.brandTextList li {
	font-size: 27px;
	/* padding-left: 10px; */
}
/*「ご利用の流れ」セクション */
.flowWrap {

}
.flowTitle {
    font-size: 40px;
    margin: 0.7em 0 0.7em;
}
.flowHeader {
	min-height: 100px;
	font-size: 25px;
	line-height: 1.2em;
}


/*----------------------------------------------------

            5.   「黒系」ページ（PC版）1200px ～ 

----------------------------------------------------*/
/* ログイン後トップ */
.productWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* margin-left: 30px; */
}
.proItem {
    width: calc(100% / 3 - 0px);
    display: block;
    margin: 10px 0px 30px;
}


.productName {
	font-size: 18px;
	padding: 12px 0px;
}
.priceWrap {
    display: flex;
    /* width: 80%; */
    font-size: 22px;
}
.priceWrap2 {
    display: flex;
    /* width: 80%; */
    font-size: 22px;
}

.priceLeft {
    /* width: 105px; */
}

.priceOffWrap {
	height: auto;
	font-size: 20px;
}
.priceOffWrap span{
    padding: 5px 15px;
    color: #fff;
}
.freeShipping {
	font-size: 17px;
	margin-left: 30px;
}


/*お問い合わせ詳細 */
.th10_5{
    width: 65px !important;
}
.wFix {
    width: 30% !important;
}
.wFix2 {
    width: 36% !important;
}

.tbl_detail {
	font-size: 20px;
}
.tbl_detail th {
	padding: 13px 10px;
}
.tbl_detail td {
	padding: 10px;
}
.tbl_detail tr td:first-child {
	padding: 25px 5px 0;
}
.detailText {
	font-size: 16px;  
    margin: 50px 10px 10px;padding: 20px;line-height: 1.5;
}
.detailHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px;
    border-bottom: 1px solid #8d8d8d;
}
.detailWrap {
    width: 33%;
	font-size: 17px;
}
.detailOne {
	margin-bottom: 0px; 
	border: none;   
    padding: 15px 5px 0;
}
.detailOne2 {
	margin-bottom: 7px; 
	margin-top: 3px;border: none;
}
.detailNames {
	width: auto;
    margin-right: 3px;
}
.detailData {
	width: auto;
}
.detailBtn {    
    padding: 2px 10px;
	text-align: right;
}
.tbl_detail a.edit, .tbl_detail a.delete, .edit, .delete {
	width: auto;
	height: 40px;
	font-size: 15px;
	line-height: 38px;
}
.uploadImgWrap {
    margin-left: 20px;
    margin-bottom: 20px;
}
.detailImg {
    width:200px;
    padding: 5px;
}

.postTitle{
    font-size: 20px;
}

/* FAQ */
.faqFixWrap {
	margin: -30px 0 0;
}
.accordion-area li{
    margin: 25px 0;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #AAAAAA;
    /* transition: .3s ease-out; */
}
.title::before{
    top:48%;
    right: 22px;
    transform: rotate(0deg);
}
.title::after{
    top:48%;
    right: 22px;
    transform: rotate(90deg);
    visibility: hidden;
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
	right: 27px;
	width: 12px;
}

.title.close::after{
	transform: rotate(-45deg);
	visibility: visible;
	right: 20px;
	width: 12px;
}


/* お問い合わせ詳細 項目（シンプルなtable） */
.tbl__A {
    font-size: 17px;
}
.tbl__A th {
	text-align: left;
	width: 20%;
	display: table-cell;
	border-bottom: 0px solid #8a8a8a;
	padding: 10px 20px;
}
.tbl__A td {
	padding: 15px 20px;
	display: table-cell;
	border-left: 0px solid #8a8a8a;
}
/* フォーム部分 */
.resWrap {
	padding: 30px;
}
.replyToWrap {
  border-radius: 20px;
}
.form_group {
  padding: 20px 20px 0;
}
.itemtTitle {
    font-size: 19px;
}
.badge {
  font-size: 15px;
}
.recTable2 th {
	width: 25%;
}
.recTable2.thFix30 th {
	width: 30% !important;
}
/* ------------------------------------

    エラー処理 

------------------------------------ */ 
.circleWrap + .errMsg {
	padding-left: 250px;
}


}

@media (min-width: 1300px) {

/* ポイント確認 */
.circlePoint { 
    background-position: 0px -240px;
}

}


@media (max-width: 599px){

.wp-block-column{
	flex-basis: 100%!important;
	padding: 10px;
}
.wp-block-columns2  {
    flex-direction: column-reverse;
}


}

@media screen and (max-width: 950px) and (orientation: landscape){
/*----------------------------------------------------
               9.　ポップアップ・アラート（sp横持ち版） ～ 950px
----------------------------------------------------*/
.banner-cautionTextArea {
	font-size: 13px;
	padding: 0;
	display: grid;
	justify-content: center;
	text-align: left;
	align-items: center;
	place-items: center;
	overflow-y: auto;
	height: auto;
	max-height: 35vh;
	color: #333;
}

}

/* ====        その他        ここまで ↑↑↑===== */
