/** Shopify CDN: Minification failed

Line 1127:10 Expected ":"

**/
#shopify-section-sections--22700189647148__custom_liquid_YwrwmF .\#section.\@spaced.\@color-scheme\:default {
  margin-top: 0;
  margin-bottom: 0;
  background: #000;
}

#shopify-section-sections--22700189647148__custom_liquid_YwrwmF .\#rte.\@width\:normal {
  width: 100%;
}

.\#rte table , .\#rte table > :not(caption) > * > * {
  border: none !important;
}
/*headeer*/
.\#main-header-inner {
  padding-top: calc(var(--spacer) * 1.5);
  padding-left: calc(var(--spacer) * 1.5);
  padding-right: calc(var(--spacer) * 1.5);
  padding-bottom: calc(var(--spacer) * 1.5);
}
.account-nav{
display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin:0;
  padding:0;
}
.account-nav li {
  text-align: center;
  padding:5px 0 0;
}
.dropLabel:hover img{
	cursor:pointer;
	opacity:.6;
	transition: .2s;
}
.mypage_list{
	position:relative;
	list-style: none;
}
#tg ,  #tg01 ,  #tg02{
  display: none;
  }

.menu_head {
  position: relative;
  visibility: hidden;
  opacity: 0;
  top: -10px;
  list-style: none;
  display:none;
  border:1px #999999 solid;
  padding:10px 20px;
  left: -30px;
  }
 .menu_head li{
	 display:block !important;
	 padding:0 !important;
	 text-align:left;
 }
 .menu_head li:before{
	 content: '';/*何も入れない*/
  display: inline-block;
  width: 6px;/*画像の幅*/
  height: 6px;/*画像の高さ*/
  background-image: url(/cdn/shop/files/ico_menu_head.gif);
  background-size: contain;
  vertical-align: middle;
  margin: 0 5px 0 0;
 }
 .menu_head li a{
	 font-size:0.9rem;
	 color:#333;
 }
 .dropLabel img{
	 width:50%;
}
 .dropLabel:hover img , .inq_area a:hover img{
	cursor:pointer;
	transform: scale(1.1);
	transition: .2s;
	opacity:1;
}

.dropInput:checked ~ .menu_head {
  visibility: visible;
  display:block;
  opacity: 1;
top: 50px;
position: absolute;
width: max-content;
background: #fff;
z-index: 10;
  }

.dropLabel{
  /*padding: 1em 1.5em;*/
  display: block;
  /*background-color: #fff;*/
  text-align: center;
  position: relative;
  color: #333;
  text-decoration: none;
  width: max-content;
  }
.animation {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  }
 .menu_head_login {
  right: 10px;
}
.inq_area{
	padding:8px 0 0;
	margin: 3px 0 0;
	list-style:none;
}
.inq_area img{
	width:50%;
}


.header_menu_area {
  padding-left: 5rem;
  padding-right: 5rem;
  text-align:center;
}
.header_menu_area li{
	margin:0 55px;
	display:inline-block;
}
.header_menu_area li a{
	color:#fff;
	font-size:2rem;
	text-decoration:none;
}
.\#main-header-toolbar-link{
	color:#333 !important;
}

.\#main-header-toolbar-link-text{
display: none;
}

/*ヘッダードロップメニュー*/
.head_menu{
  /*height: 90px;*/
  width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-width: 500px;
}

.header__nav {
  padding-top: 9px;
  /*padding-bottom: 15px;*/
}

.header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
  list-style:none;
}

.header__navItemLink {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 18px;/* 20240512左右12pxから8pxに変更 */
  font-size: 1.3em;
  font-weight: 500;
  color:#000;
  text-decoration: none;
}

/* メガメニュースタイル */
.megaMenu__link.is-active::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}

.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.megaMenu__content {
  opacity: 0;
  visibility:  hidden;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background-color:#eee;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.megaMenu__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.megaMenu__title {
  padding-left: 20px;
}

