@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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;
	vertical-align: baseline;
	background: transparent;
}
body, table, input, textarea, select, option {
        font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.7;
}
html, body {
	height: 100%;
	background-color: #fff;
	width:100%;
}
body {
	font-size: 13px;
	color: #333;
}
*, *::before, *::after {
    box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
  color: #333;
	text-decoration: none;
}
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, 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;
}
img {
  border: none;
  vertical-align: top;  
	max-width:100%; 
  image-rendering: -webkit-optimize-contrast;
}	
.inner {
    max-width: 1100px;
    width: 92%;
    margin: 0 auto;
}
.innerWrap {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

#wrapper {}

.wrapContents { 
    overflow: hidden;
    /* margin-top: 125px; */
}

.sp {
  display: none;
}
.pc {
  display: block;
}


/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
	
.pc {
	display: none;
}
.sp {
	display: block;
}
img {
	max-width:100%; 
}	
.wrapContents {
    overflow: hidden;
    /* margin-top: 37vmin; */
}	
.fs-l-main .inner {
    width:100%;
}
	
}

/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */
.h_topArea {
    background-color: #282828;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
}
.h_topArea .txt {
    text-align: center;
}
.headerArea {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%
}
.headerArea .__box {
    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;
    padding: 15px 40px;
    background-color: #072671;
}
.headerArea .__box .l_Area {
    /* flex: 1; */
    width: 10%;
}
.headerArea .__box .c_Area {flex: 1;max-width: 980px;}
.headerArea .__box .r_Area {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* flex: 1; */
}
.headerArea .__box .navList {
    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;
}
.headerArea .__box .navList > li {
    /* padding: 15px 10px; */
    /* border-right: 1px solid #fff; */
    line-height: 1.3;
    flex: 1;
    text-align: center;
}
.headerArea .__box .navList > li:last-child {
    border-right: none;
}
.headerArea .__box .navList > li::after {
    content: "";
}
.headerArea .__box .navList > li > a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    position: relative;
}
.headerArea .__box .navList > li > a::after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    right: 0;
    height: 20px;
}
.headerArea .__box .navList > li:last-child > a::after {
    border-right: none;
}
.headerArea .__box .logo {
    max-width: 122px;
}
.headerArea .__box .logo img {
    max-width: 100%;
}
.headerArea .__box .btnList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    gap: 20px;
}
.headerArea .__box .btnList .iconBtn {
    position: relative;
}
.headerArea .__box .btnList .iconBtn .fs-p-cartItemNumber {
    top: -6px;
    right: -6px;
}
.headerArea .__box .btnList .iconBtn img {
    width: 21px;
}

.headerArea .r_Area .btnList .open-btn {
  cursor: pointer;
  display: block;
  position: relative;
}
.headerArea .r_Area .btnList button {
	background: none;
	border: none;
	cursor: pointer;
}
.headerArea .r_Area .btnList #search-wrap {
  display: none;
  width: 100%;
  padding: 30px 50px 20px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: 125px;
  right: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.headerArea .r_Area .btnList #search-wrap.active {
	display: block;
}
.headerArea .r_Area .btnList #search-wrap form {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.headerArea .r_Area .btnList #search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.headerArea .r_Area .btnList #search-wrap input[type="text"] {
  width: 100%;
  padding: 15px 0px;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  border: 2px solid #072671;
  cursor: auto;
  padding-left: 15px;
  margin-bottom:1.5em;
}
.headerArea .r_Area .btnList #search-wrap input[type="text"]::placeholder {
  color: #a7d6ff;
  padding-left: 10px;
}
.headerArea .r_Area .btnList #search-wrap input[type="submit"] {
  position: absolute;
  top: 15px;
  right: 20px;
  background: url(https://bijinseikatsu.itembox.design/item/img/header/icon_search02.png)
    no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  border: none;
}
#search-wrap .tagList {
    margin-top: 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.keyword_title {
    background-color: #072671;
    color: #FFF;
    padding: 5px 15px 5px;
    font-size: 1.0em;
    display: block;
}
.keyword {
    color: #072671;
}
.keyword a {
    color: #333;
    background-color: #fff;
    border: 1px solid #072671;
    padding: 5px 15px 5px;
    border-radius: 30px;
    font-size: 1.0em;
    display: block;
}
.headerArea .r_Area .btnList div.open-btn {
  display: none;
}
.headerArea .r_Area .btnList #search-wrap .ttl {
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.headerArea .r_Area .btnList #search-wrap .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerArea .r_Area .btnList #search-wrap .wrap ol li {
  background: #fff8e5;
  margin-right: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  width: auto;
  border-radius: 5px;
}
.headerArea .r_Area .btnList #search-wrap .wrap ol li a {
  font-size: 12px;
  color: #333;
}
p.txt{
 margin: 0;
}
/*========= 検索窓を開くためのボタン設定 ===========*/

