@charset "UTF-8";
/* init
[------------------------------------------------*/
:root {
  interpolate-size: allow-keywords;
  --color_black: #333;
}

html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--color_black);
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  font-size: 1.6rem !important;
  line-height: 1.625;
}
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: calc(100vw / 75);
  }
  body {
    min-width: 0;
  }
}

/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-feature-settings: "palt";
  letter-spacing: .06em;
  mix-blend-mode: multiply;
}
#cpn-main img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
#cpn-main picture {
  display: block;
}
#cpn-main section {
  position: relative;
}
#cpn-main a {
  position: relative;
  text-decoration: none;
  transition: .3s;
}
h2 {
  display: inline-block;
  position: relative;
}
h2.no-style {
  display: block;
  position: static;
}
@media screen and (max-width: 1001px) {
  #cpn-main {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
}
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  text-decoration: none;
  transition: .3s;
}

/* header
------------------------------------------------*/
/* 共通部分
--------------------------*/
header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fef0ff;
}
header h1 {
    width: 1000px;
    height: 70px;
    margin: auto;
    display: flex;
}
h1 picture {
    width: 20.8rem;
    margin: 1rem auto auto 1rem;
}

#cpn-main .link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2.1rem 5rem;
  transition: color .15s;
  font-weight: bold;
  color:#4542c6;
  font-size: 2rem;
}

#cpn-main .link span {
  display: block;
  position: absolute;
  top: 1.3em;
  right: 1em;
  bottom: 15%;
  width: .64em;
  height: 1.07em;
  content: "";
  transition: .1s;
  transform: rotate(90deg);
}

#cpn-main .link span::before,
#cpn-main .link span::after {
  display: block;
  position: absolute;
  top: .09em;
  left: 0;
  width: .68em;
  height: .125em;
  margin: auto;
  border-radius: 10rem;
  content: "";
  background: #4542c6;
}

#cpn-main .link span::before {
  top: 0.2675em;
  bottom: auto;
  transform: rotate(45deg);
}
#cpn-main .link span::after {
  top: auto;
  bottom: 0.2675em;
  transform: rotate(135deg);
}

#cpn-main .link-click.actv .dropDown {
  display: block!important;
}
#cpn-main .dropDown__list {
  display: flex;
  flex-direction: column;
}


/* PC_ahamo公式サイトを見る
--------------------------*/
#cpn-main .pc_only.link_btn {
    width: 330px;
    height: 50px;
    margin: 0.7rem 2rem 0.5rem;
}
#cpn-main .pc_only.link_btn a {
    text-decoration: none;
    position: relative;
    border-radius: 5.5rem;
    pointer-events: all;
    color: #fff !important;
    background: #ff39a9;
    font-size: 2.2rem !important;
    font-weight: 500;
    width: 100%;
    margin: 0 auto 0;
    padding: 1rem 3rem 0 0;
    line-height: 1.2;
    box-shadow: #ac0e71 0 3px;
}
#cpn-main .pc_only.link_btn a::before {
    right: 9px;
    top: 0.8em;
    width: 2rem;
    height: 1.5rem;
    margin: auto;
    display: inline-block;
    position: absolute;
    transform: rotate(0deg);
    background: url(../images/ic_white.svg) no-repeat;
    content: "";
}

/* SP_ahamo公式サイトを見る
--------------------------*/
#cpn-main .sp_only.link_btn {
  max-width: 522px;
  width: 100%;
  height: auto;
  aspect-ratio: 522 / 80;
  margin: 2rem 0 1.5rem;
}
#cpn-main .sp_only.link_btn a {
  text-decoration: none;
  position: relative;
  border-radius: 5.5rem;
  pointer-events: all;
  color: #fff !important;
  background: #ff39a9;
  font-size: 2.8rem !important;
  font-weight: bold;
  width: 100%;
  margin: 0 auto 0;
  padding: 1.2rem 2rem 0 0;
  line-height: 1.2;
  box-shadow: #ac0e71 0 3px;
}

#cpn-main .sp_only.link_btn a::before {
  right: 1rem;
  top: 2rem;
  width: 2.5rem;
  height: 2.2rem;
  margin: auto;
  display: inline-block;
  position: absolute;
  transform: rotate(0deg);
  background: url(../images/ic_white.svg) no-repeat;
  content: "";
}

/* PC_header
--------------------------*/
#pc_header {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  background: #fff;
}
#pc_header > ul {
  display: flex;
  margin: auto;
  width: 1000px;
  justify-content: center;
}
#pc_header > ul > li {
  width: 50%;
}
#pc_header button {
  width: 100%;
}

#cpn-main .link.reason_tx {
  padding: 13px 49px;
  line-height: 2.2rem;
}
#cpn-main .link.about_tgc_tx {
  padding: 21px 44px;
}
#cpn-main .link.qa_tx {
  padding: 21px 60px;
}

/* PC_ドロップダウン部分
--------------------------*/
#cpn-main #pc_header .dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  margin: 0.1rem auto;
  background-color: #fff;
  box-shadow: 0px 3px 8px -3px #777;
  color: initial;
  transform: translate(0, 100%);
}

#cpn-main #pc_header .link-click.actv .dropDown__link span {
  width: .64em;
  height: 1.45em;
  transition: .1s;
  transform: rotate(90deg);
}

#cpn-main #pc_header .dropDown__link span {
  margin-left: auto;
  flex-shrink: 0;
  display: inline-block;
}

#cpn-main #pc_header .link-click.actv .dropDown__link span::after {
  top: auto;
  bottom: 0.2675em;
  transform: rotate(135deg);
}
#cpn-main #pc_header .link-click.actv .dropDown__link span::before {
  top: 0.2675em;
  bottom: auto;
  transform: rotate(45deg);
}
#cpn-main #pc_header .link-click.actv .dropDown__link span::before, #cpn-main #pc_header .link-click.actv .dropDown__link span::after {
  display: block;
  position: absolute;
  top: .09em;
  left: 0;
  width: .65em;
  height: .125em;
  margin: auto;
  border-radius: 10rem;
  content: "";
  background: #4542c6;
}

#cpn-main #pc_header .dropDown__link {
    transition: color .15s;
    color: #4542c6;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    padding: 2rem 2.2rem 2rem 1rem;
}

/* ハンバーガーメニュー
--------------------------*/
.menu .hamburger {
  cursor: pointer;
  z-index: 100;
  position: fixed;
  top: 9px;
  right: calc(50% - 315px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.menu .hamburger span {
  width: 50px;
  height: 2px;
  background-color: #EC1E9D;
  position: static;
  left: 12px;
  transition: all 0.4s;
  border-radius: 2rem;
  transform-origin: center;
}
.menu .overlay {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 22;
}
.menu .overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.menu .nav {
  width: 70%;
  max-width: 600px;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 10%;
  left: 60%;
  opacity: 0;
  transform: translate(-50%, -150%);
  transition: transform 0.4s ease;
  background: #fff;
  border-radius: 3.5rem;
  padding: 1rem 3rem 2rem;
  z-index: 90;
}
.menu .nav.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.menu .hamburger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(45deg);
}
.menu .hamburger.active span:nth-of-type(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu .hamburger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(-45deg);
}

@media screen and (min-width: 1001px) {
  header {
      height: 140px;
  }
}

/* SP
--------------------------*/
@media screen and (max-width: 1000px) {
  h1 picture {
    width: 17.8rem!important;
    margin: 0.8rem auto auto 1rem;
  }
/* SP_ドロップダウン部分
--------------------------*/
  #cpn-main #sp_header .dropDown {
    position: relative;
    display: none;
    background-color: #fff;
    color: initial;
  }
  #cpn-main #sp_header .dropDown__list {
    display: flex;
    flex-direction: column;
    gap: 0!important;
  }

  #cpn-main #sp_header .dropDown__link {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
    transition: color .15s;
    color: #4542c6;
    font-weight: bold;
    font-size: 2.6rem;
  }
  #cpn-main #sp_header .dropDown__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3rem;
    width: 93%;
    height: 1px;
    background: #ff6ab5;
  }
  #cpn-main #sp_header .dropDown__link span {
    margin-left: auto;
    flex-shrink: 0;
    display: inline-block;
  }
  #cpn-main #sp_header .link-click.actv .dropDown__link span {
    width: .64em;
    height: 1.07em;
    transition: .1s;
    transform: rotate(90deg);
  }
  #cpn-main #sp_header .link-click.actv .dropDown__link span::before,
  #cpn-main #sp_header .link-click.actv .dropDown__link span::after {
    display: block;
    position: absolute;
    top: .09em;
    left: 0;
    width: .68em;
    height: .125em;
    margin: auto;
    border-radius: 10rem;
    content: "";
    background: #4542c6;
  }
  #cpn-main #sp_header .link-click.actv .dropDown__link span::before {
    top: 0.2675em;
    bottom: auto;
    transform: rotate(45deg);
  }
  #cpn-main #sp_header .link-click.actv .dropDown__link span::after {
    top: auto;
    bottom: 0.2675em;
    transform: rotate(135deg);
  }