.megaMenu__titleLink {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.megaMenu__titleLink:hover, .megaMenu__titleLink:focus {
  opacity: 0.7;
}
.megaMenu__titleLink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  height: 12px;
  width: 8px;
}

.megaMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	  padding:0;
}
.megaMenu__list li{
	list-style:none;
}

.megaMenu__item a:hover{
	text-decoration:underline;

}

.megaMenu__itemLink {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color:#333;
  font-size:1.2em;
  text-decoration:none;
}
.megaMenu__itemLink:hover, .megaMenu__itemLink:focus {
  opacity: 0.7;
}

.megaMenu__subList{
	padding:0;
}

.megaMenu__subItem{
	list-style:none;
}
.megaMenu__subItemLink {
  position: relative;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #333;
text-decoration: none;
}
.megaMenu__subItemLink:hover, .megaMenu__subItemLink:focus {
  opacity: 0.7;
}

.megaMenu_imgarea{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
}
.megaMenu_imgarea li{
	width:23%;
	text-align:center;
}
.megaMenu_imgarea li img{
	width:100%;
}


.global_menu { /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
  color: #333; /* 文字色 */
  text-align: center;
}
.global_menu ul{
	padding:0;
	margin:0 0 0 50px;
}

.global_menu li {
  display: inline-block;
  vertical-align:top;
}

.global_menu a { /* 各項目のスタイル */
  display: block;
  padding: 10px 0;
  color:#fff;
  text-decoration: none;
  font-size: 2rem;
margin: 0 10px;
}

.menu:hover > a {
  background: #777;
}

.child_menu > li > a { /* 子項目のスタイル */
  font-size: 0.8em;
  color:#000 !important;
}
.child_menu div a{
	color:#000;
	font-size: 1.2em;
}
.child_menu a{
	color:#000;
	font-size: 1em;
}
.child_menu > li > a:hover { /* 子項目のスタイル（ホバー時） */
  background: #ffb6c1;
}

.child_menu { /* 下層メニューのスタイル */
  width: 100%;
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  padding: 30px !important;
  color: #333; /* 文字色 */
  background: #fff; /* 背景色 */
  visibility: hidden; /* 下層メニューを非表示 */
}

.child_menu li{
	border:1px #ccc solid;
	margin: 0 15px;
min-width: 230px;
}
.child_menu li a{
	margin:0;
}

.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}

.child_menu a:hover {
  color: #333;
}

.\#hero-text p{
text-align: left;
}


/*下層*/
a, a:hover {
  color: #333;
}
p{
	line-height:180%;
}

.\#section.\@spaced:not(.\@color-scheme\:default) {
  /*display: none;*/
}
#shopify-section-template--22700189450540__1637156408ba495eb1 .\#section.\@color-scheme\:invert{
display:block;
}
.\#section.\@color-scheme\:invert{
display: none;
}

/*サポート*/


.tab{
    list-style:none;
    padding:0 !important;
    margin:0 auto 50px !important;
    width:100%;
    display:flex;
}
.tab li{
    width:50%;
    background: #fff;
    margin-right:5px;
    border:1px solid #dfdfdf;
    text-align: center;
    padding:10px 0;
	font-weight:bold;
}
.tab li:last-child{
	margin:0;
}
.tab li.active{
    background: #fff;
    color: #f00;
    border: 1px #f00 solid;
}
.tab li.active a{
	color: #f00;
}
.tab li span{
	font-size:0.8em;
	font-weight:100;
}
.tab li a{
	text-decoration:none;
	display:block;
  height:100%;
}


.tab01{
    list-style:none;
    padding:0 !important;
    margin:0 auto 50px;
    width:100%;
    display:flex;
}
.tab01 li{
    width:50%;
    background: #fff;
    margin-right:5px;
    border-bottom: 2px #3E4030 solid;
    text-align: center;
    padding:10px 0;
	font-weight:bold;
	color: #3E4030;
}
.tab01 li:last-child{
	margin:0;
}
.tab01 li.active{
    background-color: #3E4030;
  color: #fff;
}
.tab01 li.active a{
	color: #3E4030;
}
.tab01 li.active a{
	color: #fff;
}
.tab01 li span{
	font-size:0.8em;
	font-weight:100;
}
.tab01 li a{
	text-decoration:none;
	display:block;
  height:100%;
}
.tab_area , .tab_area01{
	padding:10px;
	box-sizing:border-box;
	/*background:#fff;*/
}
input[name="tab_item"] {
    display: none;
}

