@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600&display=swap&subset=japanese");
/*--------------------------------------------------
  Universal Reset
--------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

dt {
  font-weight: normal;
}

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: 1.6em / normal "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fff;
}

a {
  color: #19378c;
}

a:link {
  color: #19378c;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/* a:visited{
} */
p, ul, ol, dl, table {
  margin-bottom: 0;
}

/*--------------------------------------------------
  hasLayout
--------------------------------------------------*/
article, aside, dialog, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/*--------------------------------------------------
  Base Layout
--------------------------------------------------*/
body {
  width: 100%;
  min-width: 1120px;
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 750px) {
  body {
    min-width: auto;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: initial;
  }
}

/*--------------------------------------------------
  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;
}

.header_logo_area img {
  width: 215px;
}

.header_sns_area {
  display: flex;
  align-items: center;
}

.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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.kv_wrap img {
  pointer-events: none;
}

.kv_wrap .kv_block {
  width: 100%;
  max-width: 1920px;
  height: 796px;
  background: url("../img/kv_bg_01.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.kv_wrap .kv_block_inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

.kv_wrap .kv_block_inner .kv_block_chara {
  position: absolute;
  top: 148px;
  left: -97px;
  z-index: 2;
}

.kv_wrap .kv_block_inner .kv_block_text {
  position: absolute;
  top: 60px;
  right: -70px;
}

.sp{
	display: none;
}

.infotxt{
	width: 100%;
	padding: 30px 10px;
	color:#D30003;
	background: #191811;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.infotxt a:link { color: #D30003; }
.infotxt a:visited { color: #D30003; }
.infotxt a:hover { color: #D30003; }
.infotxt a:active { color: #D30003; }




@media only screen and (max-width: 750px) {

	.infotxt{
		font-size: 4vw;
	}
	
	
	.kv_wrap {
    width: 100%;
    overflow-x: hidden;
    padding-top: 14px;
    margin-top: -14px;
  }
	
	.kv_wrap .kv_block {
	  height: 100%;
	}
	
	.sp{
		display: block;
		width: 100%;
	}
	.kv_block_text{
		display: none;
	}
	
	/*
  .kv_wrap .kv_block {
    background: url("../img/kv_bg_01_sp.jpg") no-repeat 50% 50%/cover;
  }
  .kv_wrap .kv_block_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .kv_wrap .kv_block_inner .kv_block_chara {
    top: -14px;
    left: 50%;
    width: calc(793px / 2);
    transform: translateX(-52.5%);
  }
  .kv_wrap .kv_block_inner .kv_block_chara img {
    width: 100%;
  }
  .kv_wrap .kv_block_inner .kv_block_text {
    top: auto;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 251px;
    margin: 0 auto;
  }
  .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: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .gnav li {
  position: relative;
  margin-right: 43px;
}

nav .gnav li a {
  padding: 0 30px;
  height: 100px;
  display: flex;
  align-items: center;
  transition: opacity .15s;
}

nav .gnav li a:hover {
  opacity: .7;
}

nav .gnav li::after {
  content: '';
  background: url("../img/gnav_line_01.png") 50% 50% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: -43px;
  width: 43px;
  height: 100px;
  margin: auto 0;
  pointer-events: none;
}

nav .gnav li:last-child {
  margin-right: 0;
}

nav .gnav li:last-child::after {
  display: none;
}

@media only screen and (max-width: 750px) {
  nav .gnav {
    width: 100%;
    height: 130px;
    flex-wrap: wrap;
  }
  nav .gnav li {
    width: 50%;
    margin-right: 0;
  }
  nav .gnav li a {
    padding: 0;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none;
    opacity: 1 !important;
  }
  nav .gnav li a img {
    width: 82.6%;
  }
  nav .gnav li:nth-child(2n+1)::after {
    display: none;
  }
  nav .gnav li:nth-child(2n)::after {
    display: block !important;
    width: 1px;
    height: 20px;
    background: #727272;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
  }
}

/*--------------------------------------------------
  Contents Area
--------------------------------------------------*/
main {
  position: relative;
  background: #1f1f1f;
  color: #fff;
}

section {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow-x: hidden;
}

section .content_head {
  width: 100%;
	max-width: 1920px;
  height: 272px;
}

