@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
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, fieldset, form, label, legend, b, u, i, center, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	/* font-size: medium; */
	color: #333;
	vertical-align: baseline;
	background: transparent;
}
body, table, input, textarea, select, option {
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
}
html, body {
	height: 100%;
	color: #000;
	background-color: #fff;
	width:100%;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a {
  color: #333;
  text-decoration: none;
}

a:visited {
   color: #333; 
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: #333;
}

img {
    -webkit-backface-visibility: hidden;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.inner {
    max-width: 1080px;
    margin: 0 auto;
    width: 94%;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.wrapContents {}

.sp {
  display: none;
}
.pc {
  display: block;
}


.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }


/** PC **/
@media only screen and (min-width: 1001px) {}

/** SP **/
@media only screen and (max-width: 1000px) {
	
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	max-width:100%; 
}
.inner {
    width: 94%;
    margin: 0 auto;
}
.innerIn {
	width: 96%;
	margin: 0 auto;
}		
	
}



/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */
.headArea {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
	    z-index: 10;	
}
header {

}

header .inner {}
header .topNav {
    padding: 10px 0;
}
header .topNav ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;	
}
header .topNav ul li {
    padding-left: 10px;
}
header .topNav ul li a {
    color: #666666;
    font-size: 11px;
}
header .__area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header .__area .__area1 {}
header .__area .__area1 .__logo {}
header .__area .__area1 .__logo img {
    -webkit-backface-visibility: hidden;
    width: 156px;
}
header .__area .__area2 {
}
header .__area .__area2 ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
header .__area .__area2 ul li {
    text-align: center;
    padding-left: 15px;
    font-size: 10px;
}
header .__area .__area2 ul li a {
    font-size: 10px;
    color: #666666;
}
header .__area .__area2 ul li img {
    display: block;
    margin: auto;
    padding-bottom: 3px;
}

header #menulist {}


/** PC **/
@media only screen and (min-width: 1001px)  {
#menulist {}
#menulist .__listWrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
}
#menulist .__listWrap .__list {
    position: relative;
    text-align: center;
    border-left: 1px dotted #d4d1d1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