.tab_area {
    padding: 10px;
    box-sizing: border-box
}
.tab_container input:checked + .tab_item {
  background-color: #3e4030;
  color: #fff;
}
.tab_area .tab_item {
    width: calc(95%/5)
}

.tab_area .tab_container {
    background: 0 0
}

.tab_item {
    width: calc(95% / 5);
    padding: 15px 5px;
    text-align: center;
    color: #3E4030;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-bottom: 2px #3E4030 solid;
    margin: 0 0.5% 30px;
}
.tab_area .tab_container , .tab_area01 .tab_container{
	background:none;
}
.tab_content_description h6 {
    background: url(/cdn/shop/files/ico_faq01.jpg) no-repeat;
    padding: 0 0 0 30px;
    font-weight: bold;
    margin: 0 0 3px 0;
	font-size:inherit;
}
.tab_content_description p{
	background: url(/cdn/shop/files/ico_faq02.jpg) no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 35px 0;
}
.tab_content_description {
    max-width: 800px;
    margin: auto;
	width:100%;
}
.tab_area01 .tab_item {
    width: calc(95%/5);
}


.tab_area {
    padding: 10px;
    box-sizing: border-box
}
.tab_container input:checked + .tab_item {
  background-color: #3e4030;
  color: #fff;
}
.tab_area .tab_item {
    width: calc(95%/5)
}

.tab_area .tab_container {
    background: 0 0
}

