@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

/*
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.ttf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display/PlayfairDisplay-Regular.ttf") format('opentype');
}

@font-face {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display/PlayfairDisplay-Bold.ttf") format('opentype');
}
*/
html {
  font-size: 62.5% !important;
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 749px) {
  body {
    font-size: 1.6rem;
  }
}

body.article .header_sns {
  display: none;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

div,
section {
  position: relative;
}

a.text {
  color: #000;
  text-decoration: underline;
}

.underline {
  border-bottom: 1px solid #333333;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 750px) {
  .container {
    overflow: hidden;
  }
}

@media screen and (min-width: 750px) {
  .circle_btm {
    margin-top: -100px;
    overflow: hidden;
  }
}

p.text {
  line-height: 3.0rem;
}

b {
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  body {
    min-width: 1400px;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

span.block {
  display: block;
}

hr.label_split {
  border: none;
  display: block;
  height: 2px;
}

@media screen and (max-width: 749px) {
  hr.label_split {
    height: 7px;
  }
}

.w100 {
  width: 100% !important;
  display: block;
}

.margin-a {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media screen and (max-width: 749px) {
  .margin-a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.margin-b {
  margin-top: 100px;
  margin-bottom: 70px;
}

@media screen and (max-width: 749px) {
  .margin-b {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.eraberu {
  background-color: #FDEBF6;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 749px) {
  .eraberu {
    padding: 15px 15px 50px;
  }
}

.eraberu_title {
  color: #FFEA00;
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 750px) {
  .eraberu_title {
    margin-top: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 749px) {
  .eraberu_title {
    margin-top: 25px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.eraberu_formLayout {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding-bottom: 10px;
  z-index: 1;
}

@media screen and (max-width: 749px) {
  .eraberu_formLayout {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 750px) {
  .eraberu_image {
    display: block;
  }
}

.eraberu_option01 {
  width: 250px;
  display: block;
  margin: auto auto 10px;
}

@media screen and (max-width: 749px) {
  .eraberu_option01 {
    width: 90%;
  }
}

.eraberu_option02 {
  width: 250px;
  display: block;
  margin: auto auto 50px;
  transition: opacity 0.3s;
}

@media screen and (max-width: 749px) {
  .eraberu_option02 {
    width: 90%;
  }
}

.eraberu_option02:hover {
  opacity: 0.7;
}

.eraberu_first_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 75px;
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .eraberu_first_text {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin: auto;
  }
}

.eraberu_first_text_img {
  width: 450px;
}

@media screen and (max-width: 749px) {
  .eraberu_first_text_img {
    width: 100%;
  }
}

.eraberu_first_text::after, .eraberu_first_text::before {
  content: '';
  height: 4px;
  background-color: #FD4C94;
  flex-grow: 1;
}

.eraberu_first_text::before {
  margin-right: 2rem;
}

.eraberu_first_text::after {
  margin-left: 2rem;
}

.eraberu_price {
  width: 600px;
  display: block;
  margin: 30px auto 20px;
}

@media screen and (max-width: 749px) {
  .eraberu_price {
    margin-top: 0;
    width: 90%;
  }
}

.eraberu_small {
  font-size: 1.2rem;
  color: #FFF;
  display: block;
  line-height: 1;
  text-align: center;
}

.eraberu_space {
  margin-right: 100px;
}

@media screen and (max-width: 749px) {
  .eraberu_space {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.eraberu::after {
  content: "";
  position: absolute;
  top: 2.5%;
  left: 2%;
  width: 95%;
  height: 94%;
  display: block;
  border: 10px solid #fff;
  z-index: 0;
}

@media screen and (max-width: 749px) {
  .eraberu::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    border: 0 solid #fff;
  }
}

.title {
  max-width: 895px;
  margin: 0 auto 0;
}

@media screen and (max-width: 749px) {
  .title {
    padding: 0 30px;
  }
}

.first {
  background: url("../img/first_background.png");
  background-size: cover;
  width: 100%;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 80px;
}

@media screen and (max-width: 749px) {
  .first {
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 750px) {
  .first_gogai {
    width: 450px;
    margin-right: 50px;
    padding-top: 70px;
  }
}

@media screen and (max-width: 749px) {
  .first_gogai {
    padding: 0 30px;
    padding-top: 20px;
    padding-top: 50px;
  }
}

.first_caption {
  width: 485px;
  padding-top: 70px;
}

@media screen and (max-width: 749px) {
  .first_caption {
    padding-top: 30px;
  }
}

.first_caption_price {
  width: 280px;
  margin: auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 749px) {
  .first_caption_price {
    margin-top: 15px;
  }
}

.step {
  width: 100%;
  max-width: 1100px;
  margin: 75px auto 0;
}

@media screen and (max-width: 749px) {
  .step {
    margin: 0 auto;
  }
}

.step_head_img {
  width: 100%;
  display: block;
}

.step_item {
  width: 290px;
}

.step_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.step_itemsWrap {
  background: #FFF;
  padding-bottom: 40px;
}

@media screen and (min-width: 750px) {
  .step_item-1, .step_item-2 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 749px) {
  .step_item-1, .step_item-2 {
    margin-bottom: 100px;
  }
}

.step_item-1::after, .step_item-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 53px;
  background: url("../img/ar_right_orange.png");
  background-size: 25px 53px;
  right: -45px;
  top: 30%;
  transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
  .step_item-1::after, .step_item-2::after {
    background: url("../img/ar_bottom_orange.png");
    background-size: 53px 25px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -53px;
    top: auto;
    width: 53px;
    height: 25px;
  }
}

.step_item_white {
  background-color: #fff;
  border-radius: 0px 15px 0px 0px;
  margin: -25px;
  margin-top: 65px;
}

.step_item_title {
  margin-top: 30px;
  color: #FF4C94;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.54;
}

@media screen and (max-width: 749px) {
  .step_item_title {
    font-size: 2.4rem;
  }
}

.step_item_text {
  color: #000;
  font-size: 1.6rem;
  margin-top: 25px;
}

.step_item02 {
  width: 290px;
  background: #fff;
}

.step_item02s {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.step_item02sWrap {
  background: #FFF;
  padding: 40px 0;
}

.step_item02-1::before {
  content: "1";
}

@media screen and (min-width: 750px) {
  .step_item02-1 {
    margin-left: 50px;
  }
}

.step_item02-2::before {
  content: "2";
}

.step_item02-3::before {
  content: "3";
}

@media screen and (min-width: 750px) {
  .step_item02-3 {
    margin-right: 50px;
  }
}

.step_item02_title {
  margin-top: 30px;
  color: #ffea00;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.54;
}

@media screen and (max-width: 749px) {
  .step_item02_title {
    font-size: 2.4rem;
  }
}

.step_item02_text {
  color: #000;
  font-size: 1.6rem;
  margin-top: 25px;
}

.step_footer {
  color: #1463D8;
  border-bottom: 1px solid #1463D8;
  font-size: 2.6rem;
  font-weight: 700;
  width: 650px;
  margin: 45px auto 10px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .step_footer {
    width: 90%;
    font-size: 1.8rem;
    margin: 25px auto 0;
  }
}

.step_footer-2 {
  margin: 10px auto;
}

@media screen and (max-width: 749px) {
  .step_footer-2 {
    width: 70%;
  }
}

.step_footer_caption {
  color: #333333;
}

@media screen and (min-width: 750px) {
  .step_footer_caption {
    padding-top: 5px;
    margin-right: 50px;
    text-align: right;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 749px) {
  .step_footer_caption {
    text-align: center;
    font-size: 1.3rem;
  }
}

.campaign {
  margin-top: 124px;
}

.campaign_Box {
  background: linear-gradient(to right, #f30004, #b900b0);
  border-radius: 15px;
  width: 1100px;
  margin: auto;
}

@media screen and (min-width: 750px) {
  .campaign_Box {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 749px) {
  .campaign_Box {
    width: 100%;
    padding: 0 5px 5px;
  }
}

.campaign_Base {
  background: #FFF;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 749px) {
  .campaign_Base {
    padding: 50px 0 25px;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 750px) {
  .campaign_Base {
    padding: 63px 40px 40px;
  }
}

.campaign_ribon {
  width: 648px;
  height: 40px;
  background: url("../img/campaign_ribon.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .campaign_ribon {
    width: calc(100% - 30px);
    font-size: 1.2rem;
    text-align: center;
    height: 45px;
    line-height: 1.58;
  }
}

.campaign_Flex {
  display: flex;
  flex-wrap: wrap;
}

.campaign_title {
  width: 800px;
  padding: 27px 0 43px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .campaign_title {
    width: 100%;
    padding: 30px 15px 32px;
  }
}

.campaign_frame {
  position: absolute;
  top: -70px;
  left: -38px;
  width: 1115px;
  z-index: 100;
}

@media screen and (max-width: 749px) {
  .campaign_frame {
    width: 100%;
    left: -5px;
    top: -65px;
  }
}

.campaign_text {
  font-size: 1.6rem;
  width: 550px;
  line-height: 2;
}

@media screen and (max-width: 749px) {
  .campaign_text {
    width: 100%;
    order: 2;
    padding: 25px 15px;
  }
}

.campaign_text small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.66;
  margin: 10px 0 0;
  text-align: justify;
}

.campaign_text a {
  color: #f30004;
  text-decoration: underline;
}

.campaign_image {
  width: 422px;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (min-width: 750px) {
  .campaign_image {
    margin-left: 25px;
  }
}

@media screen and (max-width: 749px) {
  .campaign_image {
    order: 1;
    width: calc(100% - 60px);
    display: block;
    margin: auto;
  }
}

.campaign_term {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 35px 0 0;
}

@media screen and (max-width: 749px) {
  .campaign_term {
    padding: 15px;
    margin: 0;
  }
}

.campaign_term_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: #333333;
  border-radius: 5px;
  font-size: 1.6rem;
}

@media screen and (min-width: 750px) {
  .campaign_term_title {
    width: 120px;
    height: 80px;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 749px) {
  .campaign_term_title {
    height: 30px;
    width: 100%;
    margin-bottom: 25px;
  }
}

.campaign_term_text {
  font-size: 1.6rem;
}

.camp_dialog {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.camp_dialogBox {
  background: linear-gradient(to right, #f30004, #b900b0);
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 750px) {
  .camp_dialogBox {
    width: 600px;
    height: 480px;
    padding: 25px;
  }
}

@media screen and (max-width: 749px) {
  .camp_dialogBox {
    width: calc(100% - 30px);
    padding: 15px;
  }
}

.camp_dialog_close {
  width: 40px;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .camp_dialog_close {
    width: 30px;
    right: 0;
    top: -40px;
  }
}

.camp_dialog_captions {
  height: 430px;
  color: #FFF;
}

.camp_dialog_sub {
  font-size: 1.8rem;
  text-align: center;
}

.camp_dialog_title {
  width: 500px;
  padding: 15px 0 20px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .camp_dialog_title {
    width: calc(100% - 30px);
    padding: 0 0 35px;
  }
}

.camp_dialog_frame {
  position: absolute;
  top: 138px;
  left: 0;
  width: 540px;
}

@media screen and (max-width: 749px) {
  .camp_dialog_frame {
    width: 100%;
    top: 75px;
  }
}

.camp_dialog_image {
  width: 290px;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .camp_dialog_image {
    width: calc(100% - 30px);
  }
}

.camp_dialog_message {
  width: 430px;
  margin: 20px auto 0;
}

@media screen and (max-width: 749px) {
  .camp_dialog_message {
    width: calc(100% - 30px);
  }
}

.camp_dialog_btn {
  height: 50px;
  width: 100%;
  background: #ffea00;
  color: #000;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  font-size: 2.0rem;
  justify-content: center;
  align-items: center;
}

.camp_dialog_btn_text {
  margin-right: 8px;
  font-weight: bold;
}

.message_dialog {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.message_dialogBox {
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 750px) {
  .message_dialogBox {
    width: 600px;
    height: 450px;
    padding: 50px;
  }
}

@media screen and (max-width: 749px) {
  .message_dialogBox {
    width: calc(100% - 50px);
    padding: 25px 15px 15px;
  }
}

.message_dialog_close {
  width: 40px;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .message_dialog_close {
    width: 30px;
    right: 0;
    top: -40px;
  }
}

.message_dialog_captions {
  color: #000;
}

.message_dialog_sub {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .message_dialog_sub {
    margin-bottom: 20px;
  }
}

.message_dialog_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 749px) {
  .message_dialog_text {
    font-size: 1.4rem;
  }
}

.accept {
  background-color: #FF4C94;
  background-size: 150px 150px;
  margin-top: 100px;
  padding: 20px;
}

@media screen and (min-width: 750px) {
  .accept {
    height: 420px;
  }
}

@media screen and (max-width: 749px) {
  .accept {
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 0px;
  }
}

.accept_title {
  color: #FFEA00;
  font-size: 3.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (min-width: 750px) {
  .accept_title {
    margin-top: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 749px) {
  .accept_title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.accept_formLayout {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .accept_formLayout {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 750px) {
  .accept_link {
    width: 400px;
    transition: opacity 0.3s;
  }
  .accept_link:hover {
    opacity: 0.7;
  }
}

.accept_btn {
  width: 400px;
  display: block;
  margin: auto auto 10px;
}

@media screen and (max-width: 749px) {
  .accept_btn {
    width: 100%;
  }
}

.accept_small {
  font-size: 1.2rem;
  color: #FFF;
  display: block;
  line-height: 1;
  text-align: center;
}

.accept_space {
  margin-right: 50px;
}

@media screen and (max-width: 749px) {
  .accept_space {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.caution {
  max-width: 800px;
  margin: 55px auto;
  border: 1px solid #000;
  padding: 10px 20px;
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .caution {
    width: 90%;
  }
}

.caution_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.caution_title::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background: url("../img/ar_top.png");
  background-size: 30px 15px;
  position: absolute;
  right: 15px;
  top: 19px;
  transition: transform 0.5s;
}

.caution_title.open::after {
  transform: rotate(180deg);
}

.caution_text {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 749px) {
  .caution_text {
    font-size: 1.1rem;
  }
}

.header {
  z-index: 999;
  position: absolute;
  width: 100%;
}

.header_lamborghini {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 90px;
}

@media screen and (max-width: 749px) {
  .header_lamborghini {
    width: 60px;
    top: 10px;
    right: 10px;
  }
}

.header_asahi {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}

.header_asahi_link {
  width: 102px;
  display: block;
}

@media screen and (max-width: 749px) {
  .header_asahi_link {
    width: 75px;
  }
}

@media screen and (max-width: 749px) {
  .header_asahi {
    top: 10px;
    left: 10px;
  }
}

.header_credit {
  color: #FFF;
  font-size: 1.0rem;
  line-height: 1.6;
  margin-left: 10px;
}

@media screen and (max-width: 749px) {
  .header_credit {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.main {
  display: block;
  background-color: #FDEBF6;
  background: url("../img/pink_background.png");
  background-size: cover;
  width: 100%;
  margin: auto;
  position: relative;
}

.about {
  background: url("../img/about_background.png");
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 749px) {
  .about {
    padding: 15px;
    padding-top: 60px;
    padding-bottom: 30px;
    background: url("../img/about_background.png");
    width: 100%;
    background-size: cover;
  }
}

.about::after, .about::before {
  content: "";
  display: block;
  width: 221px;
  height: 138px;
  position: absolute;
  top: -20px;
}

@media screen and (max-width: 749px) {
  .about::after, .about::before {
    content: "";
    display: block;
    width: 85px;
    height: 54px;
    position: absolute;
    top: -10px;
  }
}

.about_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about_gogai {
  width: 600px;
}

@media screen and (max-width: 749px) {
  .about_gogai {
    width: 100%;
    padding-bottom: 10px;
  }
}

.about_text {
  color: #FFF;
}

@media screen and (min-width: 750px) {
  .about_textWrap {
    width: 450px;
    margin-left: 40px;
  }
}

@media screen and (min-width: 750px) {
  .about_text {
    margin-top: -10px;
  }
}

@media screen and (max-width: 749px) {
  .about_text {
    padding: 15px;
  }
}

.about_image {
  width: 410px;
  padding: 30px 0;
}

@media screen and (max-width: 749px) {
  .about_image {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

.aboutTable {
  width: 100%;
  max-width: 800px;
  border-collapse: collapse;
  margin: 100px auto 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .aboutTable {
    margin: 50px auto 0;
    width: 90%;
  }
}

.aboutTable tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 750px) {
  .aboutTable tr {
    height: 50px;
  }
}

@media screen and (min-width: 750px) {
  .aboutTable tr.row2 {
    height: 100px;
    line-height: 1.5;
  }
}

.aboutTable td,
.aboutTable th {
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 1px solid #959595;
  height: 100%;
}

@media screen and (min-width: 750px) {
  .aboutTable td,
  .aboutTable th {
    padding: 0 20px;
  }
}

.aboutTable th {
  background: #333;
  color: #FFF;
  width: 150px;
}

@media screen and (max-width: 749px) {
  .aboutTable th {
    font-size: 1.6rem;
    padding: 6px 0;
    width: 100%;
    justify-content: center;
  }
}

.aboutTable td {
  width: 650px;
  color: #333;
  background: #FFF;
}

@media screen and (max-width: 749px) {
  .aboutTable td {
    width: 100%;
    padding: 12px 0;
  }
  .aboutTable td.sp_center {
    justify-content: center;
  }
  .aboutTable td.sp_margin {
    padding: 12px 15px;
  }
}

.aboutTable td span.min {
  font-size: 1.4rem;
}

.follow {
  position: fixed;
  right: 0;
  z-index: 500;
}

@media screen and (min-width: 750px) {
  .follow {
    width: 200px;
    bottom: 0;
  }
}

@media screen and (max-width: 749px) {
  .follow {
    bottom: 0;
    width: 100%;
  }
}

.follow_accept {
  height: 180px;
}

@media screen and (max-width: 749px) {
  .follow_accept {
    height: 60px;
  }
}

.follow_accept_link {
  background: #ff3300;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

@media screen and (min-width: 750px) {
  .follow_accept_link {
    border-radius: 15px 0 0 0;
    width: 100%;
    height: 380px;
    padding-top: 12px;
    transition: opacity 0.5s;
  }
}

.follow_accept_text {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .follow_accept_text {
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .follow_accept_text {
    line-height: 50px;
  }
}

.follow_accept_text2 {
  font-size: 1.2rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-top: -15px;
}

.follow_accept_img {
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 750px) {
  .follow_accept_img {
    margin-top: -13px;
  }
}

@media screen and (max-width: 749px) {
  .follow_accept_img {
    margin-left: 10px;
  }
}

.follow_accept_img02 {
  width: 160px;
  height: 50px;
}

@media screen and (max-width: 749px) {
  .follow_accept_img02 {
    margin-left: 10px;
  }
}

@media screen and (min-width: 750px) {
  .follow_newstyle {
    display: revert;
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  .follow_newstyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.follow_share {
  display: flex;
  height: 50px;
}

.follow_share_btn {
  width: 50%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.5s;
}

@media screen and (max-width: 749px) {
  .follow_share_btn {
    width: 100%;
    height: 50px;
  }
}

@media screen and (min-width: 750px) {
  .follow_share_btn:hover {
    opacity: 0.7;
  }
}

.follow_share_btn-fb {
  background: #3864a3;
}

@media screen and (min-width: 750px) {
  .follow_share_btn-fb {
    border-radius: 0 0 0 15px;
  }
}

.follow_share_btn-fb .follow_share_btn_img {
  width: 14px;
}

.follow_share_btn-tw {
  background: #48b5f0;
}

.follow_share_btn-tw .follow_share_btn_img {
  width: 21px;
}

.follow_share_btn-x {
  background: #000;
}

.follow_share_btn-x .follow_share_btn_img {
  width: 21px;
}

.share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 50px;
  margin: 100px auto;
}

@media screen and (max-width: 749px) {
  .share {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}

.share::before {
  content: "SHARE";
  font-size: 1.3rem;
  font-weight: 900;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.share_btn {
  width: calc(50% - 20px);
  max-width: 300px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}

@media screen and (min-width: 750px) {
  .share_btn:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 749px) {
  .share_btn {
    height: 40px;
  }
}

.share_btn-fb {
  background: #3864a3;
  margin-right: 10px;
}

.share_btn-fb .share_btn_img {
  width: 14px;
}

.share_btn-tw {
  background: #48b5f0;
  margin-left: 10px;
}

.share_btn-tw .share_btn_img {
  width: 21px;
}

.share_btn-x {
  background: #000;
  margin-left: 10px;
}

.share_btn-x .share_btn_img {
  width: 21px;
}

.fadein {
  opacity: 0;
}

.slidein .article_title_label {
  width: 0;
}

.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

.fadeInUp2 {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-name: fadeInUp2;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    margin-top: 30px;
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@keyframes fadeInLeft {
  from {
    margin-left: -30px;
    transform: translateX(-20%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    margin-left: 0;
    opacity: 1;
  }
}

.tokusyouhou {
  width: 100%;
  max-width: 800px;
  margin: 140px auto 75px;
}

@media screen and (max-width: 749px) {
  .tokusyouhou {
    margin: 70px auto 35px;
  }
}

.tokusyouhou .label {
  height: 50px;
  background: #ff3300;
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 749px) {
  .tokusyouhou .label {
    font-size: 2.0rem;
  }
}

.tokusyouhou .title {
  padding: 0;
  color: #ff3300;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .tokusyouhou .title {
    font-size: 1.8rem;
  }
}

.tokusyouhou ul li {
  line-height: 1.7;
  font-size: 1.5rem;
  padding: 30px 0;
  border-top: 1px solid #d2d2d2;
}

@media screen and (max-width: 749px) {
  .tokusyouhou ul li {
    font-size: 1.4rem;
    height: auto;
    padding: 20px 10px;
  }
}

.tokusyouhou ul li:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.tokusyou_bc {
  font-size: 1.3rem;
  color: #333;
  position: absolute;
  top: 60px;
  left: 60px;
}

@media screen and (max-width: 749px) {
  .tokusyou_bc {
    top: 20px;
    left: 20px;
  }
}

.tokusyou_bc a {
  color: #333;
  margin-right: 15px;
}

.tokusyou_bc span {
  margin-right: 15px;
}

.footer {
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 750px) {
  .footer {
    height: 170px;
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 749px) {
  .footer {
    padding: 30px 0 0;
  }
}

.footer_link {
  font-size: 1.4rem;
  color: #333;
}

.footer_link + .footer_link {
  margin-left: 20px;
}

.footer_copy {
  line-height: 1.66;
  color: #000;
  padding: 30px 0 20px;
  font-size: 1.0rem;
}

@media screen and (max-width: 749px) {
  .footer_copy {
    font-size: 0.9rem;
  }
}

.pagetop {
  width: 61px;
  height: 77px;
  z-index: 40;
}

@media screen and (min-width: 750px) {
  .pagetop {
    right: 30px;
    bottom: 400px;
    position: absolute;
  }
}

@media screen and (max-width: 749px) {
  .pagetop {
    margin: auto;
  }
}

.pagetop_link {
  display: block;
  width: 100%;
  height: 100%;
}

.other {
  padding: 70px 0;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .other {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.other_inner {
  background-image: url(../img/other_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 30px 20px;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .other_inner {
    background-image: url(../img/other_bg_sp.jpg);
    border-radius: 0;
    padding: 35px 0 67px;
  }
}

.other_title {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 37px;
}

@media screen and (max-width: 749px) {
  .other_title {
    margin-bottom: 30px;
    padding: 0 3px;
    box-sizing: border-box;
  }
}

.other_title img {
  display: block;
  width: 100%;
}

.other_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px 40px;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .other_wrap {
    gap: 5px 18px;
    max-width: 100%;
    padding: 0 7.5px;
    box-sizing: border-box;
  }
}

.other_wrap a {
  display: block;
  width: calc((100% - 40px) / 2);
  max-width: 380px;
  transition: opacity 0.3s;
}

@media screen and (min-width: 750px) {
  .other_wrap a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 749px) {
  .other_wrap a {
    display: block;
    width: calc((100% - 18px) / 2);
    max-width: 100%;
  }
}

.other_wrap a img {
  display: block;
  width: 100%;
}

.other_float {
  display: block;
  margin-top: 27px;
  transition: opacity 0.3s;
}

@media screen and (min-width: 750px) {
  .other_float:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 749px) {
  .other_float {
    background-color: #009944;
    margin-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    box-sizing: border-box;
    gap: 9px;
  }
}

.other_float img {
  width: 100%;
}

@media screen and (max-width: 749px) {
  .other_float img {
    display: block;
    width: 47px;
  }
}

@media screen and (max-width: 749px) {
  .other_float p {
    font-size: 2.3rem;
    font-weight: 900;
    color: #FFFFFF;
  }
}
