@charset "utf-8";
/* CSS Document */
/* --------------------------------
 * reset
 * -------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ol, ul, li {
  list-style: none;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, span {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* clearfix */
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}


/*Google Fonts*/
.wf-mplus1p-rounded { font-family: 'M PLUS Rounded 1c', sans-serif; }
.wf-notosans-jp { font-family: 'Noto Sans JP', sans-serif; }
.wf-roboto { font-family: 'Roboto', sans-serif; }
.wf-heebo { font-family: 'Heebo', sans-serif; }

.light { font-weight: 300; }
.regular { font-weight: 400; }
.regular_i { font-weight: 400; font-style: italic; }
.medium { font-weight: 500; }
.bold { font-weight: 700; }

/* -------------------------------------------------------------------------------------
 * 全デバイス共通のスタイルとPC向けレイアウト
 * ------------------------------------------------------------------------------------- */
html {
  font-family: "Noto+Sans+JP","M+PLUS+Rounded+1c","Roboto","ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "mayro", "sans-serif";
  color: #333;
  font-size: 62.5%;
  line-height: 1;
}
body {
  background: #fff;
  width: 100%;
  font-size: 1.4rem;
}
#wrapper{ /* footerをflexboxにより下部固定 */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;/*#page-topの親要素に指定*/
}
.inner{
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  margin: 0 auto;
}
a {
	text-decoration: none;
	color: #333;
  -webkit-tap-highlight-color:rgba(0,0,0,0);/*スマホでのハイライト透明化*/
}
a:hover {
	text-decoration: none;
	color: #999;
}
/*==========================================
 トップページ読み込み時にフェードイン効果+
===========================================*/
#main_top {
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*==========================================
 トップに戻るボタン
===========================================*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10010;
}
#page-top a {
  display: block;
}
#page-top a img{
  width: 76px;
  height: 76px;
}
#page-top a:hover {
  opacity: 0.7;
}

/* header
================================================ */
header {
	width: 100%;
  height: auto;
	min-height: 100px;
	background-color: #ffffff;
}
header .inner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .inner h1{
	width: 200px;
  min-width: 120px;
	height: auto;
	margin-right: auto;/*flexbox左寄せ*/
	margin-top: 10px;
  padding-left: 5px;
}

/* nav グローバルナビゲーション
================================================ */
nav{
	width: 52%;
	height: 100px;
}
nav ul {
	display: flex;
	flex-flow: row;
	margin: 0;
}

nav ul li {
	display: block;
	width: 33.333%;/*150px*/
	height: 100px;
	text-align: center;
	padding: 42px 4px 0px;
	font-size: 1.6rem;
  margin-left: 2%;
}

nav ul li.company:before,
nav ul li.howtobuy:before{/*丸線画*/
	content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  -webkit-border-radius: 6px;/* width,heightの半分 */
	-moz-border-radius: 6px;
	border-radius: 6px;
}
nav ul li.company:before{
  background-color: #5db5e6;
}
nav ul li.howtobuy:before{
  background-color: #e65296;
}
nav ul li.inquiry{
	background: #faaf3b url(../images/icon_inquiry.svg) no-repeat center 8px;
  background-size: 24px 20px;
	color: #ffffff;
}
nav ul li.inquiry a {
	color: #fff;
}
nav ul li.inquiry a:hover {
	text-decoration: none;
	color: #fff;
}

nav ul li span{ /*english*/
	padding-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.3rem;
}

/* contents
================================================ */
#main_top{
  width: 100%;
  min-width: 320px;
  height: 0;
  padding-top: calc(650 / 1280 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(../images/topimg.jpg) center center / cover no-repeat;
}
main .inner{
	display: flex;
	justify-content: space-between;
  margin: 30px auto;
}

