@charset "UTF-8";


/*=========================================================================
//
// Base
//
==========================================================================*/
/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}

/*-------------------------------------------------------------------------
 base setting
--------------------------------------------------------------------------*/
#lp_page {
  height: 100%;
  font-size: 62.5%;
}
#lp_page {
  font-family: YakuHanJP, 'Roboto', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  color: #0c2f9e;
  font-size: 16px;
	position: relative;
}
#lp_page {
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  #lp_page {
    min-width: inherit;
    min-width: auto;
  }
  #lp_page {
    font-size: 14px;
  }
}
#container a {
  color: #0c2f9e;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#container a:active,
#container a:hover {
  color: #ee7235;
}

/*#container ul, #container ol, #container li {
  margin: 0;
  padding: 0;
  list-style: none;
}*/
#container table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* image
----------------------------------------------------------- */
#container a img,
#container img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}
.img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.img_hover:hover{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@-webkit-keyframes flash {
  0% {
  opacity: .4;
  }
  100% {
  opacity: 1;
  }
}
@keyframes flash {
  0% {
  opacity: .4;
  }
  100% {
  opacity: 1;
  }
}

/*=========================================================================
//
// Utility
//
==========================================================================*/
/* clearfix
----------------------------------------------------------- */
.cf { zoom: 1; }
.cf:after { content: ""; display: block; clear: both; }

/* display
----------------------------------------------------------- */
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.left { float: left; }
.right { float: right; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.Enable { display: inline-block; }
.Disable { display: none; }
.pcDisable { display: none !important; }

.sp{ display: none; }
@media (max-width: 767px) {
  .pc{ display: none; }
  .sp{ display: block; }
}

/* margin, padding
----------------------------------------------------------- */
.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }

.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 {  margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }

.pt-0 { padding-top: 0 !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }

/* text
--------------------------------------------------------*/
.xxxxxlarge { font-size: 24px; }
.xxxxlarge {  font-size: 22px; }
.xxxlarge {  font-size: 20px; }
.xxlarge {  font-size: 18px; }
.xlarge { font-size: 16px; }

.large { font-size: 15px; }
.medium {  font-size: 14px; }
.small {  font-size: 13px; }

.xsmall { font-size: 12px; }
.xxsmall {  font-size: 11px; }
.xxxsmall {  font-size: 10px; }
.xxxxsmall { font-size: 9px; }

.bold {  font-weight: bold !important; }
.normal {  font-weight: normal !important; }

.text-def { color: #080808 !important; }
.text-att { color: #DF0013 !important; }
.text-note { color: #212529 !important; }

/* bgColor
--------------------------------------------------------*/
.bg_gray{ background: #f3f5fa !important; }

/*=========================================================================
//
// Module
//
==========================================================================*/
/*-------------------------------------------------------------------------
 list
--------------------------------------------------------------------------*/
/* ドットリスト
--------------------------------------------------------*/
.list-dot > li {
  position: relative;
  padding-left: 1.2em;
}
.list-dot > li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ドットリスト（大）
--------------------------------------------------------*/
.list-disc > li {
  margin-left: 25px;
  list-style: disc;
}

#Campaign .list-disc > li,
#Outline .list-disc > li {
  color: #0075c2;
}
#Campaign .list-disc > li span,
#Outline .list-disc > li span{
 color: #000;
}

/* スクエアリスト
--------------------------------------------------------*/
.list-square > li {
  position: relative;
  padding-left: 1.2em;
}
.list-square > li:before {
  content: "■";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* アイコンなしリスト
--------------------------------------------------------*/
.list-nomark > li {
  margin-top: .4em;
  list-style: none;
}
@media (max-width: 767px) {
  .list-nomark > li {
    margin-top: .2em;
  }
}

/* 数字リスト
--------------------------------------------------------*/
.list-num > li {
  list-style-type: decimal;
  margin-left: 1.7em;
}

/* 小文字のアルファベットリスト
--------------------------------------------------------*/
.list-alpha > li {
  list-style-type: lower-alpha;
  margin-left: 1.7em;
}

/* 注釈リスト
--------------------------------------------------------*/
.list-note {
  margin-top: .5em;
  padding-left: 1em;
}
.list-note > li {
  margin-top: .2em;
  text-indent: -1em;
}

/* 注釈リスト2
--------------------------------------------------------*/
.list-note2 > li {
  position: relative;
  padding-left: 1.2em;
  font-size: .9em;
}
.list-note2 > li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

/* インラインリスト
--------------------------------------------------------*/
.list-inline {
  overflow: hidden;
}
.list-inline > li {
  float: left;
  margin: .35em 40px 0 0;
}
.list-inline > li:last-child {
  margin-right: 0;
}

/*=========================================================================
//
// Layout
//
==========================================================================*/
/*-------------------------------------------------------------------------
 footer
--------------------------------------------------------------------------*/
.footer{
  text-align: center;
  padding: 40px;
  color: #333;
}
.footer .inner{
  padding: 0;
}
.brand-logo img{
  display: inline;
}
.copyright{
  font-size: 13px;
  margin: 0;
}
@media (max-width: 767px) {
  .footer{
    padding: 30px 20px;
  }
  .copyright{
    font-size: 10px;
  }
}

#container .fnav_list{
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
#container .fnav_list a{
  color: #231814;
}
#container .fnav_list a:hover{
  color: #999;
}
#container .fnav_list li span{
  padding: 0 2rem;
}
@media (max-width: 767px) {
  #container .fnav_list a{
    font-size: 12px;
  }
}

