@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*==================================================
	Universal Reset
	Default Style
	hasLayout
==================================================*/
/*==================================================
	Base Layout
	Header Area
	Global Navigation
	Main Visual
	Contents Area
	Main Area
	Aside Area
	Footer Area
==================================================*/
/*==================================================
	Heading
	Text
	Unorderd List
	Orderd List
	Difinision List
	Link
	Table
	Form
	Layout
	Option
	Clear Fix
==================================================*/
/*--------------------------------------------------
	Universal Reset
--------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,del,ins,em,img,hr,q,strong,sub,sup,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:100%;
}

ul,ol{
list-style:none;
}

table,th,td{
border:0 none;
}

th{
font-weight:normal;
text-align:left;
}

caption{
text-align:left;
}

strong{
font-weight:normal;
}

em{
font-style:normal;
}

img{
border:0;
vertical-align:top;
}

dt{
font-weight:normal;
}

fieldset{
border:0 none;
}

legend{
display:none;
}

textarea{
font-size:1em;
}
input{
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/*--------------------------------------------------
	Default Style
--------------------------------------------------*/
html{
font-size: 62.5%;
}
body{
font-size:1.6em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
margin-bottom:0;
}

em{
font-style:italic;
}

strong{
font-weight:bold;
}

a,
a:link{
color:#19378c;
}

a:visited{
}

a:hover,
a:active,
a:focus{
text-decoration:none;
}

p,ul,ol,dl,table{
margin-bottom:0;
}

sup{
vertical-align:top;
}

sub{
vertical-align:baseline;
}

/*--------------------------------------------------
	hasLayout
--------------------------------------------------*/
div,ul,dl,dt,dd,p,
h1,h2,h3,h4,h5,h6{
zoom:1;
}

article,aside,dialog,figure,footer,
header,hgroup,menu,nav,section{
display:block;
}