section .content_head h2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section .content_head h2 img {
  pointer-events: none;
}

section .content_body {
  width: 1120px;
  margin: 0 auto;
}

section .content_body .products_title {
  margin-bottom: 40px;
}

section .content_body .products_title img {
  display: block;
  margin: 0 auto;
}

section .content_body .label_text {
  overflow: hidden;
  width: 246px;
  height: 34px;
  margin: 0 auto 32px;
  background: url("../img/label_text.png") no-repeat 0 0;
  white-space: nowrap;
  text-indent: 100%;
}

section .content_body .title_line {
  display: flex;
  align-items: center;
  margin: 22px 0;
  font: 2.4rem / 1.1 "Noto Serif JP", serif;
}

section .content_body .title_line::after {
  display: block;
  flex: 1;
  width: auto;
  height: 1px;
  margin-left: 10px;
  background: #333;
  content: "";
}

section .content_body .normal_list {
  margin: 0 0 22px;
  font-size: 1.3rem;
}

section .content_body .normal_list li {
  margin: 4px 0;
  padding-left: 1em;
  text-indent: -1em;
}

section .content_body .normal_list li::before {
  content: "・";
}

section .content_body .notice_list {
  font-size: 1.3rem;
}

section .content_body .notice_list li {
  margin: 4px 0;
  padding-left: 1em;
  text-indent: -1em;
}

section .content_body .notice_list li::before {
  content: "※";
}

section .content_body .product_list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

section .content_body .product_list li {
  width: 222px;
}

section .content_body .product_list_img {
  margin-bottom: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

section .content_body .product_list_img img {
  display: block;
}

section .content_body .product_list h4 {
  margin-bottom: 6px;
  white-space: nowrap;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.47;
}

section .content_body .product_list p {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 750px) {
  main {
    width: 100%;
  }
  section .content_head {
    height: 150px;
  }
  section .content_body {
    width: 100%;
  }
  section .content_body .label_text {
    width: 185px;
    height: 26px;
    background: url("../img/label_text_sp.png") no-repeat 0 0/contain;
  }
  section .content_body .title_line {
    margin: 22px 0 12px;
    font-size: 1.6rem;
  }
  section .content_body .normal_list,
  section .content_body .notice_list {
    margin-bottom: 18px;
    font-size: 1.2rem;
  }
  section .content_body .product_list {
    flex-wrap: wrap;
    margin: 25px 0 0;
  }
  section .content_body .product_list li {
    width: calc(50% - 25px / 2);
    margin-bottom: 25px;
  }
  section .content_body .product_list_img img {
    width: 100%;
  }
  section .content_body .product_list h4 {
    white-space: normal;
    font-size: 1.4rem;
    line-height: 1.428;
  }
}

/*--------------------------------------------------
  section_campaign
--------------------------------------------------*/
#section_campaign .content_head {
  background: url("../img/header_bg_01.jpg") no-repeat 50% 50%/cover;
}

#section_campaign .content_body {
  display: flex;
  justify-content: space-between;
  padding: 80px 33px 100px 80px;
}

#section_campaign .campaign_left {
  width: 640px;
}

#section_campaign .campaign_left h3 {
  margin-bottom: 30px;
  font: 600 2.8rem / 1.429 "Noto Serif JP", serif;
  white-space: nowrap;
}

#section_campaign .campaign_left h3 span {
  display: inline-block;
  padding-right: .12em;
  letter-spacing: -.12em;
}

#section_campaign .campaign_left .campaign_lead {
  margin-bottom: 35px;
  font: 1.6rem / 1.47 "Noto Serif JP", serif;
}

#section_campaign .campaign_left .campaign_lead span {
  display: inline-block;
  margin-left: -.25em;
  letter-spacing: -.08em;
}

#section_campaign .campaign_left .title_line {
  font-size: 2.2rem;
}