/* SP_header
--------------------------*/
  #cpn-main #sp_header .link {
    justify-content: flex-start;
    width: 100%;
    padding: 2rem 2rem 2rem 0rem;
    font-size: 3rem;
  }
  #cpn-main #sp_header .link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: 0;
    height: 1px;
    background: #ff6ab5;
  }
  #cpn-main #sp_header .link span {
    top: 0.1em;
    right: 0;
    margin-left: auto;
    flex-shrink: 0;
    position: relative;
  }

  #cpn-main #sp_header .link span::before,
  #cpn-main #sp_header .link span::after {
    display: block;
    position: absolute;
    top: .09em;
    left: 0;
    width: .68em;
    height: .125em;
    margin: auto;
    border-radius: 10rem;
    content: "";
    background: #4542c6;
  }
  #cpn-main #sp_header .link span::before {
    top: 0.2675em;
  }
  #cpn-main #sp_header .link span::after {
    top: auto;
  }
  .menu .hamburger {
    right: 25px;
    top: 25px;
  }
}

/* SP_画面幅調整
--------------------------*/
@media screen and (max-width: 920px) {
  h1 picture {
    width: 18.8rem!important;
    margin: 1rem auto auto 1rem;
  }
  #cpn-main .sp_only.link_btn a {
    text-decoration: none;
    position: relative;
    border-radius: 5.5rem;
    pointer-events: all;
    color: #fff !important;
    background: #ff39a9;
    font-size: 3rem !important;
    font-weight: bold;
    width: 100%;
    margin: 0 auto 0;
    padding: 1.5rem 2rem 0 0;
    line-height: 1.2;
    box-shadow: #ac0e71 0 3px;
}
  #cpn-main .sp_only.link_btn a::before {
    right: 2rem;
    top: 2.3rem;
  }
}
@media screen and (max-width: 770px) {
  h1 picture {
    margin: 1.5rem auto auto 1rem;
  }
}
@media screen and (max-width: 750px) {
  h1 picture {
    width: 20.8rem!important;
    margin: 1.5rem auto auto 1rem;
  }
}
@media screen and (max-width: 700px) {
  h1 picture {
    width: 18.8rem!important;
    margin: 2rem auto auto 1rem!important;
  }
}
@media screen and (max-width: 680px) {
  header {
    height: 60px!important;
  }
  h1 picture {
    margin: 1rem 0 0 1rem !important;
  }
  .menu .overlay {
    top: 60px;
    height: calc(100% - 60px);
  }
  .menu .hamburger {
    right: 16px;
    top: 17px;
  }
  .menu .nav {
    top: 9%;
  }
  .menu .hamburger span {
    width: 40px;
  }
}
@media screen and (max-width: 650px) {
  .menu .hamburger {
    right: 15px;  
    top: 16px;
  }
  .menu .hamburger span {
    width: 34px;
    height: 2px;
    left: 12px;
  }
}
@media screen and (max-width: 600px) {
  h1 picture {
        margin: 1.5rem 0 0 1rem !important;
    }
}
@media screen and (max-width: 540px) {
  header {
    height: 50px!important;
  }
  h1 picture {
    width: 20.8rem!important;
    margin: 1rem 0 0 1.5rem !important;
  }
  .menu .overlay {
    top: 50px;
    height: calc(100% - 50px);
  }
    .menu .nav {
        top: 7.5%;
    }
  .menu .hamburger {
        top: 12px;
    }
}
@media screen and (max-width: 500px) {
    h1 picture {
    margin: 1.1rem 0 0 1.5rem !important;
  }
  .menu .hamburger {
    width: 45px;
    height: 45px;
    top: 2px;
    gap: 6px;
    right: 7px;
  }
  .menu .hamburger span {
    width: 30px;
  }
  .menu .hamburger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu .hamburger.active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .menu .nav {
    top: 8%;
    }
}
@media screen and (max-width: 460px) {
  h1 picture {
    margin: 1.5rem 0 0 1.5rem !important;
  }
}
@media screen and (max-width: 440px) {
  h1 picture {
    width: 20.8rem !important;
    margin: 2rem 0 0 1.5rem !important;
  }
}
@media screen and (max-width: 380px) {
  header h1 {
    height: 40px!important;
  }
  h1 picture {
    width: 25.8rem !important;
    margin: 1.5rem 0 0 2rem !important;
  }
  .menu .hamburger {
    width: 35px;
    height: 35px;
    gap: 5px;
    top: 6px;
  }
  .menu .hamburger span {
    width: 30px;
  }
  .menu .hamburger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu .hamburger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .menu .nav {
      top: 8.5%;
  }
}
@media screen and (max-width: 340px) {
  h1 picture {
    margin: 2.5rem 0 0 2rem !important;
  }
}
@media screen and (max-width: 300px) {
  header {
        height: 40px !important;
  }
  h1 picture {
        margin: 2rem 0 0 2rem !important;
  }
  .menu .nav {
    top: 6%;
  }
  .menu .overlay {
    top: 40px;
    height: calc(100% - 40px);
  }
  .menu .hamburger {
    top: 1px;
    right: 2px;
  }
  .menu .hamburger span {
    width: 20px;
  }
}
@media screen and (max-width: 250px) {
  h1 picture {
    width: 29.8rem !important;
  }
}
@media screen and (max-width: 200px) {
  header {
    height: 30px !important;
    }
  .menu .overlay {
    top: 30px;
    height: calc(100% - 30px);
  }
  .menu .hamburger {
    top: -3px;
  }
  .menu .hamburger span {
    width: 20px;
  }
  .menu .nav {
    top: 4%;
  }
}

/* kv
------------------------------------------------*/
/* 共通部分
--------------------------*/
#cpn-main main .container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
main {
  margin-top: 80px;
}