/*-------------------------------------------------------------------------
 main
--------------------------------------------------------------------------*/
.main{
  position: relative;
}
@media (max-width: 767px) {
  .main{
  }
}

.section{
  background: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section{
  }
}
.inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 4em 0;
}
@media (max-width: 767px) {
  .inner{
    padding: 3em 0;
  }
}

/*=========================================================================
//
// Theme(look&feel)
//
==========================================================================*/
/*-------------------------------------------------------------------------
 header
--------------------------------------------------------------------------*/
.header{
  width: 100%;
  padding: 0 2%;
  background: rgba(255, 255, 255, .1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 99;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  transition: .3s;
}
.is-animation {
  background: rgba(255, 255, 255, .9);
  height: 78px;
  /* border-bottom: 1px solid #dcdee4; */
}
.header.is-animation {
  position: fixed;
}
@media (max-width: 767px) {
  .header{
    position: inherit;
    height: 60px;
  }
}

.header .logo{
  background: url(../img/brand-logo.png) center center no-repeat;
  background-size: cover;
  width: 160px;
  height: 35px;
}
.header .logo img{
  display: none;
}
.is-animation .logo{
  background: no-repeat;
}
.is-animation .logo img{
  display: block;
  width: 140px;
}
@media (max-width: 767px) {
  .header .logo{
    background: url(../img/brand-logo.png) center center no-repeat;
    width: 120px;
    height: 26px;
    background-size: cover;
    margin: 0 auto;
  }
}

/* btn */
.btn {
  display: inline-block;
  padding: 0;
  background: none;
}
.btn a{
  position: relative;
  transition: background-position-x .4s, color .3s, text-shadow .3s;
  /* color: #fff; */
  color: #093381!important;
  text-decoration: none!important;
  width: 280px;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 2.5px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, .35);
  /* background: linear-gradient(86deg, #093381 1%, #99003b 100%); */
  background: linear-gradient(86deg, #fff600 1%, #ffb800 100%);
  padding: 20px 0;
  display: block;
  text-align: center;
  border-radius: 50px;
  background-position-x: 0px;
  font-weight: 700;
}
.btn:hover{
  background-color: initial;
}
.btn a:hover{
  background-position-x: 280px;
}
.btn a::after{
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 1em;
  content: '';
  transform: translateY(-50%);
  pointer-events: none;
  background: url(../img/arrow.png) no-repeat 50% 50%;
  background-size: contain;
  transition: all 0.2s ease;
}
.btn a:hover::after{
  right: 1.8em;
}
@media (max-width: 767px) {
  .header .btn a{
    display: none;
  }
}

/*-------------------------------------------------------------------------
 gnav
--------------------------------------------------------------------------*/
.gnav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.gnav li{
  height: 78px;
  line-height: 78px;
}
.gnav li span{
  padding: 0 2rem;
  /* color: #fff; */
  color: #093381;
}
.gnav li a{
  font-weight: 700;
  font-size: 18px;
  /* color: #fff; */
  color: #093381!important;
  text-decoration: none!important;
}
.is-animation .gnav li span,
.is-animation .gnav li a{
  color: #0c2f9e;
}
.gnav li a:hover{
  color: #ee7235;
}
@media (max-width: 1023px) {
  .gnav{
    display: none;
  }
}

/*-------------------------------------------------------------------------
 mainvisual
--------------------------------------------------------------------------*/
.kv{
  position: relative;
  background: linear-gradient( 135deg, rgba(1, 233, 189, 0.6), rgba(0, 124, 222, 0.6)),
  url(../img/kv_bg.jpg);
  background-size: cover;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  /* -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
  /* -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}
.kv_text{
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
  padding: 0 20px;
}
.kv_text .sp{
  display: none;
}
.kv .btn{
  display: none;
}
@media (max-width: 767px) {
  .kv{
    padding: 40px 0;
    /* height: 140vw; */
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .kv_text{
    margin: 0 auto;
    padding: 0;
  }
  .kv_text .pc{
    display: none;
  }
  .kv_text .sp{
    display: block;
    padding: 0 1em;
  }
  .kv .btn{
    display: block;
    margin-top: 2em;
  }
}

.kv_catch{
  text-align: center;
  background: #093381;
}
.kv_catch > div{
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
}
.kv_catch p{
  margin: 0;
  color: #fff;
  display: none;
}

.logo-win10{
  margin: 20px 0;
  text-align: right;
}
.logo-win10 img{
  display: inline;
  width: 200px;
}
@media (max-width: 767px) {
  .logo-win10{
    margin: 20px 30px 0 0;
  }
  .logo-win10 img{
    width: 160px;
  }
}

/*-------------------------------------------------------------------------
 heading
--------------------------------------------------------------------------*/
.heading1{
  background: #0075c2;
  color: #fff;
  margin: 0;
  padding: 1em;
  font-size: 20px;
  text-align: center;
}
.heading1 span:first-child{
  margin-right: 2rem;
}
@media (max-width: 800px) {
  .heading1{
    font-size: 16px;
    text-align: left;
  }
  .heading1 span{
    display: block;
  }
}

.heading2{
  margin: 0;
  position: relative;
  color: #0c2f9e;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  z-index: 1;
  padding-bottom: 80px;
  background-color: initial;
}
.heading2:before {
	content: attr(data-entitle);
  font-family: 'Cookie', cursive;
  color: #4473d0;
	font-size: .9em; /* 13px */
	line-height: 1;
	letter-spacing: 1.5px;
	display: block;
	margin-bottom: 10px;
}
.heading2:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #0c2f9e;
}
/* .heading2:after{
  position: absolute;
    top: 2%;
    left: 50%;
    width: 8%;
    padding-top: 25%;
    content: '';
    transform: translate(-50%, -30%);
    pointer-events: none;
    border-radius: 100%;
    background-color: #6c90db;
    filter: blur(70px);
    z-index: -1;
} */
@media (max-width: 767px) {
  .heading2{
    font-size: 18px;
    padding-bottom: 50px;
  }
  .heading2:after{
    height: 40px;
  }
}

