@charset "UTF-8";
/* CSS Document */

/* ==========================================================
 max-width: 1039px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 1039px) {
	.header-in .logo {
		margin-left: 20px;
	}
	.nav-menu {
		margin-right: 20px;
	}
	.nav-menu,
	.nav-menu .item,
	.sec-top-slider,
	.sec-top-01-in,
	.sec-product-03-in {
		width: auto;
	}
	.nav-menu .item + .item {
		margin-left: 2%;
	}
	.sec-top-slider {
		margin-right: 20px;
	}
	.sec-top-01-in,
	.sec-product-03-in {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* ==========================================================
 max-width: 959px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 959px) {
	.area-cmn-01 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
	}
	*[class^="box-cmn-"] {
		padding: 30px;
	}
	.iframe-box-01,
	.iframe-box-02 {
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
	.sec-top-01 {
		padding: 50px 20px;
	}
	.sec-top-02 {
		padding: 0 20px 0;
	}
	.sec-product-02 {
		padding: 50px 20px 20px;
	}
	.list-product-02 {
		width: auto;
	}
	.list-product-02 .item {
		width: calc(100% / 3 - 20px);
	}
	#flow .box-cmn-01 {
		padding-left: 30px;
	}
	#flow .box-cmn-01 .box-txt-01 {
		margin: 0;
	}
	#flow .box-cmn-01 .box-txt-01,
	#flow .box-cmn-01 figure {
		width: calc(50% - 10px);
	}

}

/* ==========================================================
 max-width: 899px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 899px) {
/* header / footer
---------------------------------------------------------- */
	.nav-menu .item + .item {
		margin-left: 1%;
	}
	.nav-menu .item a {
		font-size: 12px;
	}
	.nav-menu .item .sub {
		letter-spacing: -0.5px;
	}
	.footer-tel {
		padding: 0 10px;
	}
	.footer .event-btn {
		width: 25%;
	}

/* その他汎用
---------------------------------------------------------- */
	.sec-cmn-02 {
		padding: 20px;
	}
	.ttl-line-01,
	.ttl-line-02 {
		margin-bottom: 20px;
	}
	.ttl-line-01 {
		margin-bottom: 25px;
		font-size: 20px;
	}
	.ttl-line-02 {
		margin-top: 30px;
	}
	.txt-cmn-02 {
		font-size: 20px;
	}
	.txt-cmn-04 {
		font-size: 24px;
	}
	*[class^="box-cmn-"] {
		padding: 20px;
	}
	
/* index.html
---------------------------------------------------------- */
	.sec-top-01-in {
		margin: 0;
	}
	.sec-top-slider,
	.sec-top-slider .bx-wrapper {
		width: auto;
	}
	.sec-top-slider {
		margin: 50px 10px 0;
		padding-bottom: 20%;
	}
	.sec-top-slider .bx-wrapper {
		float: none;
	}
	.box-slider-txt {
		left: 20px;
		bottom: 30px;
		width: 40%;
	}
	.box-slider-txt .logo {
		margin-bottom: 20px;
	}
	.sec-top-01-in,
	.list-top-01 {
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.sec-top-01-in {
		width: 100%;
	}
	.sec-top-01-in > div,
	.list-top-01:last-of-type .item {
		width: 30%;
	}
	.list-top-01:first-of-type {
		width: 65%;
	}
	.list-top-01:first-of-type .item {
		width: calc(50% - 19px);
	}
	.sec-top-02 figure {
		width: 100%;
	}
	
/* product.html
---------------------------------------------------------- */
	.sec-product-03 {
		padding: 50px 20px;
	}
	.sec-product-03-in {
		width: 100%;
		margin: 0;
	}
	.box-product {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.box-product + .box-product {
		margin-top: 30px;
	}
	.box-product-detail,
	.img-product-wrap {
		width: calc(60% - 30px);
	}
	.img-product-01,
	.txt-product-other {
		width: 40%;
	}
	.list-product-01 {
		margin: 30px 20px 0;
	}
	.list-product-03 .item {
		padding-left: 0;
		letter-spacing: -0.6px;
		font-size: 14px;
		border-width: 1px;
	}
	.list-product-03 .item::before {
		display: none;
		/*top: 14px;*/
	}
	.ttl-product {
		margin-bottom: 20px;
		padding-top: 50px;
		font-size: 30px;
	}
	.ttl-product::before {
		top: -25px;
		font-size: 100px;
	}
	.sec-product-03:nth-of-type(odd) .ttl-product::before {
		left: 0;
	}
	.sec-product-03:nth-of-type(even) .ttl-product::before {
		right: 0;
	}
	.txt-product-catch {
		top: 10px;
		font-size: 14px;
	}
	.ttl-product-style {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.txt-product-other {
		margin: 0;
	}
	.img-product-02 {
		width: calc(50% - 10px);
	}
	.img-product-03 {
		width: 50%;
	}
	.btn-product-movie {
		position: static;
		margin: 30px auto 0;
	}
	.btn-product-movie a {
		max-width: 400px;
		width: 100%;
		height: auto;
	}
	
/* feature.html
---------------------------------------------------------- */
	.ttl-feature-01,
	.ttl-feature-03 {
		margin-bottom: 5px;
	}
	dd + dt.ttl-feature-03,
	.box-feature-01 .btn-cmn-01 {
		margin-top: 20px;
	}
	.box-feature-01,
	#feature figure {
		width: calc(50% - 10px);
	}
	
/* movie.html / try.html
---------------------------------------------------------- */
	#movie .sec-cmn-02,
	#try .sec-cmn-02 {
		padding: 50px 20px;
	}
	
}

