@charset "UTF-8";
html,body {
	width: 100%;
	margin: 0 auto;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}
html {
	/*font-size: 62.5%;*/
	font-size: 58.5%!important;
}
body {
	font-size: 1.4em;
}
.rel {
	position: relative;
}
.ab {
	position: absolute;
}
.left {
	float: left;
}
p {
	line-height: 1.4em;
}

.infosp {
	margin: 0;
}
/*.infosp section {
	padding: 0 3%;
}*/
.infosp section * {
	line-height: 1.4em;
	max-width:640px;
	height:auto;
}
.sec {
	padding: 0 5% 0;
}


/*=========================================
	header
=========================================*/
#header {
	width: 100%;
	height: 55px;
	padding: 3% 3% 3% 3.5%;
	position: fixed;
	top: 0;
	left:0;
	background: #fff;
	z-index: 100;
}
#header li {
	float: left;
}
#header ul li:nth-child(1) {
	width: 35%;
	margin: 1.8% 4% 0 0;
}
#header ul li:nth-child(2) {
	width: 22%;
	margin: 0 2%;
}
#header ul li:nth-child(3) {
	width: 24%;
}
#header ul li:nth-child(4) {
	width: 9%;
	float: right;
}
#content {
	margin-top: 55px;
	padding: 0!important;
}


/*=========================================
	menu
=========================================*/
#ham-menu {
	z-index: 1000;
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	box-sizing: border-box;
	background-color: #222;
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(.18, 1, .5, 1);
}
#menu-background {
	z-index: -1;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333;
	transition: all 0.2s ease-out 0s;
}
#menu-icon {
	z-index: 1000;
	position: fixed;
	top: 3.2vw;
	right: 2.7vw;
	width: 8vw;
	cursor: pointer;
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(.18, 1, .5, 1);
}
#menu-close {
	cursor: pointer;
}
.menu-open {
	transform: translate(-280px);
}
#menu-background.menu-open-bg {
	z-index: 999;
	opacity: 0.6;
}


/*=========================================
	section
=========================================*/

section h2 {
	margin:0;
}


/*=========================================
	news
=========================================*/

#news h2 {
	margin: 0	!important;
}
#news_wrap {
	-webkit-overflow-scrolling: touch;
}
#news_wrap ul {
	height: 280px;
	width: 100%;
	padding: 20px 10px;
	overflow-y: scroll;
}
#news_wrap li:first-child {
	margin-top: 0;
}
#news_wrap li {
	margin-top: 10%;
}
#news_wrap img {
	margin-bottom: 3%;
	width: 100%;
}
#news_wrap .modal-img {
	display: none;
}
.news-url {
	word-break: break-all;
}
.news-text-mgn {
	margin-top: 1em;
}


/*=========================================
	new_item
=========================================*/

#new_item ul {
	padding: 5% 5% 0 5%;
}

#new_item li:first-child  {
	border-top: none;
	padding-top: 0;
}
#new_item li {
	border-top: #eee 2px solid;
	clear: both;
	padding-top: 5%;
}
#new_item li img {
	float: left;
	width: 33.2%;
	padding-bottom: 5%;
	margin:0 8% 0 0;
}
#new_item li p {
	padding-top: 8%;
	padding-bottom: 5%;
	font-size: 110%;
}
#new_item li a {
	text-decoration: none;
	color: #121212;
}


/*=========================================
	brand
=========================================*/

#brand ul li {
	text-align: center;
}
#brand ul li img {
	width: 80%;
	margin: 5% 0 0 0;
}


/*=========================================
	r_item
=========================================*/

#r_item ul li {
	padding: 10% 5%;
}
#r_item ul li:nth-child(even){
	background: #f2f2f2;
}
#r_item ul li img{
	margin: 0 0 5% 0;
}
#r_item ul li p{
	line-height: 1.7em;
	margin: 0 0 5% 0;
}
#r_item ul li div a {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5% 0;
	display: block;
	text-decoration: none;
}