#kv {
  position: relative;
  background: url("../images/bg_01.webp")center / cover no-repeat;
  border-bottom: 6px solid transparent;
  border-image: linear-gradient(90deg,rgba(253, 79, 255, 1) 0%,rgba(202, 106, 255, 1) 100%) 1;
}
.kv_img {
    margin-inline: auto;
    padding: 4rem clamp(0.5rem, 8vw, 14rem) 3rem;
    box-sizing: border-box;
}
/* PC
--------------------------*/
@media screen and (min-width: 1001px) {
  main {
    margin-top: 140px;
  }
}
/* SP
--------------------------*/
@media screen and (max-width: 1000px) {
  main {
    margin-top: 70px!important;
  }
}
/* SP_画面幅調整
--------------------------*/
@media screen and (max-width: 830px) {
  main {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 680px) {
  main {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 600px) {
  .kv_img {
      padding: 4rem 1rem 4rem;
  }
}
@media screen and (max-width: 540px) {
  main {
    margin-top: 50px;
  }
}
@media screen and (max-width: 380px) {
  main {
    margin-top: 40px!important;
  }
  .kv_img {
    padding: 4.5rem 1rem 4rem;
  }
  #kv {
    border-bottom: 4px solid #fd4fff;
  }
}

/* 開催中のキャンペーン
------------------------------------------------*/
#cpn-main .postion_none {
    position: static!important;
}
/* PC
--------------------------*/
#campaignnow {
  position: relative;
  background: url("../images/bg_02.webp")center / cover no-repeat;
  padding: 9rem 2.5rem 10rem;
}
#campaignnow h2 picture {
    padding: 0 clamp(0.5rem, 3vw, 14rem) 0;
    box-sizing: border-box;
}
#campaignnow .campaign_box {
    position: relative;
    width: min(69.2rem, 100%);
    margin: auto;
    padding: .6rem;
    background: linear-gradient(90deg, rgba(253, 79, 255, 1) 0%, rgba(202, 106, 255, 1) 100%);
    box-sizing: border-box;
}
#campaignnow picture {
  margin: 0 auto 4rem;
}
#campaignnow .campaignnow_img {
  margin: 0 auto;
  width: 100%;
}
#campaignnow p {
  background: #fff;
  color: #333;
  font-weight: bold;
  line-height: 3.5rem;
  text-align: left;
  padding: 2rem 1.5rem 1rem;
  letter-spacing: .2rem;
}
#campaignnow p span {
  font-size: 3.5rem;
  font-weight: bold;
}
#campaignnow p .date_tx {
  font-size: 2.5rem;
  font-weight: 500;
  color: #666;
  letter-spacing: .13rem;
}
#campaignnow .campaignnow_tx {
    position: absolute;
    top: 1.2rem;
    background: #ff39a9;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 2.3rem;
    padding: 0.7rem 0.7rem 0.8rem 0.9rem;
    font-weight: bold;
    line-height: 2.5rem;
    left: 0;
    transform: translateX(1.2rem);
    z-index: 10;
}

/* SP
--------------------------*/
@media screen and (max-width: 1000px) {
  #campaignnow h2 picture {
      padding: 0 clamp(0.5rem, 3vw, 14rem) 0;
      box-sizing: border-box;
  }
  #campaignnow .campaign_box {
      width: 54.2rem;
  }
  #campaignnow .campaignnow_tx {
      top: 1rem;
      border-radius: 0.3rem;
      font-size: 1.9rem;
      padding: 0.2rem 0.5rem 0.4rem;
      line-height: 2.5rem;
  }

  #campaignnow p {
      letter-spacing: .1rem;
      line-height: 3rem;
      padding: 1rem 1.5rem 1rem;
  }
  #campaignnow p span {
      font-size: 2.5rem;
  }
  #campaignnow p .date_tx {
      font-size: 1.8rem;
  }
}
/* SP_画面幅調整
--------------------------*/
@media screen and (max-width: 870px) {
  #campaignnow .campaign_box {
      width: 56.2rem;
  }
}
@media screen and (max-width: 860px) {
  #campaignnow .campaign_box {
      width: 57.2rem;
  }
}
@media screen and (max-width: 850px) {
  #campaignnow .campaign_box {
      width: 62.2rem;
  }
  #campaignnow p span {
    font-size: 3rem;
  }
  #campaignnow p .date_tx {
        font-size: 2.2rem;
  }
  #campaignnow p {
    line-height: 3.7rem;
  }
  #campaignnow .campaignnow_tx {
    top: 1.25rem;
    padding: 0.3rem 0.9rem 0.6rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  #campaignnow .campaignnow_tx {
    top: 1rem;
    padding: 0.5rem 1rem 0.7rem;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 450px) {
  #campaignnow .campaign_box {
    width: 68.2rem;
  }
  #campaignnow {
    padding: 7rem 0 8rem;
  }
  #campaignnow h2 picture {
    padding: 0 3rem;
    margin: 0 auto 3rem;
  }
  #campaignnow p span {
    font-size: 3.4rem;
  }
  #campaignnow p .date_tx {
    font-size: 2.4rem;
  }
  #campaignnow .campaignnow_tx {
    top: 1.3rem;
    left: -18.3rem;
    margin: 0 18.5rem;
    border-radius: 0.3rem;
    font-size: 2.3rem;
    padding: 0.4rem 1.2rem 0.7rem;
  }
}

/* 開催予定のキャンペーン
------------------------------------------------*/
/* PC
--------------------------*/
#upcoming h2 picture {
    width: 65%;
    padding: 0 6rem 0 !important;
}
#upcoming .upcoming_bg {
  background: #fff;
  border: .2rem solid #ca6aff;
}
#upcoming .upcoming_bg::after {
    background: url(../images/deco_left.webp) no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    right: 50%;
    top: 4.5%;
}
#upcoming .upcoming_bg::before {
    background: url(../images/deco_right.webp) no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 50%;
    top: 47.5%;
}
.heart3 {
    width: 100%;
    height: 2.2rem;
    margin: 8rem 0 7.5rem;
    background: url(../images/heart_img.webp) no-repeat center / contain;
}
#upcoming .upcoming_bg p {
    color: #333;
    font-weight: bold;
    line-height: 4.5rem;
    text-align: center;
    font-size: 2.8rem;
    padding: 3rem 1.5rem 3.5rem;
    letter-spacing: .15rem;
}
#upcoming .upcoming_bg p span {
    color: #ca6aff;
    font-size: 4rem;
}
#upcoming .upcoming_bg .tx_gray {
    color: #666!important;
    font-size: 2rem;
    font-weight: 500;
}

/* PC_画面幅調整
--------------------------*/
@media screen and (max-width: 1120px) and (min-width: 1001px) {
  .heart3 {
      margin: 7rem 0 7.5rem;
  }
  #upcoming h2 picture {
    width: 59%;
    padding: 0 4rem 0 !important;
  }
  #upcoming .upcoming_bg {
    margin: 0 5rem;
  }
  #upcoming .upcoming_bg p {
    font-size: 2.5rem;
  }
  #upcoming .upcoming_bg p span {
    font-size: 3.7rem;
  }
  #upcoming .upcoming_bg .tx_gray {
    font-size: 1.7rem;
  }
  #upcoming .upcoming_bg::before {
    left: 45%;
  }
  #upcoming .upcoming_bg::after {
    right: 44.8%;
    top: 4%;
  }
}

/* SP
--------------------------*/
@media screen and (max-width: 1000px) {
    #upcoming h2 picture {
    width: 60%;
    padding: 0 2rem 0 !important;
    margin: 0 auto 3rem;
  }
  .heart3 {
    height: 1.8rem;
    margin: 6rem 0 6.5rem;
  }
  #upcoming .upcoming_bg p {
    font-size: 1.9rem;
    line-height: 3rem;
    padding: 2rem 1.5rem 2rem;
    }
  #upcoming .upcoming_bg p span {
    font-size: 2.8rem;
  }
  #upcoming .upcoming_bg .tx_gray {
    font-size: 1.4rem;
  }
  #upcoming .upcoming_bg {
    margin: 0rem 2rem;
  }
  #upcoming .upcoming_bg::before {
    left: 45.8%;
  }
  #upcoming .upcoming_bg::after {
        right: 45.8%;
        top: 9%;  
  }
}
/* SP_画面幅調整
--------------------------*/
@media screen and (max-width: 800px) {
  #upcoming h2 picture {
        width: 65%;
  }
  #upcoming .upcoming_bg {
        margin: -1rem 1rem;
  }
  #upcoming .upcoming_bg::before {
    left: 48.5%;
    background-size: 9%;
  }
  #upcoming .upcoming_bg::after {
    right: 48.5%;
    background-size: 9%;
    top: 2%;
  }
  #upcoming .upcoming_bg p span {
    font-size: 3.4rem;
  }
  #upcoming .upcoming_bg p {
    font-size: 2.3rem;
    letter-spacing: .17rem;
    line-height: 3.5rem;
    padding: 3rem 1.5rem 3rem;
  }
  #upcoming .upcoming_bg .tx_gray {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  #upcoming .upcoming_bg::after {
    top: 3.5%;
  }
  #upcoming h2 picture {
    width: 72%;
  }
}
@media screen and (max-width: 600px) {
  .heart3 {
    height: 2.3rem!important;
  }
  #upcoming h2 picture {
    width: 75%!important;
  }
  #upcoming .upcoming_bg::after {
    top: 4.5%;
  }
}
@media screen and (max-width: 500px) {
  #upcoming h2 picture {
    width: 80% !important;
  }
  #upcoming .upcoming_bg::after {
    top: 5.5%;
  }
}
@media screen and (max-width: 450px) {
  .heart3 {
    margin: 7.5rem 0 6rem;
  }
  #upcoming h2 picture {
    width: 80%!important;
    margin: 0 auto 1.5rem;
  }
  #upcoming .upcoming_bg p {
    font-size: 2.4rem;
    padding: 3rem 1.3rem 2rem;
    line-height: 3.8rem;
    letter-spacing: .1rem;
  }
  #upcoming .upcoming_bg p span {
    font-size: 3.4rem;
  }
  #upcoming .upcoming_bg .tx_gray {
    font-size: 1.8rem;
  }
  #upcoming .upcoming_bg {
    margin: 0 3.9rem;
  }
  #upcoming .upcoming_bg::before {
    left: 43%;;
    top: 47.5%;
    background-size: 12%;
  }
  #upcoming .upcoming_bg::after {
    right: 43.3%;
    top: 5.5%;
    background-size: 12%;
  }
}