/* ==========================================================
 max-width: 699px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 699px) {
	.header-in .logo,
	.footer-tel .logo {
		width: 150px;
		height: 36px;
	}
	
/* header
---------------------------------------------------------- */
	.header-in {
		height: 60px;
	}
	.header-in .logo {
		margin: 12px 0 0 15px;
	}
	.header-nav-01,
	.header-nav-btn,
	.header-nav-btn::after,
	.header-nav-btn span,
	.header-nav-btn span::before,
	.header-nav-btn span::after {
		transition: all 0.2s;
	}
	.header-nav-01 {
		position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
		padding: 0 30px 30px;
		background: #f5f5f5;
		visibility: hidden;
		opacity: 0;
	}
	.nav-menu,
	.nav-menu .item,
	.header-nav-01 .event-btn {
		width: auto;
		height: auto;
	}
	.nav-menu,
	.header-nav-01 .event-btn {
		max-width: 300px;
		margin: 30px auto 0;
	}
	.nav-menu {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		/*display: flex;
		flex-wrap: wrap;
		justify-content: space-between;*/
	}
	.nav-menu .item {
		display: block;
		/*width: calc(50% - 5px);*/
		border-bottom: 1px solid #e0e0e0;
	}
	/*.nav-menu .item:first-of-type,
	.nav-menu .item:nth-of-type(2) {
		border-top: 1px solid #e0e0e0;
	}*/
	.nav-menu .item + .item {
		margin: 0;
	}
	.nav-menu .item a::after {
		display: none;
	}
	.nav-menu .item a {
		display: block;
		padding: 10px 0;
		font-size: 16px;
		text-align: left;
	}
	.header-nav-01 .event-btn {
		float: none;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 10px 0;
		border-radius: 3px;
	}
	.header-nav-01 .event-btn::before {
		display: inline-block;
		margin-right: 10px;
	}
	.header-nav-btn {
		float: right;
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		background: #8d754c;
	}
	.header-nav-btn::after {
		content: "MENU";
		position: absolute;
		left: 50%;
		bottom: 10px;
		display: block;
		line-height: 1;
		color: #fff;
		font-size: 12px;
		font-family: "Montserrat", sans-serif;
		transform: translateX(-50%);
	}
	.header-nav-btn span,
	.header-nav-btn span::before,
	.header-nav-btn span::after {
		display: block;
		width: 30px;
		margin: 0 auto;
		border-bottom: 2px solid #fff;
	}
	.header-nav-btn span {
		position: relative;
		margin-top: 20px;
	}
	.header-nav-btn span::before,
	.header-nav-btn span::after {
		content: "";
		position: absolute;
	}
	.header-nav-btn span::before {
		top: -8px;
	}
	.header-nav-btn span::after {
		bottom: -10px;
	}
	
/* nav-product ---------- */
	#product .contents {
		padding-top: 110px;
	}
	.nav-product {
		height: 50px;
	}
	.nav-product .item {
		width: auto;
		line-height: 50px;
		font-size: 12px;
	}
	.nav-product .item + .item {
		margin-left: 15px;
	}
	.nav-product .item a::before {
		margin-right: 3px;
	}
	
/* オープン時の挙動 ---------- */
	html.open {
		overflow: hidden;
		height: 100%;
	}
	.open .header {
		position: fixed;
		top: 0;
		height: 100%;
	}
	.open .header-nav-01 {
		visibility: visible;
		opacity: 1;
	}
	.open .header-nav-btn {
		background: #f5f5f5;
	}
	.open .header-nav-btn::after {
		content: "CLOSE";
		color: #000;
	}
	.open .header-nav-btn span {
		border-color: #f5f5f5;
	}
	.open .header-nav-btn span::before,
	.open .header-nav-btn span::after {
		border-color: #000;
	}
	.open .header-nav-btn span::before {
		top: 0;
		transform: rotate(45deg);
	}
	.open .header-nav-btn span::after {
		bottom: -2px;
		transform: rotate(-45deg);
	}
	.open #product .header-nav-02 {
		display: none;
	}
	
