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

body,h1,h2,h3,p,img,table,a,ul,li{
	margin: 0;
	padding: 0;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
img{
	width: 100%;
}
body{
    position: relative;
}
.clear{
	clear: both
}
nav{
    width: 100%;
    position: fixed;
    background-color: #ff0e38;
    z-index: 999999
}
.nav_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
h1{
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}
.header{
	background: url("../image/header_bg3.jpg") repeat-x;
	background-position: top center;
	height: 120vh;
	background-size: auto 100%;
    animation: bgloop 50s linear infinite;
    overflow: hidden;
}
@keyframes bgloop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -2281px 0; /*-1000px部分は画像の横幅と同じ数値*/
  }
}
.header_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.header_iphone{
    display: none;
}
.header_iphone img{
    vertical-align: bottom
}
.header_textarea{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
}
.header10000{
    margin-bottom: 20px;
}
.header_textarea h2{
    font-size: 18px;
    text-align: center;
}
.header_logo{
    width:95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.header_botan_area{
    display: none;
}
.header_botan_area a{
    width: 210px;
}
.what{
    padding-top: 80px;
}
.what article{
    width: 100%;
}
.what h2{
    width: 280px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.what h2:before{
    content: "";
    width: 180px;
    height: 57px;
    background: url("../image/header_logo.png");
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
}
.what h2 span{
    padding-left: 180px;
    font-size: 22px;
    padding-top: 10px;
    display: block;
}
.what p{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 100px;
}
.feature{
    background-color: #ff0e38;
    padding-top: 80px;
    padding-bottom: 60px;
}
.feature_title{
    color: white;
    text-align: center;
    font-size: 24px;
    margin-bottom: 80px;
    position: relative;
    display: block;
    padding-bottom: 5px;
}
.feature_title:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 200px;
    background: white;
    bottom: 0;
    left: calc(50% - 100px)
}
.point1,.point2{
    width: calc(90% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    background: white;
    border-radius: 20px;
    padding: 20px;
}
.point2{
    margin-top: 60px;
    margin-bottom: 60px;
}
.point_tag{
    background: #ff0e38;
    width: 150px;
    height: 34px;
    line-height: 38px;
    color: white;
    text-align: center;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}
.point1 h3,.point2 h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
.point_text{
    margin-top:20px;
    line-height: 30px;
    font-size: 16px;
}
.point_text span{
    font-size: 12px;
}
.point1 .point_iphone{
    display: none;
}
.point2 .point_iphone{
    display: none;
}
.point_iphone_sp{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.select{
    padding-top: 80px;
    padding-bottom: 80px;
}
.select_title{
    text-align: center;
    font-size: 22px;
    margin-bottom: 80px;
    position: relative;
    display: block;
    padding-bottom: 8px;
}
.select_title span{
    color: #ff0e38
}
.select_title:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 300px;
    background: #232323;
    bottom: 0;
    left: calc(50% - 150px)
}
.select_area,.select_area02{
    display: none;
}
.select_box{
    width: 230px;
}
.swiper-slide h3{
    color: #ff0e38;
    font-size: 18px;
    margin-top: 5px;
}
.swiper-slide p{
    font-size: 14px;
    line-height: 28px;
}
.swiper-slide{
    width: 60%;
}
.contact{
    background: #3a3a3a;
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact_textarea{
    width: 100%;
}
.contact_textarea h2{
    color: white;
    text-align: center;
    font-size: 26px;
}
.contact_textarea p{
    color: white;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}
.contact a{
    width: calc(90% - 10px);
    height: 64px;
    background: white;
    border-radius: 100px;
    line-height: 64px;
    padding-left:10px;
    color: #3a3a3a;
    font-size: 22px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.contact a:before{
    content: "";
    width: 32px;
    height: 26px;
    background: url("../image/twitter.png");
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: calc(50% - 15px)
}
footer{
    background: #ff0e38;
    padding-top: 20px;
    padding-bottom: 90px;
}
footer p{
    color: white;
    text-align: center;
    font-size: 12px;
}
.sp_none{
    display: none
}
.sp_menu{
    width: 100%;
    box-shadow: 0px 0px 6px gray;
    padding-top: 10px;
    background: white;
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
}
.sp_menu_area{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}
.sp_menu a{
    width: 45%;
    display: block;
}
.privacy{
    text-align: center;
    display: block;
    font-size: 10px;
    margin-bottom: 20px;
}
.privacy a{
    color: #D6A2A0;
	padding-left: 15px;
	padding-right: 15px;
}
.privacy_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    padding-top: 80px;
}
.privacy_area_title{
	font-size: 20px;
	text-align: center;
	font-family: "M PLUS Rounded 1c",sans-serif;
	font-weight: bold;
	margin-bottom: 40px;
}
.privacy_span{
	font-size: 14px;
}
.privacy_title{
	font-family: "M PLUS Rounded 1c",sans-serif;
	margin-bottom: 10px;
}
.privacy_text{
	padding-left: 20px;
    font-size: 14px;
	margin-bottom: 40px;
	font-family: "M PLUS Rounded 1c",sans-serif;
}
.privacy_link{
	display:block;
	margin-bottom:20px
}
.privacy_link a{
	color: white;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
}
.copyright{
	margin-top:20px;
}
.single_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.single_area img{
    width: 100%;
    height: auto
}
.single_area_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.single_time{
    margin-bottom: 40px;
    display: block;
    text-align: right;
    font-size: 14px;
}
.single_area a{
    color: #ff0e38
}
.single_area br{
　display: block !important;
}
.news{
    background: #f1f1f1;
    padding-top: 60px;
    padding-bottom: 80px;
}
.news_area{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.news_list{
    width: 90%;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
.news_list li{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #929292
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}
.news_day{
    width: 100px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: black
}
.news_tag{
    width: 100px;
    display: block;
    font-size: 12px;
    background: #747474;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
.news_text{
    width: 100%;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    color: black
}
.genre_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.genre_box{
    width: 15%;
    margin-bottom: 3px;
}
.swiper-slide span{
    font-size: 12px;
}
.company_table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 40px;
	margin-bottom: 60px;
}
.company_table th{
	background: #f1f1f1;
	border: 1px solid #e9e9e9;
	color: #3e3e3e;
	padding: 20px;
}
.company_table td{
	border: 1px solid #e9e9e9;
	padding-left: 20px;
	padding-right: 20px;
}
.function{
    padding-top: 40px;
    padding-bottom: 60px;
}
.function_area{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.function_title{
    text-align: center;
    font-size: 22px;
    margin-bottom: 60px;
    position: relative;
    display: block;
    padding-bottom: 8px;
}
.function_title span{
    color: #ff0e38
}
.function_title:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 300px;
    background: #232323;
    bottom: 0;
    left: calc(50% - 150px)
}
.function_item_area{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.function_textarea{
	width: calc(100% - 40px);
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #d1d1d1;
	margin-top: 30px;
}
.function_textarea h3{
	font-size: 16px;
	text-align: center;
	background: #ff0e38;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.function_textarea p{
	font-size: 14px;
}
.function_image{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.menu-btn.active {
	background-color: #ff0e38;
	color: white;
	border-color: #9b1111
}
.menu_sp{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: 30px;
}
.menu{
	display: none;
}
.menu-btn{
	display: block;
	width: 48%;
	background: #f1f1f1;
	border: 1px solid #929292;
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin-bottom: 10px;
}
.function_logo{
	display: none;
}
.pr_area{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.pr_link{
	width: 100%;
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
}
/*デッキ機能*/
.deck_top_title{
	text-align:center;
	background: #ff0e38;
	color: white;
	font-size: 22px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.deck_title{
	text-align:center;
	color: #ff0e38;
	font-size:20px;
	margin-bottom: 20px;
}
.deck_sub_title{
	text-align:center;
	font-size: 16px
}
.deck_sub_title span{
	color: #ff0e38;
}
.deck_image{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.deck_text{
	font-size: 14px;
}
.deck_area{
	margin-bottom: 60px;
}
.deck_arrow{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
}