/* TGC×ドコモとは＿PC・SP
------------------------------------------------*/
/* 共通
--------------------------*/
/* 全体背景 */
#about_tgc {
  position: relative;
  background: url("../images/bg_03.webp")center / cover no-repeat;
  padding: 10rem 0 10rem;
}
#about_tgc h2 picture {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/* 背景 */
#about_tgc .pc_only .tgc_wrap {
  position: relative;
  margin-top: 3.5rem;
  padding: 8.5rem 1rem 7rem;
  background: url(../images/about_tgc_pc01.webp) no-repeat center center / 100% 100%;
}
#about_tgc .sp_only .tgc_wrap {
    position: relative;
    margin: 2rem 5rem 0;
    padding: 8.5rem 1rem 8.5rem;
    background: url(../images/about_tgc_sp01.webp) no-repeat center center / 100% 100%;
}
/* ロゴ */
#about_tgc .tgc_img {
  padding: 0 19rem;
  margin: -0.5rem 0 15.5rem;
}

/* 説明文 */
#about_tgc p {
    margin: 1.5rem 3rem 2rem;
    font-size: 2rem;
    letter-spacing: 0.07em;
    line-height: 3.8rem;
}

#about_tgc .tgc_tx1 {
    margin: -11.2rem 29rem 1rem;
    font-size: 3.2rem;
    font-weight: bold!important;
    background: linear-gradient(transparent 60%, rgb(255, 225, 243) 60%);
    letter-spacing: 0.1em;
}
#about_tgc .tgc_tx2 span {
  display: inline-block;
  font-weight: 500;
  border-bottom: 3px solid #ffe1f3;
}

#about_tgc .tgc_tx3 {
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid #ff6ab5;
    color: #ff6ab5;
    font-weight: bold;
    font-size: 2rem;
    margin: 0 auto 1rem;
}

#about_tgc .tgc_tx3 span {
    position: relative;
    display: inline-block;
    width: .64em;
    height: 1.07em;
    margin-left: .3em;
    transform: rotate(90deg);
}

#about_tgc .tgc_tx3 span::before, #about_tgc .tgc_tx3 span::after {
    display: block;
    position: absolute;
    top: .09em;
    left: 0;
    width: .68em;
    height: .125em;
    margin: auto;
    border-radius: 10rem;
    content: "";
    background: #ff6ab5;
}

#about_tgc .tgc_tx3 span::before {
    top: 0.2675em;
    bottom: auto;
    transform: rotate(45deg);
}

#about_tgc .tgc_tx3 span::after {
    top: auto;
    bottom: 0.2675em;
    transform: rotate(135deg);
}

/* 周りのハート */
.tgc_wrap::after {
    display: block;
    width: 100%;
    background: url(../images/about_tgc_img02.webp) no-repeat center center;
    content: "";
    position: absolute;
}

.tgc_wrap::before {
    display: block;
    width: 100%;
    background: url(../images/about_tgc_img02.webp) no-repeat center center;
    position: absolute;
    content: "";
    transform: rotate(-35deg);
}

.tgc_wrap .tgc_wrap2::before {
    display: block;
    width: 100%;
    background: url(../images/about_tgc_img03.webp) no-repeat center center;
    content: "";
    position: absolute;
    transform: scaleX(-1);
}

.tgc_wrap .tgc_wrap2::after {
    display: block;
    width: 100%;
    background: url(../images/about_tgc_img03.webp) no-repeat center center;
    content: "";
    position: absolute;
}


/* PC
--------------------------*/
.pc_only .tgc_wrap::after {
    height: 12rem;
    right: -46.4%;
    top: -5%;
}
.pc_only .tgc_wrap::before {
    display: block;
    width: 100%;
    height: 12rem;
    background: url(../images/about_tgc_img02.webp) no-repeat center center;
    position: absolute;
    right: 46%;
    top: 90%;
    content: "";
    transform: rotate(-35deg);
}

.pc_only .tgc_wrap .tgc_wrap2::after {
    height: 12rem;
    right: 50%;
    top: 2%;
}

.pc_only .tgc_wrap .tgc_wrap2::before {
    height: 12rem;
    right: -50%;
    top: 85%;
}

/* PC_画面幅調整
--------------------------*/
@media screen and (max-width: 1120px) and (min-width: 1001px) {
  /* 余白調整 */
  #about_tgc h2 picture {
    width: 90%;
    margin: 0 auto;
  }
  #about_tgc .pc_only .tgc_wrap {
    margin: 3.5rem 3rem 0;
    padding: 8.5rem 1rem 7rem;
  }
  #about_tgc .tgc_img {
    padding: 0 17.5rem;
    margin: -1rem 0 14.5rem;
  }
  #about_tgc p {
    font-size: 1.9rem;
  }
  #about_tgc .tgc_tx1 {
    margin: -11.2rem 28rem 1rem;
    font-size: 2.9rem;
    background: linear-gradient(transparent 55%, rgb(255, 225, 243) 55%);
  }
  #about_tgc .tgc_tx3 {
    font-size: 1.9rem;
  }
  .pc_only .tgc_wrap .tgc_wrap2::after {
    top: 0%;
  }
  .pc_only .tgc_wrap::before {
    top: 90%;
  }
  .pc_only .tgc_wrap .tgc_wrap2::before {
    top: 83%;
  }
}

/* SP
--------------------------*/
.sp_only .tgc_wrap::after {
    height: 100%;
    right: -45.4%;
    top: -48%;
    background-size: 15%;
  }
.sp_only .tgc_wrap::before {
    height: 100%;
    right: 44%;
    top: 49%;
    background-size: 15%;
  }

.sp_only .tgc_wrap .tgc_wrap2::after {
    height: 100%;
    right: 51%;
    top: -43%;
    background-size: 5%;
  }

.sp_only .tgc_wrap .tgc_wrap2::before {
    height: 100%;
    right: -50%;
    top: 44%;
    background-size: 5%;
  }

@media screen and (max-width: 1000px) {
  #about_tgc {
    padding: 8rem 0 10rem;
  }    
  #about_tgc .sp_only .tgc_wrap {
    margin: 3rem 7rem 0;
    padding: 7.5rem 1rem 5.5rem;
  }
  #about_tgc h2 picture {
    width: 90%;
    margin: 0 auto;
  }
  #about_tgc .tgc_img {
    padding: 0 5.5rem;
    margin: -1rem 0 13rem;
  }
  /* 文字サイズ */
  #about_tgc p {
    margin: 1.5rem 0 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    line-height: 3.5rem;
  }
  #about_tgc .tgc_tx1 {
    margin: -10.2rem 14rem 0;
    font-size: 2.7rem;
    line-height: 2.8rem;
    letter-spacing: 0.07em;
  }
  /* 周りのハート */
  .sp_only .tgc_wrap::before {
    right: 45%;
    top: 48%;
    background-size: 14%;
  }
  .sp_only .tgc_wrap::after {
    right: -45%;
    background-size: 14%;
  }
  .sp_only .tgc_wrap .tgc_wrap2::after {
    right: 50%;
    top: -42%;
    background-size: 4%;
  }
  .sp_only .tgc_wrap .tgc_wrap2::before {
    right: -50%;
    top: 42%;
    background-size: 4%;
  }
}