/*=========================================
	fotter
=========================================*/
.foot img{
	width: 100%;
}
.bdrgt {
	float: left;
	width: 50%;
}
.bdleft {
	float: right;
	width: 50%;
}
.finfo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 3% 0;
}
.finfo li {
	display: inline-block;
	padding: 3%;
}
.finfo li:nth-child(1) {
	width: 37%;
	padding: 0 2% 0 3%;
}
.finfo li:nth-child(2) {
	width: 55%;
	padding-left: 3%;
	border-left: 1px solid #b5b5b5 ;
}
.finfo .tel {
	font-size: 4.3vw;
}
.finfo .tel a {
	color: #072864;
}
.finfo .ac {
	font-size: 2.5vw;
}


/*=========================================
	pagetop
=========================================*/

#page-top {
	z-index: 2;
	position: fixed;
	bottom: 5%;
	right: 3%;
	width: 13%;
}
#page-top img {
	width: 100%;
}


/*=========================================
	pro_item
=========================================*/

.breadcrumb {
	padding: 5% 5% 3% 5%;
}
.breadcrumb a {
	color: #072864;
}
.pager {
	background: #fafafa;
	padding: 5% 10%;
	position: relative;
	text-align: center;
}
.pre {
	position: absolute;
	top: 36%;
	left: 5%;
	color: #9e9e9e;
}
.next {
	position: absolute;
	top: 36%;
	right: 5%;
	color: #9e9e9e;
}

.b_bnr {
	padding:0 5%;
	margin: 3% 0;
}

#pro_item h2 {
	margin: 0!important;
	padding: 0!important;
}

#pro_item ul {
	padding: 5% 5% 0 5%;
}

#pro_item li:first-child  {
	border-top: none;
	padding-top: 0;
}
#pro_item li {
	border-top: #eee 2px solid;
	clear: both;
	padding-top: 5%;
}
#pro_item li img {
	float: left;
	width: 33.2%;
	padding-bottom: 5%;
	margin:0 5% 0 0;
}
#pro_item li p {
	padding-top: 8%;
	padding-bottom: 5%;
	font-size: 110%;
}

#pro_item li a {
	color: #121212;
	text-decoration: none;
}

.pdc-item {
	display: block;
	position: relative;
}
.pdc-item::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 30vw;
	height: 30vw;
	border: solid 1px #ededed;
	box-sizing: border-box;
}

#news_wrap .day {
	margin-bottom: 5px;
}
.red {
	color: #ff0000;
}

#privacy {
	margin: 5% 0 10%;
	line-height: 1.4em;
}
#tokutei {
	word-break: break-all;
}

/*=========================================
	ショッピングガイド
=========================================*/
#guide {
	line-height: 1.5em;
}
#guide-block, #guide-block-other {
	margin: 7% auto 7%;
}
.np-notice {
	color: #ff0066;
}
#guide .guide-priv {
	text-decoration: underline;
}
#guide .guide-mail {
	text-decoration: underline;
	color: #0000ff;
}


/*=========================================
	商品一覧 Le ment
=========================================*/
.lm-product-btn {
	right: 13.7%;
	width: 54%;
}
/* heir care */
.lm-product-hk-btn01 {
	top: 17.5%;
}
.lm-product-hk-btn02 {
	top: 33.0%;
}
.lm-product-hk-btn03 {
	top: 48.3%;
}
.lm-product-hk-btn04 {
	top: 63.8%;
}
.lm-product-hk-btn05 {
	top: 79.5%;
}
.lm-product-hk-btn06 {
	top: 95.1%;
}
/* skin care */
.lm-product-sk-btn01 {
	top: 32.3%;
}
.lm-product-sk-btn02 {
	top: 61.3%;
}
.lm-product-sk-btn03 {
	top: 91.6%;
}
/* beauty gear */
.lm-product-bg-btn01 {
	top: 31.7%;
}
.lm-product-bg-btn02 {
	top: 61.8%;
}
.lm-product-bg-btn03 {
	top: 90.6%;
}