/*--------------------------------------------------
	Base Layout
--------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  width: 100%;
  min-width: 1120px;
}
a:hover{
 opacity: 0.7;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}

.centban{
  margin:  0 auto;
  width: 100%;
  max-width: 800px;
}

.centban img{
  width: 100%;
}

@media only screen and (max-width: 750px) {
  body{
    width: 100%;
    min-width: 100%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/*--------------------------------------------------
	Header Area
--------------------------------------------------*/
.header_inner{
  width: 1120px;
  height: 104px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo_area{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.header_sns_area{
  display: flex;
  align-items: center;
  z-index: 3;
}
.header_sns_area li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 16px;
}
@media only screen and (max-width: 750px) {
  header{
    display: block;
    position: relative;
    z-index: 1;
  }
  .header_inner{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .header_logo_area{
    display: flex;
    align-items: center;
    width: 107px;
  }
  .header_logo_area img{
    width: 100%;
  }
  .header_sns_area{
    position: absolute;
    width: auto;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    margin-right: 15px;
  }
  .header_sns_area li{
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  .header_sns_area li img{
    width: 100%;
  }
}

/*--------------------------------------------------
	Main Visual
--------------------------------------------------*/
.kv_wrap .kv_block{
  width: 100%;
  height: 796px;
  background: url(./img/kv_bg_01.png) center center no-repeat;
  background-size: cover;
}
.kv_wrap .kv_block_inner{
  width: 1120px;
  margin: 0 auto;
  /* display: flex;
  justify-content: space-between;
  align-items: flex-start; */
  position: relative;
}
.kv_wrap .kv_block_inner .kv_block_chara{
  position: absolute;
  z-index: 2;
  top: -59px;
  left: -2%;
}
.kv_wrap .kv_block_inner .kv_block_chara img{
  width: 75%;
  position: relative;
  right: 120px;
  /* margin-left: -119px;
  margin-top: -66px; */
}
.kv_wrap .kv_block_inner .kv_block_text{
  /* display: flex; */
  position: absolute;
  z-index: 1;
  /* margin-top: 38px;
  margin-left: -67px; */
  right: 0%;
  top: 31px;
}
.kv_wrap .kv_block_inner .kv_block_text img{
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .kv_wrap{
    width: 100%;
    overflow-x: hidden;
    padding-top: 14px;
    margin-top: -14px;
  }
  .kv_wrap .kv_block{
    height: 100%;
    min-height: 550px;
  }
  .kv_wrap .kv_block_inner{
    width: 100%;
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
  }
  .kv_wrap .kv_block_inner .kv_block_chara {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: -10px auto 0;
    top: 0;
    left: 0;
}
  .kv_wrap .kv_block_inner .kv_block_chara img{
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .kv_wrap .kv_block_inner .kv_block_text{
    width: 66.7%;
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    margin: 0 auto;
    z-index: 2;
  }
  .kv_wrap .kv_block_inner .kv_block_text img{
    width: 100%;
  }
}
/*--------------------------------------------------
	Global Navigation
--------------------------------------------------*/
nav{
  width: 100%;
  background: linear-gradient( to bottom, #3a3a3a 0%, #202020 100%);
}
nav .gnav{
  width: 1120px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .gnav li{
  position: relative;
  margin-right: 31px;
}
nav .gnav li a{
  padding: 0 45px 0 49px;
  height: 72px;
  display: flex;
  align-items: center;
}
nav .gnav li a:hover{
 opacity: 0.7;
}
nav .gnav li:first-child a{
  padding: 0 30px;
}
nav .gnav li:last-child{
  margin-right: 0;
}
nav .gnav li:after{
  content: '';
  background: url(./img/gnav_line_01.png) center center no-repeat;
  display: block;
  position: absolute;
  width: 31px;
  height: 71px;
  margin: auto 0;
  right: -31px;
  top: 0;
}
@media only screen and (max-width: 750px) {
  nav{
    width: 100%;
    background: linear-gradient( to bottom, #3a3a3a 0%, #202020 100%);
  }
  nav .gnav{
    width: 100% ;
    height: 100px;
    flex-wrap: wrap;
  }
  nav .gnav li{
    width: 50%;
    margin-right: 0;
  }
  nav .gnav li a{
    padding: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav .gnav li a img{
    width: 82.6%;
  }
  nav .gnav li:first-child a{
    padding: 0;
  }
  nav .gnav li:after{
    content: none;
  }
  nav .gnav li:nth-child(2n):after{
    content: '';
    width: 1px;
    height: 20px;
    background: #727272;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
  }

}
/*--------------------------------------------------
	Contents Area
--------------------------------------------------*/
section{
  width: 100%;
  overflow-x: hidden;
}
.content_block {
  background: url(./img/bg_01.png) top center/cover no-repeat;
  position: relative;
}
.content_block .content_body{
  width: 960px;
  margin: 0 auto;
}
#section_products .content_block .content_body{
  padding: 60px 0 60px;
}
@media only screen and (max-width: 750px) {
  .content_block .content_body{
    width: 100%;
    margin: 0 auto;
  }
  #section_products .content_block .content_body{
    padding: 29px 0 150px;
  }
}

#section_products .content_block .content_body_title {
  width: 100%;
  margin-top: 30px;
  background: url(./img/title_text_05_bg.png) top center/cover no-repeat;
  height: 100px;
}
#section_products .content_block .content_body_title img{
  width: 1226px;
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #section_products .content_block .content_body_title {
    width: 100%;
    margin-top: 30px;
    background: none;
  }
  #section_products .content_block .content_body_title img{
    width: 100%;
    margin: auto;
  }
}


/*--------------------------------------------------
	head
--------------------------------------------------*/
.content_block .content_head{
  width: 960px;
  /* height: 272px; */
  margin: 43px auto 0;
}
.content_block .content_head h2{
  width: 100%;
  /* height: 190px; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
}
.content_block .content_head_img_area{
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_block .content_head_img_area img.pcOnly{
  display: inline-flex;
}
.content_block .content_head_img_area ul{
  text-align: center;
}
.content_block .content_head_img_area ul li:not(:last-child){
  margin-bottom: 42px;
}
.content_block .content_head_img_area ul li:first-child{
  margin: -6px 0 13px;
}
@media only screen and (max-width: 750px) {
  .content_block .content_head{
    width: 100%;
    /* height: 150px; */
    margin: 22px auto 0;
  }
  .content_block .content_head h2{
    width: 83%;
    margin: 0 auto;
    /* height: 150px; */
  }
  .content_block .content_head_img_area{
    padding: 0 25px;
  }
  .content_block .content_head_img_area ul li:first-child {
    margin: 3px auto 5px !important;
    width: 78%;
}
  .content_block .content_head_img_area ul li:not(:last-child) {
    margin-bottom: 23px;
}
  .content_block .content_head_img_area ul li:last-child{
    width: 82%;
    margin: auto;
  }
  .content_block .content_head_img_area img.pcOnly{
    display: none;
  }
}
/*--------------------------------------------------
	bonus
--------------------------------------------------*/

#section_products .content_block .bonus_title {
  margin: 30px 0 10px;
}
#section_products .content_block .bonus_title img {
  width: 100%;
}
#section_products .content_block .bonus_content {
  width: 50%;
  margin: 0 auto;
  border: #BEC7D9 solid 1px;
  box-shadow: #BEC7D9 0px 3px 10px;
}
#section_products .content_block .bonus_content img{
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #section_products .content_block .bonus_content {
    padding: 0 25px;
  }
}