@media only screen and (max-width: 750px) {
  #section_campaign .content_head {
    background: url("../img/header_bg_sp_01.jpg") no-repeat 50% 50%/cover;
  }
  #section_campaign .content_head h2 {
    padding: 0 25px;
  }
  #section_campaign .content_head img {
    width: 100%;
  }
  #section_campaign .content_body {
    flex-direction: column-reverse;
    padding: 50px 25px;
  }
  #section_campaign .campaign_left {
    width: auto;
  }
  #section_campaign .campaign_left h3 {
    margin-bottom: 25px;
    white-space: normal;
    font-size: 2rem;
    line-height: 1.15;
  }
  #section_campaign .campaign_left .campaign_lead {
    margin-bottom: 45px;
    font-size: 1.45rem;
    line-height: 1.379;
  }
  #section_campaign .campaign_left .campaign_lead span {
    display: inline;
    padding-left: 0;
    letter-spacing: normal;
  }
  #section_campaign .campaign_left .title_line {
    font-size: 1.6rem;
  }
  #section_campaign .campaign_right {
    width: 238px;
    margin: 0 auto 25px;
  }
  #section_campaign .campaign_right img {
    width: 100%;
  }
}

/*--------------------------------------------------
  section_products
--------------------------------------------------*/
#section_products .section_inner {
  background: url("../img/products_bg_01.jpg") repeat-y 50% 0/100% auto;
}

#section_products .content_head {
  background: url("../img/header_bg_02.jpg") no-repeat 50% 50%/cover;
}

#section_products .content_body {
  padding: 47px 0 100px;
}

#section_products .products_block {
  width: 1265px;
  height: 1485px;
  margin-left: -72px;
  padding: 86px 153px 0 152px;
  background: url("../img/products_bg_02.png") no-repeat 0 0/contain;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}

#section_products .products_block .products_title {
  font: 5.2rem / 1.125 "Noto Serif JP", serif;
  text-align: center;
}

#section_products .products_block .products_title span {
  display: inline-block;
  padding-right: .12em;
  letter-spacing: -.12em;
}

#section_products .products_block .products_lead {
  margin: -8px 0 30px;
  font: 600 1.6rem / 1.812 "Noto Serif JP", serif;
  text-align: center;
}

#section_products .products_block .notice_list li {
  margin: 0;
}

@media only screen and (max-width: 750px) {
  #section_products .content_head {
    background: url("../img/header_bg_sp_02.jpg") no-repeat 50% 50%/cover;
  }
  #section_products .content_head img {
    width: calc(279 / 650 * 100%);
  }
  #section_products .content_body {
    padding: 12px 0 50px;
  }
  #section_products .products_block {
    width: auto;
    height: auto;
    margin: 0;
    padding: 48px 25px 80px;
    background-position: 50% 50%;
    background-size: cover;
  }
  #section_products .products_block .products_title {
    font-size: 3.2rem;
  }
  #section_products .products_block .products_lead {
    font-size: 1.2rem;
    line-height: 1.667;
  }
  #section_products .products_block .products_main img {
    width: 100%;
  }
  #section_products .products_block .notice_list li {
    margin: 0;
  }
}

/*--------------------------------------------------
  section_lineup
--------------------------------------------------*/
#section_lineup .content_head {
  background: url("../img/header_bg_03.jpg") no-repeat 50% 50%/cover;
}

#section_lineup .content_body {
  width: 960px;
  padding: 80px 0 100px;
}

#section_lineup .lineup_block {
  padding-bottom: 100px;
  border-bottom: 1px solid #333;
}

#section_lineup .lineup_block + .lineup_block {
  margin-top: 80px;
}

#section_lineup .lineup_block h3 {
  font: 5.2rem / 1.125 "Noto Serif JP", serif;
  text-align: center;
}

#section_lineup .lineup_block h3 span {
  display: inline-block;
  margin-left: -.25em;
}

#section_lineup .lineup_block .product_select {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

#section_lineup .lineup_block .product_select_left {
  width: 640px;
}

#section_lineup .lineup_block .product_select_left img {
  display: none;
}

#section_lineup .lineup_block .product_select_right {
  width: 296px;
}

#section_lineup .lineup_block .product_select_right .product_name {
  margin-bottom: 12px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
}

#section_lineup .lineup_block .product_select_right .product_price {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

#section_lineup .lineup_block .product_select_right .product_price .price {
  color: #ff6100;
  font-size: 1.7rem;
  font-weight: 600;
}

#section_lineup .lineup_block .product_select_right .product_buy {
  margin-bottom: 30px;
}