/*=============================
//20180906 NEWSリニューアル
==============================*/

/* news トップページ*/
#news h2 img {
	width: 100%;
}
#news a {
	text-decoration: none;
	color: #333;
}
#news dl {
	display: flex;
	align-items: center;
	padding: 3% 0;
	border-top: 1px solid #e6e6e6;
}
#news > a:nth-of-type(3) {
	display: none;
}
#news dl:hover {
	background-color: #f3f3f3;
}
#news dl dt {
	margin: 0 0 0 3%;
}
#news dl dd {
	padding: 0 3% 0 3%;
	line-height: 1.8;
}
.news-date {
	font-weight: bold;
}
dt img {
	width: 30vw;
}
.news-sp-on dl {
	border-bottom: 1px solid #e6e6e6;
}
.news-sp-off {
	display: none;
}
.more {
	padding: 1% 2% 0 0;
	border-top: 1px solid #e6e6e6;
	text-align: right;
	font-size: 3.5vw;
	text-decoration: underline;
}


/* news 一覧ページ*/
.news-in {
	margin-bottom: 10%;
}
.news-in ul {
	padding: 10% 5%;
	border-top: 1px solid #e6e6e6;
}
.news-in li {
	line-height: 1.8;
	text-align: justify;
	font-size: 3.5vw;
}
.news-in .news-date {
	line-height: 1em;
	font-size: 3xw;
	font-weight: normal;
}
.news-in .news-title {
	margin: 1% 0 2.5%;
	font-size: 3.8vw;
	font-weight: bold;
}
.news-in li:last-child img {
	margin-top: 5%;
	width: 100%;
}
.past-news {
	padding: 2% 2% 2% 0;
	border-top: 1px dotted #ccc;
	text-align: right;
	font-size: 4vw;
}
.past-text {
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}



/*プレスリリース用 PDFのみ*/
.news-in .press01 {
	display: block;
}
.press01 .pdf {
	display: flex;
	align-items: center;
	margin-top: 6%;
	padding: 3%;
	border: 1px dotted #c1c1c1;
	font-size: 3vw;
}
.press01 .pdf p {
	line-height: 1.5;
}
.press01 .pdf-icon {
	position: relative;
	margin-right: 2%;
}
.press01 .pdf a {
	text-decoration: none;
}
.press01 .pdf a:hover {
	text-decoration: underline;
}
.news-in .press01 .pdf img {
	width: 8vw;
}


/*プレスリリース用 リンクのみ*/
.news-in .press02 {
	display: block;
}
.press02 .pdf {
	display: flex;
	align-items: center;
	margin-top: 6%;
	padding: 3%;
	border: 1px dotted #c1c1c1;
	font-size: 3vw;
}
.press02 .pdf a {
	line-height: 1.5;
}
.press02 .pdf-icon {
	position: relative;
	margin-right: 2%;
}
.press02 .pdf a {
	text-decoration: none;
}
.press02 .pdf a:hover {
	text-decoration: underline;
}
.press02 .prtimes {
	margin-right: 3%;
	padding: 2% 2% 1.2%;
	background-color: #294c7a;
	font-family: serif;
	font-size: 2.5vw;
	color: #fff;
}


/*プレスリリース用 PDF＆リンク*/
.news-in .press03 {
	display: block;
}
.press03 .pdf {
	display: flex;
	align-items: center;
	margin-top: 25px;
	padding: 3%;
	border: 1px dotted #c1c1c1;
	word-break: break-all;
	font-size: 12px;
}
.press03 .pdf > div:first-child {
	align-items: center;
	padding-right: 2%;
	border-right: 1px dotted #c1c1c1;
	text-align: center;
}
.press03 .pdf div:last-child {
	align-items: center;
	padding-left: 3%;
}
.press03 .pdf-icon {
	position: relative;
	margin-right: 10px;
	height: 11vw;
}
.press03 .pdf a {
	display: block;
	text-align: left;
	line-height: 1.4;
	text-decoration: none;
	font-size: 3vw;
}
.press03 .pdf a:first-child {
	text-align: center;
}
.press03 .pdf a:hover {
	text-decoration: underline;
}
.news-in .press03 .pdf img {
	margin: 0 0 5%;
	width: 9.5vw;
}
.pr-block {
	height: 11vw;
}
.press03 .prtimes {
	margin: 0 auto;
	padding: 4% 5% 4%;
	width: fit-content;
	background-color: #294c7a;
	text-align: center;
	line-height: 1.2;
	font-family: serif;
	font-size: 2.5vw;
	color: #fff;
}