.open-btn1{
  background:url("../img/search_icon.svg") no-repeat center;/*虫眼鏡アイコンを背景に表示*/
  background-size: cover;
  width:21px;
  height:21px;
  cursor: pointer;/*カーソルを指マークに*/
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn1.btnactive{
  background:url("../img/icon_close.svg") no-repeat center;/*閉じるアイコンを背景に表示*/
  background-size: cover;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
.headerArea .r_Area .btnList #search-wrap.panelactive {
  display: block;/*検索窓を表示*/
}

/*========= //検索窓の設定 ===============*/

/*========= PCマウスオンナビ ===========*/
.navList > li {
    /* position: relative; */
}
.navList li .navChild {
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
    margin-top: 0;
    z-index: 201;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    padding: 20px;
}
.navList li:hover > .navChild {
    visibility: visible;
    opacity: 1;
}
.navList li .navChild .navChildIn {}
.navList li .navChild .list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
}
.navList li .navChild .list li {}
.navList li .navChild .list li a {
  display: block;
  padding: 12px 14px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: left;
  border-radius: 6px; /* 角丸不要なら削除 */
    color: #333;
    font-weight: 500;
}
.navList li .navChild .list li a::after {
  opacity: 1;     
}

/** PC **/
@media only screen and (min-width: 769px) {
    header #menulist {
        display: none;
      }   
}
/** SP **/
@media only screen and (max-width: 768px) {
.h_topArea {
	padding: 0;
}
.h_topArea .txt {}  
	
.headerArea {
}
.headerArea .__box {
    padding: 4vmin;
}
.headerArea .__box .l_Area {
    flex: 1;
    width: auto;
}
.headerArea .__box .c_Area {
    width: 19.2%;
}
.headerArea .__box .r_Area {}
.headerArea .__box .navList {}
.headerArea .__box .navList > li {}
.headerArea .__box .navList > li a {}
.headerArea .__box .logo {}
.headerArea .__box .logo img {
    width: 100%;
}
.headerArea .__box .btnList {
    gap: 4vmin;
}
.headerArea .__box .btnList .iconBtn {}
.headerArea .__box .btnList .iconBtn img {}
  
.s_navList {
    background-color: #072671;
    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;
    gap: 0vmin;
    text-align: center;
    padding: 2vmin 0%;
    margin: auto;
    /* position: absolute;
    top: 25vmin; */
    width: 100%;
}
.s_navList li {
    width: 20%;
}
.s_navList li a {}
.s_navList li .__icon {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
}
.s_navList li .__icon img {
    transform: scale(0.8);
    transform-origin: center;
}
.s_navList li .txt {
    font-size: 2vmin;
    color: #fff;
}

header h1 {
    float: left;
} 
header .inner {
	padding: 1.5vmin;	
}
header .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
header .overlay.open {
    width: 100%;
    /*height: 100vh;*/
    opacity: 1;
} 
header .menu {}	
header .menu.open {
    position: fixed;
    top: 3vmin;
    right: 4%;
    z-index: 10;
}	
header .menu i {
    color: #fff;
    font-size: 5.4vmin;
}	

header #menulist {
    width: 89.33%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 4vmin;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translate(-100vw);
    transition: all .5s;
  }
  header #menulist.open {
    transform: translateZ(0);
  }
  #menulist .navTopArea {
    margin-bottom: 6vmin;
}	
  #menulist .navTopArea p {
    background-color: #dcdddd;
    padding: 4vmin;
    font-size: 3.2vmin;
}	
  #menulist .loginArea {
	margin-bottom: 5vmin;	
}
  #menulist .loginArea ol {
	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;
    width: 90%;
    margin: auto;
}	
  #menulist .loginArea ol li {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 3vmin;padding-bottom: 3vmin;
	width: calc(100% / 2 - 3vmin);
	margin-right: 3vmin;
}	
  #menulist .loginArea ol li:last-child {
	margin-right: 0;	
	}
  #menulist .rankingArea {}	
  #menulist .rankingArea .rankingList {
    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;
    width: 90%;
    margin: auto;
    gap: 6vmin 3vmin;
}	
  #menulist .rankingArea .rankingList li {
    width: 30%;
}	
  #menulist .rankingArea .rankingList li:nth-child(1),
  #menulist .rankingArea .rankingList li:nth-child(2) {
    width: 46%;
}	
  #menulist .rankingArea .rankingList li .noIcon {
    margin-bottom: 3vmin;
}	
  #menulist .rankingArea .rankingList li .noIcon img {}	
  #menulist .rankingArea .rankingList li .img {
    margin-bottom: 2vmin;
}	
  #menulist .rankingArea .rankingList li .img img {}	
  #menulist .rankingArea .rankingList li .ttl {
    margin-bottom: 3vmin;
}	
  #menulist .rankingArea .rankingList li .price {}	
  #menulist .rankingArea .rankingList li .price span {
    font-size: 2.2vmin;
}	
#menulist .title01 {
    margin-bottom: 6vmin;
}
#menulist .title01 .en {}