#menulist .__listWrap .__list:last-of-type {
	border-right: 1px dotted #d4d1d1;
}	
#menulist .__listWrap .__list .first_link {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;	
}
#menulist .__listWrap .__list .first_link a {
    width: 100%;
    display: block;
    /* padding: 10px 30px; */
    position: relative;
}
#menulist .__listWrap .__list .first_link a span.__icon {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    display: flex;
}
#menulist .__listWrap .__list .first_link a span.__icon img,
#menulist .__listWrap .__list .first_link a span.__icon svg,
#menulist .__listWrap .__list .first_link a span.__icon object	{
    max-height: 18px;
    max-width: 18px;	
}	
#menulist .__listWrap .__list .first_link a span {}
#menulist .__listWrap .__list .__sub {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    width: 100%;
}
#menulist .__listWrap .__list:hover .__sub {
	/*opacity: 1;
	transform: translate(0, 0);*/
}	
#menulist .__listWrap .__list .__sub::before {
	content: "";
}	
#menulist .__listWrap .__list .__sub li {
    background-color: #431f26;
    text-align: left;
    padding: 0;
    min-width: 130px;
    display: block;
    color: #fff;
    width: 100%;
    position: relative;
}
#menulist .__listWrap .__list .__sub li::after {
	content: "";
}	
#menulist .__listWrap .__list .__sub li:first-child::before {
	content: "";
	position: absolute;
	top: -14px;
	left: 35%;
	margin-left: -15px;
	border: 6px solid transparent;
	border-bottom: 8px solid #442027;
}	
#menulist .__listWrap .__list .__sub li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 10px;
    font-size: 12px;
    position: relative;
    box-sizing: border-box;
}
#menulist .__listWrap .__list .__sub li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 46%;
	right: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
}
#menulist .__listWrap .__list .__sub li a::after {
	content: "";
	border-bottom: 1px dotted #fff;
	display: block;
	width: 90%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#menulist .__listWrap .__list .__sub li:last-child a::after {
	content: none;
}	
#menulist .__listWrap .__list .__sub li a:hover{
    background-color: rgb(255 255 255 / 0.5);
}	
}
/** SP **/
@media only screen and (max-width: 1000px) {
	
header h1 {} 
header .inner {
	/* padding: 3vmin 0;*/	/*20230502 aki*/
	padding: 5vmin 0;
}	
header .__area .__area1 .__logo img {
	width: 27vmin;
}		
header .__area .__area2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
	

header .__area .__area2 ul li {
    text-align: center;
    padding-left: 2vmin;
    font-size: 2vmin;
}

header .__area .__area2 ul li img {}	
	
header .__area .menu {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  /* position: fixed; */
  top: 30px;
  right: 30px;
  z-index: 100;
  transform: translateX(0);
  transition: transform .5s;
  margin-left: 15px;
  margin-top: 6px;
 }
header .__area .menu.active {
    transform: translateX(-80vw);
    background-color: #fff;
    border: 1px solid;
    border-radius: 30px;
    width: 45px;
    height: 45px;
}
header .__area .menu span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background-color: #999899;
}
header .__area .menu.active span {
  background-color: #666;
  width: 70%;
}
header .__area .menu span:nth-of-type(1) {
  top: 1px;
}
header .__area .menu.active span:nth-of-type(1) {
  transform: translateY(18px) rotate(-45deg);
}
header .__area .menu span:nth-of-type(2) {
  top: 12px;
}
header .__area .menu.active span:nth-of-type(2) {
  opacity: 0;
}
header .__area .menu span:nth-of-type(3) {
  bottom: 0px;
}
header .__area .menu.active span:nth-of-type(3) {
  transform: translateY(-19px) rotate(45deg);
}

#menulist {
  width: 80vw;
  height: 100%;
  /* padding-top: 100px; */
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  transform: translate(80vw);
  transition: all .0s;
}
#menulist.open {
  transform: translateZ(0);
}

#menulist {
    overflow-x: scroll;
    padding-top: 7vmin;
}
	
	
#menulist .searchArea {
    padding-bottom: 5vmin;
}
#menulist .fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__input	{
    width: 87%;
}
	
#menulist .sideTit {
    background: #3e3728;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
#menulist .listBox {
    padding: 10px 0;
}
#menulist .listBox .__ttl {
    background: #f7f4e7;
    padding: 10px;
    border-left: 3px solid #87795b;
    font-size: 14px;
    margin-bottom: 20px;
}
#menulist .listBox .__listWrap {
}
#menulist .listBox .__listWrap .__list {
    margin-bottom: 10px;
}
#menulist .listBox .__listWrap .__list .first_link {border-bottom: 1px solid #87795b;padding: 10px 0;position: relative;}
.fs-l-sideArea .listBox .__listWrap .__list .first_link::after {
	content: "";
	position: absolute;
	bottom: 2px;
	border-bottom: 1px solid rgb(135 121 91 / 0.4);
	display: block;
	width: 100%;
}
#menulist .listBox .__listWrap .__list .first_link a {
    display: block;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	position: relative;
}
#menulist .listBox .__listWrap .__list .first_link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    right: 30px;
    border-top: solid 2px #87795b;
    border-right: solid 2px #87795b;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}	
#menulist .listBox .__listWrap .__list .first_link a span.__icon {
    max-width: 40px;
    padding-right: 10px;
    line-height: 1;
}
#menulist .listBox .__listWrap .__list .first_link a span {
    display: inline-block;
    vertical-align: middle;
}

#menulist .listBox .__listWrap .__list .first_link.ad a	{
	pointer-events: none;
}

#menulist .listBox .__listWrap .__list .first_link.ad a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: #85785a;
    transition: all .2s ease-in-out;
    border: none;
    transform: rotate(0deg);
}