.tab_area .tab_content_description h6 {
    background: url(https://gigaplus.makeshop.jp/tacticalclub/img/ico_faq01.png) no-repeat;
    padding: 0 0 0 30px;
    font-weight: 700;
    margin: 0 0 3px
}

.tab_area .tab_content_description p {
    background: url(https://gigaplus.makeshop.jp/tacticalclub/img/ico_faq02.png) no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 35px
}

.tab_area .tab_content_description {
    max-width: 800px;
    margin: auto;
    width: 100%
}

.tab_sub {
    margin: 20px auto 80px;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center
}

.tab_sub li {
    border: 1px solid #dfdfdf;
    margin-right: 5px;
    max-width: 150px;
    max-height: 150px
}

.tab_sub li img {
    width: 100%
}

.tab_sub li.active {
    border: 1px solid red
}


.tab_item {
    width: calc(95%/5);
    padding: 15px 5px;
    color: #3e4030;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    transition: .2s;
    border-bottom: 2px solid #3e4030;
    margin: 0 .5% 30px;
}

.tab_item:hover {
    opacity: .75;
}

input[name=tab_item] {
    display: none;
}

.tab_content {
    display: none;
    padding: 1em 1em 0;
    clear: both;
    overflow: hidden;
}

#tab1:checked~#tab1_content,
#tab2:checked~#tab2_content,
#tab3:checked~#tab3_content,
#tab4:checked~#tab4_content,
#tab5:checked~#tab5_content {
    display: block
}

.faq_subtit {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 70px;
    text-align: center
}

.tab_container input:checked+.tab_item {
    background-color: #3e4030;
    color: #fff;
}

.tab_content_description {
    width: 60%;
    margin: auto;
}

.tab_content_description h6,
.tab_content_description p {
    text-align: left
}

.tab_content_description h6 {
    background: url(https://gigaplus.makeshop.jp/tacticalclub/img/ico_faq01.jpg) no-repeat;
    padding: 0 0 0 30px;
    font-weight: 700;
    margin: 0 0 3px;
}

.tab_content_description p {
    background: url(https://gigaplus.makeshop.jp/tacticalclub/img/ico_faq02.jpg) no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 35px;
}

.tab_content_description .guide_txt {
    text-align: left
}

.tab_content_description .guide_txt p {
    background: 0 0;
    padding: 0;
    margin: 0 0 35px
}

.tab01{
    list-style:none;
    padding:0 !important;
    margin:0 auto 50px;
    width:100%;
    display:flex;
  margin-left: 0 !important;
}
.tab01 li{
    width:50%;
    background: #fff;
    margin-right:5px;
    border-bottom: 2px #3E4030 solid;
    text-align: center;
    padding:10px 0;
	font-weight:bold;
	color: #3E4030;
  margin-bottom: 0px !important;
}
.tab01 li::before{
	content:none !important;
}
.tab01 li:last-child{
	margin:0;
 
}
.tab01 li.active{
    background-color: #3E4030;
  color: #fff;
}
.tab01 li.active a{
	color: #3E4030;
}
.tab01 li.active a{
	color: #fff;
}
.tab01 li span{
	font-size:0.8em;
	font-weight:100;
}
.tab01 li a{
	text-decoration:none !important;
	display:block;
  height:100%;
  color: inherit !important;
}
.tab_area , .tab_area01{
	padding:10px;
	box-sizing:border-box;
	/*background:#fff;*/
}
.tab_area .tab_item {
    width: calc(95%/5);
}
.tab_area .tab_container , .tab_area01 .tab_container{
	background:none;
}
.tab_area01 .tab_item {
    width: calc(95%/5);
}

.support_btn{
	padding:0 !important;
}
.support_btn li{
	list-style:none;
	width:45%;
}

.megaMenu_imgarea{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
}

.megaMenu_imgarea li img{
	width:100%;
}




/* ページャー */
.tab_sub{
    margin:20px auto 80px;
    padding:0;
    display:flex;
    list-style:none;
	justify-content: center;
}
.tab_sub li{
    /*padding:5px;*/
    border:1px solid #dfdfdf;
    margin-right:5px;
	max-width: 150px;
max-height: 150px;
	
}
.tab_sub li img{
	width:100%;
}
.tab_sub li.active{
    /*background:#f79b9b;*/
	border:1px #f00 solid;
}
 
.list .inner,
.list .inner table{
    display:none;
}

.list .inner.active{
    display:block;
}
.list .inner table.active{
    display:table;
	margin:auto;
}

.support_txt01{
	max-width:800px;
	margin:auto;
}
.support_inner h2{
	font-size:1.17rem !important;
}
.support_inner h5{
	font-weight:bold;
	text-align:center;
	margin:0 0 30px;
	font-size:inherit;
	font-size:2em;
}
.support_inner h6{
	text-align:center;
	margin:0 0 25px;
	font-size:1.1em !important;
}
.support_inner p{
	margin:0 0 45px;
	text-align:left;
	font-size:1rem !important;
}
.support_mail{
	margin:30px auto;
	border:1px #999999 solid;
	box-sizing:border-box;
	padding:25px;
}
.support_mail h3{
	font-weight:bold;
	margin:0 0 20px;
}


/*about us*/
.about_area h2{
	width:50%;
	margin:0 auto 80px;
}
.about_area h2 img{
	border:none;
}
.about_area h2 {
  width: 60%;
  margin: 0 auto 30px;
}

.about_area table {
    width: 73%;
	margin:auto;
}
.about_area table th, .about_area table td {
    border-bottom: 1px #ccc dotted !important;
    padding: 1.5em 0 !important;
	vertical-align: top;
}
.about_area table th{
	width:25%;
}

.about_area_leftbox{
	float:left;
	width:48%;
	margin:0 0 60px
}
.about_area_leftbox p{
	margin:0;
}
.about_area_rightbox{
	float:right;
	width:48%;
	margin:0 0 60px
}
.about_area h5 {
  position: relative;
  text-align: center;
  font-size: 2em !important;
  margin: 60px 0 50px;
}
.about_area h5::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 20px;
    left: calc((100% - 400px) / 2);
}
.about_area h5::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #333;


    position: absolute;
    top: 20px;
    right: calc((100% - 400px) / 2);
}

/*パートナー企業*/
.partner-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    max-width: 100%;
	text-align:left;
}