#menulist .sceneArea {}
#menulist .sceneArea .sceneList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dcdddd;
}
#menulist .sceneArea .sceneList li {
    width: 50%;
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    box-sizing: border-box;
}
#menulist .sceneArea .sceneList li:nth-child(2n) {
    border-right: none;
}
#menulist .sceneArea .sceneList li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
}
#menulist .sceneArea .sceneList li a::after {
    font-family: "Font Awesome 7 Free";
    content: '\f061';
    font-weight: 900;
    color: #005cb9;
    width: 15%;
    text-align: center;
font-display: swap;
}
#menulist .sceneArea .sceneList li .__icon {
    width: 25%;
    text-align: center;
    line-height: 1;
}
#menulist .sceneArea .sceneList li .__icon img {}
#menulist .sceneArea .sceneList li .txt {
    flex: 1;
}

#menulist .brandArea {}
#menulist .brandArea .brandList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dcdddd;
}
#menulist .brandArea .brandList li {
    width: 100%;
    border-bottom: 1px solid #dcdddd;
    box-sizing: border-box;
}
#menulist .brandArea .brandList li:nth-child(2n) {
    border-right: none;
}
#menulist .brandArea .brandList li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
}
#menulist .brandArea .brandList li a::after {
    font-family: "Font Awesome 7 Free";
    content: '\f061';
    font-weight: 900;
    color: #005cb9;
    width: 15%;
    text-align: center;
font-display: swap;
}
#menulist .brandArea .brandList li .__icon {
    width: 25%;
    text-align: center;
}
#menulist .brandArea .brandList li .__icon img {}
#menulist .brandArea .brandList li .txt {
    flex: 1;
}

#menulist .sceneArea {}
#menulist .catArea .catList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #dcdddd;
}
#menulist .catArea .catList li {
    width: 50%;
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    box-sizing: border-box;
}
#menulist .catArea .catList li:nth-child(2n) {
    border-right: none;
}
#menulist .catArea .catList li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
}
#menulist .catArea .catList li a::after {
    font-family: "Font Awesome 7 Free";
    content: '\f061';
    font-weight: 900;
    color: #005cb9;
    width: 15%;
    text-align: center;
font-display: swap;
}
#menulist .catArea .catList li .__icon {
    width: 25%;
    text-align: center;
    line-height: 1;
}
#menulist .catArea .catList li .__icon img {}
#menulist .catArea .catList li .txt {
    flex: 1;
}
.headerArea .r_Area .btnList #search-wrap {
    display: none;
    width: 100%;
    padding: 3vmin 0;
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    left: 0;
    border-radius: 0;
}	
.headerArea .r_Area .btnList #search-wrap input[type="text"] {
    width: 96%;
    margin: 0 auto;
    padding: 15px;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    border: 2px solid #072671;
    cursor: auto;
    display: block;
}	
#search-wrap .tagttl {
    width: 96%;
    margin: 2vmin auto 0;
}
#search-wrap .tagList {
    width: 96%;
    margin: 2vmin auto 0;
}
#search-wrap .tagList li {}
<!--#search-wrap .tagList li a {
    font-size: 2.2vmin;
}-->	
	
}
		


/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */

.sec {
    padding: 60px 0;
}

.title01 {
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
}
.title01 .en {
    display: block;
    color: #072671;
    font-family: "Yellowtail", cursive;
    font-size: 18px;
}
.rankingWrap .title01 .en {
	color: #072671;
}
.brandWrap .title01 .en {
	color: #072671;
}
.snsWrap .title01 .en {
	color: #072671;
}
.title01 + p.txt {
	font-weight: bold;
    margin-bottom: 30px;	
}
.title01.title_w {
    color: #fff;
}
.title01.title_w .en {
    color: #fff;
}
.btnWrap {
    margin: 60px 0 40px;
    text-align: center;
} 
.btn_type01 {
    border: 1px solid #dcdddd;
    display: inline-block;
    width: 180px;
    padding: 15px 30px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    min-width: 300px;
    margin: auto;
}
.btn_type01::after {
    font-family: "Font Awesome 7 Free";
    content: '\f061';
    font-weight: 900;
    position: absolute;
    top: 31%;
    display: inline-block;
    right: 15px;
    margin: auto;
    color: #dcdddd;
font-display: swap;
}
.btn_type01.btn_w {
    color: #dcdddd;
}
.btn_type01.btn_w::after {}