/* SP_画面幅調整
--------------------------*/
@media (max-width: 850px) {
  #about_tgc h2 picture {
    width: 82%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  #about_tgc h2 picture {
    width: 76%;
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  #about_tgc h2 picture {
    width: 72%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #about_tgc p {
    margin: 1.5rem 0 3rem;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 4.2rem;
  }
  #about_tgc .tgc_tx3 {
    font-size: 2.5rem;
  }
  #about_tgc .tgc_tx1 {
    margin: -10.2rem 12rem 0;
    font-size: 3rem;
    line-height: 4.8rem;
  }
  #about_tgc h2 picture {
    width: 69%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  #about_tgc h2 picture {
    width: 61%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  #about_tgc h2 picture {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  #about_tgc h2 picture {
    width: 55%;
    margin: 0 auto;
  }
  #about_tgc {
    padding: 8rem 0;
  }
  #about_tgc .tgc_img {
    padding: 0 6.5rem;
    margin: -2rem 0 14.5rem;
  }
  #about_tgc .sp_only .tgc_wrap {
    margin: 2.5rem 5rem 0;
    padding: 9rem 1rem 8rem;
  }
  #about_tgc .tgc_tx1 {
    margin: -11.5rem 10rem 2.5rem;
    letter-spacing: 0.1em;
    line-height: 4.8rem;
    font-size: 3.6rem;
    background: linear-gradient(transparent 50%, rgb(255, 225, 243) 50%);
  }
  #about_tgc p {
    margin: 1.5rem 0 3rem;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 4.2rem;
  }
  #about_tgc .tgc_tx2 span {
    border-bottom: 2px solid #ffe1f3;
  }
  #about_tgc .tgc_tx3 {
    font-size: 2.7rem;
    border-bottom: 1.7px solid #ff6ab5;
  }
}
@media screen and (max-width: 380px) {
  #about_tgc h2 picture {
    width: 54%;
    margin: 0 auto;
  }
}

/* reason
------------------------------------------------*/
/* 共通部分
--------------------------*/
#reason {
  position: relative;
  background: url("../images/bg_04_1.webp") center / cover no-repeat;
  padding: 9.5rem 0 10rem;
}
#reason .reason_tx1 {
  margin-top: 2.5rem;
  letter-spacing: .2rem;
  font-size: 3.3rem;
  font-weight: bold;
  color: #4d4d4d;
  vertical-align: -0.05em;
}
#reason .reason_tx1 span {
  font-size: 2.7rem;
  font-weight: bold;
}

#reason .reason_tx1::before, #reason .reason_tx1::after {
    background: url("../images/reason_img02.webp") no-repeat center / contain;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1.3em;
    vertical-align: -0.3em;
}

#reason .reason_tx1::before {
  padding-right: 3rem;
}

#reason .reason_tx1::after {
  padding-left: 2rem;
  transform: scaleX(-1);
}

#reason p .reason_tx2 {
  color: #6053ff;
  font-weight: bold;
  font-size: 3.2rem;
}
#reason .reason_tx3 {
  color: #3f3f3f;
  font-size: 2rem;
  font-weight: 500;
  margin: -3rem 0rem 3rem 28rem;
}
#reason .reason_tx4 {
    text-align: center;
    background-color: #ebf1ff;
    padding: 0.8rem 0;
    margin: 3rem 1rem 1rem;
    border-radius: 3em;
    line-height: 1.2em;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
}
#reason .reason_tx4.reason2_only {
    margin: 5rem 0 1rem;
}
#reason .reason_tx5 {
    text-align: left;
    font-weight: 500;
    line-height: 2rem;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
    color: #666;
}

.text_blue {
    color: #6053ff;
    font-weight: bold;
}

.reason_img {
  margin: 1.5rem 22.5rem 1rem 21.5rem;
}

.reason_wrap {
  display: flex;
  flex-wrap: nowrap;
  width: 1000px;
  margin: auto;
  background: #fff;
  border: .2rem solid #6053ff;
  border-radius: 3rem;
}

.reason_wrap::after {
  background: url("../images/reason_img04.webp") no-repeat center center;
  display: block;
  width: 100%;
  height: 11%;
  content: "";
  position: absolute;
  right: 482px;
  top: 41%;
}

.reason_wrap::before {
  background: url("../images/reason_img05.webp") no-repeat center center;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 485px;
  top: 39.5%;
}

.reason_wrap > div {
  position: relative;
  width: calc(1000px / 3);
  padding: 3rem 2rem 3rem;
}
.reason_wrap > div::after {
  display: block;
  width: 100%;
  height: 85%;
  background: url(../images/dot_line_2.svg) no-repeat center center;
  content: "";
  transform: rotate(0);
  position: absolute;
  right: -50.5%;
  top: 7%;
}
.reason_wrap > div:last-of-type::after {
  display: none;
}
#cpn-main .reason_wrap > div picture img {
  width: auto;
  height: 21rem;
}

#cpn-main .reason_wrap > div picture .tethering_img {
  width: auto;
  height: 19rem;
}

/* PC_画面幅調整
--------------------------*/
@media screen and (max-width: 1120px) and (min-width: 1001px) {
  #reason h2 picture {
    width: 90%;
    margin: 0 auto;
  }
  .reason_wrap {
    width: 940px;
    margin: 0 auto;
  }
  .reason_wrap::after {
        right: 445px;
        top: 39%;
  }
  .reason_wrap::before {
    left: 440px;
    top: 40%;
  }
  #reason .reason_tx1 {
    font-size: 2.8rem;
  }
  #reason .reason_tx1 span {
    font-size: 2.4rem;
  }
  #reason p .reason_tx2 {
    font-size: 3rem;
  }
  .reason_img {
    margin: 1.5rem 25.5rem 1rem 25.5rem;
  }
  #reason .reason_tx3 {
  font-size: 1.7rem;
  }
}

/* SP
--------------------------*/
@media screen and (max-width: 1000px) {
  #reason h2 picture {
    width: 88%;
    margin: 0 auto 1rem;
  }
  .reason_wrap {
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
    border: .3rem solid #6053ff;
  }
  .reason_wrap > div {
    width: 100%;
    position: relative;
    padding: 2.5rem 2rem 2.5rem;
  }
  .reason_wrap > div::after {
    display: block;
    width: 92%;
    height: .6rem;
    content: "";
    transform: rotate(0);
    background: url(../images/dot_line.svg) no-repeat center center;
    position: absolute;
    right: 4%;
    top: 100%;
  }
  #cpn-main .reason_wrap > div picture {
    padding: 1.5rem;
  }
  #cpn-main .reason_wrap > div picture img {
    width: 100%;
    height: auto;
  }
  
  #reason .reason_tx1 {
    font-size: 2.5rem;
    margin: 0 auto;
  }
  
  #reason .reason_tx1 span {
    font-size: 1.9rem;
  }
    
  #reason p .reason_tx2 {
    font-size: 2.7rem;
  }
  
  #reason .reason_tx1::before {
    padding-right: 3rem;
  }
  
  #reason .reason_tx1::after {
    padding-left: 2.5rem;
  }
  
  #reason .reason_tx1::before, #reason .reason_tx1::after {
    width: 0.5rem;
    height: 1.1em;
    vertical-align: -0.2em;
  }
  
  .reason_img {
    margin: 1.5rem 15rem 1rem;
  }
  
  #reason .reason_tx3 {
    font-size: 1.5rem;
    margin: -2.5rem 0rem 2.5rem 25rem;  
  }
  
  #reason .reason_tx4.reason2_only {
    margin: 1rem 1rem;
    line-height: 2.4rem;
  }
  #reason .reason_tx5 {
    line-height: 2rem;
    padding-left: 2em;
    font-size: 1.4rem;
  }
  #reason .reason_tx5.world_only {
    margin: 0 auto 2rem;
  }
  #reason .reason_tx4 {
    margin: 1rem 1rem 1rem;
  }
  .reason_wrap::after {
    right: 33%;
    top: 24%;
  }
  .reason_wrap::before {
    left: 32%;
    top: 42%;
  }
  #cpn-main .reason_wrap > div .sp_only .tethering_img {
    height: 10rem;
    padding-right: 4rem;
  }
  #cpn-main .reason_wrap > div .sp_only .world_img {
    width: 84%;
    height: auto;
    padding: 0 3rem 0 0;
    margin: 0.5rem 2rem 0 -2rem;
  }
}