.partner-info__body {
    display: flex;
    flex-direction: column;
    row-gap: .4em;
    max-width: 100%;
    margin-top: 8px;
}
.partner-info__body a{
	color:#03C;
}
.partner-info__name {
    font-size: 1.8rem;
}
.partner-info__text {
    font-size: 1.2rem;
	margin:0;
}
/*会社案内*/
#company_data {
  text-align: left;
}
#company_data table {
  width: 80%;
  margin: auto;
  box-shadow:none;
}
#company_data td {
  padding: 2% 0 !important;
  border-bottom: 1px #ccc dotted !important;
  width: max-content;
}

table:not([class]) td, table:not([class]) th{
	border:none;
}

/*特定商*/
.contract_area table{
	box-shadow:none;
	width:100%;
}

.contract_area table th{
	font-weight: 600;
  border-bottom: dotted 1px #999 !important;
  text-align: left;
  width: 30%;
  padding: 35px 0 !important;
}
.contract_area table td{
	border-bottom: dotted 1px #999 !important;
}


/*form*/
.form_area{
	width:100%;
	box-sizing:border-box;
}
.form_area h3{
	text-align:center;
	font-size:1.4em;
	margin:0 auto 30px;
}
.form_area table{
	width:100%;
	box-sizing:border-box;
	margin:0 auto 30px;
	border:none;
	box-shadow:none;
}
.form_area table th{
	width:20%;
	border-bottom:1px #CCCCCC dotted !important;
	text-align:left;
	padding: 1em !important;
}
.form_area table td{
	border-bottom:1px #CCCCCC dotted !important;
	padding: 1em !important;
}




.feature_area , .program_area  , .news_area   , .sns_area , .top_program_area{
	/*max-width:1100px;*/
	width:98%;
	margin:20px auto;
}
.feature_area{
	margin:20px auto 0;
}
.feature_area h3 , .program_area h3 , .news_area h2 , .sns_area h3{
	font-size:2em;
}
.feature_area h3 span, .program_area h3 span{
	font-size:0.6em;
}

.feature_area ul , .program_area ul{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin:0 0 20px;
padding:0;
}
.feature_area ul li{
	width:24%;
	margin:0 0.72% 0 0;
	list-style-type:none;
}
.feature_area ul li:nth-of-type(4n){
	width:24%;
	margin:0 0 0 0;
}
.feature_area ul li img{
	width:100%;
}
.feature_area p , .feature_area p img{
	width:100%;
}


.program_area ul li{
	width:30%;
	margin:0 3.3% 2% 0;
	list-style-type:none;
}
.program_area ul li:nth-of-type(3n){
	width:30%;
	margin:0 0 2% 0;
}
.program_area ul li img{
	width:100%;
}

.bg_black{
	background:#000;
}
.bg_red{
	background:#EC0201;
}
.bg_green{
	background:#6D7665;
}
.top_program_area{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin:0 auto 20px;
}
.row-reverse {
  flex-flow: row-reverse;
}
.meritImg{
	width:65%;
  overflow-y: hidden;
}
.img_h200{
	height:200px;
}
.img_h200 img{
	height:auto;
}
.meritImg img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.programinner{
	width:35%;
	position:relative;
	color:#fff;
}
.programinner p{
	font-size:2.5em;
	text-align:center;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  line-height:120%;
}