/** PC **/
@media only screen and (min-width: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
.sec {
    padding: 8vmin 0;
}
.title01 {
    font-size: 4.8vmin;
    margin-bottom: 10vmin;
    text-align: center;
}
.title01 .en {}

.title01 + p.txt {
	margin-bottom: 7vmin;	
}	
.btnWrap {} 
.btn_type01 {}
.btn_type01::after {}	
	
}

/* --------------------------------------------------------------------
/* ページ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: 769px) {}

/** SP **/
@media only screen and (max-width: 768px) {
	
#page-top {
	text-align: center;padding: 13vmin 0;
}	
}

/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */
footer {}
footer .fBox {
    padding: 60px 0;
}
footer .inner {}
footer .fLogo {
    max-width: 220px;
    margin: 0 auto 40px;
}
footer .fLogo img {}
footer .foot_list {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    justify-content: center;
    gap: 20px;
}
footer .foot_list li {
    border-right: 1px solid;
    line-height: 1.5;
    padding-right: 20px;
}
footer .foot_list li:last-child {
    padding-right: 0;
    border: none;
}
footer .foot_list li a {}
footer .foot_list li a span {}
footer .copyright {
    background-color: #072671;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 12px;
}
footer .copyright small {}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    footer {}
    footer .fBox {
    padding: 10vmin 0 0;
}
    footer .inner {
    width: 100%;
}
    footer .fLogo {
    max-width: 44.53%;
}
    footer .fLogo img {}
    footer .foot_list {
    -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;
    gap: 0;
    text-align: left;
    border-top: 1px solid #dcdddd;
}
    footer .foot_list li {
    width: 50%;
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
    box-sizing: border-box;
    padding-right: 0;
}
    footer .foot_list li:last-child {
    border-bottom: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
}
    footer .foot_list li a {
    display: block;
    padding: 4vmin 3vmin;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
    footer .foot_list li a span {}
    footer .copyright {}
    footer .copyright small {}
}
/* --------------------------------------------------------------------
/* SNS
-------------------------------------------------------------------- */
.snsWrap {
    background-color: #efefef;
    padding: 20px 0;
}
.snsWrap .ttl {
    text-align: center;
    margin-bottom: 10px;
}
.snsWrap .snsList {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 50px;
    margin: 10px 0;
}
.snsWrap .snsList li {}
.snsWrap .snsList li a {
	display: block;
	text-align: center;
}
.snsWrap .snsList li i {
    font-size: 2.5rem;
	display: block;
        margin: 0px auto 5px;

}
.snsWrap .snsList li sup {
	font-size: 60%;
	vertical-align: top;
}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    .snsWrap {
		padding-bottom: 0;
	}
	.snsWrap .inner { width: 100%;}
    .snsWrap .ttl {}
    .snsWrap .snsList {
    gap: 0;
	flex-flow: wrap;
	border-top: 1px solid #ddd;
	width: 100%;	
}
    .snsWrap .snsList li {
        width: 50%;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
}
	.snsWrap .snsList li:nth-of-type(2n) {
	margin-right: 0vmin;
	border-left: 1px solid #ddd;	
}
    .snsWrap .snsList li a {
        text-align: left;
        padding-top: 3vmin;
        padding-bottom: 3vmin;
        padding: 3vmin 1vmin;
}
    .snsWrap .snsList li i {
        font-size: 5vmin;
        display: inline-block;
        /* padding-left: 3vmin; */
        margin-right: 0;
        margin-bottom: 0;
        vertical-align: middle;
        min-width: 20%;
        text-align: center;	
}
}
/* --------------------------------------------------------------------
/* 
-------------------------------------------------------------------- */
.w1200 {
	width:1200px;
	margin-left:auto;
	margin-right:auto; 
	}
.full {
    width: 100%;
}    
.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) {}	


/* --------------------------------------------------------------------
/* パンくず
-------------------------------------------------------------------- */
.fs-c-breadcrumb {
    max-width: 1216px;
    margin: auto;    
    width: 96%;
}
.fs-c-breadcrumb__list {}
.fs-c-breadcrumb__list > li {}
/** PC **/
@media only screen and (min-width: 769px) {}
/** SP **/
@media only screen and (max-width: 768px) {
    .fs-c-breadcrumb {}
    .fs-c-breadcrumb__list {}
    .fs-c-breadcrumb__list > li {}
}