@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Damion&display=swap');

/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#lp_page * {
  box-sizing: border-box;
}
#lp_page a, #lp_page a span {
  text-decoration: none;
}
.breadCrumb {
  font-size: 12px;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
  width: 970px;
}
.breadCrumb li {
  background: url(../5img/bcBg_999.gif) no-repeat scroll left center !important;
  display: inline;
  padding: 0 0 0 10px;
}
.breadCrumb li:first-child {
  background: none;
  padding-left: 0;
}
.cont_wap {
    background: #fff;
    padding-bottom: 90px;
}
.cont_section {
  padding: 90px 0
}
.cont_inner {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
.main_title {
  width: 100%;
  background: #010208;
}
.main_title .main_title_inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.main_title .main_title_inner img {
  width: 100%;
}
.pagetop {
  display: none;
  width: 970px;
  margin: 0 auto;
}
.only_pc {
  display: block;
}
.only_sp {
  display: none;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 1;
}
#pagetop a {
  background-color: rgba(51,51,51,.8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #lp_page {
    width: 100%;
    font-size: 3.6vw;
    position: relative;
  }
  #lp_page img {
    max-width: 100%;
    height: auto;
  }
  #lp_page .breadCrumb {
    display: none;
  }
  .cont_section {
    padding: 60px 0
  }
  .cont_inner {
    width: 94%;
  }
  .main_title {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .main_title .main_title_inner {
    max-width: 100%;
    position: static;
    transform: translateX(0);
  }
  .pagetop {
    width: 96%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  img.only_sp {
    margin-left: auto;
    margin-right: auto;
  }
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　共通要素
---------------------------------------*/
.cont_section h2 {
    margin-bottom: 40px;
    text-align: center;
    font-style: italic;
    letter-spacing: 1.15px;
}
.cont_inner:nth-of-type(n+2) {
  margin-top: 90px;
}
#lp_page .c-button--primary-blue {
    width: 100%;
}
#lp_page .c-button--primary-blue, #lp_page .c-button--secondaryB-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    border: 1px solid #a3a3a3;
    border-radius: 2px;
    background-color: #fff;
    text-decoration: none;
}
#lp_page .c-button--primary-blue::before, #lp_page .c-button--secondaryB-white::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -168%;
    width: 150%;
    height: 100%;
    -webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
    background-color: #a3a3a3;
    content: '';
    opacity: 0.3;
}
#lp_page .c-button--primary-blue::after, #lp_page .c-button--secondaryB-white::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #484848;
    content: '';
}

/*白ボタン*/
#lp_page .c-button--secondaryB-white {
    border: 1px solid #FFFFFF;
    color: #fff;
    background: none;
	width: 100%;
    max-width: 320px;
    font-size: 16px;
    margin-top: 34px;
}
#lp_page .c-button--secondaryB-white::before {
    background-color: #fff;
    opacity: .3;
}
#lp_page .c-button--secondaryB-white::after {
    content: none;
}
img.link_ico {
    position: absolute;
    right: 20px;
}

/*青ボタン*/
#lp_page .c-button--primary-blue {
    border: 0;
    background-color: #0095EB;
    color: #fff;
}
#lp_page .c-button--primary-blue::before {
    background-color: #b4d9e8;
    opacity: .3;
}
#lp_page .c-button--primary-blue::after {
    border-color: #fff;
}

@media screen and (max-width: 767px) {
  .cont_section h2 {
    margin-bottom: 20px;
  }
  .cont_inner:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .rec_wap {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .rec_box {
    width: 100%;
  }
  h3.txt_ttl::before,
  h3.txt_ttl::after {
    content: "";
    width: 14vw;
    border-top: 1px solid #333;
  }
}

/*-------------------------------------
　イート・アワード概要
---------------------------------------*/
.cont_iid-award {
    background: url("../../gamepc/img/iid-award2022/bg_blue.webp") no-repeat center center;
    background-size: cover;
}
a.nav_btn {
    background: #FDE61E;
    border-radius: 10px;
    display: flex;
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    height: 78px;
    justify-content: center;
    align-items: center;
	position: relative;
	transition: opacity 0.6s;
}
a.nav_btn:after {
    position: absolute;
    content: "▼";
    right: 20px;
}
a.nav_btn:hover {
    opacity: 0.6;
}
.iid-award_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 120px auto;
	align-items: center;
}
img.iid-award_left {
    width: auto;
    max-width: 37%;
}
.iid-award_right {
    width: 467px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iid-award_right img {
    width: auto;
    max-width: 100%;
}
.iid-award_right p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.55px;
    text-align: left;
	padding-bottom: 50px;
}
.about_iid-award {
    background: #062553;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    height: 388px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about_iid-award h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 34px;
}
.about_iid-award p {
    font-size: 16px;
}

