@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*---------------------------------------------
                 fv
---------------------------------------------*/

.create_fv {
	width: 100%;
	padding: 60px 5% 60px;
	background: linear-gradient(to right, #B3B3B3 0%,#727272 100%);
}
@media screen and (max-width: 767px) {
    .create_fv {
        padding: 10% 5% 10%;
    }
}

.create_fv_contents {
    max-width: 1100px;
    width: 100%;
    height: 100%;
	margin: 0 auto;
    position: relative;
	text-align: center;
}

.create_fv_title_sub {
	font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.17em;
}
@media screen and (max-width: 1024px) {
    .create_fv_title_sub {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .create_fv_title_sub {
        font-size: 16px;
    }
}

.create_fv_title_main {
	font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 127px;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.1;
	color: #fff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) {
    .create_fv_title_main {
        font-size: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .create_fv_title_main {
        font-size: 75px;
    }
}
@media screen and (max-width: 767px) {
    .create_fv_title_main {
        font-size: 55px;
    }
}
@media screen and (max-width: 641px) {
    .create_fv_title_main {
        font-size: 45px;
    }
}
@media screen and (max-width: 481px) {
    .create_fv_title_main {
        font-size: 35px;
    }
}

.create_fv_title_main_jp {
	font-family: a-otf-ud-shin-go-con80-pr6n, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 105px;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
    .create_fv_title_main_jp {
        font-size: 76px;
    }
}
@media screen and (max-width: 767px) {
    .create_fv_title_main_jp {
        font-size: 32px;
    }
}

.create_fv_title_jp {
	margin-top: 10px;
	color: #fff;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 1024px) {
    .create_fv_title_jp {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .create_fv_title_jp {
        font-size: 13px;
    }
}

.fv_btn {
    margin-top: 50px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.fv_btn li {
	width: 32%;
}
@media screen and (max-width: 767px) {
	.fv_btn {
	    max-width: 400px;
		width: 90%;
		margin: 8% auto 0;
	}
	.fv_btn li {
		width: 100%;
		margin-bottom: 3%;
	}
}

/*---------------------------------------------
             message
---------------------------------------------*/

.create_message {
    padding: 100px 5% 100px;
}
.create_message_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.create_message_title {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
}
@media screen and (max-width: 1024px) {
	.create_message_title {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {
	.create_message {
        padding: 10% 5% 10%;
    }
	.create_message_title {
        font-size: 20px;
		letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 641px) {
	.create_message_title {
        font-size: 17px;
    }
}
@media screen and (max-width: 481px) {
	.create_message_title {
        font-size: 15px;
    }
}


/*============================================================================

                         PRIVATE  プライベート島
							
============================================================================*/


/*---------------------------------------------
             title（プライベート島）
---------------------------------------------*/

.private_title {
    padding: 180px 5% 50px;
	margin-top: -150px;
}
.private_title_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.private_title h2 {
	color: #7161C3;
	text-align: center;
}
.private_title h3 {
	color: #000;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.private_title {
		padding: 100px 5% 8%;
		margin-top: -80px;
	}
}

/*---------------------------------------------
              about（プライベート島）
---------------------------------------------*/

.private_about {
    padding: 0 5% 80px;
}
.private_about_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.private_about {
		padding: 0 10px 8%;
	}
	.private_about h2 img {
		width: 1000px;
	}
}

/*---------------------------------------------
              scroll bar（共通）
---------------------------------------------*/

.swipe {
	display: none;
}
@media screen and (max-width: 767px) {
	.scrollTable {
		overflow-x: auto;
		white-space: nowrap;
		padding-bottom: 8%;
	}
	.scrollTable::-webkit-scrollbar{
		height: 5px;
	}
	.scrollTable::-webkit-scrollbar-track{
		background: #EEE;
		border-radius: 5px;
	}
	.scrollTable::-webkit-scrollbar-thumb {
		background: #999;
		border-radius: 5px;
	}
	.swipe {
		display: block;
		text-align: right;
		font-size: 12px;
		margin-top: 10px;
	}
}

/*---------------------------------------------
             feature（プライベート島）
---------------------------------------------*/

.private_feature {
    padding: 0 5% 150px;
}
.private_feature_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.private_feature_title {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
	color: #7161C3;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.private_feature {
		padding: 0 5% 15%;
	}
	.private_feature_title {
		font-size: 20px;
		margin-bottom: 7%;
	}
}

.private_feature_box1 {
    position: relative;
	margin-bottom: 80px;
}
.private_feature_box1 h3 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.private_feature_box1 dl {
    background-color: #EAE7F6;
	padding: 25px 30px;
}
.private_feature_box1 dl dt {
	font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
	color: #7161C3;
    margin-bottom: 10px;
}
.private_feature_box1 dl dd ul li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 20px;
}
.private_feature_box1 h4 {
	width: 27%;
	position: absolute;
	top: -40px;
	right: 10px;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.private_feature_box1 h3 {
		font-size: 20px;
	}
	.private_feature_box1 dl dt {
		font-size: 25px;
	}
	.private_feature_box1 dl dd ul li {
		font-size: 18px;
	}
	.private_feature_box1 br.sp {
		display: block !important;
	}
	.private_feature_box1 h4 {
		width: 40%;
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.private_feature_box1 {
		margin-bottom: 8%;
	}
	.private_feature_box1 h3 {
		font-size: 16px;
	}
	.private_feature_box1 dl {
		padding: 5%;
	}
	.private_feature_box1 dl dt {
		font-size: 20px;
	}
	.private_feature_box1 dl dd ul li {
		font-size: 14px;
	}
	.private_feature_box1 h4 {
		width: 45%;
	}
}
@media screen and (max-width: 481px) {
	.private_feature_box1 h4 {
		width: 35%;
		top: 15%;
	}
}


.private_feature_box2 h3 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.private_feature_box2 ul {
    margin-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.private_feature_box2 li {
	width: 23%;
}
.private_feature_box2 h4 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 20px;
    /*font-weight: bold;*/
    letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.private_feature_box2 h3 {
		font-size: 16px;
		margin-bottom: 3%;
	}
	.private_feature_box2 ul {
		margin-bottom: 3%;
	}
	.private_feature_box2 li {
		width: 48%;
		margin-bottom: 4%;
	}
	.private_feature_box2 h4 {
		font-size: 15px;
	}
}



/*============================================================================

                      ORIGINAL  オリジナル島
							
============================================================================*/


/*---------------------------------------------
             title（オリジナル島）
---------------------------------------------*/

.original_title {
    padding: 180px 5% 50px;
	margin-top: -150px;
}
.original_title_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.original_title h2 {
	color: #DA6665;
	text-align: center;
}
.original_title h3 {
	color: #000;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.original_title {
		padding: 100px 5% 8%;
		margin-top: -80px;
	}
}

/*---------------------------------------------
              about（オリジナル島）
---------------------------------------------*/

.original_about {
    padding: 0 5% 80px;
}
.original_about_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.original_about {
		padding: 0 10px 8%;
	}
	.original_about h2 img {
		width: 1000px;
	}
}

/*---------------------------------------------
             feature（オリジナル島）
---------------------------------------------*/

.original_feature {
    padding: 0 5% 150px;
}
.original_feature_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.original_feature_title {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
	color: #DA6665;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	.original_feature {
		padding: 0 5% 15%;
	}
	.original_feature_title {
		font-size: 20px;
		margin-bottom: 7%;
	}
}

.original_feature_box1 {
    position: relative;
	margin-bottom: 80px;
}
.original_feature_box1 h3 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
.original_feature_box1 dl {
    background-color: #FFEBEA;
	padding: 25px 30px;
}
.original_feature_box1 dl dt {
	font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
	color: #7161C3;
    margin-bottom: 10px;
}
.original_feature_box1 dl dd p {
	font-size: 20px;
}
.original_feature_box1 h4 {
	width: 40%;
	position: absolute;
	top: -40px;
	right: 10px;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.original_feature_box1 h3 {
		font-size: 20px;
	}
	.original_feature_box1 dl dt {
		font-size: 25px;
	}
	.original_feature_box1 dl dd p {
		font-size: 18px;
	}
	.original_feature_box1 br.sp {
		display: block !important;
	}
	.original_feature_box1 h4 {
		/*width: 40%;*/
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 767px) {
	.original_feature_box1 {
		margin-bottom: 8%;
	}
	.original_feature_box1 h3 {
		font-size: 16px;
	}
	.original_feature_box1 dl {
		padding: 5%;
	}
	.original_feature_box1 dl dt {
		font-size: 20px;
	}
	.original_feature_box1 dl dd p {
		font-size: 14px;
	}
}
@media screen and (max-width: 481px) {
	.original_feature_box1 h4 {
		top: 10%;
	}
}


.original_feature_box2 h3 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.original_feature_box2 ul {
    margin-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.original_feature_box2 li:nth-child(1) {
	width: 23%;
}
.original_feature_box2 li:nth-child(2)  {
	width: 74.4%;
}
.original_feature_box2 h4 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 20px;
    /*font-weight: bold;*/
    letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.original_feature_box2 h3 {
		font-size: 16px;
		margin-bottom: 3%;
	}
	.original_feature_box2 ul {
		margin-bottom: 3%;
	}
	.original_feature_box2 li:nth-child(1) {
		width: 100%;
		margin-bottom: 4%;
	}
	.original_feature_box2 li:nth-child(2) {
		width: 100%;
		margin-bottom: 4%;
	}
	.original_feature_box2 h4 {
		font-size: 15px;
	}
}



/*============================================================================

                            DACCHAKU  脱着島
							
============================================================================*/


/*---------------------------------------------
             title（脱着島）
---------------------------------------------*/

.dacchaku_title {
    padding: 180px 5% 50px;
	margin-top: -150px;
}
.dacchaku_title_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.dacchaku_title h2 {
	color: #EF6515;
	text-align: center;
}
.dacchaku_title h3 {
	color: #000;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.dacchaku_title {
		padding: 100px 5% 8%;
		margin-top: -80px;
	}
}

/*---------------------------------------------
                 fv（脱着島）
---------------------------------------------*/

.dacchaku_fv {
	width: 100%;
	height: 700px;
	padding: 120px 5% 0;
	background: url("../../common_img/create_renewal/dacchaku-fv-bg_pc.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
    .dacchaku_fv {
        height: 600px;
	    padding: 80px 5% 0;
    }
}
@media screen and (max-width: 767px) {
    .dacchaku_fv {
        height: 450px;
        padding: 50px 5% 0;
        background: url("../../common_img/create_renewal/dacchaku-fv-bg_sp.jpg") no-repeat center/cover;
    }
}
@media screen and (max-width: 641px) {
    .dacchaku_fv {
        height: 350px;
    }
}
@media screen and (max-width: 481px) {
    .dacchaku_fv {
        height: 300px;
    }
}

.dacchaku_fv_contents {
    max-width: 1200px;
    width: 100%;
    height: 100%;
	margin: 0 auto;
    position: relative;
}

.dacchaku_fv_title_sub {
	font-family: "Barlow Semi Condensed", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.17em;
}
@media screen and (max-width: 1024px) {
    .dacchaku_fv_title_sub {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .dacchaku_fv_title_sub {
        font-size: 16px;
    }
}

.dacchaku_fv_title_main {
	font-family: a-otf-ud-shin-go-con80-pr6n, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 127px;
	font-weight: bold;
	letter-spacing: 0.17em;
	line-height: 1.1;
	color: #fff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) {
    .dacchaku_fv_title_main {
        font-size: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .dacchaku_fv_title_main {
        font-size: 75px;
    }
}
@media screen and (max-width: 767px) {
    .dacchaku_fv_title_main {
        font-size: 55px;
    }
}
@media screen and (max-width: 641px) {
    .dacchaku_fv_title_main {
        font-size: 45px;
    }
}
@media screen and (max-width: 481px) {
    .dacchaku_fv_title_main {
        font-size: 36px;
    }
}

/*.dacchaku_fv_title_main_space {
    font-size: 0;
}*/

.dacchaku_fv_title_main_jp {
	font-family: a-otf-ud-shin-go-con80-pr6n, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 105px;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1024px) {
    .dacchaku_fv_title_main_jp {
        font-size: 76px;
    }
}
@media screen and (max-width: 767px) {
    .dacchaku_fv_title_main_jp {
        font-size: 32px;
    }
}

.dacchaku_fv_title_jp {
	margin-top: 20px;
	color: #fff;
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 1024px) {
    .dacchaku_fv_title_jp {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .dacchaku_fv_title_jp {
        font-size: 14px;
    }
}


/*---------------------------------------------
                 message（脱着島）
---------------------------------------------*/

.dacchaku_message {
    padding: 100px 5% 100px;
}
.dacchaku_message_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.dacchaku_message_title {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-align: center;
}
@media screen and (max-width: 1024px) {
	.dacchaku_message_title {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {
	.dacchaku_message {
        padding: 10% 5% 10%;
    }
	.dacchaku_message_title {
        font-size: 20px;
		letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 641px) {
	.dacchaku_message_title {
        font-size: 18px;
    }
}
@media screen and (max-width: 481px) {
	.dacchaku_message_title {
        font-size: 17px;
    }
}

/*---------------------------------------------
                 about（脱着島）
---------------------------------------------*/

.dacchaku_about {
    padding: 100px 5% 100px;
    background: linear-gradient(165deg, #FF8C00 0%, #E65300 100%);
}
.dacchaku_about_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.dacchaku_about_title {
    font-family: kozuka-gothic-pr6n, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 26px;
    font-weight: bold;
	color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
	margin-bottom: 80px;
}
.dacchaku_about_title strong {
    color: #FFFF00;
	font-weight: bold;
}
.dacchaku_about_box1 ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.dacchaku_about_box1 ul li {
	width: 31%;
}

@media screen and (max-width: 767px) {
	.dacchaku_about {
		padding: 10% 5% 1%;
	}
	.dacchaku_about_title {
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 10%;
	}
	.dacchaku_about_box1 ul li {
		width: 70%;
		max-width: 350px;
		margin: 0 auto 15%;
	}
}
@media screen and (max-width: 641px) {
	.dacchaku_about_title {
		font-size: 16px;
	}
}

/*---------------------------------------------
                feature（脱着島）
---------------------------------------------*/

.dacchaku_feature {
    padding: 100px 5% 0;
	overflow: hidden;
}
.dacchaku_feature_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.dacchaku_feature {
		padding: 10% 5% 0;
	}
}

.dacchaku_feature_box1 {
	margin-bottom: 100px;
}
.dacchaku_feature_box1 dl {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.dacchaku_feature_box1 dl dt {
	width: 68%;
}
.dacchaku_feature_box1 dl dd {
	width: 30%;
}
@media screen and (max-width: 767px) {
	.dacchaku_feature_box1 {
		margin-bottom: 10%;
	}
	.dacchaku_feature_box1 dl {
		max-width: 500px;
		margin: 0 auto;
	}
	.dacchaku_feature_box1 dl dt {
		width: 100%;
		margin-bottom: 5%;
	}
	.dacchaku_feature_box1 dl dd {
		width: 100%;
	}
}


.dacchaku_feature_box2 {
	margin-bottom: 150px;
}
.dacchaku_feature_box2 h2 {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.2em;
	text-align: center;
	border-bottom: #231815 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 40px;
}
.dacchaku_feature_box2 dl {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.dacchaku_feature_box2 dl dt {
	width: 48%;
}
.dacchaku_feature_box2 dl dd {
	width: 48%;
}
.dacchaku_feature_box2 dl dd p {
    font-family: a-otf-ryumin-pr6n, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 20px;
    letter-spacing: 0.2em;
}
.dacchaku_feature_box2 dl dd h3 {
	max-width: 400px;
	margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
	.dacchaku_feature_box2 {
		margin-bottom: 15%;
	}
	.dacchaku_feature_box2 h2 {
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-bottom: 5%;
	}
	.dacchaku_feature_box2 dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.dacchaku_feature_box2 dl dt {
		width: 100%;
		margin-bottom: 10%;
	}
	.dacchaku_feature_box2 dl dd {
		width: 100%;
	}
	.dacchaku_feature_box2 dl dd p {
		font-size: 15px;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 481px) {
	.dacchaku_feature_box2 h2 {
		font-size: 17px;
	}
}



/*============================================================================

                        OTHERS  その他の製品
							
============================================================================*/


/*---------------------------------------------
             title（その他の製品）
---------------------------------------------*/

.others_title {
    padding: 180px 5% 50px;
	margin-top: -150px;
}
.others_title_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.others_title h2 {
	color: #6C6665;
	text-align: center;
}
.others_title h3 {
	color: #000;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.others_title {
		padding: 100px 5% 8%;
		margin-top: -80px;
	}
}


.youtube_item_btn a {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .youtube_item_btn a {
	margin: 15% auto 0;
  }
}


/*---------------------------------------------
                 about（その他の製品）
---------------------------------------------*/

.others_about {
    padding: 0 5%;
}
.others_about_inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.others_about ul {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.others_about ul li {
	width: 30%;
	padding-top: 150px;
	margin-top: -150px;
}
.others_about ul li h3 {
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.others_about ul li {
	    max-width: 500px;
		width: 100%;
		padding-top: 80px;
		margin: -80px auto 10%;
	}
	.others_about ul li h3 {
		margin-bottom: 3%;
	}
}