/*--------------------------------------------------
	section_products
--------------------------------------------------*/
#section_products .content_block .character_01 {
  position: absolute;
  bottom: 35.2%;
  left: 0;
}
#section_products .content_block .character_02 {
  position: absolute;
  bottom: 15.2%;
  right: 0;
}
#section_products .content_block .character_01 img{
  position: relative;
  z-index: -2;
}
#section_products .content_block .character_02 img{
  position: relative;
  z-index: 0;
}
#section_products .content_body{
  color: #5b5b5b;
}
#section_products .content_body h2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
#section_products .content_body .product_images{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section_products .content_body .product_images{
  overflow: hidden;
  /* padding: 1px 0 0 1px; */
}
#section_products .content_body .product_images li{
  border: solid 1px #e6e6e6;
  overflow: hidden;
  float: left;
  position: relative;
  background: #fff;
}
#section_products .content_body .product_images li:first-child,
#section_products .content_body .product_images li:nth-child(2){
  width: 48%;
  height: 48%;
  padding-top: calc(48% - 1px);
  margin-bottom: 2%;
}
#section_products .content_body .product_images li:nth-child(2) ~ li {
  width: 10%;
  height: 10%;
  padding-top: calc(10% - 1px);
}
#section_products .content_body .product_images li:first-child:last-child {
  width: 48%;
  height: 48%;
  padding-top: calc(48% - 1px);
  margin: auto;
}
#section_products .content_body .product_images a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.075);
}
#section_products .content_body .product_images img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: 50% 50%;
  flex-shrink: 0;
}
#section_products .table_block{
  position: relative;
  margin-bottom: 100px;
}
#section_products .content_body .table_block table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: 'Noto Sans Japanese', sans-serif;
}
#section_products .content_body .table_block table tr:not(:last-child){
  border-bottom: solid 1px #ccc;
}
#section_products .content_body .table_block table td{
  padding: 12px 0;
  font-size: 24px;
}
#section_products .content_body .table_block table tr:first-child td{
  padding: 30px 0 7px;
}
#section_products .content_body .table_block table td span{
  color: #ef4416;
  font-size: 12px;
  display: block;
}
#section_products .content_body .table_block th{
  color: #004298;
  font-size: 20px;
  width: 240px;
  text-align: center;
  /* padding: 20px 0; */
  display: table-cell;
  vertical-align: middle;
}
#section_products .content_body .table_block tr:first-child th{
  padding-top: 35px;
  display: block;
}
#section_products .content_body .table_block .align-r{
  margin-right: 140px;
  margin-top: -9px;
}
#section_products .content_body .table_block.table_block_detail{
  margin: 33px 0 22px;
}
#section_products .content_body .table_block.table_block_detail td{
  font-size: 18px;
  line-height: 30px;
  padding: 17px 0 0;
}
#section_products .content_body .table_block.table_block_detail tr:first-child th{
  padding-top: 0;
}
#section_products .content_body .table_block.table_block_detail tr:first-child td{
  font-size: 24px !important;
  padding-top: 0;
  padding-bottom: 15px;
}
#section_products .content_body .table_block.table_block_detail td span{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
}
#section_products .content_body .btn_wrap {
  text-align: center;
}
#section_products .content_body .btn_buy{
  width: 503px;
  height: 88px;
  background-color: rgb(249, 162, 37);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 auto;
  line-height: 2.5em;
  text-align: center;
}
#section_products .content_body .btn-addcart{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 503px;
  height: 88px;
  background-color: #bbb;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: .8;
  cursor: default;
  line-height: 2.5em;
  text-align: center;
  border: none;
}
#section_products .content_body .btn_buy:hover{
  opacity: 0.7;
}
#section_products .content_body .btn_buy a{
  color: #fff;
  text-decoration: none;
  display: block;
}
#section_products .content_body .products_list_item_text_block_txt{
  width: 841px;
  margin: 60px auto 16px;
  font-size: 1.7rem;
  line-height: 2.3rem;
  color: #191919;
}
#section_products .content_body .caution_block{
  background: #fae6e1;
  margin-top: 41px;
  padding: 54px;
}
#section_products .content_body .caution_block h3{
  font-size: 24px;
  color: #5b5b5b;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}