/* footer
---------------------------------------------------------- */
	.footer-tel {
		display: block;
		width: auto;
		height: auto;
		margin: 0 10px 20px;
	}
	.footer-tel .logo {
		margin: 0 auto 20px;
	}
	.footer-tel h2,
	.footer .event-btn {
		max-width: 320px;
		width: 100%;
		margin: auto;
	}
	.footer-tel h2 {
		margin-bottom: 15px;
		padding: 10px;
	}
	.footer-tel-txt {
		margin: 0 auto;
		letter-spacing: -0.3px;
		text-align: center;
	}
	.footer-tel-txt .link-tel {
		letter-spacing: normal;
		text-decoration: none;
	}
	.footer-icon {
		display: block;
		margin: 20px auto 0;
	}
	.footer .event-btn {
		height: 40px;
		margin-top: 15px;
	}
	.footer-in-01,
	.footer-in-02 {
		padding: 20px 0;
		text-align: center;
	}
	.footer-nav,
	.footer-in-02 small {
		float: none;
	}
	.footer-in-02 small {
		margin-top: 10px;
	}
	.footer-in-01,
	.footer-in-02 .area-cmn-01 {
		height: auto;
		line-height: inherit;
	}
	.footer-in-01 p {
		margin: 0;
	}
	
/* その他汎用
---------------------------------------------------------- */
	.contents {
		padding: 60px 0;
	}
	.txt-cmn-02 {
		font-size: 18px;
	}
	.ttl-cmn-01 {
		margin: 30px 0;
	}
	.ttl-cmn-02,
	.ttl-cmn-03,
	.ttl-cmn-04 {
		line-height: 1.6;
	}
	.ttl-cmn-02,
	.ttl-cmn-03 {
		margin-bottom: 20px;
	}
	.ttl-cmn-02 {
		font-size: 24px;
	}
	.ttl-cmn-03 {
		font-size: 20px;
	}
	.ttl-cmn-04 {
		margin: 20px 0 10px;
	}
	.ttl-number-01 {
		width: 70px;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.ttl-number-01 .number {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 38px;
	}
	*[class^="box-cmn-"] + *[class^="box-cmn-"] {
		margin-top: 10px;
	}
	.btn-cmn-01 {
		margin: 0 auto;
	}
	.mod-list-tab {
		font-size: 16px;
	}
	.table-box {
		overflow: auto;
		padding-bottom: 6px;
	}
	.table-box::-webkit-scrollbar {
		height: 6px;
	}
	.table-box::-webkit-scrollbar-track {
		background: #f5f5f5;
	}
	.table-box::-webkit-scrollbar-thumb {
		background: #4d4d4d;
		border-radius: 3px;
	}
	.link-tel {
		pointer-events: all;
		text-decoration: underline;
	}
	.iframe-box-02 + .iframe-box-02 {
		margin-top: 20px;
	}
	
/* index.html
---------------------------------------------------------- */
	#top .header {
		background: #fff;
	}
	.sec-top-slider {
		-js-display: flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin: 0 0 20px;
		padding-bottom: 0;
	}
	.box-slider-txt {
		position: static;
		width: 70%;
		margin: 5px 0 0 20px;
	}
	.box-slider-txt .logo {
		margin-bottom: 15px;
	}
	.sec-top-01-in > div,
	.list-top-01,
	.list-top-01 .item {
		width: 100% !important;
	}
	.sec-top-01 .txt-cmn-04 {
		line-height: 1.6;
		font-size: 22px;
		text-align: center;
	}
	.sec-top-01 .btn-cmn-01 {
		margin: 30px auto 50px;
	}
	.list-top-01 .item + .item,
	.list-top-01:last-of-type {
		margin-top: 40px;
	}
	/*.list-top-01 .item .is-opacity {
		clear: both;
		overflow: hidden;
	}*/
	.list-top-01 .item figure {
		/*float: left;
		width: 90px;
		margin-right: 15px;*/
		width: 80%;
		margin: 0 auto;
	}
	.list-top-01 .item h3 {
		margin: 15px 0 8px;
	}
	