/*-------------------------------------------------------------------------
 プレゼント
--------------------------------------------------------------------------*/
#Present{
  background: #fdef50;
  background: #d9f6ff;
  /* border-top: 1px solid #dcdee4; */
}
#Present .inner{
  max-width: 1100px;
}
.present_list{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.present_list.col-2{
  margin-top: 40px;
}
.present_list.col-3{
  margin: 40px auto;
}

.present_list li{
  background: #fff;
  padding: 2em;
  position: relative;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 3%);
}
.present_list li .tag{
  position: absolute;
  top: -16px;
  left: -20px;
  width: 90px;
  height: 96px;
}
.present_list.col-2 li{
  width: 49%;
}
.present_list.col-3 li{
  width: 32%;
}
.present_list.col-2 li figure{
  margin: 0 auto;
  width: 75%;
}
.present_list.col-3 li figure{
  margin: 0 auto;
  width: 100%;
}
.present_list li p{
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .present_list{
    width: 85%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .present_list.col-2{
    margin: 0 auto;
  }
  .present_list.col-3{
    margin: 0 auto;
  }
  .present_list.col-2 li{
    width: 100%;
    margin: 20px auto 0;
  }
  .present_list.col-3 li{
    width: 100%;
    margin: 20px auto 0;
  }
  .present_list.col-2 li figure{
    width: 100%;
  }
  .present_list.col-3 li figure{
    width: 90%;
  }
  .present_list li .tag{
    width: 70px;
    height: 76px;
  }
}

.catch{
  text-align: center;
  font-size: 25px;
}
@media (max-width: 767px) {
  .catch{
    padding: 0 20px;
    font-size: 18px;
  }

}

/*-------------------------------------------------------------------------
  table
--------------------------------------------------------------------------*/
table{
  margin-top: 2rem;
  width: 100%;
}
table th{
  width: 18%;
  vertical-align: top;
  padding: 16px 0;
  color: #0c2f9e;
}
table td{
  vertical-align: top;
  padding: 16px 30px;
}
table td p{
  margin: 0;
}

/*-------------------------------------------------------------------------
 概要
--------------------------------------------------------------------------*/
#Outline table{
  margin: 2rem 0 4rem;
}
#Outline th span{
  background: #e6e9f3;
  padding: 1rem 2rem;
  display: inline-block;
  width: 100%;
}
/*#Outline table td p{
  padding: 1rem 0;
}*/
@media (max-width: 767px) {
  #Outline table th{
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0;
  }
  #Outline table th span{
    width: 90vw;
    margin-left: 20px;
    padding: .5rem 2rem;
  }
  #Outline table td{
    display: block;
    width: 100%;
    padding: 0 40px 10px;
  }
}