#section_products .content_body .caution_block h4{
  font-size: 20px;
  color: #ef4416;
  font-weight: bold;
  text-align: center;
  margin-bottom: 21px;
}
#section_products .content_body .caution_block ul li{
  font-size: 14px;
  line-height: 25px;
}
#section_products .content_body .caution_block span{
  font-weight: bold;
}

.product_title {
  margin: 60px 0 30px;
}
@media only screen and (max-width: 750px) {
  .content_block {
    background: none;
    position: relative;
}
  #section_products{
    background: url(./img/bg_01_sp.png) top center/contain no-repeat;
  }
  #section_products img{
    width: 100%;
  }
  #section_products .content_block .character_01 img{
    z-index: 1;
  }
  #section_products .content_block .character_02 img{
    z-index: 1;
  }
  #section_products .content_body{
    background: url(./img/footer_bg_01_sp.png) bottom center/100% no-repeat;
  }
  #section_products .content_body .product_images{
    padding: 0 25px;
  }
  #section_products .content_body .product_images li:first-child,
  #section_products .content_body .product_images li:nth-child(2),
  #section_products .content_body .product_images li:first-child:last-child {
    width: 100%;
    height: 100%;
    padding-top: calc(100% - 1px);
    margin-right: 0;
  }
  #section_products .content_body .product_images li:nth-child(2) ~ li{
    width: 32%;
    height: 32%;
    padding-top: calc(32% - 1px);
  }
  #section_products .content_body .product_images li:not:nth-child(3n+2){
    margin: 0 2% 4.5% 0;
  }
  #section_products .content_body .product_images li:nth-child(3n+2){
    margin: 0 0 4.5% 0;
  }
  #section_products .content_body .product_images li:first-child,
  #section_products .content_body .product_images li:nth-child(2):last-child{
    margin: 0 0 6.5% 0 !important;
  }
  #section_products .content_body .table_block{
    padding: 0 25px;
}
  #section_products .content_body .table_block table,
  #section_products .content_body .table_block tbody,
  #section_products .content_body .table_block tr,
  #section_products .content_body .table_block th,
  #section_products .content_body .table_block td{
    display: block;
}
  #section_products .content_body .table_block tr{
    margin: 16px 0;
  }
  #section_products .content_body .table_block th{
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}
  #section_products .content_body .table_block td{
    font-size: 14px !important;
    line-height: 25px;
}
  #section_products .content_body .table_block.table_block_detail tr{
    margin: 14px 0;
}
  #section_products .content_body .table_block.table_block_detail tr:first-child{
    margin: 7px 0 0;
  }
  #section_products .content_body .table_block.table_block_detail td{
    padding: 0;
  }
  #section_products .content_body .table_block.table_block_detail tr:first-child td{
    font-size: 14px !important;
    line-height: 25px;
}
  #section_products .content_body .table_block.table_block_detail td span{
    font-size: 14px;
}
  #section_products .content_body .btn_wrap{
    padding: 0 25px;
  }
  #section_products .content_body .btn_buy,
  #section_products .content_body .btn-addcart{
    width: 100%;
    height: 50px;
    font-size: 20px;
  }
  #section_products .content_body .table_block.table_block_detail{
    position: relative;
  }
  #section_products .content_block .character_01 {
    position: absolute;
    bottom: -6.3% !important;
    left: 45.5%;
  }
  #section_products .content_block .character_02 {
    position: absolute;
    bottom: 4.7% !important;
    left: 54.5%;
  }
  #section_products .content_block .character_01 img{
    width: 100% !important;
  }
  #section_products .content_block .character_02 img{
    width: 100% !important;
  }
  #section_products .content_body .products_list_item_text_block{
    padding: 0 25px;
  }
  #section_products .content_body .products_list_item_text_block_txt{
    width: 100%;
    margin: 22px auto 0;
    font-size: 3.2vw;
    line-height: 4.7vw;
  }
  #section_products .content_body .table_block table tr:first-child td{
    padding: 0;
  }
  #section_products .content_body .table_block tr:first-child th{
    padding-top: 3px;
  }
  #section_products .content_body .table_block .align-r{
    text-align: left !important;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 21px;
  }
  #section_products .content_body .table_block table td{
    padding: 0 0 14px;
  }
  #section_products .content_body .table_block table td span{
    line-height: 20px;
  }
  #section_products .content_body .caution_block{
    margin: 15px 25px 0;
    padding: 29px 15px 23px;
  }
  #section_products .content_body .caution_block h3{
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 16px;
  }
  #section_products .content_body .caution_block h4{
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1680px) {
  #section_products .content_block .character_01{
    bottom: 36%;
  }
  #section_products .content_block .character_01 img{
    width: 70%;
  }
  #section_products .content_block .character_02{
    bottom: 16%;
  }
  #section_products .content_block .character_02 img{
    width: 80%;
  }
}
@media only screen and (max-width: 1500px) {
  #section_products .content_block .character_01{
    bottom: 35%;
  }
  #section_products .content_block .character_01 img{
    width: 50%;
  }
  #section_products .content_block .character_02{
    bottom: 16%;
  }
  #section_products .content_block .character_02 img{
    width: 80%;
  }
}