.btn_program{
	background: #660000;

  background: -webkit-linear-gradient(180deg, #660000 10%, #FF4D4D 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(180deg, #660000 10%, #FF4D4D 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(180deg, #660000 10%, #FF4D4D 90%); /* IE10 */
  background:      -o-linear-gradient(180deg, #660000 10%, #FF4D4D 90%); /* Opera 11.10+ */
  background:         linear-gradient(180deg, #660000 10%, #FF4D4D 90%); /* W3C */
  border:2px #fff solid;
  display:block;
  margin:20px auto 0;
  color:#fff;
  -moz-border-radius: 2em;
-webkit-border-radius: 2em;
-o-border-radius: 2em;
-ms-border-radius: 2em;
font-size:0.6em;
text-decoration:none;
max-width:200px;
}


.btn_service{
	background: #660000;

  background: -webkit-linear-gradient(180deg, #1A2200 10%, #85B200 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(180deg, #1A2200 10%, #85B200 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(180deg, #1A2200 10%, #85B200 90%); /* IE10 */
  background:      -o-linear-gradient(180deg, #1A2200 10%, #85B200 90%); /* Opera 11.10+ */
  background:         linear-gradient(180deg, #1A2200 10%, #85B200 90%); /* W3C */
  border:2px #fff solid;
  display:block;
  margin:20px auto 0;
  color:#fff;
  -moz-border-radius: 2em;
-webkit-border-radius: 2em;
-o-border-radius: 2em;
-ms-border-radius: 2em;
font-size:0.6em;
text-decoration:none;
max-width:200px;
}

/*ロゴスライダー*/
.creative_slider01{
margin: 50px 0 0;
}
.creative_slider01 h3{
font-size: 2.7em !important;
font-weight: normal !important;
}
.section-template--21809228022060__custom_liquid_XTUJUG-padding{
padding-bottom: 0 !important;
}
.creative_slider01 .slick-slide{
margin: 0 30px !important;
padding: 0;
max-width: 500px;
}
.creative_slider01 .slick-slide img {
  max-height: 220px;
}

.\#main-footer-grid{
	max-width: 1200px;
  margin: auto;
}

.footer_inner{
	max-width:1100px;
	width:100%;
	margin:auto;
  background:#000;
  text-align: left;
  padding: 40px 0;
}
.footer_inner ul{
display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
padding:0;
margin:auto;
align-items: flex-start;
}

.footer_inner ul li:first-of-type {
    width: 23%;
    list-style: none;
    font-size: 1.4rem;
    margin: 0 5% 0 0;
}
.footer_inner ul li {
    width: 16.5%;
    list-style: none;
    color: #fff;
}


.footer_inner ul li img{
	width:100%;
}
.footer_inner ul li a{
	color:#fff;
}
.footer_inner dl{
	vertical-align:top;
	display:inline-block;
	margin:0;
	padding: 0 !important;
}
.footer_inner dt , .footer_inner dd{
	color:#fff;
	vertical-align:top;
}
.footer_inner dt{
	font-size: 1.2rem;
font-weight: bold;
margin:0 0 10px;
padding:0;
}
.footer_inner dd{
	margin:0;
	padding:0;
}
.footer_inner dd a{
	color:#fff;
	text-decoration:none;
	font-size:0.9rem;
}
.footer_txt01 {
    font-size: 0.8rem;
}
.foot_snsarea p {
    width: 30%;
    margin: 0 !important;
    float: left;
	padding: 0 !important;
}
.foot_logo{
  background: #212121;
width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  margin-bottom: -80px;
}
.foot_logo_inner{
	max-width: 1220px;
  margin: auto;
}
.foot_logo_inner img{
	width:230px !important;
	display:block;
}
.\#main-nav-container{
	display:none !important;
}
.\#main-header.\@overlap\:dark::after{
	box-shadow: none!important;
}
.\#container{
	font-size:1.1rem;
}
.\#slideshow-thumbnails {
  width: var(--thumb-size, 110px) !important;
}
.\#slideshow-container{
	margin:100px 0 0;
}
.sticky-top .\#slideshow-container{
	margin:0;
}
.\#section.\@spaced.\@color-scheme\:default {
  margin-top: 0 !important;
}
.first_smp_head{
display: none !important;
}
.pc_only{
	display:block;
}
.smp_only{
	display:none;
}