#section_lineup .lineup_block .product_select_right .product_buy_btn {
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  background:#9B9B9B;
  border-radius: 45px;
  box-shadow: none;
  outline: none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
}

#section_lineup .lineup_block .product_select_right .product_notice {
  margin: 20px 0;
  color: #ff4000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.389;
}

#section_lineup .lineup_block .product_select_right .product_select_area dt {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

#section_lineup .lineup_block .product_select_right .product_select_area dd + dt {
  margin-top: 25px;
}

#section_lineup .lineup_block .product_select_right .product_select_area label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 1.3rem;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  transition: all .15s;
  cursor: pointer;
}

#section_lineup .lineup_block .product_select_right .product_select_area :checked + label {
  border-color: #ff9625;
  background: #ff9625;
  font-weight: 600;
}

#section_lineup .lineup_block .product_select_right .product_select_area .inline {
  display: flex;
}

#section_lineup .lineup_block .product_select_right .product_select_area .inline label {
  margin-right: 8px;
  padding: 0 24px;
}

#section_lineup .lineup_block .product_select_right .product_select_area .inline label:last-child {
  margin-right: 0;
}

#section_lineup .lineup_block .product_select_right .product_select_area .block label {
  margin-bottom: 8px;
}

#section_lineup .lineup_block .product_select_right .product_select_area .block label:last-of-type {
  margin-bottom: 0;
}

#section_lineup .lineup_block .product_select_right .product_select_area input {
  display: none;
}

#section_lineup .lineup_block .product_detail {
  margin-top: 32px;
  font-size: 1.4rem;
}

#section_lineup .lineup_block .product_detail .detail {
  display: none;
}

#section_lineup .lineup_block .product_detail .prodct_detail_title {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
}

#section_lineup .lineup_block .product_detail .normal_list {
  margin-bottom: 26px;
}

@media only screen and (max-width: 750px) {
  #section_lineup .content_head {
    background: url("../img/header_bg_sp_03.jpg") no-repeat 50% 50%/cover;
  }
  #section_lineup .content_head img {
    width: calc(280 / 650 * 100%);
  }
  #section_lineup .content_body {
    width: auto;
    padding: 60px 25px 100px;
  }
  #section_lineup .lineup_block {
    padding-bottom: 50px;
  }
  #section_lineup .lineup_block + .lineup_block {
    margin-top: 50px;
  }
  #section_lineup .lineup_block h3 {
    font-size: 3.2rem;
  }
  #section_lineup .lineup_block .product_select {
    display: block;
    margin: 30px 0 0;
  }
  #section_lineup .lineup_block .product_select_left {
    width: auto;
    margin-bottom: 20px;
  }
  #section_lineup .lineup_block .product_select_left img {
    width: 100%;
  }
  #section_lineup .lineup_block .product_select_right {
    width: auto;
  }
  #section_lineup .lineup_block .product_select_right .product_name {
    font-size: 1.4rem;
  }
  #section_lineup .lineup_block .product_select_right .product_price {
    font-size: 1.2rem;
  }
  #section_lineup .lineup_block .product_select_right .product_price .price {
    font-size: 1.8rem;
  }
  #section_lineup .lineup_block .product_select_right .product_buy {
    margin-bottom: 20px;
  }
  #section_lineup .lineup_block .product_select_right .product_buy_btn {
    height: 40px;
    font-size: 1.5rem;
  }
  #section_lineup .lineup_block .product_select_right .product_notice {
    font-size: 1.7rem;
  }
  #section_lineup .lineup_block .product_select_right .product_select_area dt {
    font-size: 1.2rem;
  }
  #section_lineup .lineup_block .product_select_right .product_select_area label {
    height: 40px;
  }
  #section_lineup .lineup_block .product_select_right .product_select_area .inline {
    display: flex;
  }
  #section_lineup .lineup_block .product_select_right .product_select_area .inline label {
    margin-right: 10px;
  }
  #section_lineup .lineup_block .product_select_right .product_select_area .block label {
    margin-bottom: 10px;
  }
  #section_lineup .lineup_block .product_detail {
    margin-top: 32px;
    font-size: 1.2rem;
  }
  #section_lineup .lineup_block .product_detail .prodct_detail_title {
    font-size: 1.2rem;
  }
}

