@charset "UTF-8";

@media screen and (max-width: 640px){
.pc_on {       display:none;}
}
@media screen and (min-width: 640px){
.sp_on {       display:none;}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */


html{
    height: 100%;
	min-width: 1400px;
}
* {
  box-sizing: border-box;
}
body {
    margin: 0 auto;
    font-size: 15px;
    padding: 0;
    text-align: left;
    line-height: 32px;
    color: #333333;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


strong {
	font-weight:bold;
	}

b {
	font-weight:bold;
	}
.area_mail a {
	color: #DF0615;
	text-decoration: underline;
	font-weight: bold;
	transition : all 0.5s ease 0s;
	font-size: 120%;
}
.area_mail a:hover {
	opacity:0.5;
}

/* ------------------------------------------------------------
	2. Others
------------------------------------------------------------ */
img {
	margin:0;
	padding:0;
	left: auto;
	right: auto;
	height: auto;
	border: none;
	top: 0px;
	max-width: 100%;
	vertical-align:top;
}
#c_both {
	clear:both;
	}
ul,li {
list-style: none;
margin: 0px;
padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	}
.markerline {
	background: linear-gradient(transparent 90%, #DF0615 0%);
}
.markerline_g {
	background: linear-gradient(transparent 60%, #DF0615 0%);
	text-shadow: 2px 2px 0 #DF0615;
}
.markerline_ul_w {
	background: linear-gradient(transparent 98%, #ffffff 10%);
}
.markerline_ul {
	background: linear-gradient(transparent 98%, #333333 10%);
}
.dot-text,.dot-text_b {
    padding-top: .7em;
    background-position: top left -6px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.15em .15em at center center,#aacf52,#aacf52 100%,transparent);
}
.dot-text_b {
    background-image: radial-gradient(.15em .15em at center center,#999,#999 100%,transparent);
}
.item_center {
	display: flex;
	align-items: center;	
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	min-width: 1400px;
  z-index: 10;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
header .logo {
    color: white;
    text-decoration: none;
    transition: 0.5s;
    height: 34px;
    background-image: url(../img/logo_w.png);
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 240px;
	padding-left: 285px;
}
header .title {
	color: #ffffff;
	text-align: center;
    font-size: 15px;
	font-weight: bold;
}
header.scroll-nav {
  padding: 20px 50px;
  background: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
header.scroll-nav .logo {
	margin: 10px 0;
	background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
	background-size: 200px;
	padding-left: 245px;
	height: 28px;
}
header.scroll-nav .title {
	color: #333333;
	text-align: center;
    font-size: 16px;
	font-weight: bold;
}
.button01,.button02,.button03 {
    display: inline-block;
    background: #DF0615;
    width: 800px;
     padding: 50px 0;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    font-size: 29px;
	font-weight: bold;
	transition : all 0.5s ease 0s;
	border-radius: 100px;
	border: solid 10px #FDD000;
}
.button02 {
	position: absolute;
	right:50px;
    width: 280px;
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
	font-weight: bold;
	border: solid 6px #FDD000;
}
.button03 {
    width: 80%;
    padding: 10px 0;
    margin: 25px 10% 0 10%;
    font-size: 13px;
	font-weight: bold;
}
.button01:hover,.button02:hover,.button03:hover {
	color: #333;
	background: #FFEB44;
}
.button01::after,.button02::after,.button03::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 40px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-135deg);
    transition: .3s;
}
.button02::after {
    right: 20px;
}
.button01:hover::after {
    right: 30px;
	border-color: transparent transparent #333 #333;
}
.button02:hover::after {
    right: 15px;
	border-color: transparent transparent #333 #333;
}
.bg_gray {
	background: #F7F7F5;
}
.copyright {
    font-size: 12px;
    color: #ffffff;
    background-color: #DF0615;
    text-align: center;
	padding: 20px 0;
}
#pagetop {
    position: fixed;
    right: 10px;
    bottom: -100px;
    margin: 0;
	z-index: 5;
}
#pagetop a {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    transition: opacity .6s ease;
    color: #ffffff;
	background: #333333;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
	transition : all 0.5s ease 0s; 
}
#pagetop a:hover {
	background: #999999;
}
.margin_top30 {
	margin-top: 30px;
}
.margin_top45 {
	margin-top: 45px;
}
.margin_top60 {
	margin-top: 60px;
}
.top_main {
    width: 100%;
    height: 95vh;
	min-height: 780px;
    background-image: url(../img/top_img.jpg);
    background-position: center top;
	background-size: cover;
	position: relative;
}
.top_amazon {
	color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
	z-index: 1;
	position: absolute;
	top: 220px;
	left: 100px;
	font-size: 45px;
	font-weight: bold;
	text-shadow:
      -1px -1px 0 #DF0615, 
      1px 1px 0 #DF0615, 
      2px 2px 0 #DF0615, 
      3px 3px 0 #DF0615, 
      4px 4px 0 #DF0615, 
      5px 5px 0 #DF0615,
		6px 6px 0 #DF0615,
		7px 7px 0 #DF0615,
      8px 27px 8px rgba(223,6,21,0),
      8px 28px 35px rgba(223,6,21,0);
}
.top_amazon p {
	font-size: 45px;
	text-shadow:
      -1px -1px 0 #DF0615,
      1px 1px 0 #DF0615, 
      2px 2px 0 #DF0615, 
      3px 3px 0 #DF0615, 
		4px 4px 0 #DF0615, 
		5px 5px 0 #DF0615, 
      8px 27px 8px rgba(223,6,21,0),
      8px 28px 35px rgba(223,6,21,0);
}
.top_amazon big {
    font-size: 80px;
	text-shadow:
      -1px -1px 0 #DF0615, 
      1px 1px 0 #DF0615, 
      2px 2px 0 #DF0615, 
      3px 3px 0 #DF0615, 
      4px 4px 0 #DF0615, 
      5px 5px 0 #DF0615,
		6px 6px 0 #DF0615,
		7px 7px 0 #DF0615,
		8px 8px 0 #DF0615,
      8px 27px 8px rgba(223,6,21,0),
      8px 28px 35px rgba(223,6,21,0);
	
}
.top_amazon img {
	margin-top: 58px;
	margin-left: 200px;
	width: 630px;
}
.limit200 img {
	width: 180px;
	position: absolute;
	top:160px;
	left: 0px;
	margin-left: 0;
}
.limit200b {
	width: 180px;
	position: absolute;
	top: -110px;
	left: -110px;
	margin-left: 0;
}
.main_copy {
    position: absolute;
	width: 100%;
    bottom: 90px;
    font-size: 40px;
	line-height: 38px;
    font-weight: bold;
    color: #FFFFFF;
	text-shadow:
      -1px -1px 0 #DF0615, 
      1px 1px 0 #DF0615, 
      2px 2px 0 #DF0615, 
      3px 3px 0 #DF0615, 
      4px 4px 0 #DF0615, 
      5px 5px 0 #DF0615, 
      8px 27px 8px rgba(223,6,21,0),
      8px 28px 35px rgba(223,6,21,0);
	z-index: 1;
	text-align: center;
}
.main_copy big {
    font-size: 60px;
	text-shadow:
      -1px -1px 0 #DF0615, 
      1px 1px 0 #DF0615, 
      2px 2px 0 #DF0615, 
      3px 3px 0 #DF0615, 
      4px 4px 0 #DF0615, 
      5px 5px 0 #DF0615,
		6px 6px 0 #DF0615,
		7px 7px 0 #DF0615,
		8px 8px 0 #DF0615,
      8px 27px 8px rgba(223,6,21,0),
      8px 28px 35px rgba(223,6,21,0);
	
}
.main_card {
    position: absolute;
    right: 80px;
    bottom: -15px;
	text-align: center;
}
.main_card img {
	width: 290px;
	margin-bottom: 60px;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.main_card .cta_c2 {
    color: #FFFFFF;
    padding: 5px 15px 8px;
    margin: 30px 10px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
    background-color: #DF0615;
}
.item_center {
	display: flex;
	align-items: center;	
}
.main_area {
    padding: 80px 10%;
    clear: both;
    overflow: hidden;
}
.title_center_ul {
	font-size: 34px;
	line-height: 52px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.title_en {
    font-size: 13px;
    text-align: center;
	margin-bottom: 50px;
	color: #999999;
}
.about_left {
    width: 40%;
	margin-right: 10%;
}
.about_right {
    width: 50%;
}
.text_pick {
	font-size: 26px;
	line-height: 39px;
	font-weight: bold;
	margin-bottom: 33px;
}
.p8_more .text_pick,.p8_more2 .text_pick {
	font-size: 26px;
	line-height: 39px;
	font-weight: bold;
	margin-bottom: 33px;
}
.main_area section,.window section {
	font-size: 12px;
	line-height: 22px;
	color: #606060;
}
.box4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.box4 li {
	float: left;
    width: 21%;
	margin: 0 2%;
}
.box4 img {
	border-radius: 20px;
}
.box4 .title {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	margin: 20px 5px;
}
.box4 section {
	margin: 0 5px;
	font-size: 13px;
	line-height: 24px;
}
.p8_more,.p8_more2 {
    background-color: rgba(0,0,0,0.05);
	margin-bottom: 80px;
    padding: 50px 40px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
	font-size: 13px;
	line-height: 25px;
}
.p8_more .text_pick {
	font-size: 25px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 20px;
}
.p8_more2 .text_pick {
	font-size: 25px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.p8_more img {
	width: 50%;
	margin-right: 5%;
}
.p8_more2 img {
	width: 80%;
	margin: 0 10% 30px;
}
.border_red {
    border: 30px solid #DF0615;
}
.cam_area .item_center {
	max-width: 1200px;
	margin: 0 auto;
}
.cam_ss_t .text_pick {
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
}
.cam_img {
	width: 100%;
	margin: 0 auto 60px;
	position: relative;
}
.cam_ss_t {
	width: 60%;
}
.cam_ss_img {
	width: 30%;
	margin-left: 10%;
	font-size: 12px;
	text-align: center;
}
.cam_ss_img img {
	width: 100%;
	margin-bottom: 15px;
}
.cta_box {
    color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
    background-image: url(../img/bg_cta.jpg);
    text-align: center;
    padding: 140px 0 110px;
    background-size: cover;
    background-attachment: fixed;
    background-color: #333333;
}
.cta_box .title {
	font-size: 34px;
	line-height: 58px;
	font-weight: bold;
	margin-bottom: 30px;
}
.cta_c2 {
	background: #F7F7F5;
	color: #333333;
	padding: 5px 15px 8px;
	margin: 30px 10px;
	border-radius: 50px;
}
.cta_btn {
	margin-top: 120px;
}
.reco_check {
    text-align: left;
    margin: 60px auto 0;
    width: 560px;
    padding: 20px 40px;
    background-color: rgba(255,255,255,0.8);
	color: #333333;
}
.reco_check li {
    width: 100%;
    font-size: 18px;
    background-image: url(../img/checked_b.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 33px;
    font-weight: bold;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 55px;
}
.sub_t {
    font-size: 16px;
    font-weight: bold;
	margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
}
input[type="text"] {
	margin-top: 10px;
	width: 15em;
	padding: 5px;
}
.open {
	cursor:pointer;
}
#pop-up {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
}
.window {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90vw;
	max-width: 900px;
    padding: 50px 50px 35px;
	height: 90vh;
	background-color: #fff;
	color: #333;
	border-radius: 4px;
	align-items: center;
	transform: translate(-50%, -50%);
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	overflow-y: scroll;
}
.close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.close2 {
	cursor:pointer;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.window .title {
	color: rgba(223,6,21,1.00);
	font-size: 30px;
	line-height: 46px;
}
.sns_area {
	width: 990px;
    padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
.sns_area li {
	width: 270px;
	float: left;
	display: flex;
align-items: center;
	line-height: 20px;
	margin: 0 30px;
	overflow: hidden;
	font-weight: bold;
}
.sns_area li small {
	font-size: 12px;
	color: #9E9E9E;
	font-weight: normal;
}
.sns_area li img {
	width: 40px;
	margin-right: 15px;
}
.sns_area a {
	color: #333333;
	text-decoration: none;
	transition : all 0.5s ease 0s;
}
.sns_area a:hover {
	opacity:0.5;
}

.sns_area2 {
	width: 100%;
    padding: 30px 0;
	margin: 0 auto;
	overflow: hidden;
}
.sns_area2 li {
	width: 31.333%;
	float: left;
	display: flex;
align-items: center;
	line-height: 16px;
	margin: 0 1%;
	overflow: hidden;
	font-weight: bold;
	font-size: 12px;
}
.sns_area2 li small {
	font-size: 8px;
	color: #9E9E9E;
	font-weight: normal;
}
.sns_area2 li img {
	width: 35px;
	margin-right: 10px;
}
.sns_area2 a {
	color: #333333;
	text-decoration: none;
	transition : all 0.5s ease 0s;
}
.sns_area2 a:hover {
	opacity:0.5;
}
}