/*--------------------------------------------------
	footer_area
--------------------------------------------------*/
.footer_area .footer_head{
  background: url(./img/footer_bg_01.png) center center no-repeat;
  background-size: cover;
  padding-bottom: 475px;
}
.footer_area .footer_head .bnr_block{
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .footer_area .footer_head{
    background: url(./img/footer_bg_01_sp.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 290px;
  }
  .footer_area .footer_head .bnr_block{
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .footer_area .footer_head .bnr_block  img{
    width: 100%;
  }
}

/* footer */
.main-footer {
  position: relative;
  z-index: 2;
  min-width: 1280px;
  padding-top: 0px;
  background: url("./img/footer_bg.jpg") 50% 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "footer-list-begin . . footer-list-end" "footer-list-begin . . footer-list-end";
  position: relative;
  z-index: 5;
  width: 1128px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.footer-grid .footer-list {
  padding-right: 1em;
}

.footer-grid .footer-list:first-child {
  grid-area: footer-list-begin;
}

.footer-grid .footer-list:last-child {
  grid-area: footer-list-end;
}

.footer-grid .footer-list h4 {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: bold;
}

.footer-grid .footer-list li {
  margin: 10px 0;
  font-size: 1.3rem;
}

.footer-grid a {
  color: #fff;
  text-decoration: none;
}

.footer-grid a:hover {
  text-decoration: underline;
}

@media all and (-ms-high-contrast: none) {
  .footer-grid {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
  }
  .footer-grid .footer-list {
    -ms-grid-column-span: 1;
  }
  .footer-grid .footer-list:first-child, .footer-grid .footer-list:nth-child(2), .footer-grid .footer-list:nth-child(3), .footer-grid .footer-list:last-child {
    grid-row: 1;
    -ms-grid-row: 1;
  }
  .footer-grid .footer-list:nth-child(4), .footer-grid .footer-list:nth-child(5) {
    -ms-grid-row-span: 1;
    grid-row: 2;
    -ms-grid-row: 2;
  }
  .footer-grid .footer-list:first-child {
    -ms-grid-row-span: 2;
    grid-column: 1;
    -ms-grid-column: 1;
  }
  .footer-grid .footer-list:nth-child(2) {
    -ms-grid-row-span: 1;
    grid-column: 2;
    -ms-grid-column: 2;
  }
  .footer-grid .footer-list:nth-child(3) {
    -ms-grid-row-span: 1;
    grid-column: 3;
    -ms-grid-column: 3;
  }
  .footer-grid .footer-list:nth-child(4) {
    grid-column: 2;
    -ms-grid-column: 2;
  }
  .footer-grid .footer-list:nth-child(5) {
    grid-column: 3;
    -ms-grid-column: 3;
  }
  .footer-grid .footer-list:last-child {
    -ms-grid-row-span: 2;
    grid-column: 4;
    -ms-grid-column: 4;
  }
}

.footer-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 1128px;
  margin: 0 auto;
  height: 105px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 2px #000;
}

.footer-bottom .footer-logo {
  margin-right: 60px;
}

.footer-bottom .footer-logo img {
  display: block;
}

.footer-bottom-links {
  display: flex;
  margin-bottom: 12px;
}

.footer-bottom-links li {
  margin-right: 18px;
  padding-right: 18px;
  line-height: 1;
  border-right: 1px solid #fff;
}

.footer-bottom-links li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.footer-bottom-links a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}

.footer-bottom-links a[target="_blank"] {
  padding-left: 16px;
  background: url("./img/icon_blank_w.svg") no-repeat 0 50%/11px auto;
}

@media screen and (max-width: 1800px) {
  .listt{
    font-size: 2.5rem;
    color: #CD4A0F;
  }
  .footer-grid {
    width: 60%;
    margin: 0 0 0 7.5%;
  }
  .footer-bottom {
    margin: 0 0 0 7.5%;
  }
}
@media only screen and (max-width: 750px) {
  .listt{
    font-size: 3.6vw;
    color: #CD4A0F;
  }
  
 /* footer */
  .main-footer {
    z-index: auto;
    min-width: 0;
    background-size: auto 300px;
  }
  .main-footer::after {
    display: none;
  }
  .footer-grid {
    display: none;
  }
  .footer-bottom {
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0;
    text-shadow: none;
  }
  .footer-bottom .footer-logo {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 40px 0 70px;
    /* border-top: 0.5px solid rgba(255, 255, 255, 0.13); */
  }
  .footer-bottom .footer-logo img {
    margin: 0 auto;
  }
  .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 25px;
  }
  .footer-bottom-links li {
    width: calc(50% - 25px);
    margin: 0 25px 30px 0 !important;
    padding: 0;
    border: none;
    font-size: 1.2rem;
  }
  .footer-bottom .footer-copy {
    position: relative;
    top: 100px;
    padding: 0 25px;
    font-size: 10.5px;
    text-align: center;
  }
}