/*-------------------------------------------------------------------------
 Flow
--------------------------------------------------------------------------*/
#Flow ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
	justify-content: space-around;
  margin-top: 60px;
}
#Flow li{
  border-radius: 2px;
  background: #fff;
  /* border: 1px solid #0c2f9e; */
  width: 30%;
  padding: 20px;
  position: relative;
  font-size: 15px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 3%);
}
#Flow li span{
  background: #0c2f9e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 2em;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}
#Flow li img{
  display: block;
  width: 80%;
  margin: 1em auto 0;
}
@media (max-width: 767px) {
  #Flow ul{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    padding: 0 20px;
  }
  #Flow li{
    width: 90%;
    margin-top: 30px;
    font-size: 13px;
  }
  #Flow li:first-child{
    margin-top: 0;
  }
  #Flow li img{
    width: 50%;
    margin: 0 auto;
  }
}

/*-------------------------------------------------------------------------
 おすすめ製品
--------------------------------------------------------------------------*/
#Products h2{
  position: relative;
  text-align: center;
  /* margin-top: -60px; */
  font-size: 25px;
  margin: 0 0 50px;
  padding-top: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  #Products h2{
    font-size: 18px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

#Products{
  position: relative;
  /* margin-top: 60px; */
  /* z-index: 1; */
  background: #0a3381;
  margin-bottom: 40px;
}
/* #Products::before{
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  background: #0a3381;
  z-index: -1;
} */
@media (max-width: 767px) {
  #Products{
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

#container .products_list{
  padding: 0 10%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#container .products_list li{
  width: 31%;
  background: #f3f5fa;
  background: #fff;
  padding: 2em;
  font-size: 14px;
  margin: 0 0 4%;
  border-radius: 2px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}
@media (max-width: 1440px) {
  #container .products_list{
    padding: 0 6%;
  }
}
@media (max-width: 1024px) {
  #container .products_list li{
    width: 48%;
  }
}
@media (max-width: 767px) {
  #container .products_list li{
    width: 90%;
    margin: 0 auto 4%;
  }
}

#container .products_list img{
  display: block;
  width: 80%;
  margin: 0 auto;
}
#container .products_list span{
  display: block;
  border-top: 1px dotted #0a3381;
  padding: .5em;
}
#container .products_list dt{
  font-weight: 700;
  font-size: 18px;
}
#container .products_list dd{
  margin: 0;
}
@media (max-width: 767px) {
  #container .products_list dt{
    font-size: 15px;
  }
}