#menulist .listBox .__listWrap .__list .first_link.ad a:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*横線に*/
  transform: rotate(90deg);
  background: #85785a;
  transition: all .3s ease-in-out;
}

#menulist .listBox .__listWrap .__list .first_link.open a:before{
  transform: rotate(180deg);
}
#menulist .listBox .__listWrap .__list .first_link.open a:after{
  opacity: 0;
}	
#menulist .listBox .__listWrap .__list .__sub {}
#menulist .listBox.box01 .__listWrap .__list .__sub {
	display: none;	
}	
#menulist .listBox .__listWrap .__list .__sub li {
    border-bottom: 1px dotted #d4d1d1;
}
#menulist .listBox .__listWrap .__list .__sub li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    padding-right: 25px;
    position: relative;
    box-sizing: border-box;
}
#menulist .listBox .__listWrap .__list .__sub li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 46%;
	right: 10px;
	border-top: solid 2px #87795b;
	border-right: solid 2px #87795b;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
}

#menulist .listBox .__listWrap.listtype01 .__list .__sub li {
    background: #f6f6f6;	
}	
#menulist .listBox .__listWrap.listtype01 .__list .__sub li a {}	
#menulist .listBox:last-child {
    padding-bottom: 6em;	
}
	
	
}
		

/* --------------------------------------------------------------------
/* side
-------------------------------------------------------------------- */
.fs-l-sideArea {}
.fs-l-sideArea.fs-p-drawer {
	transition-duration: 0s;
}
.fs-l-sideArea .sideTit {
    background: #3e3728;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 10px;
}
.fs-l-sideArea .listBox {
    padding: 20px 0;
}
.fs-l-sideArea .listBox .__ttl {
    background: #f7f4e7;
    padding: 10px;
    border-left: 3px solid #87795b;
    font-size: 14px;
    margin-bottom: 17px;
}
.fs-l-sideArea .listBox .__listWrap {
}
.fs-l-sideArea .listBox .__listWrap .__list {
    margin-bottom: 10px;
}
.fs-l-sideArea .listBox .__listWrap .__list .first_link {border-bottom: 1px solid #87795b;padding: 10px 0;position: relative;}
.fs-l-sideArea .listBox .__listWrap .__list .first_link::after {
	content: "";
	position: absolute;
	bottom: 2px;
	border-bottom: 1px solid rgb(135 121 91 / 0.4);
	display: block;
	width: 100%;
}
.fs-l-sideArea .listBox .__listWrap .__list .first_link a {
    display: block;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
}
.fs-l-sideArea .listBox .__listWrap .__list .first_link a span.__icon {
    padding-right: 10px;
    line-height: 1;
}
.fs-l-sideArea .listBox .__listWrap .__list .first_link a span {
    display: inline-block;
    vertical-align: middle;
}
.fs-l-sideArea .listBox .__listWrap .__list .__sub {}
.fs-l-sideArea .listBox .__listWrap .__list .__sub li {
    border-bottom: 1px dotted #d4d1d1;
}
.fs-l-sideArea .listBox .__listWrap .__list .__sub li a {
    display: block;
    width: 100%;
    padding: 8px 0;
    padding-right: 25px;
    position: relative;
    box-sizing: border-box;
}
.fs-l-sideArea .listBox .__listWrap .__list .__sub li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 46%;
	right: 10px;
	border-top: solid 2px #87795b;
	border-right: solid 2px #87795b;
	width: 4px;
	height: 4px;
	transform: rotate(45deg);
}


.fs-p-drawer .fs-p-searchForm {
    margin-bottom: 20px;	
}
.fs-body-top .fs-p-drawer .fs-p-searchForm {
	display: none;	
}