/* SP_画面幅調整
--------------------------*/
@media screen and (max-width: 950px) {
  #reason .reason_tx1 {
    font-size: 2.7rem;
    margin: 0 auto;
  }
  #reason .reason_tx1 span {
    font-size: 2.2rem;
  }
  #reason p .reason_tx2 {
    font-size: 2.9rem;
  }
  .reason_wrap::after {
    right: 33%;
    top: 24.5%;
  } 
}
@media screen and (max-width: 850px) {
  #reason .reason_tx1 {
    font-size: 3rem;
    margin: 0 auto;
  }
  #reason .reason_tx1 span {
    font-size: 2.5rem;
  }
  #reason p .reason_tx2 {
    font-size: 3.2rem!important;
  }
  #reason h2 picture {
    width: 83%;
    margin: 0 auto 1rem;
  }
  .reason_wrap::after {
    top: 25%;
  }
}
@media screen and (max-width: 700px) {
  #reason h2 picture {
    width: 75%;
    margin: 0 auto 1rem;
  }
  .reason_wrap::after {
    right: 35%;
    background-size: 13%;
  }
  .reason_wrap::before {
    left: 34%;
    top: 42%;
  }
  #reason .reason_tx1::after {
    padding-left: 3.5rem;
  }
  #reason .reason_tx1::before {
    padding-right: 4rem;
  }
  .reason_img {
    margin: 1.5rem 12rem 1rem;
  }
  #reason .reason_tx3 {
    font-size: 1.8rem;
    margin: -2.5rem 0rem 2.5rem 27rem;
  }
  .reason_wrap {
    width: 75%;
  }
  #reason .reason_tx4 {
    font-size: 2.1rem;
  }
  #reason .reason_tx5 {
    line-height: 2.5rem;
    padding-left: 1.5em;
    font-size: 1.7rem;
  } 
}

@media screen and (max-width: 650px) {
  #reason .reason_tx1 {
    font-size: 3.1rem;
    margin: 0 auto;
  }
  #reason h2 picture {
    width: 69%;
    margin: 0 auto 1rem;
  }
  #reason p .reason_tx2 {
    font-size: 3.5rem!important;
  }
  #reason .reason_tx1 span {
    font-size: 2.7rem;
  }
  #reason .reason_tx1::before {
    padding-right: 5rem;
  }
  #reason .reason_tx1::after {
    padding-left: 4.5rem;
  }
    .reason_img {
    margin: 1.5rem 8rem 1rem;
  }
  #reason .reason_tx3 {
    font-size: 1.8rem;
    margin: -2.5rem 0rem 2.5rem 35rem;
  }
  .reason_wrap {
    flex-wrap: wrap;
    width: 85%;
    margin: auto;
    border: .3rem solid #6053ff;
  }
  #reason .reason_tx4 {
    padding: 1rem 0;
    margin: 1rem 0 1rem!important;
    font-size: 2.5rem;
  }
  .reason_wrap::after {
    right: 39%;
    top: 24%;
    background-size: 16%;
  }
  .reason_wrap::before {
    left: 38%;
    top: 43%;
    background-size: 18%;
  }
  #reason .reason_tx5 {
    font-size: 1.8rem;
  }
  #cpn-main .reason_wrap > div .sp_only .tethering_img {
    height: 12.7rem;
    padding-right: 4rem;
  }
  #cpn-main .reason_wrap > div .sp_only .world_img {
    width: 90%;
    height: auto;
    padding: 0 3rem 0 0;
    margin: 0.5rem 2rem 0 -1rem;
  }
  #reason .reason_tx4.reason2_only {
    line-height: 3rem;
  }
}

@media (max-width: 550px) {
  #reason .reason_tx1 {
    font-size: 3.5rem;
    margin: 0 auto;
  }
  #reason .reason_tx1 span {
    font-size: 2.9rem;
  }
  #reason p .reason_tx2 {
    font-size: 3.7rem;
  }
  #reason .reason_tx4 {
    margin: 2rem 0 1rem;
  }
  #reason .reason_tx4.reason2_only {
    margin: 2rem 0;
    line-height: 3.2rem;
  }
  #reason .reason_tx5 {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
  .reason_wrap {
    width: 83%;
  }
}

@media screen and (max-width: 500px) {
  #reason{
    padding: 7rem 0 9rem;
  }
    #reason h2 picture {
    width: 72%;
    margin: 0 auto 1rem;
  }
  #reason .reason_tx1 {
    font-size: 3.6rem;
    margin: 0 auto;
  }
  #reason .reason_tx1 span {
    font-size: 3rem;
  }
  #reason p .reason_tx2 {
    font-size: 3.8rem;
  }
  .reason_img {
    margin: 1.5rem 7rem 0;
  }
  #reason .reason_tx1::before, #reason .reason_tx1::after {
    width: 4rem;
    height: 1.1em;
    vertical-align: -0.2em;
  }
  #reason .reason_tx1::before{
    padding-right: 2rem;
  }
  #reason .reason_tx1::after{
    padding-left: 1rem;
  }
  #reason .reason_tx3 {
    font-size: 2rem;
    margin: -2.5rem 0rem 2.5rem 35rem;
  }
  .reason_wrap {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    border: .4rem solid #6053ff;
  }
  #cpn-main .reason_wrap > div .sp_only .tethering_img {
    height: 13.7rem;
  }
  #reason .reason_tx4.reason2_only {
    margin: 1rem 2rem 1rem;
    line-height: 3.2rem;
  }
  #cpn-main .reason_wrap > div .sp_only .world_img {
    width: 90%;
    height: auto;
    padding: 0 3rem 0 0;
    margin: 0.5rem 2rem 0 -1rem;
  }
  #reason .reason_tx4 {
    margin: 1rem 2rem 1rem;
    font-size: 2.6rem;
  }
  #reason .reason_tx5 {
    text-align: left;
    padding-left: 2em;
    text-indent: -1em;
    font-size: 2.2rem;
  }
  .reason_wrap::after {
    right: 41%;
    top: 23%;
    background-size: 14%;
  }
  .reason_wrap::before {
    left: 40%;
    top: 44%;
    background-size: 16%;
  }
}
@media screen and (max-width: 450px) {
  #reason h2 picture {
    width: 74%;
    margin: 0 auto 1rem;
  }
  .reason_wrap > div {
    width: 100%;
    position: relative;
    padding: 2.5rem 3rem 2.5rem;
  }
}
@media screen and (max-width: 380px) {
  #reason h2 picture {
    width: 78%;
    letter-spacing: .3rem;
    margin: 0 auto;
  }
  #reason .reason_tx1 {
    font-size: 3.6rem;
    margin: 0 auto;
    letter-spacing: .3rem;
  }
  #reason .reason_tx1 span {
    font-size: 3rem;
  }
  #reason p .reason_tx2 {
    font-size: 3.6rem;
  }
  #reason .reason_tx1::before, #reason .reason_tx1::after {
    width: 0.8rem;
  }
  #reason .reason_tx1::before {
    padding-right: 4rem;
  }
  #reason .reason_tx1::after {
    padding-left: 3rem;
    }
  .reason_img {
    margin: 2rem 7.5rem 1rem;
  }
  #reason .reason_tx3 {
    font-size: 2rem;
    margin: -3.5rem 0rem 3.5rem 33rem;
  }
  
  .reason_wrap > div {
    width: 100%;
    position: relative;
    padding: 4rem 2rem 3.5rem;
  }
  
  #cpn-main .reason_wrap > div picture {
    padding: 1.2rem 2.1rem 1.5rem 1.1rem;
  }

  .reason_wrap {
    width: 89%;
  }
  #reason .reason_tx4 {
    padding: 1rem 0;
    margin: 0.5rem 1rem 2rem;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    line-height: 1.5em;
  }
  #reason .reason_tx5 {
    padding-left: 1.5em;
    font-size: 2.2rem;
  }
  #cpn-main .reason_wrap > div .sp_only .tethering_img {
    height: 13.3rem;
    padding: 0 3rem 0 0;
    margin: -1.5rem 0 0;
  }
  #cpn-main .reason_wrap > div .sp_only .world_img {
    width: 88%;
    height: auto;
    padding: 0 3rem 0 0;
    margin: -0.5rem 2rem 0 -1rem;
  }
  
  #reason .reason_tx4.reason2_only {
    line-height: 3.8rem;
    margin: 1rem 0.5rem 1.2rem;
  }
  .reason_wrap::before {
    left: 40%;
    top: 44.5%;
    background-size: 17%;
  }
  .reason_wrap::after {
    right: 40%;
    top: 22%;
    background-size: 13%;
  }
}