/* 新着情報
================================================ */
section#whatsnew{
	width: 60%;
	height: auto;
	background-color: #fff;
  font-weight: 900;
  font-size: 3.6rem;
}
section#whatsnew h2{
  font-family: 'Heebo', sans-serif;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #5db5e6 0%, #0066cb 100%);
  border-image-slice: 1;
  padding-bottom: 4px;
}
section#whatsnew h2:before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-right: 6px;
  background: url("../images/ttl_wn_bf.svg") top left no-repeat;
  background-size: 30px 40px;
}
section#whatsnew h2:after{
  content: '';
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-left: 6px;
  background: url("../images/ttl_wn_af.svg") top left no-repeat;
  background-size: 40px 40px;
}
section#whatsnew h2 span{
  font-weight: 400;
  font-size: 1.8rem;
  color: #a9a9a9;
  float: right;
  padding-top: 25px;
}
section#whatsnew ul li{
  display: block;
  border-bottom: 1px solid #dbdbdb;
}
section#whatsnew ul li a{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
section#whatsnew ul li a:hover{
  background-color: #f0ffff;
  color:#006699;
  text-decoration: underline;
}
section#whatsnew ul li a:hover > span.btn_more{
  background-color: #0066cb;
  color:#ffffff;
}

section#whatsnew ul li a span.days{
  font-weight: 400;
  font-size: 1.4rem;
  padding-top: 20px;
  margin-left: 10px;
  margin-right: auto;
}
section#whatsnew ul li a p{
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  padding-bottom: 10px;
}
section#whatsnew ul li a span.btn_more{
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
  color: #ffffff;
  width: 120px;
  text-align: center;
  padding: 5px;
  background: url(../images/arw_w.svg) #a9a9a9 no-repeat;
  background-size: 6% auto;
  background-position: top 50%  left 95%;
  -webkit-border-radius: 5px;/* 角丸 */
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: auto;
  margin-bottom: 2%;
}
a.btn_morelist{/*一覧を見るボタン*/
  width: 240px;
  height: 42px;
  display: block;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 21px;/* 角丸 */
  -moz-border-radius: 21px;
  border-radius: 21px;
  background: url(../images/arw_w_thin.svg) #0066cb no-repeat;
  background-size: 10% auto;
  background-position: top 50%  left 92%;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 5px;
  margin: 20px auto;
}
a.btn_morelist:hover{
  opacity: 0.7;
}
a.btn_morelist span{
  font-weight: 300;
  font-size: 1.2rem;
  margin-top: 4px;
  letter-spacing: 0.2rem;
}

/* PC・TBご利用の方へ
================================================ */
section#for_pc{
  display: flex;
  flex-flow: column nowrap;
  width: 38%;/*400px*/
  height: auto;
	/*max-height: 180px;*/
  margin-left: 2%;
  margin-top: 50px;
  text-align: center;
}
section#for_pc a{
  display: block;
  color: #006699;
  border: 8px solid #add8e6;
  -webkit-border-radius: 8px;/* 角丸 */
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 3px;
}
section#for_pc a h3 img{
  width: 95%;
  margin: 8px auto 0px;
}
section#for_pc a:hover,
section#for_pc a:hover > h3{
  opacity: 0.8;
}
section#for_pc span{
  padding: 8px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
}

/* 4項目選択メニュー
================================================ */
section#select_menu{
	width: 100%;
  height: auto;
  text-align: center;
	background-color: #fef5cc;
	padding: 15px 0px 45px;
}
#select_menu ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0px 15px ;
}
#select_menu ul li{
	display: flex;
  flex-direction: column;
	width: 49%;/*500px*/
  height: auto;
	text-align: center;
	margin-top: 35px;
  padding: 20px;
	box-shadow: 2px 2px 4px #ffd683;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}