#container .products_list div{
  text-align: center;
  margin: 2em auto 0;
  width: 50%;
}
#container .products_list a{
  display: block;
  background: #ee7235;
  color: #fff!important;
  text-decoration: none!important;
  padding: .8em 1em;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#container .products_list a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  transform: translate3d(-100%, 0, 0);
  transition: .2s;
}
#container .products_list a:hover::before{
  transform: translate3d(0, 0, 0);
}

/**/
.buyArea{
  text-align: center;
}
.buyArea figure{
  margin: 0 auto;
  width: 400px;
}
.buyArea ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.buyArea li{
  flex: 1;
}
.buyArea li a{
  padding: 2em;
  color: #fff!important;
  text-decoration: none!important;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: bold;
}
.buyArea li:first-child{
  background: #005aab;
}
.buyArea li:last-child{
  background: #00acea;
}
.buyArea li a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  transform: translate3d(-100%, 0, 0);
  transition: .2s;
}
.buyArea li a:hover:before{
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .buyArea figure{
    width: 90%;
  }
  .buyArea li a{
    padding: 2em 0;
  }
}

.buyArea p.heading3{
  color: #231814;
  margin-bottom: 2em;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 767px) {
  .buyArea p.heading3{
    font-size: 18px;
  }
}


/*-------------------------------------------------------------------------

--------------------------------------------------------------------------*/
#Description .inner{
  padding: 4em 0 2em;
}
#Description dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  font-size: 14px;
  margin: 0;
}
#Description dt{
  width: 20%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#Description dd{
  width: 80%;
  margin: 0;
  padding: 0;
}
#Description dd li{
  margin-top: 1rem;
}
#Description dd li:first-child{
  margin-top: 0;
}
@media (max-width: 767px) {
  #Description .inner{
    padding: 2em 0 0;
  }
  #Description dl{
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 90vw;
    margin: 0 auto;
  }
  #Description dt{
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  #Description dd{
    width: 100%;
    font-size: 13px;
    margin-top: .5rem;
  }
}

/*-------------------------------------------------------------------------
 事務局
--------------------------------------------------------------------------*/
.contact{
  margin: 40px auto 0;
  background: #f3f5fa;
  text-align: center;
  padding: 40px;
}
.contact p{
  margin: .5em 0 0;
  font-size: 15px;
}
.contact p:first-child{
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact{
    padding: 20px;
  }
  .contact p{
    font-size: 13px;
  }
  .contact p:first-child{
    font-size: 14px;
  }
}

/*-------------------------------------------------------------------------
 btnArea
--------------------------------------------------------------------------*/
.btnArea{
  background: #fff;
}
.btnArea .inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.btnArea a{
  position: relative;
  transition: background-position-x .4s, color .3s, text-shadow .3s;
  /* color: #fff; */
  color: #093381!important;
  text-decoration: none!important;
  width: 400px;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 2.5px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, .35);
  background: linear-gradient(86deg, #fff600 1%, #ffb800 100%);
  padding: 30px 0;
  display: block;
  text-align: center;
  border-radius: 50px;
  background-position-x: 0px;
  font-weight: bold;
}
.btnArea a:hover{
  background-position-x: 400px;
}
.btnArea a::after{
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1em;
  height: 1em;
  content: '';
  transform: translateY(-50%);
  pointer-events: none;
  background: url(../img/arrow.png) no-repeat 50% 50%;
  background-size: contain;
  transition: all 0.2s ease;
}
.btnArea a:hover::after{
  right: 1.8em;
}
@media (max-width: 767px) {
  .btnArea a{
    width: 300px;
    padding: 20px 0;
    font-size: 15px;
  }
  .btnArea a:hover{
    background-position-x: 300px;
  }
  .btnArea.pc{
    display: none;
  }
}

/*-------------------------------------------------------------------------
 追加分
--------------------------------------------------------------------------*/
#Header,#Globalnavi,.leadSection,.footerTagline,#reasonCtn,#footer,#footerLinks,#footerCopy {
  display: none;
}
#container {
  width: 100%;
  margin: 0 auto;
  position: static;
  font-family: inherit;
  color: inherit;
  font-size: 1.6rem;
}
.column2R #main {
  float: none;
  width: auto;
}
#lp_page {
  margin-top: 0 !important;
  position: relative;
}
@media (max-width: 767px) {
  #lp_page {
    width: 100%;
  }
}