/* qa
------------------------------------------------*/
/* 共通部分
--------------------------*/
#qa {
  background: #fffff2;
  padding: 10rem 2rem 9.5rem;
}
.information {
  margin: 1rem 5rem;
}
details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 1.5rem 6rem 2rem 1.5rem;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  cursor: pointer;
  transition: opacity .3s;
}
.information .accordion {
  border: 2px solid #ff6ab5;
  border-radius: 1.5rem;
  background: #fff0fa;
  margin: 2rem auto -0.5rem;
}

.information .accordion:first-of-type {
  margin-top: 3rem;
}

#qa .accordion_tx {
  padding: 0 3rem;
  background: #fff;
  overflow: hidden;
  height: 0;
  transition: height .3s, padding .3s;
}
#qa .accordion.is-open .accordion_tx {
  height: auto;
  padding: 1.5em 3rem;
  border-radius: 1.5rem;
}
#qa .toggle_sign::before, #qa .toggle_sign::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1%;
  width: 2.5rem;
  height: .3rem;
  border-radius: 1px;
  background: #ff6ab5;
  content: "";
}
#qa .accordion .toggle_sign::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-transition: all .3s;
}
#qa .accordion.is-open .toggle_sign::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#qa .accordion_title {
  margin: 0 1rem;
  padding-left: 2rem;
  color: #333;
  font-size: 2.5rem;
  text-align: left;
  font-weight: 500;
}
#qa .accordion p {
  text-align: justify;
  font-size: 1.3rem;
  margin-bottom: .6rem;
  font-weight: 500;
}
#qa .accordion p.tx_answer {
  position: relative;
  font-size: 2.3rem;
  margin-bottom: 0;
  letter-spacing: 0.07rem;
}

/* PC
--------------------------*/
@media screen and (max-width: 1120px) and (min-width: 1001px) {
  #qa h2 picture {
    width: 90%;
    margin: 0 auto;
  }
  #qa .accordion_title {
    font-size: 2.3rem;
  }
  #qa .accordion p.tx_answer {
  font-size: 2.1rem;
  }
}

/* SP
--------------------------*/
@media all and (max-width: 1000px) {
  #qa h2 picture {
    width: 85%;
    margin: 0 auto 1rem;
  }
  .information .accordion:first-of-type {
    margin-top: 1rem;
  }
  #qa .accordion_title {
    font-size: 2.1rem;
  }
  #qa .accordion p.tx_answer {
    font-size: 1.9rem;
  }
}
/* SP_画面幅調整
--------------------------*/
@media all and (max-width: 850px) {
  #qa h2 picture {
    width: 83%;
  }
}
@media all and (max-width: 700px) {
  #qa h2 picture {
    width: 72%;
  }
}
@media all and (max-width: 600px) {
  #qa .accordion_title {
    font-size: 2.4rem;
  }
  #qa .accordion p.tx_answer {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 550px) {
  #qa h2 picture {
    width: 63%;
  }
}
@media all and (max-width: 500px) {
  #qa h2 picture {
    width: 57%;
  }
}
  @media all and (max-width: 450px) {
  #qa {
    padding: 8rem 3rem 8rem;
  }
  #qa h2 picture {
      width: 51%;
      margin: 0 auto;
  }
  .information {
    margin: 1rem;
  }
  .information .accordion {
    margin: 1.5rem auto 0;
  }
  .information .accordion:first-of-type {
    margin-top: 1rem;
  }
  details summary {
    padding: 2rem 6rem 2rem 0rem;
  }
  #qa .accordion_title {
    font-size: 2.8rem;
  }
  #qa .accordion p.tx_answer {
    font-size: 2.6rem;
  }
  #qa .toggle_sign::before, #qa .toggle_sign::after {
    right: 3%;
  }
}

@media all and (max-width: 350px) {
  #qa h2 picture {
    width: 49%;
  }
}
@media (max-width: 280px) {
  #qa h2 picture {
    width: 41%;
    margin: 0 auto;
  }
}

/* 過去のキャンペーン
------------------------------------------------*/
/* PC
--------------------------*/
#campaignend {
  background: #fef0ff;
  padding: 10rem 3rem 7.5rem;
}
#campaignend p {
  color: #333;
  font-weight: bold;
  line-height: 3rem;
  text-align: left;
  padding: 1.5rem 1.5rem 1rem 0;
  letter-spacing: .15rem;
}
#campaignend p span {
  font-size: 2.5rem;
  font-weight: bold;
}
#campaignend p .date_tx {
  font-size: 1.8rem;
  font-weight: 500;
  color: #666;
  letter-spacing: .13rem;
}
#campaignend .end_cp_box {
  position: relative;
}
#campaignend .campaignend_tx {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  background: #808080;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.1rem 1.3rem 0.2rem;
  font-weight: bold;
  line-height: 2.5rem;
  z-index: 10; 
}
#campaignend .container .end_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  width: 100%;
  margin-top: 3rem;
}
#campaignend .container .end_wrap .end_cp_box {
  width: 48%;
}
#campaignend .container .end_wrap .end_cp_box:nth-of-type(2n+1) {
  margin-right: 4%;
}
#campaignend .container .end_wrap .end_cp_box:last-of-type {
  margin-right: 0;
}
.end_wrap .pc_hide {
  display: none;
}
.end_wrap.actv .pc_hide {
  display: block!important;
}

