@charset "UTF-8";
/**
* @file index.scss
**/
/**
* @file _config.scss
**/
/**
* フォント関係
**/
/**
* メディアスクリーン関係
**/
html, body {
  font-family: "Times New Roman", "Times", serif;
  height: 100%;
}

@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

.ly_section_inner {
  padding: 0 1rem;
}

@media (min-width: 992px) {
  .ly_section_inner {
    padding: 0 2.5rem;
    max-width: 1070px;
    margin: auto;
  }
}

.ly_section_ttl {
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: 400;
  margin: 0;
  color: #333;
}

@media (min-width: 992px) {
  .ly_section_ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}

.ly_section_sbttl {
  font-size: 16px;
  font-size: 1rem;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #333;
  margin: 0 0 25px;
}

@media (min-width: 992px) {
  .ly_section_sbttl {
    text-align: center;
    margin-bottom: 38px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.ly_section_note {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  color: #333;
  margin: 0;
}

.ly_section_note a {
  color: #333;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.ly_section_note a:hover {
  opacity: 0.8;
}

@media (min-width: 992px) {
  .ly_section_note {
    text-align: center;
  }
}

.ly_news {
  margin-bottom: 107px;
}

@media (min-width: 992px) {
  .ly_news {
    margin-bottom: 191px;
  }
}

.ly_news .ly_section_header {
  margin-bottom: 46px;
}

@media (min-width: 992px) {
  .ly_news .ly_section_header {
    margin-bottom: 60px;
  }
}

.ly_delivery {
  margin-bottom: 54px;
}

@media (min-width: 992px) {
  .ly_delivery {
    margin-bottom: 137px;
  }
}

.ly_delivery .ly_section_header {
  margin-bottom: 44px;
}

@media (min-width: 992px) {
  .ly_delivery .ly_section_header {
    margin-bottom: 73px;
  }
}

.ly_delivery .ly_section_ttl {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .ly_delivery .ly_section_ttl {
    margin-bottom: 50px;
  }
}

.ly_take {
  background-color: #F8F8F8;
  margin-bottom: 71px;
}

@media (min-width: 992px) {
  .ly_take {
    margin-bottom: 113px;
  }
}

.ly_take .ly_section_header {
  margin-bottom: 33px;
}

@media (min-width: 992px) {
  .ly_take .ly_section_header {
    margin-bottom: 70px;
  }
}

.ly_take .ly_section_ttl {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .ly_take .ly_section_ttl {
    margin-bottom: 54px;
  }
}

.ly_take .ly_section_inner {
  padding: 70px 1rem;
}

@media (min-width: 992px) {
  .ly_take .ly_section_inner {
    padding: 120px 0;
  }
}

.ly_note {
  margin-bottom: 125px;
}

@media (min-width: 992px) {
  .ly_note {
    margin-bottom: 260px;
  }
}

.ly_prepaid {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .ly_prepaid {
    margin-top: 5rem;
  }
}

.bl_mv {
  margin-bottom: 71px;
}

@media (min-width: 992px) {
  .bl_mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 109px;
  }
}

.bl_mv_img {
  background-image: url("../../img/delivery_lp/mv_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 70vw;
  width: 100%;
}

@media (min-width: 992px) {
  .bl_mv_img {
    background-image: url("../../img/delivery_lp/mv_pc.png");
    width: 42%;
    height: 50vw;
  }
}

.bl_mv_img--prepaid {
  background-image: url("../../img/prepaid_lp/mv.jpg") !important;
}

@media (min-width: 992px) {
  .bl_mv_img--prepaid {
    height: 40vw;
  }
}

.bl_mv_cont {
  background-color: #F8F8F8;
}

@media (min-width: 992px) {
  .bl_mv_cont {
    width: 58%;
    position: relative;
  }
}

.bl_mv_cont_inner {
  padding: 66.5px 1rem 72px;
}

@media (min-width: 992px) {
  .bl_mv_cont_inner {
    padding: 0;
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.bl_mv_header {
  margin-bottom: 29px;
}

.bl_mv_ttl {
  margin: 0;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #333;
}

@media (min-width: 992px) {
  .bl_mv_ttl {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
    line-height: 2;
  }
}

.bl_mv_txt {
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #333;
  font-weight: 400;
}

@media (min-width: 992px) {
  .bl_mv_txt {
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.bl_mv_txt a {
  color: #333;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.bl_mv_txt a:hover {
  opacity: 0.8;
}

.bl_news {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .bl_news {
    max-width: 800px;
    margin: auto;
  }
}

.bl_news_item {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20.5px;
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .bl_news_item {
    padding: 0 20px 24px;
    margin-bottom: 27px;
  }
}

.bl_news_item:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bl_news_item_inner {
  text-decoration: none;
  display: block;
}

@media (min-width: 992px) {
  .bl_news_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bl_news_item a {
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.bl_news_item a:hover {
  opacity: .8;
}

.bl_news_item_time {
  font-family: "Times New Roman", "Times", serif;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  color: #999999;
  font-weight: 400;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .bl_news_item_time {
    margin: 0 11px 0 0;
  }
}

.bl_news_item_ttl {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
  color: #333;
}

.bl_news_item_message {
  text-align: center;
}

@media (min-width: 992px) {
  .bl_delivery {
    max-width: 750px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .bl_delivery_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 2rem;
  }
}

.bl_delivery_item + .bl_delivery_item {
  margin-top: 4rem;
}

.bl_delivery_item-l {
  padding: 1.5rem;
  border-radius: 1.5rem;
}

@media (min-width: 992px) {
  .bl_delivery_item-l {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .bl_delivery_item-r {
    width: 50%;
  }
}

.bl_delivery_item-img {
  margin: 0 0 1.5rem;
  text-align: center;
}

@media (min-width: 992px) {
  .bl_delivery_item-img {
    margin-bottom: 0.75rem;
  }
}

.bl_delivery_item-img img {
  width: 100%;
}

.bl_delivery_item-name {
  font-size: 1.25rem;
  margin: 0 0 0.325rem;
  border-bottom: 1px solid #ccc;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  color: #333;
}

.bl_delivery_item-detail {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  color: #333;
  margin: 0 0 0.325rem;
}

.bl_delivery_item-link {
  color: #333;
  font-size: 0.75rem;
}

.bl_delivery_item-link:hover {
  opacity: .9;
}

.bl_delivery_item-ttl {
  font-size: 0.875rem;
  margin: 0 0 0.75rem;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  color: #333;
  text-align: center;
}

.bl_delivery_item-web {
  margin: 0 0 1.5rem;
}

.bl_delivery_item-download {
  font-size: 0.875rem;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  color: #333;
  text-align: center;
  margin: 0 0 1rem;
}

.bl_delivery_item-apps ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_delivery_item:nth-child(1) .bl_delivery_item-img {
  width: 60%;
  margin: auto;
}

@media (min-width: 992px) {
  .bl_delivery_item:nth-child(2) .bl_delivery_item-img {
    width: 90%;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .bl_delivery_item:nth-child(3) .bl_delivery_item-img {
    width: 70%;
    margin: auto;
  }
}

.bl_delivery_item:nth-child(4) .bl_delivery_item-img {
  width: 90%;
  margin: auto;
}

@media (min-width: 992px) {
  .bl_delivery_item:nth-child(4) .bl_delivery_item-img {
    width: 70%;
  }
}

.bl_delivery_item:nth-child(5) .bl_delivery_item-img {
  width: 80%;
  margin: auto;
}

@media (min-width: 992px) {
  .bl_delivery_item:nth-child(5) .bl_delivery_item-img {
    width: 60%;
  }
}

.bl_delivery_item:nth-child(6) .bl_delivery_item-img {
  width: 60%;
  margin: auto;
}

@media (min-width: 992px) {
  .bl_delivery_item:nth-child(7) .bl_delivery_item-img {
    margin: auto;
    width: 80%;
  }
}

.bl_prepaid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .bl_prepaid {
    max-width: 800px;
    margin: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.bl_prepaid_item {
  border: 1px solid #ccc;
  padding: 1rem;
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .bl_prepaid_item {
    width: 33%;
  }
}

.bl_prepaid_item:not(:first-child):not(:nth-child(2)) {
  margin-top: 0.4rem;
}

@media (min-width: 992px) {
  .bl_prepaid_item:not(:first-child):not(:nth-child(2)) {
    margin-top: 0;
  }
}

.bl_prepaid_item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 0.25rem;
}

.bl_prepaid_item:not(:nth-child(3n)) {
  margin-right: 0.5%;
}

.bl_prepaid_item h4 {
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  color: #333;
}

.bl_prepaid_item a {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .bl_take {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.bl_take_item {
  display: block;
  text-decoration: none;
  margin-bottom: 40px;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  cursor: pointer;
}

.bl_take_item:hover {
  opacity: .9;
}

@media (min-width: 992px) {
  .bl_take_item {
    margin-bottom: 0;
    width: 30.3%;
  }
}

.bl_take_item:last-child {
  margin-bottom: 0;
}

.bl_take_item img {
  width: 100%;
  height: auto;
}

.bl_take_item_txt {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  color: #333;
  margin: 16.5px 0 0 0;
  display: inline-block;
  position: relative;
  font-weight: 40;
}

.bl_take_item_txt::after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url("../../img/delivery_lp/arrow_btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(16px, -45%);
  transform: translate(16px, -45%);
}

.bl_note {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", serif;
  color: #333;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media (min-width: 992px) {
  .bl_note {
    max-width: 800px;
    margin: auto;
  }
}

.bl_note h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
}