/* product.html
---------------------------------------------------------- */
	.img-product-01 figcaption,
	.txt-product-other,
	.list-product-02,
	.list-product-02 .item h3 {
		margin: 0;
	}
	.sec-product-01 {
		padding: 30px 0 40px;
	}
	.sec-product-01 figure {
		width: 90%;
		margin: 0 auto;
	}
	.sec-product-02 {
		margin-top: 20px;
		padding: 30px 20px;
	}
	.sec-product-02::before {
		height: 100%;
	}
	.sec-product-02 .txt-cmn-01 {
		text-align: left;
	}
	.box-product,
	.list-product-01,
	.list-product-02 {
		display: block;
	}
	.list-product-01 {
		margin: 0 30px;
	}
	.list-product-01 .ttl-cmn-04 {
		margin: 30px 0 20px;
	}
	.list-product-01 .item + .item .ttl-cmn-04 {
		margin-top: 50px;
	}
	.ttl-product {
		padding-top: 0;
		text-align: left !important;
	}
	.ttl-product::before {
		left: auto !important;
		right: -10px !important;
	}
	.box-product-detail,
	.img-product-wrap,
	.txt-product-other,
	.list-product-01 .item,
	.list-product-02 .item {
		width: 100%;
	}
	.img-product-wrap {
		margin: 20px 0;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.img-product-01 {
		width: 80%;
		margin: 30px auto 10px;
	}
	.img-product-02,
	.img-product-03 {
		width: calc(50% - 5px);
	}
	.img-product-01 figcaption,
	.img-product-02 figcaption,
	.img-product-03 figcaption {
		text-align: center !important;
	}
	.list-product-02 .item {
		clear: both;
		overflow: hidden;
		margin-top: 40px;
	}
	.list-product-02 .item + .item {
		margin-left: 0;
	}
	.list-product-02 .item figure {
		float: left;
		width: 120px;
		margin: 0 15px 20px 0;
	}
	.list-product-02 .item h3 {
		margin: 10px 0;
		font-size: 18px;
		text-align: left;
	}
	.list-product-02 .item p {
		line-height: 1.6;
	}
	.link-product {
		clear: both;
		padding: 8px;
		border: 1px dotted #ccc;
	}
	.btn-product-movie {
		max-width: 320px;
	}
	
/* feature.html
---------------------------------------------------------- */
	.list-feature .item {
		margin-top: 50px;
	}
	.box-feature-wrap {
		display: block;
	}
	.box-feature-01,
	#feature figure {
		width: 100%;
	}
	.box-feature-01 + .box-feature-01,
	dd + dt.ttl-feature-03 {
		margin-top: 30px;
	}
	.ttl-feature-01 {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.ttl-feature-02 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		line-height: 1.6;
		font-size: 20px;
	}
	.ttl-feature-02::before {
		margin: 0;
	}
	.ttl-feature-03 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	#feature .txt-cmn-02 {
		font-size: 16px;
	}
	#feature figure {
		margin-top: 30px;
		text-align: center;
	}
	.list-feature.voice .ttl-feature-02 {
		line-height: 1.4;
		padding: 0 0 10px 0;
	}
	.list-feature.voice .ttl-feature-02::before {
		position: static;
		transform: none;
		margin-bottom: 5px;
	}
	.list-feature.voice .txt-feature-data {
		position: static;
		display: block;
		margin-top: 5px;
	}
	
/* flow.html
---------------------------------------------------------- */
	#flow .box-cmn-01 {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-left: 20px;
	}
	#flow .box-cmn-01 .box-txt-01 {
		width: 80%;
		margin: 0 auto 5%;
	}
	#flow .box-cmn-01 figure {
		width: 70%;
		margin: 0 auto 20px;
	}
	
/* info.html
---------------------------------------------------------- */
	.info-data-day {
		float: none;
	}
	.info-data-ttl {
		padding: 0 0 10px;
	}
	/*.list-info-data {
		float: none;
	}
	.list-info-detail {
		padding: 0 0 10px;
	}
	.list-info-data:nth-of-type(n + 2) {
		margin-top: 10px;
	}
	.list-info-detail:nth-of-type(n + 2) {
		margin: 0;
	}*/
	
/* after.html
---------------------------------------------------------- */
	#after .only-sp {
		margin-bottom: 10px;
		font-weight: 500;
	}
	
/* faq.html
---------------------------------------------------------- */
	.mark-faq-01,
	.mark-faq-02 {
		padding: 5px 0 0 40px;
	}
	.mark-faq-01 {
		padding-right: 30px;
	}
	.mark-faq-02 {
		margin-top: 5px;
	}
	.mark-faq-01::before,
	.mark-faq-02::before {
		top: 6px;
		width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
	}
	
}

/* ==========================================================
 max-width: 499px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 499px) {
	.table-cmn-01 {
		width: 450px;
	}
	.table-cmn-01 td {
		padding: 10px;
	}
	.table-cmn-01 td:first-of-type,
	.table-cmn-01 td:last-of-type {
		width: 100px;
	}
	#flow .box-cmn-01 figure {
		width: 100%;
		margin-bottom: 20px;
	}
}