@media screen and (max-width:986px) {
.\#main-nav-container{
	display:block;
}
.\#main-header-logo.\@img {
  max-width: var(--logo-width);
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40vw;
}
.header__nav {
  display: none;
}
.menu_head_login {
  right: 0x;
  left: 0px;
}


	.footer_inner{
	width:98%;
}
.\#main-header.\@overlap:not(.\@sticky){
	color:#333 !important;
}
/*ポップアップ*/
.\#modal-popup.\@layout\:sidebar .\#modal-popup-layout{
padding: 15px 0;
}
.cate_area , .drawer_navi{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
flex-wrap: wrap;
width:96%;
margin:auto;
padding:0;
}
.cate_area dl{
	width:48%;
}
.cate_area dt{
	font-size:1.25em;
	margin:0 0 10px;
  font-weight: bold;
}
.cate_area dd{
	font-size:1em;
	margin:0;
}
.cate_area dt a , .cate_area dd a{
	display:block;
	color:#333;
	text-decoration:none;
}
.drawer_navi li{
	width:48%;
	display:block;
	list-style:none;
	margin:0 0 15px;
	margin: 0 0 10px;
text-align: center;
}
.drawer_navi li a{
	border:1px #333333 solid;
	padding:2%;
	display:block;
	color:#333;
	text-decoration:none;
	
}
}





@media screen and (max-width:768px) {
	.pc_only{
	display:none;
}
.smp_only{
	display:block;
}
.\#container {
  padding-left: calc(var(--spacer) * 1);
  padding-right: calc(var(--spacer) * 1);
}
.\#slideshow-container{
	margin:80px 0 0 !important;
}
.sticky-top .\#slideshow-container{
	margin:10px !important;
}
.meritImg , .programinner{
  width: 100%;
}	
.programinner{
	padding:0 0 20px;
}
.programinner p{
position: relative;
top: initial;
left: initial;
transform: initial;
}
.about_area table {
  width: 100%;
  margin:0 0 50px;
}
.inq_area{
	width: auto;
max-width: 30px;
}
.inq_area img {
  width: 30px;
}
.dropLabel {
  width: 25px;
}
.account-nav{
	display:none;
}
.first_smp_head{
margin: 0 0 0 -10px;
display: block !important;
}
.first_smp_head .account-nav{
	display:block;
}
.header_menu_area li {
  margin: 0 10px;
}

.about_area_leftbox , .about_area_rightbox{
	float:none;
	width:100%;
}

.partner-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

/*ロゴスライダー*/
.creative_slider01 .slick-slide img {
  max-height: 80px;
}
	
.dropLabel img {
width: 100%;
cursor: pointer;
}
.mypage_list {
  margin: 0 10px 0 0;
}

.sns_area ul li {
  margin: 0 20px;
}
.megaMenu_imgarea li{
	width:45%;
	text-align:center;
}
.footer_inner ul{
	flex-wrap: wrap;
	padding: 0 !important;
}
#shopify-section-sections--22700189647148__custom_liquid_YwrwmF .\#container {
padding: 0 15px;
}
.footer_inner ul li:first-of-type {
  width: 100%;
  list-style: none;
  font-size: 1.4rem;
  margin: 0 auto 25px;
  padding: 0 10%;
  box-sizing: border-box;
}
.footer_inner ul li {
  width: 45%;
  margin: 0 auto 10px;
}
/*カテゴリ*/

.\#grid.\@columns\:6::before, .\#grid.\@columns\:6::after {
    content: none !important;
  }
.\#grid.\@mobile-overlap {
    gap: 7rem !important;
}
.\#grid.\@mobile-overlap > .\#column {
    width: 130% !important;
  }
.\#grid.\@columns\:6 {
  grid-template-columns: 1fr 1fr !important;
  padding-left: min(3rem,5%) !important;
  padding-right: min(3rem,5%) !important;
  grid-auto-flow: inherit !important;
  width: 100% !important;
  gap: 1rem !important;
}
.\#grid.\@columns\:6 > .\#column {
    width: 100% !important;
  }

}