@media screen and (max-width: 767px){
.cont_iid-award {
	background: url("../../gamepc/img/iid-award2022/bg_blue_SP.webp") no-repeat center center;
	background-size: cover;
}
a.nav_btn {
    font-size: min(4vw, 16px);
    height: 50px;
}
.iid-award_wrap {
    flex-direction: column;
	margin: 60px auto;
}
img.iid-award_left {
    max-width: 203px!important;
    margin: 0 auto 50px;
}
.iid-award_right {
    width: 100%;
}
.iid-award_right p {
    font-size: min(4vw, 16px);
    padding-bottom: 30px;
	text-align: center;
}
.about_iid-award {
    padding: 0 20px;
}
.about_iid-award h3 {
    font-size: 18px;
}
.about_iid-award p {
    font-size: 14px;
	max-width: 320px;
}
a.link_btn {
    font-size: 14px;
}
}

/*-------------------------------------
　受賞記念モデル
---------------------------------------*/
.cont_model-list {
	background: url("../../gamepc/img/iid-award2022/bg_yellow.webp") no-repeat center center;
    background-size: cover;
}
.kikan {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.kikan p span {
    font-size: 24px;
}
.kikan p.note {
    font-size: 16px;
    margin-top: 20px;
}
.model-list_wrap {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}
.model-list {
    width: 45.333%;
    margin: 0 auto 60px;
    padding: 40px 33px;
    text-align: left;
    border-radius: 50px;
    background: #fff;
	box-shadow: 2px 3px 20px #00000080;
}
.model-list h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
    height: 77px;
    color: #515151;
}
.model-list p {
    font-size: 18px;
    font-weight: bold;
    color: #e43344;
    text-align: right;
}
.model-list_spec {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #515151;
}
.model-list_spec th, .model-list_spec td {
    padding: 5px 0;
}
p.price {
    font-weight: bold;
    text-align: center;
    color: #515151;
	margin: 20px auto;
}
p.price span.tax {
	font-size: 24px;
	font-family: roboto, Sans-Serif;
}
p.price span.yen_tax {
    font-size: 16px;
    padding-left: .2em;
}
#lp_page .model-list img {
    height: 230px;
    display: block;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
.cont_model-list {
	background: url("../../gamepc/img/iid-award2022/bg_yellow_SP.webp") no-repeat center center;
	background-size: cover;
}
.kikan {
    font-size: 16px;
}
.kikan p span {
    font-size: 20px;
}
.kikan p.note {
    font-size: 14px;
}
.model-list_wrap {
    flex-direction: column;
}
.model-list {
    width: 100%;
}
.model-list h4 {
	height: auto;
}
.model-list:nth-of-type(n+2) {
    margin-top: 20px;
}
.model-list img {
    margin: 10px auto 0;
}
p.price span.tax {
	font-size: 18px;
}
p.price span.yen_tax {
    font-size: 14px;
}
}

/*-------------------------------------
　ボタンアニメーション
---------------------------------------*/
.c-button--over:before {
  -webkit-animation: c-button-animation-over ease-out .4s both;
  animation: c-button-animation-over ease-out .4s both;
}
.c-button--out:before {
  -webkit-animation: c-button-animation-out ease-in .4s both;
  animation: c-button-animation-out ease-in .4s both;
}

@-webkit-keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover-flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}
@keyframes c-button-animation-over {
  0% {
    left: -168%;
  }
  100% {
    left: -18%;
  }
}
@-webkit-keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}
@keyframes c-button-animation-out {
  0% {
    left: -18%;
  }
  100% {
    left: 168%;
  }
}