/*--------------------------------------------------
  section_movie
--------------------------------------------------*/
#section_movie .content_head {
  background: url("../img/header_bg_04.jpg") no-repeat 50% 50%/cover;
}

#section_movie .content_body {
  padding: 80px 0 100px;
  width: 960px;
}

#section_movie .youtube {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 56.25%;
}

#section_movie .youtube img, #section_movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section_movie .movie_caption {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  #section_movie .content_head {
    background: url("../img/header_bg_sp_04.jpg") no-repeat 50% 50%/cover;
  }
  #section_movie .content_head img {
    width: calc(257 / 650 * 100%);
  }
  #section_movie .content_body {
    padding: 50px 25px;
    width: auto;
  }
  #section_movie .youtube {
    margin-bottom: 20px;
  }
  #section_movie .movie_caption {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------
  last_section
--------------------------------------------------*/
.last_section {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 150px;
}

.last_section .bnr_block {
  text-align: center;
}

.last_section .bnr_block a {
  transition: opacity .15s;
}

.last_section .bnr_block a:hover {
  opacity: .7;
}

@media only screen and (max-width: 750px) {
  .last_section {
    width: auto;
    padding-bottom: 100px;
  }
  .last_section .bnr_block {
    padding: 0 25px;
  }
  .last_section .bnr_block a {
    transition: none;
    opacity: 1 !important;
  }
  .last_section .bnr_block img {
    width: 100%;
  }
}

.sticky_wrapper {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .1s;
}

.sticky_wrapper.polyfill {
  position: absolute;
}

.sticky_wrapper.polyfill.fixed {
  position: fixed;
}

.sticky_wrapper.active {
  pointer-events: auto;
  opacity: 1;
}

#totop {
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 25px;
  width: 103px;
  height: 99px;
  background: url("../img/totop.png") no-repeat 0 0;
  white-space: nowrap;
  text-indent: 100%;
  transition: opacity .15s;
  cursor: pointer;
}

#totop:hover {
  opacity: .7;
}

@media only screen and (max-width: 750px) {
  #totop {
    bottom: 18px;
    width: 61px;
    height: 60px;
    background: url("../img/totop_sp.png") no-repeat 0 0/cover;
    transition: none;
    opacity: 1 !important;
  }
}

/* footer */
.main-footer {
  position: relative;
  z-index: 2;
  min-width: 1280px;
  background: url("../img/footer_bg.jpg") 50% 0;
}

.footer-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 1128px;
  margin: 0 auto;
  height: 220px;
  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 .footer-logo-sp {
  display: none;
}

.footer-bottom .footer-notice {
  margin-bottom: 20px;
}

.footer-bottom .footer-copy span {
  display: inline-flex;
  align-items: center;
  padding: 0 4px;
}

.footer-bottom .footer-copy img {
  pointer-events: none;
}

.footer-bottom .logo_ps img {
  position: relative;
  top: 2px;
  height: 14px;
}

.footer-bottom .logo_ps4 img {
  height: 10px;
}

.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) {
  .footer-bottom {
    margin: 0 0 0 7.5%;
  }
}

@media only screen and (max-width: 750px) {
  /* footer */
  .main-footer {
    z-index: auto;
    min-width: 0;
    background-size: auto 300px;
    padding: 44px 0 40px;
  }
  .footer-bottom {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    text-shadow: none;
  }
  .footer-bottom .footer-logo {
    display: none;
  }
  .footer-bottom .footer-logo-sp {
    display: block;
    width: 147px;
    margin: 30px auto 20px;
  }
  .footer-bottom .footer-logo-sp img {
    width: 100%;
  }
  .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-notice {
    margin-bottom: 20px;
    padding: 0 25px;
    font-size: 1.05rem;
    text-align: center;
  }
  .footer-bottom .footer-copy {
    padding: 0 25px;
    font-size: 1.05rem;
    text-align: center;
  }
  .footer-bottom .logo_ps img {
    position: relative;
    top: 2px;
    height: 11px;
  }
  .footer-bottom .logo_ps4 img {
    height: 8px;
  }
}

@media only screen and (max-width: 320px) {
  .footer-bottom .footer-logo {
    top: -180px;
  }
}