.fs-l-sideArea {}
.fs-l-sideArea .sideTit {}
.fs-l-sideArea .listBox {}
.fs-l-sideArea .listBox .__ttl {}
.fs-l-sideArea .listBox .__listWrap {}
.fs-l-sideArea .listBox .__listWrap .__list {}
.fs-l-sideArea .listBox .__listWrap .__list .first_link {}
.fs-l-sideArea .listBox .__listWrap .__list .first_link a {}
.first_link a span.__icon {
    width: 30px;
}
.fs-l-sideArea .listBox .__listWrap .__list .first_link a span {}
.fs-l-sideArea .listBox .__listWrap .__list .__sub {}
.fs-l-sideArea .listBox .__listWrap .__list .__sub li {}
.fs-l-sideArea .listBox .__listWrap .__list .__sub li a {}





/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */

.fs-l-page {
	position: relative;
}

main.fs-l-main {
	max-width: 1080px;
	width: 100%;
	margin: 50px auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
	padding: 0;

}


.fs-l-sideArea {
    max-width: 200px;
    width: 20%;
    padding: 0;
    padding-top: 10px;
}
.fs-l-pageMain {
    max-width: 1080px;
    width: 100%;
}

@media screen and (min-width: 1200px) {
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
   /* max-width: 860px;*/
}
}

@media screen and (min-width: 1001px) {
.fs-p-drawer {
    box-shadow: none;
    position: relative;
    transform: translateX(0);
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
    max-width: 860px;
    width: 80%;
}	
}

.fs_input_lastName {
    background: red !important;
}



.secBox {
	padding-bottom: 3em;
}

.title01 {
    position: relative;
    /* padding: 0 65px; */
    padding: 0 5px;
    text-align: center;
    margin-bottom: 20px;
}
.title01::before {
	content: "";
	position: absolute;
	top: calc(35% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	background: #87795b;
}
.title01 .__jp {
    position: relative;
    padding: 0 1em;
    background: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
}
.title01 .__jp::before {
	content: "";
}
.title01 .__en {
    display: block;
    line-height: 1;
    color: #7c7c7c;
    font-weight: normal;
    font-family: 'Noto Serif JP', serif;
}

.title01 + p.txt {
	font-weight: bold;
    margin-bottom: 30px;	
}

.btn_type01 {
    background-color: #fff;
    color: #fff;
    border: 1px solid #0076c0;
    display: inline-block;
    width: 180px;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 60px;
    position: relative;
    text-align: left;
}
.btn_type01::after {
    content: url(../img/arrow.png);
    position: absolute;
    top: 21%;
    display: inline-block;
    right: 30px;
    margin: auto;
}

.btn_type01 span {
    color: #0076c0;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.btn_type01:hover {
    background-color: #0076c0;
}
.btn_type01:hover::after {
	content: url(../img/arrow_hover.png);
}
.btn_type01:hover span {
	color: #fff;
}

.moreType01 {
    text-align: right;
    display: block;
    width: 100%;
    margin: 10px 0 15px;
}
.moreType01 span {
	background: url(../img/more.png) no-repeat;
	display: inline-block;
	padding-right: 50px;
	background-position: center right;
	font-size: 14px;
}


/** PC **/
@media only screen and (min-width: 1001px)  {
	

/****/	
.fs-c-slick .slick-slide {
	margin: 0 15px;
}	
	
}

/** SP **/
@media only screen and (max-width: 1000px) {
	
main.fs-l-main {
    margin: 3vmin 0;
    display: block;	
}	
.fs-l-pageMain {
    width: 94%;
    margin: auto;	
}	
.secBox {
    padding-bottom: 3em;
}
.title01 {}
.title01 .__jp {
    font-size: 5vmin;
}
.title01 .__en {
    font-size: 3vmin;
}

.title01 + p.txt {
	margin-bottom: 7vmin;	
}	

.btn_type01 {}
.btn_type01::after {}	
	
.moreType01 {}
	
}


/* --------------------------------------------------------------------
/* search
-------------------------------------------------------------------- */
.searchArea {
    margin-top: 3em;
}
.searchArea .column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.searchArea .column .__word {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 20px;
}
.searchArea .column .__word p {}
.searchArea .column .__word .wordList {
    padding-left: 5px;
}
.searchArea .column .__word .wordList li {
    display: inline-block;
    margin: 0 5px;
}
.searchArea .column .__word .wordList li a {
    color: #333333;
    background: #eeeeee;
    padding: 5px 10px;
    border-radius: 12px;
}

.fs-p-searchForm__button::before {
/* font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    position: absolute;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
}
.fs-p-searchForm {}
.fs-p-searchForm .fs-p-searchForm__inputGroup {
    border: 1px solid #c5c2c2;
    /* display: block; */
    background: transparent;
}
.fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__input {
    border: none;
    padding: 5px;
}
.fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__button {
    text-indent: -99999px;
    position: relative;
	border: none;
	background-color: transparent;
}
.fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__button::before {
	font-family: "Font Awesome 5 Free" !important;
    content: "\f002";
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 49%;
    bottom: 0;
    /*font-size: 3.6vmin;*/
	font-size: 16px !important;
    text-indent: 0;
    color: #666;
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    display: block;
}

/* --------------------------------------------------------------------
/* ページtop
-------------------------------------------------------------------- */
#page-top {
	text-align: center;padding: 5em 0;
}
#page-top a {
   display: inline-block;
}
#page-top a:hover {
}