/* PC_画面幅調整
--------------------------*/
@media screen and (max-width: 1120px) and (min-width: 1001px) {
  #campaignend h2 picture {
    width: 90%;
    margin: 0 auto;
  }
  #campaignend p span {
    font-size: 2.7rem;
    font-weight: bold;
  }
  #campaignend p .date_tx {
    font-size: 2rem;
  }
  #campaignend .container .end_wrap .end_cp_box {
    width: 55%;
  }  
}
/* SP
--------------------------*/
@media screen and (max-width: 1000px) {
  #campaignend h2 picture {
    width: 90%;
    margin: 0 auto;
  }
  #campaignend .container .end_wrap {
    width: 66rem;
    margin: 2rem auto;
  }
  #campaignend .container .end_wrap .end_cp_box {
    width: 87%;
    }
  #campaignend .container .end_wrap .end_cp_box:nth-of-type(2n+1) {
    margin-right: 0;
  }
  .end_wrap.actv .sp_hide {
    display: block!important;
  }
  #campaignend .campaignend_tx {
    font-size: 2.3rem;
    padding: 0.5rem 2rem 0.5rem;
  }
}
/* SP_画面幅調整
--------------------------*/
@media screen and (max-width: 850px) {
  #campaignend h2 picture {
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  #campaignend h2 picture {
    width: 71%;
  }
}
@media screen and (max-width: 600px) {
  #campaignend h2 picture {
    width: 69%;
  }
}
@media screen and (max-width: 550px) {
  #campaignend h2 picture {
    width: 60%;
  }
  #campaignend .container .end_wrap .end_cp_box {
    width: 93%;
  }
  #campaignend p {
    line-height: 3.5rem;
  }
  #campaignend p span {
    font-size: 3.2rem;
  }
  #campaignend p .date_tx {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 450px) {
  #campaignend {
    padding: 8rem 0 8rem;
  }
  #campaignend h2 picture {
    width: 60%;
    margin: 0 auto;
  }
  #campaignend .container .end_wrap {
    width: 89%;
    margin: 1rem auto 0;
  }
    #campaignend .campaignend_tx {
    top: 1rem;
    left: 0.8rem;
    font-size: 2.3rem;
    padding: 0.5rem 2rem 0.5rem;
    line-height: 3rem;
  }
  #campaignend p {
    padding: 3rem 1.5rem 1rem;
    letter-spacing: .25rem;
    line-height: 3.6rem;
  }
  #campaignend p span {
    font-size: 3.4rem;
  }
  #campaignend p .date_tx {
    font-size: 2.4rem;
  }
  #campaignend .container .end_wrap .end_cp_box {
    width: 97%;
  }
}

/* about_ahamo
------------------------------------------------*/
/* 共通部分
--------------------------*/
#about_ahamo {
  padding: 9rem 3rem 9.5rem;
}
/* pc
--------------------------*/
.about_ahamo_img {
    margin: 0 17.5rem -2rem 17.5rem;
}
.btn_lead {
  font-size: 2.8rem;
  color: #333;
  font-weight: bold;
  letter-spacing: .2rem;
  margin-bottom: 1rem;
  text-align: center;
}
#about_ahamo .about_ahamo_tx1 {
  font-size: 2rem;
  text-align: left;
  padding: 0 16rem 0 22rem;
  text-indent: -2.2em;
  line-height: 3rem;
  color: #666;
  font-weight: 500;
}
#about_ahamo .btn_lead::before {
  padding-right: 3rem;
}
#about_ahamo .btn_lead::after {
  padding-left: 2rem;
  transform: scaleX(-1);
}
#about_ahamo .btn_lead::before, #about_ahamo .btn_lead::after {
  background: url(../images/about_ahamo_img02.webp) no-repeat center / contain;
  content: "";
  display: inline-block;
  width: .9em;
  height: 1.3em;
  vertical-align: -0.2em;
}
.link_ahamo a {
  color: #fff;
  background: #6053ff;
  font-size: 3.4rem;
  border: unset;
  width: 66rem;
  margin: 0 auto 3rem;
  padding: 1rem;
  box-shadow: 1px 5px #37379b;
  font-weight: bold;
  letter-spacing: .2rem;
  text-align: center;
}

.link_ahamo a::before {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: .7em;
  width: 3rem;
  height: 2.5rem;
  margin: auto;
  transform: rotate(0deg);
  background: url(../images/ic_white.svg) no-repeat;
  content: "";
}

/* PC_画面幅調整
--------------------------*/
@media screen and (max-width: 1120px) and (min-width: 1001px) {
  .about_ahamo_img {
    margin: 1px 20.5rem -2rem 20.5rem;
  }
  .btn_lead {
    font-size: 2.5rem;
  }
  #about_ahamo .btn_lead::before, #about_ahamo .btn_lead::after {
    height: 1em;
  }
  .link_ahamo a {
    width: 60rem;
    font-size: 3.1rem;
  }
  #about_ahamo .about_ahamo_tx1 {
    font-size: 1.9rem;
  }
  #about_ahamo .about_ahamo_tx1 {
    padding: 0 20rem 0 24rem;
  }
}

/* SP
--------------------------*/
@media all and (max-width: 1000px) {
  .about_ahamo_img {
    margin: 0 8.5rem -2rem 8.5rem;
  }
  .btn_lead {
    font-size: 2.1rem;
  }
  .link_ahamo a {
    width: 49rem;
    font-size: 2.7rem;
  }
  #about_ahamo {
    padding: 9rem 5rem 9.5rem;
  }
  #about_ahamo .about_ahamo_tx1 {
    padding: 0 6rem 0 12rem;
    font-size: 1.8rem;
  }
}

/* SP_画面幅調整
--------------------------*/

@media all and (max-width: 600px) {
  .about_ahamo_img {
    margin: 0 1.5rem -2rem 1.5rem;
  }
  .link_ahamo a {
    width: 62rem;
  }
  #about_ahamo .about_ahamo_tx1 {
    padding: 0 1rem 0 6rem!important;
  }
  #about_ahamo .about_ahamo_tx1 {
    padding: 0 3rem 0 9rem;
  }
  .btn_lead {
    font-size: 2.8rem;
  }
  .link_ahamo a {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 450px) {
  .link_ahamo a {
    width: 66rem;
  }
  #about_ahamo {
    padding: 7rem 0 8rem;
  }
  #about_ahamo picture {
    width: 87%;
    margin: 0 auto -1.5rem;
  }
  .btn_lead {
    letter-spacing: .25rem;
  }
  .link_ahamo a {
    box-shadow: 1px 3px #37379b;
  }
  .link_ahamo a::before {
    right: 14px;
  }
  #about_ahamo .about_ahamo_tx1 {
    padding: 0 5rem 0 10rem!important;
    text-indent: -2.2em;
    line-height: 3.5rem;
    font-size: 2.4rem;
  }
}
/* footer
------------------------------------------------*/
/* ボタン
--------------------------*/
.entryBtn {
  background: transparent;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 9999px;
  letter-spacing: .06em;
  width: 100%;
  height: auto;
  margin: .8rem auto 1.5rem;
  transition: .2s;
}
.entryBtn a {
  position: relative;
  background: #ff39a9;
  font-weight: bold;
  color: #fff !important;
  font-size: 3.4rem;
  padding: 2rem;
  opacity: 1;
  box-shadow: #ac0e71 0 3px;
}
#follow .entryBtnLarge a::before {
  width: 2.5rem;
  height: 2.5rem;
}
.entryBtn a::before {
  position: absolute;
  right: 20px;
  top: 3.5rem;
  display: inline-block;
  width: 3rem;
  height: 2.2rem;
  margin: auto;
  background: url(../images/ic_white.svg) no-repeat;
  content: "";
}
footer .cp {
  margin-top: 3rem;
  padding: 3rem 0;
  background: #fef0ff;
  color: #333;
  font-size: 2.3rem;
}
@media screen and (max-width: 500px) {
  footer .cp {
    padding: 5.8vw 0;
  }
}

/* cta_fllow
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  margin: auto;
  padding: 1rem 6.5rem;
  background: rgba(255, 153, 209, .3);
  text-align: center;
}

/* 画面幅調整
--------------------------*/
@media screen and (min-width: 1001px) {
  .cta_follow {
    display: none!important;
  }
}

@media screen and (max-width: 1000px) {
  .pc_only {
    display: none!important;
  }
}
@media screen and (min-width: 1001px) {
  .sp_only {
    display: none!important;
  }
}

/* hover
------------------------------------------------*/
@media (hover: hover) {
  a:hover,details summary:hover {
    opacity: .7;
  }
  .entryBtn a:hover {
    opacity: 1;
  }
  #cpn-main .link_btn.btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none!important;
  }
  #cpn-main .link_ahamo.btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none!important;
  }
  #cpn-main #pc_header .link:hover {
    background: #ffe1f3;
  }
  #cpn-main #pc_header .dropDown__link:hover {
    color: #fff;
    background-color: #ff6ab5;
  }
  #cpn-main #pc_header .link-click.actv .dropDown__link:hover span::before,#cpn-main #pc_header .link-click.actv .dropDown__link:hover span::after {
  background-color: #fff;
  }
}