/*
.footer_area footer{
  width: 100%;
  height: 110px;
  background: linear-gradient(-90deg, rgba(48, 48, 48, 1) 0%, rgba(0, 0, 0, 0) 15%,rgba(0, 0, 0, 0) 85%,rgba(48, 48, 48, 1) 100%),
  url(./img/footer_bg_02.png) 19px center repeat;

}
.footer_area footer .footer_inner{
  width: 960px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 22px;
  box-sizing: border-box;
}
.footer_area footer .footer_block_left{
  width: 480px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer_area footer .footer_block_left .footer_link{
  display: flex;
  padding: 0 9px;
  margin-bottom: 15px;
}
.footer_area footer .footer_block_left .footer_link li{
  margin-right: 30px;
  line-height: 1em;
}
.footer_area footer .footer_block_left .footer_link li:last-child{
  margin-right: 0;
}
.footer_area footer .footer_block_left .footer_link li a{
  font-size: 11px;
  line-height: 1em;
  color: #d8d8d8;
  text-decoration: none;
}
.footer_area footer .footer_block_left .footer_sns_area{
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.footer_area footer .footer_block_left .footer_sns_area li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 16px;
}
.footer_area footer .footer_block_right{
  width: 260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.footer_area footer .footer_block_right .footer_link{
  display: flex;
  margin-top: 5px;
  margin-bottom: 13px;
}
.footer_area footer .footer_block_right .footer_link li{
  margin-left: 12px;
}
.footer_area footer .footer_block_right .footer_link li img{
  width: 100%;
}
.footer_area footer .footer_block_right .footer_link li:nth-child(1){
  width: 100px;
}
.footer_area footer .footer_block_right .footer_link li:nth-child(2){
  width: 52px;
}
.footer_area footer .footer_block_right .copyright{
  font-size: 11px;
  color: #d8d8d8;
}
@media only screen and (max-width: 750px) {
  .footer_area .footer_head{
    background: url(./img/footer_bg_01_sp.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 290px;
  }
  .footer_area .footer_head .bnr_block{
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .footer_area .footer_head .bnr_block  img{
    width: 100%;
  }
  .footer_area footer{
    background: #303030;
    height: auto;
  }
  .footer_area footer .footer_inner{
    width: 100%;
    padding: 25px 25px;
    display: block;
    box-sizing: border-box;
  }
  .footer_area footer .footer_block_left{
    width: 100%;
    position: relative;
  }
  .footer_area footer .footer_block_left .footer_link{
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }
  .footer_area footer .footer_block_left .footer_link li{
    width: 50%;
    display: block;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .footer_area footer .footer_block_left .footer_sns_area{
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -25px;
  }
  .footer_area footer .footer_block_left .footer_sns_area li{
    width: 25px;
    margin-right: 10px;
  }
  .footer_area footer .footer_block_left .footer_sns_area li:last-child{
    margin-right: 0;
  }
  .footer_area footer .footer_block_left .footer_sns_area li img{
    width: 100%;
  }
  .footer_area footer .footer_block_right{
    width: 100%;
    position: relative;
  }
  .footer_area footer .footer_block_right .footer_link{
    margin-top: 0;
    margin-bottom: 12px;
  }
  .footer_area footer .footer_block_right .footer_link li{
    margin-left: 9px;
  }
  .footer_area footer .footer_block_right .footer_link li:nth-child(1){
    width: 75px;
  }
  .footer_area footer .footer_block_right .footer_link li:nth-child(2){
    width: 39px;
  }
  .footer_area footer .footer_block_right .copyright{
    font-size: 8px;
  }
}
*/
/*--------------------------------------------------
	Option
--------------------------------------------------*/