/*=============================
//20181108 For fam商品一覧
==============================*/
.ff-product-btn01,
.ff-product-btn02,
.ff-product-btn03 {
	right: 4%;
	width: 64.5%;
}
.ff-product-btn01 {
	top: 34%;
}
.ff-product-btn02 {
	top: 60%;
}
.ff-product-btn03 {
	top: 86%;
}


/*=============================
//20210413 Le mentカテゴリ一覧
==============================*/
.product-lm {
	margin-top: 10%;
}
.lm-pdt-hc {
	top: 29%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76%;
}
.lm-pdt-sc {
	top: 53%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76%;
}
.lm-pdt-bg {
	top: 76%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76%;
}
.lm-pdt-ov:hover {
	opacity: .5;
}


/*=============================
//20210724 For famカテゴリ一覧
==============================*/
.product-ff {
	margin-top: 10%;
}
.ff-pdt-bc {
	top: 38%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76%;
}
.ff-pdt-oc {
	top: 69%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76%;
}
.ff-pdt-ov:hover {
	opacity: .5;
}
.product-ff-test {
	margin-top: 5%;
}


/*=============================
//20221201 pタグ調整
==============================*/
.ft-tel-block p {
	margin-bottom: 0;
}


/*=============================
//20230622 For famカテゴリ一覧修正
==============================*/
.ff-pdt-bc {
	top: 56%;
}
 .contact {
    padding: 50px 0 30px;
    background-color: #02030a;
    color: #fff;
  }
   .contact .row {
    max-width: 800px;
  }
   .contact h2 {
    text-align: center;
    margin-bottom: 32px;
  }
   .contact h2 img {
    width: 223px;
  }
   .contact .c_txt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
    text-align: center;
  }
   .contact .c_txt span {
    display: inline-block;
    text-align: left;
  }
   .contact .form {
    position: relative;
    z-index: 2;
  }
   .contact .form .f_txtError {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
    color: #f00;
  }
   .contact .form button {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 362px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
   .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 40px;
  }
   .contact .form .checkboxWr div,
   .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
   .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 14px;
  }
   .contact .form .checkboxWr label a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
   .contact .form .checkboxWr label a:hover {
    text-decoration: none;
  }
   .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
   .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 30px;
  }
   .contact .form .checkboxWr label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 0;
    background-color: #f3f3f3;
  }
   .contact .form .checkboxWr label span::after {
    left: 7px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
   .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
   .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
   .contact .form dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
   .contact .form dl.ait dt {
    padding-top: 10px;
  }
   .contact .form dl + dl {
    margin-top: 20px;
  }
   .contact .form dl dt {
    width: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding-right: 35px;
  }
   .contact .form dl dt span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #d80000;
    width: 40px;
    height: 23px;
  }
   .contact .form dl dd {
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
  }
   .contact .form dl dd input {
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 57px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 0;
    background-color: #f3f3f3;
  }
   .contact .form dl dd input::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input::placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea {
    width: 100%;
    padding: 15px 15px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 287px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background-color: #f3f3f3;
    border: 0;
  }
   .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea::placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 7px 0;
  }
   .contact .form dl dd .list_rd .rd,
   .contact .form dl dd .list_rd .mwform-radio-field {
    margin-top: 7px;
    margin-bottom: 7px;
  }
   .contact .form dl dd .list_rd .rd:not(:last-child),
   .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-right: 20px;
  }
   .contact .form dl dd .list_rd .rd label,
   .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 18px;
  }
   .contact .form dl dd .list_rd .rd label input,
   .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
   .contact .form dl dd .list_rd .rd span,
   .contact .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
   .contact .form dl dd .list_rd .rd span::before,
   .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #f3f3f3;
  }
   .contact .form dl dd .list_rd .rd span::after,
   .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: '';
    position: absolute;
    display: none;
  }
   .contact .form dl dd .list_rd .rd label input:checked ~ span:after,
   .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
   .contact {
    padding: 12.07729vw 0;
    background-color: #02030a;
    color: #fff;
  }
   .contact h2 {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
   .contact h2 img {
    width: 53.86473vw;
  }
   .contact .c_txt {
    color: #fff;
    font-size: 3.86473vw;
    margin-bottom: 8.45411vw;
    letter-spacing: 0.1em;
  }
   .contact .form {
    position: relative;
    z-index: 2;
  }
   .contact .form .f_txtError {
    font-size: 3.38164vw;
    letter-spacing: 0.07em;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
   .contact .form button {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 87.43961vw;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
   .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.24638vw;
    margin-top: 9.66184vw;
  }
   .contact .form .checkboxWr div,
   .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
   .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 3.86473vw;
  }
   .contact .form .checkboxWr label a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
   .contact .form .checkboxWr label a:hover {
    text-decoration: none;
  }
   .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
   .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 8.45411vw;
  }
   .contact .form .checkboxWr label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 5.55556vw;
    height: 5.55556vw;
    background: #fff;
    border: 0;
    background-color: #f3f3f3;
  }
   .contact .form .checkboxWr label span::after {
    left: 1.93237vw;
    top: 0.72464vw;
    width: 1.69082vw;
    height: 3.62319vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
   .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
   .contact .form dl + dl {
    margin-top: 4.83092vw;
  }
   .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 4.34783vw;
    margin-bottom: 1.62319vw;
  }
   .contact .form dl dt span {
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 3.62319vw;
    text-align: center;
    background-color: #d80000;
    width: 10.86957vw;
    height: 5.7971vw;
  }
   .contact .form dl dd input {
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: -webkit-calc(max(4.34783vw, 16px));
    font-size: -moz-calc(max(4.34783vw, 16px));
    font-size: calc(max(4.34783vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 13.76812vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 0;
    background-color: #f3f3f3;
  }
   .contact .form dl dd input::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input::placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea {
    width: 100%;
    padding: 3.62319vw 3.62319vw;
    outline: none;
    font-size: -webkit-calc(max(4.34783vw, 16px));
    font-size: -moz-calc(max(4.34783vw, 16px));
    font-size: calc(max(4.34783vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 69.32367vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background-color: #f3f3f3;
    border: 0;
  }
   .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea::placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.69082vw 0;
  }
   .contact .form dl dd .list_rd .rd,
   .contact .form dl dd .list_rd .mwform-radio-field {
    margin-top: 1.69082vw;
    margin-bottom: 1.69082vw;
  }
   .contact .form dl dd .list_rd .rd:not(:last-child),
   .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-right: 6.03865vw;
  }
   .contact .form dl dd .list_rd .rd label,
   .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 4.34783vw;
  }
   .contact .form dl dd .list_rd .rd label input,
   .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
   .contact .form dl dd .list_rd .rd span,
   .contact .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.03865vw;
  }
   .contact .form dl dd .list_rd .rd span::before,
   .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 4.34783vw;
    height: 4.34783vw;
    background-color: #f3f3f3;
  }
   .contact .form dl dd .list_rd .rd span::after,
   .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 0.96618vw;
    left: 0.96618vw;
    width: 2.41546vw;
    height: 2.41546vw;
    background: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: '';
    position: absolute;
    display: none;
  }
   .contact .form dl dd .list_rd .rd label input:checked ~ span:after,
   .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
   .contact {
    padding: 50px 0 30px;
    background-color: #02030a;
    color: #fff;
  }
   .contact .row {
    max-width: 800px;
  }
   .contact h2 {
    text-align: center;
    margin-bottom: 32px;
  }
   .contact h2 img {
    width: 223px;
  }
   .contact .c_txt {
    color: #fff;
    font-size: 20px!important;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
    text-align: center;
  }
   .contact .c_txt span {
    display: inline-block;
    text-align: left;
  }
   .contact .form {
    position: relative;
    z-index: 2;
  }
   .contact .form .f_txtError {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
    color: #f00;
  }
   .contact .form button {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 362px;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
   .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 40px;
  }
   .contact .form .checkboxWr div,
   .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
   .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 14px;
  }
   .contact .form .checkboxWr label a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
   .contact .form .checkboxWr label a:hover {
    text-decoration: none;
  }
   .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
   .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 30px;
  }
   .contact .form .checkboxWr label span::before {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 0;
    background-color: #f3f3f3;
  }
   .contact .form .checkboxWr label span::after {
    left: 7px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
  }
   .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
   .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: flex-start;
            flex-direction: column;
  }
   .contact .form dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
   .contact .form dl.ait dt {
    padding-top: 10px;
  }
   .contact .form dl + dl {
    margin-top: 20px;
  }
   .contact .form dl dt {
    width: 230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding-right: 35px;
	color:white;
  
  }
   .contact .form dl dt span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #d80000;
    width: 40px;
    height: 23px;
  }
   .contact .form dl dd {
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: 100%
  }
   .contact .form dl dd input {
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 57px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 0;
    background-color: #f3f3f3;
  }
   .contact .form dl dd input::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd input::placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea {
    width: 100%;
    padding: 15px 15px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 287px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background-color: #f3f3f3;
    border: 0;
  }
   .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea::-moz-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea:-ms-input-placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd textarea::placeholder {
    color: #d3d3d3;
    opacity: 1;
  }
   .contact .form dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 7px 0;
  }
   .contact .form dl dd .list_rd .rd,
   .contact .form dl dd .list_rd .mwform-radio-field {
    margin-top: 7px;
    margin-bottom: 7px;
  }
   .contact .form dl dd .list_rd .rd:not(:last-child),
   .contact .form dl dd .list_rd .mwform-radio-field:not(:last-child) {
    margin-right: 20px;
  }
   .contact .form dl dd .list_rd .rd label,
   .contact .form dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 18px;
	color:white;
  }
   .contact .form dl dd .list_rd .rd label input,
   .contact .form dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
   .contact .form dl dd .list_rd .rd span,
   .contact .form dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 25px;
  }
   .contact .form dl dd .list_rd .rd span::before,
   .contact .form dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #f3f3f3;
  }
   .contact .form dl dd .list_rd .rd span::after,
   .contact .form dl dd .list_rd .mwform-radio-field span::after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: '';
    position: absolute;
    display: none;
  }
   .contact .form dl dd .list_rd .rd label input:checked ~ span:after,
   .contact .form dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  dd {
    display: block;
    unicode-bidi: isolate;
}
dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h2{font-size: 4rem;
color:white;
font-weight:700;}
.big {
  -webkit-text-stroke-width: 0.7px;
  -webkit-text-stroke-color: white;
}
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*テスト表示用*/
  max-width: 435px;
  margin: 0 auto 10px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 0;

  color: #ffff;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
}

a.btn-pc-sp {
  width: 49.5%;
  color: #ffff;
}

a.btn-pc-sp--contact {
  color: #fff;
}

a.btn-pc-sp .number {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.fix-btn{
  position:fixed;
  z-index:1000;
  max-width:640px;
  border-radius:15px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  color:#333;
}
.fix-btn {
    display: none;/*最初は隠す*/
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.video_wrapper {
    position: relative;
    max-width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
