@charset "utf-8";
/* ------------------- */
/* common */
.content * {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif ,"Meiryo UI" !Important;
}
.content .-text_red{
	color: #FF7649;
}
.content .-inner{
	margin-left: auto;
	margin-right: auto;
	width: 1010px;
}
.content .-inner p{
	line-height: 1.7;
}
.content img{
	max-width: 100%;
	height: auto;
}
.content .obj_sp{
	display: none;
}
.content .__linkbtn {
	display: flex;
	align-items: center;
	border: 1px solid #FF7649;
	border-radius: 25px;
	background-color: #fff;
	overflow: hidden;
}
.content .__linkbtn a{
	width: 100%;
	padding: 15px 25px;
	display: block;
	text-align: center;
	color: #FF7649;
	text-decoration: none;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	box-sizing: border-box;
}
.content .__linkbtn .-new{	
	color: #FD0D1B;
	padding-right: 5px;
}
.content .__linkbtn .-special{	
	color: #FD0D1B;
}
.content .__linkbtn:hover {
	background-color: #FF7649;
}
.content .__linkbtn:hover a {
	color: #fff;
}
.content .__linkbtn a:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #ff7749;
	position: absolute;
	top: 50%;
	right: 4.91%;
	margin-top: -7px;
}
.content .-movie__youtube .-box{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.content .-movie__youtube .-box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1009px) {
	.content .-inner{
		margin: 0 2.6667%;
		width: auto;
	}
}
@media only screen and (max-width: 479px) {
	.content img{
		width: 100%;
	}
	.content .obj_sp{
		display: block;
	}
	.content .obj_pc{
		display: none;
	}
}
/* ------------------- */
/* content__head */
.content__head .-inner{
	display: flex;
	justify-content: space-between;
}
.content__head__mv-pc{
	width: 60.69%;
	max-width: 613px;
}
.content__head__mv-sp{
	display: none;
}
.content__head__caption{
	width: 36.34%;
	max-width: 367px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.content__head__title{
	font-size: 3.0rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.content__head__link{
	margin-top: 30px;
	padding-bottom: 15px;
}
.content__head__link li{
	margin-top: 15px;
}
.content__head__link li:first-child{
	margin-top: 0;
}
.content__head__summary{
	margin-top: auto;
	padding: 15px;
	border: 1px solid #D0AD36;
}
.content__head__summary + .content__head__summary {
	margin-top: 15px;
}
.content__head__summary .-ttl{
	font-size: 1.5rem;
	color: #D0AD36;
	line-height: 1.7;
}
.content__head__summary .-text{
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.7;
}
@media only screen and (max-width: 479px) {
	.content__head .-inner{
		display: block;
	}
	.content__head__mv-pc{
		width: auto;
		max-width: inherit;
	}
	.content__head__mv-pc{
		display: none;
	}
	.content__head__mv-sp{
		margin-top: 8.45%;
		display: block;
	}
	.content__head__caption{
		width: auto;
		max-width: inherit;
		display: block;
	}
	.content__head__title{
		font-size: 2.9rem;
		line-height: 1.4;
	}
	.content__head__link{
		margin-top: 8.17%;
		padding-bottom: 0;
	}
	.content__head__link li{
		margin-top: 4.23%;
	}
	.content__head__summary{
		margin-top: 8.45%;
		padding: 5.63% 2.82%;
	}
	.content__head__summary + .content__head__summary{
		margin-top: 4vw;
	}
	.content__head__summary .-text{
		margin-top: 2.98%;
		font-size: 1.4rem;
		line-height: 1.9;
	}
}


/* ------------------- */
/* content__list */
.content__list{
	margin-top: 40px;
	padding: 35px 0 50px;
	background-color: #F7F7F7;
}
.content__list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.content__list li {
	width: 32.28%;
	max-width: 326px;
	margin: 15px 0.69% 0;
}
.content__list .-list_br {
	width: 100%;
	max-width: inherit;
	margin: 0;
}
@media only screen and (max-width: 1009px) {
	.content__list ul {
		align-items: stretch;
	}
	.content__list .-list_br {
		display: none;
	}
}
@media only screen and (max-width: 479px) {
	.content__list{
		margin-top: 10.67%;
		padding: 10.67% 2.6667% ;
	}
	.content__list ul {
		justify-content:space-between;
	}
	.content__list li {
		width: 100%;
		max-width: inherit;
		margin: 4.23% 0 0;
	}
	.content__list .-list_row{
		width: 48.59%;
	}
}

/* ------------------- */
/* content__about */
.content__about{
	padding-top: 100px;
}
.content__about__ttl{
	display: inline-block;
	padding: 0 60px 5px 0;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #A8A8A8;
}
.content__about__subttl{
	margin-top: 40px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #A8A8A8;
}
.content__about__subttl .-copy {
	margin-top: 20px;
	font-size: 1.8rem;
	color: #FF7649;
	display: block;
}
.content__about__text{
	margin-top: 30px;
}
.content__about__text p {
	font-size: 1.5rem;
	text-indent: 1em;
}
.content__about__positioning{
	margin-top: 50px;
	background-color: #F7F7F7;
	border: 1px solid #A8A8A8;
}
.content__about__positioning__ttl{
	padding: 15px 0;
	background-color: #A8A8A8;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.content__about__positioning .-box{
	padding: 30px;
}
.content__about__positioning__table{
	margin: -10px -10px 0;
	table-layout: fixed;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
.content__about__positioning__table th {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background-color: #D1AE25;
	font-weight: bold;
	font-size: 1.8rem;
}
.content__about__positioning__table th.-none {
	background-color: transparent;
	padding: 0;
	display: none;
}
.content__about__positioning__table td {
	padding: 20px 15px;
	background-color: #fff;
}
.content__about__positioning__table td dl dt {
	padding-bottom: 10px;
	border-bottom: 1px solid #A8A8A8;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: -0.05em;
}
.content__about__positioning__table td dl dd {
	margin-top: 20px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.content__about__positioning__table td dl dd li{
	text-indent: -1em;
	margin-left: 1em;
}
.content__about__positioning .-note {
	margin: 25px auto 0;
	width: 80%;
	font-size: 1.5rem;
	line-height: 1.8;
}
.content__about .-movie{
	max-width: 608px;
	margin: 50px auto 0;
}
@media only screen and (max-width: 479px) {
	.content__about{
		padding-top: 12%;
	}
	.content__about__ttl{
		padding: 0 55px 10px 0;
	}
	.content__about__subttl{
		margin-top: 5.63%;
		font-size: 3.0rem;
	}
	.content__about__subttl .-copy {
		margin-top: 4.93%;
		font-size: 1.7rem;
	}
	.content__about__text{
		margin-top: 6.34%;
	}
	.content__about__positioning{
		margin-top: 19.72%;
	}
	.content__about__positioning__ttl{
		padding: 3.52% 0;
	}
	.content__about__positioning .-box{
		padding: 2.82% 2.82% 14.08%;
	}
	.content__about__positioning__table{
		margin: 0;
		border-collapse: collapse;
		border-spacing: inherit;
	}
	.content__about__positioning__table th {
		display: block;
		padding: 3.73% 0;
 	}
	.content__about__positioning__table td {
		display: block;
		padding: 10.81% 3.73%;
		border: 1px solid #D1AE25;
		border-top: none;
	}
	.content__about__positioning__table td:last-child {
		margin-top: 4.48%;
		border:none;
	}
	.content__about__positioning__table td dl dt {
		padding-bottom: 5.56%;
	}
	.content__about__positioning__table td dl dd {
		margin-top: 5.56%;
	}
	.content__about__positioning .-note {
		margin-top: 8.96%;
		width: auto;
	}
	.content__about__positioning .-note p{
		margin-bottom: 1em;
	}
	.content__about__positioning .-note p:last-child {
		margin-bottom: 0;
	}
	.content__about .-movie{
		margin: 8.45% auto 0;
	}

}

/* ------------------- */
/* content__about */
.content__feature{
	margin-top: 100px;
	padding: 95px 0 100px;
	background-color: #F7F7F7;
}
.content__feature__ttl{
	padding-bottom: 5px;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #A8A8A8;
	display: inline-block;
}
.content__feature__mv{
	margin-top: 50px;
	background-color: #fff;
}
@media only screen and (max-width: 479px) {
	.content__feature{
		margin-top: 13.33%;
		padding: 12% 0;
	}
	.content__feature__ttl{
		padding-bottom: 10px;
	}
	.content__feature__mv{
		margin-top: 7.04%;
	}
}
/* content__feature__point */
.content__feature__point{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.content__feature__point .-point{
	width: 48.52%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.content__feature__point .-point.-w-all{
	margin-top: 40px;
	width: 100%;
}
.content__feature__point .-point .-name{
	margin-bottom: 15px;
	padding: 15px 10px ;
	min-height: 0%;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #fff;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
}
.content__feature__point .-point .-name span{
	margin-left: auto;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: right;
}
.content__feature__point .-point .-name::before {
	content: "1";
	background-color: #D1AE25;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	color: #fff;
}
	.content__feature__point .-point:nth-child(2) .-name::before {
		content: "2";
	}
	.content__feature__point .-point03:nth-child(3) .-name::before {
		content: "3";
	}
.content__feature__point .-point .-sentence{
	display: flex;
	justify-content: space-between;
	flex: 0 0 auto;
}
.content__feature__point .-point .-sentence .-ph{
	margin-right: 15px;
}
.content__feature__point .-point .-sentence .-ph .-cap{
	margin-top: 16px;
	font-size: 1.2rem;
}
.content__feature__point .-point .-sentence .-text{
	flex: 1;
}
.content__feature__point .-point .-sentence .-text *{
	font-size: 1.5rem;
	line-height: 1.8;
}
.content__feature__point .-point .-phNote{
	font-size: 1.2rem;
	line-height: 2.3333;
    text-align: right;
    margin-top: 15px;
}
.content__feature__point .-point.-w-all .-ph {
	margin-right: 15px;
}
.content__feature__point .-point.-w-all .-ph:last-child ,
.content__feature__point .-point .-ph.-phLast{
	margin-right: 0;
}
@media only screen and (max-width: 1009px) {
	.content__feature__point{
		display: block
	}
	.content__feature__point .-point{
		margin-top: 40px;
		width: auto;
	}
}
@media only screen and (max-width: 479px) {
	.content__feature__point{
		margin-top: 0;
		display: block
	}
	.content__feature__point .-point{
		margin-top: 11.27%;
		width: auto;
		display: block;
	}
	.content__feature__point .-point.-w-all{
		margin-top: 11.27%;
		width: auto;
	}
	.content__feature__point .-point .-name{
		padding-left: 50px;
		margin-bottom: 7.04%;
		display: block;
		position: relative;
	}
	.content__feature__point .-point .-name span{
		margin-top: 5px;
		display: block;
		font-size: 1.2rem;
		text-align: left;
	}
	.content__feature__point .-point .-name::before {
		margin-right: 0;
		width: 30px;
		height: 30px;
		line-height: 30px;
		padding: 0;
		text-align: center;
		box-sizing: border-box;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -15px;
	}
	.content__feature__point .-point .-sentence{
		display: block;
	}
    .content__feature__point .-point .-phNote{
        font-size: 1.25rem;
        line-height: 1.2;
        text-align: left;
        margin-top: 1.4085%;
    }
	.content__feature__point .-point .-sentence .-ph{
		margin-bottom: 7.04%;
		margin-right: 0;
	}
	.content__feature__point .-point .-sentence .-ph .-cap{
		margin-top: 3.52%;
		text-align: center;
	}
	.content__feature__point .-point .-sentence .-inph {
		margin-bottom: 7.04%;
	}
	.content__feature__point .-point .-sentence .-inph img{
		margin: 0 auto;
	}
	.content__feature__point .-point.-w-all .-ph {
		margin-right: 0;
	}
	.content__feature__point .-point.-w-all .-ph:last-child{
		margin-top: 7.04%;
		margin-right: 0;
	}
}

/* content__feature__entry */
.content__feature__entry{
	margin-top: 100px;
}
.content__feature__entry .-entry{
	margin-top: 100px;
}
.content__feature__entry .-entry:first-child {
	margin-top: 0;
}
.content__feature__entry__ttl {
	margin-bottom: 25px;
	padding: 15px;
	background-color: #D1AE25;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
}
.content__feature__entry__ttl small{
	font-size: 1.8rem;
}
.content__feature__entry__ttl span{
	margin-left: auto;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: right;
	line-height: 1.4;
}
.content__feature__entry__ttl .-icon_att {
	text-align: left;
	padding-left: 35px;
	background: url("../img/icon_att.svg") left center no-repeat;
	background-size: 22px auto;
}
.content__feature__entry .-ttl{
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: bold;
}
.content__feature__entry .-text {
	font-size: 1.5rem;
}
.content__feature__entry .-text + .-ph{
	margin-top: 25px;
}
.content__feature__entry .-sentence {
	display: flex;
	justify-content: space-between;
}
.content__feature__entry .-sentence .-ph {
	margin-top: 0;
	padding: 20px 15px;
	background-color: #fff;
	max-width: 504px;
	box-sizing: border-box;
}
.content__feature__entry .-sentence .-ph p {
	margin-top: 15px;
	font-size: 1.2rem;
}
.content__feature__entry .-sentence .-text {
	max-width: 490px;
}
@media only screen and (max-width: 1009px) {
	.content__feature__entry .-sentence {
		display: block;
	}
	.content__feature__entry .-sentence .-text,
	.content__feature__entry .-sentence .-ph {
		max-width: inherit;
	}
}
@media only screen and (max-width: 479px) {
	.content__feature__entry{
		margin-top: 13.33%;
	}
	.content__feature__entry .-entry{
		margin-top: 13.33%;
	}
	.content__feature__entry__ttl {
		margin-bottom: 7.04%;
		padding: 2.82%;
		display: block;
	}
	.content__feature__entry__ttl small{
		font-size: 1.5rem;
		padding-left: 1.5rem;
	}
	.content__feature__entry__ttl span{
		text-align: left;
		display: block;
		margin-top: 5px;
	}
	.content__feature__entry__ttl .-icon_att {
		text-align: left;
		padding-left: 35px;
		background: url("../img/icon_att.svg") left center no-repeat;
		background-size: 22px auto;
	}
	.content__feature__entry .-ttl{
		margin-bottom: 2.82%;
	}
	.content__feature__entry .-text {
		font-size: 1.5rem;
	}
	.content__feature__entry .-text + .-ph{
		margin-top: 5.63%;
	}
	.content__feature__entry .-sentence {
		display: block;
	}
	.content__feature__entry .-sentence .-ph {
		margin-top: 12.68%;
		padding: 5.63% 2.82%;
		max-width: inherit;
	}
	.content__feature__entry .-sentence .-ph p {
		margin-top: 4.44%;
	}
	.content__feature__entry .-sentence .-text {
		max-width: inherit;
	}
}

/* ------------------- */
/* content__item */
.content__item .-item-ttl{
	padding: 75px 0;
	border-top: 1px solid #A8A8A8;
	cursor: pointer;
}
.content__item .open.-item-ttl ,
.content__item .-item-ttl.-item-ttl-last {
	border-bottom: 1px solid #A8A8A8;
}
.content__item .-item-ttl .-inner {
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}
.content__item .-item-ttl .-inner span {
	margin-top: 5px;
	font-size: 1.8rem;
	color: #FF7649;
	display: block;
}
.content__item .-item-ttl .-inner:after{
	content: "";
	width: 30px;
	height: 15px;
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	margin-top: -7.5px;
	background: url("../img/icon_arrow.svg") 0 0 no-repeat;
}
.content__item .open.-item-ttl .-inner:after{
	transform: rotateX(180deg);
}
.content__item .-item-ttl.-new .-inner::before{
	content: "NEW";
	color: #FD0E1B;
	padding-right: 10px;
}
.content__item .-item-ttl.-special .-inner::before{
	content: "（特）";
	color: #FD0E1B;
}
.content__item__box{
	padding: 50px 0 80px;
	display: none;
}
.content__item__box .-movie{
	margin: 30px auto 0;
	width: 608px;
}

@media only screen and (max-width: 479px) {
	.content__item {
		margin-top: 0;
	}
	.content__item .-item-ttl{
		padding: 5.33% 0;
	}
	.content__item .-item-ttl .-inner {
		padding-right: 40px;
		font-size: 1.5rem;
		background-size: 15px auto;
	}
	.content__item .-item-ttl .-inner span {
		font-size: 1.2rem;
	}
	.content__item__box{
		margin: 0 !important;
		padding: 4% 0 13.33%;
	}
	.content__item__box .-movie{
		margin: 11.26% 2.667% 0;
		width: auto;
	}
}

/* ------------------- */
/* content__example */
.content__example {
	padding: 95px 0 100px;
	background-color: #F7F7F7;
}
.content__example__ttl{
	margin-bottom: 50px;
	padding-bottom: 5px;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #A8A8A8;
	display: inline-block;
}
.content__example__column{
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
	border: 2px solid #a8a8a8;
    background: #fff;
    padding: 20px 18px;
    box-sizing: border-box;
}
.content__example__column .-ph_cap{
	margin-top: 5px;
	display: block;
}
.content__example__column ._column--twoline p {
	margin-top: 20px;
    float: right;
    max-width: 380px;
	width: 48.68%;
	font-size: 1.4rem;
}
.content__example__column ._column--twoline p:nth-child(odd) {
    float: left;
    clear: both;
}
@media only screen and (max-width: 759px) {
	.content__example__column{
		max-width: inherit;
		width: auto;
	}
}
@media only screen and (max-width: 479px) {
	.content__example {
		padding: 12% 0 13.33%;
	}
	.content__example__ttl{
		margin-bottom: 7.04%;
	}
	.content__example__column{
		max-width: inherit;
		width: auto;
		padding: 2.82%;
	}
	.content__example__column ._column--twoline p {
		margin-top: 2.82%;
		width: 49%;
	}
}

/* ------------------- */
/* content__method */
.content__method {
	margin: 95px 0 0;
}
.content__method__ttl{
	margin-bottom: 50px;
	padding-bottom: 5px;
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 1px solid #A8A8A8;
	display: inline-block;
}
.content__method__column {
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden;
	border: 2px solid #a8a8a8;
    background: #fff;
    padding: 20px 18px;
    box-sizing: border-box;
}
.content__method__column--inttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: bold;
}
.content__method__column ._column--inbox {
    margin: 0 30px 30px;
    overflow: hidden;
}
.content__method__column ._column--inbox p {
	margin-bottom: 20px;
}
.content__method__column .hb_how { 
	line-height:2;
	display:flex;
	align-items:center;
}
.content__method__column .hb_how img.img {
	width:100%;
}
.content__method__column .hb_how p {
	width:360px;
	margin-left:10px;
	line-height: 2;
}
.content__method__column .hb_how p + p {
	width:360px;
	margin:0 10px 0 20px;
}
.method__note{
    font-size: 1.2rem;
    line-height: 2.3333;
    display: block;
}
.content__method__column .hb_how img {
	margin:10px 0;
}
.content__method__column .hb_at {
	margin-top:40px;
}
.content__method__column .hb_at .img {
	margin-bottom:20px;
}
.content__method__column .txt_deco_1 {
    text-align: center;
    color: #707070;
    font-size: 1.8rem;
    line-height: 31px;
    font-weight: bold;
}
@media only screen and (max-width: 759px) {
	.content__method__column{
		width: auto;
		max-width: inherit;
	}
}
@media only screen and (max-width: 479px) {
	.content__method {
		margin: 12% 0 0;
	}
	.content__method__ttl{
		margin-bottom: 7.04%;
	}
	.content__method__column {
		max-width: inherit;
		width: auto;
		padding: 2.82%;
	}
	.content__method__column .hb_mv img { width:100%; }
	.content__method__column ul.hb_step  { width:90%; }
	.content__method__column ul.hb_step li { margin: 10px 0 0; }
	.content__method__column ul.hb_step li img { width:100%; }
	.content__method__column .hb_how { display:block; margin:5%; }
	.content__method__column .hb_how p { width:100%; margin:0; }
	.content__method__column .hb_how p + p { width:100%; margin:0;}
	.content__method__column .hb_const { padding:5%; }
	.content__method__column .hb_const p { margin-bottom:0; }
    .method__note{ margin-top:4.7619%;  font-size: 1.25rem; line-height: 1.4; }

}