.mb-10{
margin-bottom:10px !important;
}

.mb-20{
margin-bottom:20px !important;
}

.mb-30{
margin-bottom:30px !important;
}

.mb-40{
margin-bottom:40px !important;
}

.mb-50{
margin-bottom:50px !important;
}

.mb-60{
margin-bottom:60px !important;
}

.mb-70{
margin-bottom:70px !important;
}

.mb-00{
margin-bottom:0 !important;
}

.mt-10{
margin-top:10px !important;
}

.mt-20{
margin-top:20px !important;
}

.mt-30{
margin-top:30px !important;
}

.mt-40{
margin-top:40px !important;
}

.mt-50{
margin-top:50px !important;
}

.mt-60{
margin-top:60px !important;
}

.mt-70{
margin-top:70px !important;
}

.mt-00{
margin-top:0 !important;
}

.pt-10{
padding-top:10px !important;
}

.pt-20{
padding-top:20px !important;
}

.pt-30{
padding-top:30px !important;
}

.pt-40{
padding-top:40px !important;
}

.pt-50{
padding-top:50px !important;
}

.pt-60{
padding-top:60px !important;
}

.pt-70{
padding-top:70px !important;
}

.pt-00{
padding-top:0 !important;
}

.pb-10{
padding-bottom:10px !important;
}

.pb-20{
padding-bottom:20px !important;
}

.pb-30{
padding-bottom:30px !important;
}

.pb-40{
padding-bottom:40px !important;
}

.pb-50{
padding-bottom:50px !important;
}

.pb-60{
padding-bottom:60px !important;
}

.pb-70{
padding-bottom:70px !important;
}

.pb-00{
padding-bottom:0 !important;
}

.align-l{
text-align:left !important;
}

.align-c{
text-align:center !important;
}

.align-r{
text-align:right !important;
}

.align-t{
vertical-align: top !important;
}

.clrFix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
}