/** PC **/
@media only screen and (min-width: 1001px) {}

/** SP **/
@media only screen and (max-width: 1000px) {
	
#page-top {
	text-align: center;padding: 13vmin 0;
}	
}

/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */

footer {
	padding-top: 3em;	
}
footer .inner {}
footer .snsArea {
    border-top: 1px solid #87795b;
    border-bottom: 1px solid #87795b;
    text-align: center;
    margin-bottom: 40px;
}
footer .snsArea ul {}
footer .snsArea ul li {
    display: inline-block;
    padding: 10px;
	vertical-align: middle;
}
footer .snsArea ul li a {}
footer .snsArea ul li a {}
footer .contactArea {}
footer .contactArea .__ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
footer .contactArea .__ttl::after {
	content: "";
	display: block;
	border-bottom: 2px solid #3e3728;
	width: 35px;
	margin: auto;
	padding: 3px;
}
footer .contactArea .conBox {
    max-width: 740px;
    width: 100%;
    margin: 30px auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .contactArea .conBox .__telArea {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .contactArea .conBox .__telArea .__tel {
    font-size: 35px;
    padding-right: 10px;
}
footer .contactArea .conBox .__telArea .__tel .__icon {}
footer .contactArea .conBox .__telArea .__tel .__icon img {}
footer .contactArea .conBox .__telArea .__txt {
    line-height: 1.6;
    color: #666666;
}
footer .contactArea .conBox .__mailArea {}
footer .contactArea .conBox .__mailArea .__btn {}
footer .contactArea .conBox .__mailArea .__btn a {
    display: block;
    background: #3e3728;
    color: #fff;
    padding: 10px 24px;
    font-size: 15px;
    font-family: 'Noto Serif JP', serif;
}
footer .contactArea .conBox .__mailArea .__btn a i {
    color: #fff;
    padding-right: 5px;
}

footer .footListWrap {
    background: #f2f2f2;
    padding: 50px 0;
    margin-top: 20px;
}
footer .footListWrap .footList {
    max-width: 760px;
    margin: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
footer .footListWrap .footList .listWrap {}
footer .footListWrap .footList .listWrap h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;	
}
footer .footListWrap .footList .__list {}
footer .footListWrap .footList .__list li {
    padding: 5px 0;
}
footer .footListWrap .footList .__list li a {
    font-size: 14px;
    color: #000;
}
footer .footListWrap .footList .__list li span {
    font-size: 14px;
}


footer .footLinkWrap {
    padding: 20px 0;
}
footer .footLinkWrap ul {
    text-align: center;
}
footer .footLinkWrap ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
footer .footLinkWrap ul li::after {
	content: "";
	display: block;
	border-right: 1px solid;
	position: absolute;
	right: 0;
	top: 5px;
	bottom: 5px;
}
footer .footLinkWrap ul li:last-child::after {
	content: none;
}
footer .footLinkWrap ul li a {color: #555555;}
footer .footLinkWrap ul li span {}
footer .copy {
    background-color: #f2f2f2;
    padding: 10px 0;
    text-align: center;	
}


/** SP **/
@media only screen and (max-width: 1000px) {
	
footer {}
footer .inner {}
footer .snsArea {
    margin-bottom: 6vmin;
}
footer .snsArea ul {}
footer .snsArea ul li {}
footer .snsArea ul li a {}
footer .snsArea ul li a {}
footer .contactArea {}
footer .contactArea .__ttl {
	display: none;
}
footer .contactArea .__ttl::after {
	content: "";
}
footer .contactArea .conBox {
    display: block;
    margin: 3vmin auto;
}
footer .contactArea .conBox .__telArea {
    display: block;
    text-align: center;
}
footer .contactArea .conBox .__telArea .__tel {
    font-size: 7vmin;
}
footer .contactArea .conBox .__telArea .__tel .__icon {
    width: 10vmin;
    display: inline-block;
}
footer .contactArea .conBox .__telArea .__tel .__icon img {
    -webkit-backface-visibility: hidden;
}
footer .contactArea .conBox .__telArea .__txt {}
footer .contactArea .conBox .__mailArea {}
footer .contactArea .conBox .__mailArea .__btn {
    width: 60%;
    margin: 5vmin auto 0;
    text-align: center;
}
footer .contactArea .conBox .__mailArea .__btn a {
}
footer .contactArea .conBox .__mailArea .__btn a i {}

footer .footListWrap {}
footer .footListWrap .footList {}
footer .footListWrap .footList .__list {}
footer .footListWrap .footList .__list li {}
footer .footListWrap .footList .__list li a {}
footer .footListWrap .footList .__list li span {}	

footer .footLinkWrap {}
footer .footLinkWrap ul {}
footer .footLinkWrap ul li {}
footer .footLinkWrap ul li::after {
	content: "";
}
footer .footLinkWrap ul li:last-child::after {
	content: none;
}
footer .footLinkWrap ul li a {}
footer .footLinkWrap ul li span {}	

footer .copy {}		
	
}




/* --------------------------------------------------------------------
/* 
-------------------------------------------------------------------- */
.w1200 {
	width:1200px;
	margin-left:auto;
	margin-right:auto; 
	}
.c_red {
	color: #f00;
}
.f_18 {
	font-size: 18px;
}
.ta_c {
	text-align: center;
}
.ta_l {
	text-align: left;
}
.ta_r {
	text-align: right;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.p_t10 {
	padding-top: 10px;
}
.p_t20 {
	padding-top: 20px;
}
.p_t25 {
	padding-top: 25px;
}
.p_t30 {
	padding-top: 30px;
}
.p_t40 {
	padding-top: 40px;
}
.p_t50 {
	padding-top: 50px;
}
.p_l10 {
	padding-left: 10px;
}
.p_l15 {
	padding-left: 15px;
}
.p_l20 {
	padding-left: 20px;
}
.p_r0 {
	padding-right: 0px !important;
}
.p_r10 {
	padding-right: 10px;
}
.p_r15 {
	padding-right: 15px;
}
.p_r20 {
	padding-right: 20px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b20 {
	margin-bottom: 20px;
}
.m_b30 {
	margin-bottom: 30px;
}
.m_b40 {
	margin-bottom: 40px;
}
.f40 {
	font-size: 40px;
	font-weight: bold;
}
.f30 {
	font-size: 30px;
	font-weight: bold;
}
	



@media(min-width: 1px) and (max-width: 768px) {}	



/* 一時的に上書き  ogata 後でちゃんと直す */
/* カートのプルダウン非表示 | Form > 右側のエリア > 更に狭いエリア > プルダウン > 内部 */
#fs_form .fs-l-productLayout__item.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget .fs-c-quantity__select.fs-system-quantity-list {
    display: none;
}
#fs_anchor_aboutPostage .fs-c-price__currencyMark,
#fs_anchor_tax .fs-c-price__currencyMark,
#fs_anchor_cashOnDelivery .fs-c-price__currencyMark {
    font-size: 18px;
}
#fs_anchor_aboutPostage .fs-c-price__value,
#fs_anchor_tax .fs-c-price__value,
#fs_anchor_cashOnDelivery .fs-c-price__value {
    font-size: 20px;
}
/* ソートリスト - hover */
.fs-c-sortItems__list__item__label:hover {
    color: #333;
}
/* お届け先リスト */
.fs-c-button--addToAddressbook .fs-c-button__label {
    color: #fff !important;
    line-height: 2;
}
/* ショッピングカート */
.fs-c-wishlistProduct .fs-c-wishlistProduct__title {
    margin-top: 30px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.fs-c-wishlistProduct span.fs-c-price__value {
    font-size: 20px;
}
/* お気に入りリスト */
#fs_MyWishList span.fs-c-price__value {
    font-size: 20px;
}
/* ご注文手続き */
#fs_Checkout .fs-c-priceDisplay .fs-c-price .fs-c-price__currencyMark,
#fs_Checkout .fs-c-priceDisplay .fs-c-price .fs-c-price__value {
  display: block !important;
  font-size: 20px !important;
}
#fs_Checkout .is-active .fs-c-radio__radioLabelText {
  color: #fff;
}
/* トップページアイコン */
.fs-p-searchForm .fs-p-searchForm__inputGroup .fs-p-searchForm__button::before {
    font-size: 2vmin;
}

