@charset "euc-jp";

/* カスタムプロパティ
 * --------------------- */
:root {
  --primary-color: #FF1210;
  --accent-color: #EDEDED;
  --background-color: #FFF;
  --text-color: #333;
}


/* リセット
 * --------------------- */
html{
  scroll-behavior: smooth;
}
body {
  color: var(--text-color);
  font-size: 12px;
  font-family: "ヒラギノ角ゴ ProN", HiraKakuProN, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
ul,
li {
  list-style: none;
}
body,
div,
p,
ul,
li {
  padding: 0;
  margin: 0;
}
a {
  color: var(--text-color);
}


/* レイアウト
 * --------------------- */
/* ヘッダー */
.ready_cont .header_logo {
  padding: 16px;
  height: 56px;
  background-color: var(--background-color);
  box-sizing: border-box;
}
.ready_cont .header_logo .img {
  width: 110px;
}

/* コンテンツ */
.banner {
  position: relative;
}
.banner .banner_main_pic {
  height: 84.25%;
  position: absolute;
  left: 50%;
  top: 19px;
  transform: translateX(-50%);
}
.banner .banner_main_pic img {
  height: 100%;
  width: auto;
}
.banner .banner_pic {
  height: 100%;
}
.banner .banner_pic .pc_gif {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
}
.banner .banner_pic .pc_gif.left {
  left: 0;
}
.banner .banner_pic .pc_gif.right {
  right: 0;
}
.banner .banner_date {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner .banner_date.pc_block {
  display: flex;
}
.banner .banner_date img {
  max-width: 640px;
}
.banner .banner_date div {
  width: 50%;
  display: flex;
}
.banner .banner_date div.left {
  background: #FFA1A7;
  justify-content: flex-end;
}
.banner .banner_date div.right {
  background: #000;
  justify-content: flex-start;
}
.find_target {
  background: #F3F3F3;
  padding: 41px 0 42.5px;
  text-align: center;
}
.find_target_bottom {
  padding: 32px 0 51.5px;
}
.find_target .prompt {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}
.find_target a {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 65px;
  color: #fff;
  background: #FF1210;
  border-radius: 6px;
  text-align: center;
  width: 398px;
  height: 65px;
  position: relative;
  text-decoration: none;
}
.find_target a::after {
  content: '';
  display: block;
  border-left: 10.5px solid #fff;
  border-top: 6.5px solid transparent;
  border-bottom: 6.5px solid transparent;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.ready_inner {
  padding: 75px 0 72.5px;
}
.ready_inner .container {
  padding: 0 30px;
}
.ready_banner {
  box-sizing: border-box;
  background-color: var(--background-color);
  overflow: hidden;
}
.ready_cont img {
  display: block;
  width: 100%;
}
.ready_cont .pc_block {
  display: block;
}
.ready_cont .sp_block {
  display: none;
}
.ready_cont .container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner .banner_main_pic {
    width: 94.4%;
    height: auto;
    top: 49%;
    transform: translate(-50%, -50%);
  }
  .banner .banner_main_pic img {
    width: 100%;
    height: auto;
  }
  .banner .banner_date {
    left: 0;
    width: 100%;
    height: auto;
  }
  .banner .banner_date.pc_block {
    display: none;
  }
  .banner .banner_date img {
    width: 100%;
    height: auto;
  }
  .find_target {
    padding: 36px 0 52.5px;
  }
  .find_target .prompt {
    margin-bottom: 16px;
  }
  .find_target a {
    width: 84.8%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
  }
  .find_target a::after {
    border-left-width: 8.5px;
    border-top-width: 5.25px;
    border-bottom-width: 5.25px;
    right: 5.52%;
  }
  .ready_inner {
    padding: 42px 0 52.5px;
  }
  .ready_inner .container,
  .ready_cont .container {
    width: 100%;
    padding: 0 12px;
  }
  .ready_cont .pc_block {
    display: none;
  }
  .ready_cont .sp_block {
    display: block;
  }
}

/* フッター */
.o-footer__nav {
  background: #9f9f9f;
  padding: 20px 10px 10px;
}
.o-footer__nav .m-nav__item {
  display: inline-block;
  width: 49%;
  margin-right: 0;
  margin-bottom: 18px;
  position: relative;
  padding-left: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-footer__nav .m-nav__item a {
  color: var(--background-color);
  text-decoration: none;
}
.o-footer__nav .m-nav__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--background-color);
  border-top: 1px solid var(--background-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.o-footer__logo {
  padding: 18px 0;
  background: var(--background-color);
  text-align: center;
}
.o-footer__logo img {
  width: 238px;
  margin: 0 auto;
}

@media screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
  .o-footer-pc {
    background: var(--background-color);
  }
  .TheFooter_footer {
    width: 100%;
    margin: 60px auto 0;
    padding: 20px 0;
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
  }
  .TheFooter_footer__logo {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-align: center;
    color: #333;
    font-style: normal;
    float: none;
  }
  .TheFooter_footer__logo img {
    width: 230px;
    height: 19px;
    margin: 0 auto;
  }
  .TheFooter_footer__copyright {
    height: 26px;
    color: var(--background-color);
    text-align: center;
    font-size: 10px;
    background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
    line-height: 2.6;
  }
  .TheFooter_footerNav--utility {
    text-align: center;
    color: #333;
  }
  .TheFooter_footerNav--utility__item {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .TheFooter_footerNav--utility__item:first-child {
    border-left: none;
  }
  .TheFooter_footerNav--utility__item a {
    font-size: 10px;
    color: #676767;
    text-decoration: none;
  }
  .footer_area {
    width: 100%;
    background: var(--background-color);
  }
  .TheFooter_footer {
    width: 100%;
    margin: 0 auto 0;
    padding: 20px 0;
    background: url(https://img.goo-net.com/common_v2/img/bg_footer_line.gif) repeat-x 0 0;
  }
  .TheFooter_footer__nav {
    background: #f1f1f1;
  }
  .TheFooter_footer__logo {
    display: block;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-align: center;
    color: #333;
    font-style: normal;
    float: none;
  }
  .TheFooter_footer__logo img {
    width: 230px;
    height: 19px;
    margin: 0 auto;
  }
  .TheFooter_footer__copyright {
    height: 26px;
    color: var(--background-color);
    text-align: center;
    font-size: 10px;
    background: url(https://img.goo-net.com/common_v2/img/bg_copyright.gif) repeat-x 0 0;
    line-height: 2.6;
  }
  .TheFooter_footerNav--utility {
    text-align: center;
    color: #333;
  }
  .TheFooter_footerNav--utility__item {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #ccc;
    letter-spacing: 0;
    line-height: 1.2;
  }
  .TheFooter_footerNav--utility__item:first-child {
    border-left: none;
  }
  .TheFooter_footerNav--utility__item a {
    font-size: 10px;
    color: #676767;
    text-decoration: none;
  }
}

@media screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
}


/* 共通
 * --------------------- */
/* ボタン */
.ready_with {
  padding: 40px 0 50px;
  background-color: var(--accent-color);
}
.ready_with .container {
  padding: 0 30px;
}
.ready_with .container .ctr_text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.ready_with .container .ctr_btn {
  display: block;
  position: relative;
  width: 398px;
  box-sizing: border-box;
  color: var(--background-color);
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  line-height: 37px;
  font-weight: bold;
  border: 3px solid var(--primary-color);
  border-radius: 6px;
  background: var(--primary-color);
  padding: 11px 0 10px;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
.ready_with .container .ctr_btn::after {
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 8px solid var(--background-color);
}
.ready_with .container .ctr_btn:hover {
  background-color: var(--background-color);
  color: var(--primary-color);
}
.ready_with .container .ctr_btn:hover::after {
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-top: 8px solid var(--primary-color);
}

@media screen and (max-width: 767px) {
  .ready_with {
    padding: 35px 28px 50px;
  }
  .ready_with .container {
    width: 100%;
    padding: 0;
  }
  .ready_with .container .ctr_text {
    font-weight: normal;
    margin-bottom: 16px;
  }
  .ready_with .container .ctr_btn {
    width: 100%;
    line-height: 18px;
    font-size: 18px;
    padding: 13px 0;
  }
  .ready_with .container .ctr_btn::after{
    right: 14px;
  }
}

/* SNSアイコン */
.ready_icon {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.ready_icon p {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-color);
  margin-right: 27px;
}
.ready_icon ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ready_icon ul li a {
  width: 41px;
  display: block;
  margin-right: 28px;
  transition: all 0.2s ease-out;
}
.ready_icon ul li:last-child a {
  margin-right: 0;
}
.ready_icon ul .icon_x a {
  width: 32px;
}
.ready_icon ul .icon_x img {
  width: 27px;
}
.ready_icon ul .icon_line a {
  width: 41px;
}
.ready_icon ul .icon_line img {
  width: 37px;
}
.ready_icon ul .icon_fb a {
  width: 41px;
}
.ready_icon ul .icon_fb img {
  width: 37px;
}
.ready_icon ul li a img {
  display: block;
  transition: all 0.2s ease-out;
}
.ready_icon ul li a:hover img {
  width: 100%;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .ready_icon {
    display: block;
    height: auto;
  }
  .ready_icon p {
    margin: 0 auto;
    text-align: center;
  }
  .ready_icon ul {
    margin-top: 14px;
    justify-content: center;
  }
}

/* 応募規約 */
.ready_edit {
  margin-top: 50px;
}
.ready_edit_list {
  color: var(--text-color);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.ready_edit_list.prize {
  margin-bottom: 64px;
}
.ready_edit_list.notes{
  margin-bottom: 38px;
}
.ready_edit_list:nth-child(1) {
  margin-bottom: 24px;
}
.ready_edit_list dl div {
  margin-bottom: 10px;
}
.ready_edit_list dl div:last-child {
  margin-bottom: 0;
}
.ready_edit_list dl dd {
  margin-left: 0;
}
.ready_edit_list.terms>.text{
  font-size: 16px;
  line-height: 28px;
}
.ready_edit_list:last-child {
  margin-bottom: 0;
}
.ready_edit_list:nth-child(1) .title{
  padding-bottom: 15px;
  margin-bottom: 0;
}
.ready_edit_list .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 12px;
  line-height: 36px;
}
.ready_edit_list:nth-child(2) .title{
  margin-bottom: 22px;
}
.ready_edit_list.terms .title {
  font-size: 32px;
  line-height: 1.75;
  border-bottom: none;
  text-align: center;
}
.ready_edit_list .text .points {
  display: block;
  font-size: 22px;
  line-height: normal;
}
.ready_edit_list .text .points .text_bold {
  font-weight: bold;
}
.ready_edit_list .text .district {
  margin-bottom: 8px;
  line-height: normal;
  font-size: 16px;
}
.ready_edit_list .text .district span.pc_block{
  display: inline-block;
}
.ready_edit_list .text .amazon {
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
}
.ready_edit_list .text .tos {
  font-size: 14px;
  line-height: normal;
}
.ready_edit_list .text .tos a {
  display: block;
  color: var(--text-color);
  margin-top: 8px;
}
.ready_edit_list .text a {
  text-decoration: underline;
}
.ready_edit_list.personal .text a {
  color: var(--text-color);
}
@media screen and (max-width: 767px) {
  .ready_edit {
    margin-top: 68px;
  }
  .ready_edit .ready_edit_list {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 24px;
  }
  .ready_edit_list.terms>.text{
    font-size: 12px;
    line-height: 19px;
  }
  .ready_edit .ready_edit_list:last-child{
    margin-bottom: 0;
  }
  .ready_edit_list .title {
    font-size: 18px;
  }
  .ready_edit_list:nth-child(1) .title {
    padding-bottom: 24px; 
  }
  .ready_edit_list.terms .title {
    font-size: 24px;
  }
  .ready_edit_list .text .points {
    font-size: 16px;
    font-weight: bold;
  }
  .ready_edit_list .text .district{
    margin-top: 4px;
  }
  .ready_edit_list .text .district span.pc_block{
    display: none;
  }
  .ready_edit_list .text .amazon,
  .ready_edit_list .text .district{
    font-size: 12px;
    line-height: 20px;
  }
  .ready_edit_list .text .tos {
    font-size: 12px;
  }
}

/* 応募の流れ */
.ready_flow {
  padding-bottom: 100px;
}
.ready_flow .container>.title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 38px;
}
.ready_flow ul {
  display: flex;
}
.ready_flow ul li {
  width: 228px;
  margin-right: 16px;
  line-height: 24px;
  word-break: break-all;
}
.ready_flow ul li:last-child {
  margin-right: 0;
}
.ready_flow ul li img {
  width: 100%;
}
.ready_flow ul li .title {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 14px;
}
.ready_flow ul li .text {
  font-size: 14px;
}
.ready_flow ul li .text b {
  font-weight: normal;
  text-decoration: underline;
}

@media screen and (max-width: 990px) {
  .ready_flow {
    padding-bottom: 80px;
  }
  .ready_flow .container {
    width: 100%;
    padding: 0 30px;
  }
  .ready_flow .container>.title {
    font-size: 24px;
    line-height: 38px;
  }
  .ready_flow ul {
    display: block;
  }
  .ready_flow ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .ready_flow ul li:last-child{
    margin-bottom: 0;
  }
  .ready_flow .titleCont {
    display: flex;
    align-items: center;
  }
  .ready_flow ul>li:nth-child(1) .titleCont .flowTitleImg {
    width: 39.5px;
  }
  .ready_flow ul>li:nth-child(2) .titleCont .flowTitleImg {
    width: 44.5px;
  }
  .ready_flow ul>li:nth-child(3) .titleCont .flowTitleImg {
    width: 41.5px;
  }
  .ready_flow ul>li:nth-child(4) .titleCont .flowTitleImg {
    width: 43.5px;
  }
  .ready_flow ul>li .header .pc_block,
  .ready_flow ul>li .title.pc_block {
    display: none;
  }
  .ready_flow ul>li .flowImg.sp_block {
    display: block;
  }
  .ready_flow ul li .flowImg {
    margin: 12px 0 14px;
  }
  .ready_flow ul li .titleCont p {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-left: 19.76px;
  }
  .ready_flow ul li .titleCont p br,
  .ready_flow ul li .title br {
    display: none;
  }
  .ready_flow ul li .title img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ready_flow .container {
    padding: 0 12px;
  }
  .ready_flow ul li .titleCont p br,
  .ready_flow ul li .title br {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .ready_flow li:nth-child(3) .titleCont,
  .ready_flow li:nth-child(4) .titleCont {
    align-items: flex-start; 
  }
}


/* オプション
 * --------------------- */
/* クローズ */
.banner .banner_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner .banner_close .bn_close_main {
  height: 87.5%;
  max-height: 450px;
}
.banner .banner_close .bn_close_main img {
  height: 100%;
  max-height: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .banner .banner_close .bn_close_main {
    width: 100%;
    max-width: 624px;
    height: auto;
    max-width: 285px;
    padding: 0 16px;
    margin: 0 auto;
  }
  .banner .banner_close .bn_close_main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

/* 画面下部スクロール追従 */
.readyPage{
  padding-bottom: 81px;
}
.ready_fixed{
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, .9);
  padding: 14px 0;
}
.ready_fixed .container{
  display: flex;
  justify-content: center;
}
.ready_fixed .container a{
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 15px 32px 11px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.ready_fixed .container a::after{
  content: '';
  position: absolute;
  right: 16px;
  top: 47%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid var(--background-color);
}
.ready_fixed .container a.flow{
  background-color: var(--primary-color);
  padding-right: 42px;
  color: var(--background-color);
  margin-right: 16px;
}
.ready_fixed .container a.new{
  border: 1px solid #FD0133;
  color: var(--primary-color);
}
.ready_fixed .container a.new::after{
  border-top-color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .ready_fixed .container a{
    font-size: 16px;
    line-height: 21px;
    padding: 12px 16px 11px;
  }
  .ready_fixed .container a.flow{
    padding-right: 32px;
  }
  .ready_fixed .container a.new{
    padding-right: 30px;
  }
}

@media screen and (max-width: 320px) {
  .ready_fixed .container a{
    font-size: 14px;
  }
}


/* オリジナル
 * --------------------- */
/* メインビジュアル */
.ready_banner {
  max-height: 654px;
  height: calc(654 / 1280 * 100vw);
  background: #E40000 url(https://img.goo-net.com/cache/lp/gasoline1_2509/img/bg_pc_banner.png) top center;
  background-size: cover;
  background-position: bottom;
}
.ready_banner .container .img {
  margin: 0 20px 0 80px;
}
@media screen and (max-width: 767px) {
  .ready_banner {
    max-height: none;
    height: auto;
  }
  .ready_banner .container {
    width: 100%;
  }
  .ready_banner .container .img {
    margin: 0;
  }
}