#select_menu ul li h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 3.4rem;
  line-height: 1.4em;
	position: relative;/*↓擬似要素ドットライン使うため*/
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 1em;
}
#select_menu ul li#select1 {
  background: url(../images/select1_bg.svg) #fff no-repeat;
  background-size: 34% auto;
  background-position: top 18px left 18px;
}
#select_menu ul li#select2 {
  background: url(../images/select2_bg.svg) #fff no-repeat;
  background-size: 24% auto;
  background-position: top 15px left 15px;
}
#select_menu ul li#select3 {
  background: url(../images/select3_bg.svg) #fff no-repeat;
  background-size: 34% auto;
  background-position: top 34px left 15px;
}
#select_menu ul li#select4 {
  background: url(../images/select4_bg.svg) #fff no-repeat;
  background-size: 27% auto;
  background-position: top 34px left 15px;
}
#select_menu ul li#select4 h3{
  margin-top: 0px;
}
#select_menu ul li h3:before {/*擬似要素ドットライン*/
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 55%;/*線の長さ276*/
	height: 5px;/*線の太さ*/
 	-webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
}
#select_menu ul li#select1 h3:before {
  border-top: dotted 5px #5db5e6;
}
#select_menu ul li#select2 h3:before {
  border-top: dotted 5px #e65296;
}
#select_menu ul li#select3 h3:before {
  border-top: dotted 5px #60bfbc;
}
#select_menu ul li#select4 h3:before {
  border-top: dotted 5px #b763a1;
}
#select_menu ul li h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
  margin-bottom: 15px;
}
a#select1_btn,
a#select2_btn,
a#select3_btn,
a#select3b_btn,
#select5_btn,
a#select4_btn{
	display: block;
  margin-top: auto;
  width: 96%;/*460*/
  height: auto;
	min-height: 80px;
	-webkit-border-radius: 40px;/* width,heightの半分 */
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	padding: 18px 10px;
  font-size: 1.6rem;/*日・英語共通*/
}
a#select1_btn{background-color: #5db5e6;}
a#select2_btn{background-color: #e65296;}
a#select4_btn{background-color: #b763a1;}

.double-button {
  width: 96%;
  margin: auto auto 0 auto;
  padding-top: 18px;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
}

a#select3_btn, a#select3b_btn, #select5_btn{
  background-color: #60bfbc;
  width: 48%;
}

a#select3b_btn {
  margin-left: 5px;
  padding-top: 32px;
}

#select5_btn {
  padding: 0;
  line-height: 80px;
}

a:hover#select1_btn,
a:hover#select2_btn,
a:hover#select3_btn,
a:hover#select3b_btn,
#select5_btn:hover,
a:hover#select4_btn{
	color: #fff;
	opacity: 0.7;
}

#select1_btn span,
#select2_btn span,
#select3_btn span,
#select3b_btn span,
#select4_btn span{ /*english*/
  padding-top: 10px;
}

/* footer
================================================ */
footer {
	margin-top: auto; /* wrapperに対するflexbox下部固定 */
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
}
footer .inner{
	width: 100%;
	max-width: 1024px;
}
footer ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 36px 0px;
}
footer ul li {
	display: block;
	width: 20%;/*202px*/
	height: 74px;
	text-align: center;
	padding-top: 15px;
	border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
footer ul li+ li {
  border-left: 0;
  border-right: 1px solid #cbcbcb;
}
footer ul li span{ /*english*/
	padding-top: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.2rem;
}
#copyright{
	display: block;
	height: 40px;
	padding-top: 15px;
	background-color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

/*------------------------------------------------------
  メディアクエリSP
------------------------------------------------------*/
@media screen and (max-width: 660px){
  /* SPまで効くスタイル */
  header .inner {
		flex-direction: column;
  }
  header h1 {
		margin: 0 auto 1rem;
  	width: 40%;
  }
  header nav{
		width: 100%;
  }
  main .inner{
  	flex-direction: column;
  }
  section#whatsnew,
  section#for_pc{
    width: 98%;
  }
  section#for_pc{
    margin: 30px auto;
    height: auto;
  }
  section#select_menu ul{
    flex-direction: column;
  }
  section#select_menu ul li{
    width: 98%;
  }

  .double-button {display: block;}
  .double-button #select3_btn, 
  .double-button #select3_btn {
    margin-bottom: 5px;
    width: 100%;
  }
  .double-button {display: block;}
  .double-button #select3b_btn, 
  .double-button #select3b_btn {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
  }


  footer ul li{
    font-size: 1.2rem;
  }
  footer ul li span{
    font-size: 1.0rem;
  }
}