@media screen and (min-width: 960px){
    /* カートボタン */
    #fs_form > div > div.fs-l-productLayout__item.fs-l-productLayout__item--2 > div.fs-c-productActionButton.fs-c-buttonContainer > button > span {
        font-size: 25px;
    }
    #fs_form > div > div.fs-l-productLayout__item.fs-l-productLayout__item--2 > div.fs-c-productActionButton.fs-c-buttonContainer > button > span:before {
        width: 25px;
        height: 25px;
        margin-right: 15px;
    }
    /* マイページ */
    #fs_MyPageTop .fs-c-accountService {
        flex-basis: 580px !important;
    }
    #fs_MyPageTop .fs-l-account {
        justify-content: center !important;
    }
    /* 商品詳細ページ */
    .fs-p-card--over {
        display: block;
    }
    .fs-p-card--under {
        display: none;
    }
}

@media screen and (max-width: 959px){
    /* 商品詳細ページ */
    .fs-p-card--over {
        display: none;
    }
    .fs-p-card--under {
        display: block;
    }    
}

/* 桜を表示するコンテナのスタイル */
.cherry-blossom-container {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  
  /* 桜の花びらのスタイル */
  .petal {
    position: absolute;
    background-color: #ffc0cb;
    border-radius: 150% 0 150% 0;
    animation: animate-petal 10s linear;
  }
  
  .petal::after {
    content: "";
    position: absolute;
    top: -14%;
    left: -10%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffc0cb;
    border-radius: 150% 0 150% 0;
    transform: rotate(15deg);
  }
  
  /* 花びらが降るアニメーション */
  @keyframes animate-petal {
    0% {
      top: 0;
      opacity: 0;
      transform: rotate(0deg);
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 100vh;
      transform: rotate(3000deg);
    }
  }


/* マイページログアウトボタン */

#fs_MyPageTop .logoaut_btn {
	display: block;
    width: 300px;
    margin: auto;
    background: #2d277f;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* お客様情報入力 カートの会員登録しないで購入時の次へボタンのテキストカラーを白指定 */
#fs_CustomerDetails #fs_unregisterAndContinue .fs-c-button__label {
    color: #fff !important;
  }
  











  