@charset "UTF-8";
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	word-break: normal;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

*, :after, :before {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

:after, :before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	padding: 0;
	margin: 0;
}
a:hover {
	opacity: 0.5 ;
	transition: 0.4s;
}

hr {
	overflow: visible;
	height: 0;
}

details, main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

a {
	background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
	outline-width: 0;
}

code, kbd, pre, samp {
	font-family: monospace,monospace;
}

pre {
	font-size: 1em;
}

b, strong {
	font-weight: bolder;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

input {
	border-radius: 0;
}

[disabled] {
	cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button, input, optgroup, select, textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
	cursor: pointer;
	color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
}

button, input, select, textarea {
	background-color: transparent;
	border-style: none;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	white-space: normal;
	max-width: 100%;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

:root {
	font-size: 62.5%;
}
.main-vis {
    background-color: #f4f3f1!important;
}
body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	color: #222222;
	font-family:'Zen Kaku Gothic New', sans-serif;
	/*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", YuGothic, "游ゴシック体", Meiryo, メイリオ, Helvetica, Arial, sans-serif;*/
	font-size: 3.3vw;
	line-height: 1.5;
	font-weight: 400;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

::-moz-selection {
	background: #2d0005;
	color: #fff;
}

::selection {
	background: #2d0005;
	color: #fff;
}

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

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

ul,
ol {
	list-style: none;
}
.pc_only {
	display: none!important;
}
.sp_only {
	display: block!important;
}

.c-weight{
  font-weight: 700;
}

.c-red{
  color: #cc0033;
}

.c-center{
  text-align: center;
}

.c-width{
  font-weight: 700;
}

.c-margin1{
  margin-bottom: 4%!important;
}
header{
	position: absolute!important;
}
.entry.-sticky {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
	padding: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.entry.-sticky.is-visible {
	opacity: 1;
	visibility: visible;
}

.entry.-sticky.is-absolute {
	position: sticky;
	bottom: 0;
}
.first {
	z-index: 1;
	padding: 0 4.33333vw;
}
/*header {
	max-width: 800px;
	height: 12.34375vw;
	margin: 0 auto;
	padding: 3.59375vw 3.125vw 0;
}

header .logo {
	width: 25vw;
	font-size: 0;
}*/


main {
	padding-bottom: 27.375vw;
  position: relative;
  background: #ffc900;
}

.visual{
  max-width: 960px;
  margin: 0 auto;
	background-color: #f4f3e9;

}
.contents{
	   background: #ffffff;
		width: 100%;
		margin: auto;
	}



.sec01 {
	background-color: #f4f3e9;
	padding: 0 5.3vw 8vw;
}
.sec01_inner {
	position: relative;
}
.sec01_tx {
	background-color: #fff;
	padding: 9.5vw 5.3vw 5.3vw;
	margin-top: 4.8vw;
}
.sec01_tx p {
	text-align: center;
	margin: 5px 0 8px;
	font-weight: bold;
}
.sec01_arrow {
	width: 30%;
	top: -3.2vw;
	left: 35%;
	position: absolute;
}


contents.tab_contents{
  position: relative;
}
.tab {
	margin: 0 auto;
}


.tab_nav {
	position: relative;
	font-size: 0;
}

.tab_nav_items {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: center;
}

.tab_m {
	position: absolute;
	left: 0;
}
.tab_l {
	position: absolute;
	right: 0;
}

.tab_nav_item {
	width: 53%;
	
}
.tab_nav_item a:hover {
	opacity: 1;
}

.tab_nav_item_trigger.is-open img:nth-child(1),
.tab_nav_item_trigger:not(.is-open) img:nth-child(2) {
	display: none;
}
.tab_contents {
	padding-top: 12vw;
}


.tab_content {
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.tab_content.is-open {
	height: auto;
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.flex{
  display: flex;
}
#addition_item_mens p {
	margin: 5.3vw;
}
#addition_item_ladies .l_tab_img01{
	margin-bottom: 5.3vw;
}
.img_list li{
	margin-top: 8vw;
	width: 95%;
}

.img_list li:nth-of-type(2n){
	margin: 8vw 0 0 auto;
}
.tab_btn {
	padding: 2.6vw;
}

.rec_area {
	position: relative;
}
.rec_h {
	position: absolute;
	top: -8px;
	left: 17%;
	width: 60%;
}
.rec_bg_m {
	background-color: #009fa8;
	padding: 19.2vw 5.3vw 5.3vw;
}
.rec_bg_l {
	background-color: #ac8db2;
	padding: 19.2vw 5.3vw 5.3vw;
}
.rec_bg_l li:last-of-type {
	margin-top: 1.4vw;
}

.rec_bg_m ul,
.rec_bg_l ul {
	background-image: url("../img/bg_02.png");
	background-repeat: repeat;
	background-size: 100%;
	padding: 4vw;
}
.l_tab_img01 {
	position: relative;
}
.l_tab_img01 p {
	position: absolute;
	bottom: 0;
	left: 8%;
	width: 50%;
	margin: 0 0 0 auto;
}
.tx_small {
	font-size: 2.7vw;
}








.inner01 {
	background-color: #f4f3e9;
	padding: 5.3vw;
}
.inner01_tx {
	margin-bottom: 2.6vw;
}
.inner01_bnr {
	padding: 1.8vw;
	background-color: #fff;
	border-radius: 2vw;
}

.inner02 {
	background-color: #a3d1e5;
	padding: 5.3vw;
}
.inner02_tx {
	padding: 0 2.6vw;
}

.inner03 {
	padding: 4vw 5.3vw 5.3vw;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
}
.inner03_tx{
	width: 80%;
	margin: 0 auto 2.6vw;
}

.inner03_bnr02 {
	margin-top: 5.3vw;
}
.inner03_bnr03 {
	margin-top: 5.3vw;
}

.inner04 {
	margin: 5.3vw;
}
.sec_05 {
	padding: 5vw;
	text-align: center;
}
.sec_06 {
    width: 90%;
	margin: 0 auto;
	padding: 0 5vw 10vw;
	text-align: center;
}



 /*-----------スライダー矢印表示----------*/
.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }
.slick-arrow:before{
    content:""!important;
    width: 7vw!important;
    height: 7vw!important;
    position: absolute;
    top: 0;
    left: 0;
  }
.slick-prev:before{
    background: url( "../img/icon_01.png")!important;
    background-size: 7vw!important;
	left:4vw!important;
	opacity:1!important;
  }

.slick-next:before{
    background: url( "../img/icon_02.png")!important;
    background-size: 7vw!important;
	left: -6vw!important;
	opacity:1!important;
  }




/* sticky */
.sticky {
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #ffffff;
	z-index: 10;
}

.top_btn{
	position: absolute;    
    top: -6vw;
    right: 1vw;
    width: 13vw;
}
.floatbtn{
	text-align: center;
	position: relative;
}
.floatbtn p {
	/*padding: 3vw 4vw 0;*/
	width: 70%;
	margin: 0 auto;
	position: absolute;
	top: -4.6vw;
	left: 15%;
}
.fl_2btn {
	display: flex;
	justify-content: center;
	padding: 7.5vw 5vw 3vw;
}
.fl_2btn li {
	width: 43vw;
	 border-radius: 8vw;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.fl_2btn li+li {
	margin-left: 4vw;
}

.sticky_bnr {
    position: fixed;
    display: none;
    bottom: 44vw;
    right: 0;
    width: 30vw;
    z-index: 101;
}
.anchor_bnr_close {
    position: absolute;
    content: "";
    width: 8vw;
    height: 8vw;
    top: -1.5vw;
    left: 1vw;
    z-index: 1;
}
.sticky_bnr a:hover {
	opacity: 1;
}
.anchor_bnr {
    filter: drop-shadow(-4px 0 10px rgb(0, 0, 0, 0.25));
}

@media screen and (min-width: 768px), print {
	body {
		font-size: 18px;
	}
	/*header {
		height: 70px;
		padding: 17px 20px 0;
	}
	header .logo {
		width: 150px;
	}*/
	main {
		padding-bottom: 60px;
	}
  main a:hover{
    opacity: 0.8;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  }
	.pc_only {
	display: block!important;
}
.sp_only {
	display: none!important;
}
	
 /*-----------スライダー矢印表示----------*/
.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }
.slick-arrow:before{
    content:""!important;
    width: 60px!important;
    height: 60px!important;
    position: absolute;
    top: 0;
    left: 0;
  }
.slick-prev:before{
    background: url( "../img/icon_01.png")!important;
    background-size: 60px!important;
	background-repeat: no-repeat!important;
	left:-18px!important;
	opacity:1!important;
  }

.slick-next:before{
    background: url( "../img/icon_02.png")!important;
    background-size: 60px!important;
	background-repeat: no-repeat!important;
	left: -18px!important;
	opacity:1!important;
  }

	
.sec01 {
	padding: 0 100px 40px;
}
.sec01_inner {
	position: relative;
}
.sec01_tx {
	background-color: #fff;
	padding: 65px 70px 45px;
	margin-top: 55px;
}
.sec01_tx p {
	text-align: center;
	margin: 10px 0 15px;
}
.sec01_p {
	padding: 0 40px;
	font-size: 21px;
	}
.sec01_arrow {
	width: 30%;
	top: -3.2vw;
	left: 35%;
	position: absolute;
}
	

.m_tab_img01,
.l_tab_img01 {
	padding: 0 100px;
	}
	
#addition_item_mens p {
	margin: 40px 130px;
	font-size: 21px;
}
#addition_item_ladies .l_tab_img01{
	margin-bottom: 40px;
}
.img_list li{
	margin-top: 50px;
	width: 80%;
}
.img_list li:nth-of-type(2n){
	margin: 50px 0 0 auto;
}
.tab_btn {
	padding: 30px;
}
.tab_nav {
	font-size: 0;
}
.img_list ul li+li{
	margin-top: 50px;
}
.tab_btn {
	padding: 20px 135px 30px;
}
	.tab {
	max-width: 1000px;
	}
	.tab_nav::before {
		left: 56px;
		width: 501px;
		height: 174px;
	}
	.tab_nav::after {
		width: 40px;
		height: 15px;
	}
.tab_contents {
	padding-top: 140px;
}

.rec_h {
	position: absolute;
	top: -20px;
	left: 20%;
	width: 55%;
}
.rec_bg_m {
	background-color: #009fa8;
	padding: 165px 100px 60px;
}
.rec_bg_l {
	background-color: #ac8db2;
	padding: 165px 100px 60px;
}
.rec_bg_l li:last-of-type {
	margin-top: 15px;
}

.rec_bg_m ul,
.rec_bg_l ul {
	background-image: url("../img/bg_02.png");
	background-repeat: repeat;
	background-size: 100%;
	padding: 40px 60px;
}
.l_tab_img01 p {
	bottom: 63px;
        left: 14%;
        width: 42%;
        margin: 0 0 0 auto;
        font-size: 21px;
}
.tx_small {
	font-size: 18px;
}

	
	
	
.inner01 {
	padding: 50px 100px;
}
.inner01_tx {
	margin-bottom: 20px;
}
.inner01_bnr {
	padding: 15px;
	border-radius: 15px;
	
}

.inner02 {
	padding: 50px 100px;
}
.inner02_tx {
	padding: 0 20px;
}

.inner03 {
	padding: 50px 100px;
}
.inner03_tx{
	width: 80%;
	margin: 0 auto 20px;
}

.inner03_bnr02 {
	margin-top: 30px;
}
.inner03_bnr03 {
	margin-top: 30px;
}

.inner04 {
	margin: 50px 100px;
}
.sec_05 {
	padding: 50px 120px;

}
.sec_06 {
    width: 80%;
    margin: 0 auto;
	padding: 0 50px 50px;
}	
	
	
	
.top_btn{
    top: -60px;
    right: 50px;
    width: 70px;
}	
	
.entry.-sticky {
		padding: 30px 1.9vw 1.4vw;
		margin-top: 5.8vw;
		max-width: 960px;
	}
.floatbtn p {
	/*padding: 3vw 4vw 0;*/
	width: 45%;
	margin: 0 auto;
	top: -7vw;
	left: 28%;
}
.fl_2btn {
	display: flex;
	justify-content: center;
	padding: 0;
}
.fl_2btn li {
	width: 23%;
}
.fl_2btn li+li {
	margin-left: 30px;
}
.sticky_bnr {
    bottom: 250px;
    width: 230px;
}
.anchor_bnr_close {
    width: 45px;
    height: 45px;
    top: -2px;
    left: 4px;
}



}
@media screen and (min-width: 960px), print {
	.contents{
		background-color: #ffffff;
		width: 960px;
		margin: auto;
	}
}

@media screen and (min-width: 1000px), print {
	.icon_box div:nth-child(2) {
    padding-left: 608px;
}
	.floatbtn p {
	top: -66px;
}
	.entry.-sticky {
		margin-top: 50px;

	}
}

@media screen and (min-width: 641px), print  {
    a {
        display: block!important;
    }
}
/*
@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}*/
