@charset "UTF-8";
@-webkit-keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vertical1 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes vertical1 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pon1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes pon1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
html {
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100% !important;
  min-width: 1040px;
}

@media screen and (max-width: 600px) {
  body {
    min-width: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
}

img {
  border: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="submit"],
button[type="submit"],
textarea {
  outline: none;
  *font-size: 100%;
  -webkit-appearance: none;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
textarea {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type="file"],
select {
  *font-size: 100%;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

button[type="submit"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

iframe {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
.s_ttl .en {
  margin-bottom: 24px;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.s_ttl .ja {
  display: block;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 3.4rem;
  line-height: 1.44;
}
.s_ttl:after {
  content: '';
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 2px;
  background: #f6ad3c;
}

@media screen and (max-width: 600px) {
  .s_ttl .en {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .s_ttl .ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .s_ttl:after {
    margin: 22px auto 0;
  }
}
.btn {
  display: inline-block;
  background: #f6ad3c;
  color: #fff;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.btn[target="_blank"]:after, .btn.blank:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 100%;
  margin-left: 5px;
  background: url("../img/ico_blank.svg") no-repeat left center/13px 13px;
}
.btn:hover {
  background: #ea9108;
}

.btn.anc:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 100%;
  margin-right: 6px;
  background: url("../img/arr_down.svg") no-repeat left center/12px 8px;
}

.btn.anc_up:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 100%;
  margin-right: 6px;
  background: url("../img/arr_up.svg") no-repeat left center/12px 8px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebf8f9;
  z-index: 10;
}
#loading .inr {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -100px;
  width: 200px;
  height: 40px;
}
#loading p {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
}
#loading p #load-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
#loading p #load-text {
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  text-align: right;
  font-size: 1.6rem;
}
#loading #bar {
  width: 200px;
  height: 6px;
  font-size: 1px;
  margin-top: 15px;
  background: #fff;
}
#loading #bar span {
  display: block;
  width: 0;
  height: 6px;
  background: #b9d345;
}

header {
  background: #ebf8f9;
  padding: 0 0 154px;
  width: 100%;
  overflow: hidden;
}
header .main {
  position: relative;
  padding: 116px 0 66px;
}
header .main .logo {
  position: absolute;
  width: 265px;
  height: auto;
  top: 36px;
  right: 30px;
}
header .main .ttl {
  position: relative;
  width: 665px;
  margin: 0 auto;
}
header .main .ttl .ttl1 {
  display: block;
  width: 665px;
  height: 105px;
  margin: 0 auto 28px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../img/main_ttl_pc.svg") no-repeat 50% 23px/592px 78px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
header .main .ttl .ttl1:before, header .main .ttl .ttl1:after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 46px;
}
header .main .ttl .ttl1:before {
  top: 0;
  left: 0;
  background: url("../img/main_kakko1.png") no-repeat 0 0/28px 46px;
}
header .main .ttl .ttl1:after {
  bottom: 0;
  right: 0;
  background: url("../img/main_kakko2.png") no-repeat 0 0/28px 46px;
}
header .main .ttl .ttl2 {
  margin: 0 auto;
  display: block;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.5rem;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
header .main .ttl .l1,
header .main .ttl .l2,
header .main .ttl .l3 {
  position: absolute;
  display: block;
  background: #fff;
  height: 8px;
  left: 50%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
header .main .ttl .l1 {
  width: 0;
  margin-left: -298px;
  top: 45px;
}
header .main .ttl .l2 {
  width: 0;
  margin-left: -152px;
  top: 95px;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
header .main .ttl .l3 {
  display: none;
}
header .main .ttl.anim .ttl1 {
  opacity: 1;
}
header .main .ttl.anim .l1 {
  width: 596px;
}
header .main .ttl.anim .l2 {
  width: 304px;
}
header .main .ttl.anim .ttl2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .main .mark {
  width: 374px;
  height: auto;
  display: block;
  margin: 35px auto 28px;
}
header .main .btn_area {
  position: relative;
}
header .main .btn_area .bal {
  width: 160px;
  height: auto;
  margin: 0 auto 6px;
  display: block;
}
header .main .btn {
  width: 295px;
  height: 56px;
  border-radius: 28px;
  line-height: 56px;
  font-size: 1.4rem;
}
header .main .what {
  position: absolute;
  top: 617px;
  left: 50%;
  width: 270px;
  margin-left: 291px;
}
header .main .what img {
  height: auto;
}
header .main .what .bal {
  position: absolute;
  width: 223px;
  top: -136px;
  left: 35px;
}
header .main .what .ico {
  width: 75px;
  height: 75px;
}
header .main .what .way {
  margin: 32px 0 0 12px;
  width: 180px;
}
header .main .photo img,
header .main .onpu img {
  position: absolute;
  left: 50%;
  height: auto;
}
header .main .photo img {
  opacity: 0;
}
header .main .photo.anim img.ph1 {
  -webkit-animation: fade1 0.5s ease 75ms forwards, vertical1 1.05s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 75ms forwards, vertical1 1.05s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph2 {
  -webkit-animation: fade1 0.5s ease 150ms forwards, vertical1 1.1s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 150ms forwards, vertical1 1.1s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph3 {
  -webkit-animation: fade1 0.5s ease 225ms forwards, vertical1 1.15s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 225ms forwards, vertical1 1.15s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph4 {
  -webkit-animation: fade1 0.5s ease 300ms forwards, vertical1 1.2s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 300ms forwards, vertical1 1.2s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph5 {
  -webkit-animation: fade1 0.5s ease 375ms forwards, vertical1 1.25s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 375ms forwards, vertical1 1.25s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph6 {
  -webkit-animation: fade1 0.5s ease 450ms forwards, vertical1 1.3s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 450ms forwards, vertical1 1.3s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph7 {
  -webkit-animation: fade1 0.5s ease 525ms forwards, vertical1 1.35s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 525ms forwards, vertical1 1.35s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph8 {
  -webkit-animation: fade1 0.5s ease 600ms forwards, vertical1 1.4s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 600ms forwards, vertical1 1.4s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph9 {
  -webkit-animation: fade1 0.5s ease 675ms forwards, vertical1 1.45s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 675ms forwards, vertical1 1.45s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph10 {
  -webkit-animation: fade1 0.5s ease 750ms forwards, vertical1 1.5s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 750ms forwards, vertical1 1.5s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph11 {
  -webkit-animation: fade1 0.5s ease 825ms forwards, vertical1 1.55s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 825ms forwards, vertical1 1.55s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph12 {
  -webkit-animation: fade1 0.5s ease 900ms forwards, vertical1 1.6s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 900ms forwards, vertical1 1.6s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph13 {
  -webkit-animation: fade1 0.5s ease 975ms forwards, vertical1 1.65s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 975ms forwards, vertical1 1.65s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph14 {
  -webkit-animation: fade1 0.5s ease 1050ms forwards, vertical1 1.7s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 1050ms forwards, vertical1 1.7s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph15 {
  -webkit-animation: fade1 0.5s ease 1125ms forwards, vertical1 1.75s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 1125ms forwards, vertical1 1.75s ease-in-out infinite alternate;
}
header .main .photo.anim img.ph16 {
  -webkit-animation: fade1 0.5s ease 1200ms forwards, vertical1 1.8s ease-in-out infinite alternate;
          animation: fade1 0.5s ease 1200ms forwards, vertical1 1.8s ease-in-out infinite alternate;
}
header .main .onpu img {
  opacity: 0;
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}
header .main .onpu.anim .onp1 {
  -webkit-animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 75ms forwards;
          animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 75ms forwards;
}
header .main .onpu.anim .onp2 {
  -webkit-animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 150ms forwards;
          animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 150ms forwards;
}
header .main .onpu.anim .onp3 {
  -webkit-animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 225ms forwards;
          animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 225ms forwards;
}
header .main .onpu.anim .onp4 {
  -webkit-animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 300ms forwards;
          animation: pon1 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6) 300ms forwards;
}
header .main .ph1 {
  top: 104px;
  margin-left: -584px;
  width: 158px;
}
header .main .ph2 {
  top: 172px;
  margin-left: 411px;
  width: 132px;
}
header .main .ph3 {
  top: 326px;
  margin-left: -419px;
  width: 120px;
}
header .main .ph4 {
  top: 538px;
  margin-left: -581px;
  width: 119px;
}
header .main .ph5 {
  top: 392px;
  margin-left: 245px;
  width: 89px;
}
header .main .ph6 {
  top: 368px;
  margin-left: 553px;
  width: 75px;
}
header .main .ph7 {
  top: 565px;
  margin-left: 613px;
  width: 71px;
}
header .main .ph8 {
  top: -8px;
  margin-left: -277px;
  width: 70px;
}
header .main .ph9 {
  top: 752px;
  margin-left: 404px;
  width: 68px;
}
header .main .ph10 {
  top: 643px;
  margin-left: -305px;
  width: 64px;
}
header .main .ph11 {
  top: 753px;
  margin-left: -477px;
  width: 61px;
}
header .main .ph12 {
  top: 405px;
  margin-left: -663px;
  width: 56px;
}
header .main .ph13 {
  top: 50px;
  left: auto;
  right: 461px;
  width: 56px;
}
header .main .ph14 {
  top: 31px;
  margin-left: -622px;
  width: 47px;
}
header .main .ph15 {
  top: 346px;
  margin-left: 404px;
  width: 42px;
}
header .main .ph16 {
  top: 520px;
  margin-left: -331px;
  width: 41px;
}
header .main .onp1 {
  top: 146px;
  margin-left: 542px;
  width: 39px;
}
header .main .onp2 {
  top: 312px;
  margin-left: -462px;
  width: 36px;
}
header .main .onp3 {
  top: 524px;
  margin-left: -463px;
  width: 32px;
}
header .main .onp4 {
  top: 357px;
  margin-left: 220px;
  width: 29px;
}
header .comic {
  margin: 0 auto 0;
  width: 620px;
}
header .comic li {
  position: relative;
}
header .comic li:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid #333;
}
header .comic li + li {
  margin-top: 30px;
}
header .comic img {
  width: 100%;
  height: auto;
}
header .message {
  margin: 60px auto 0;
}
header .message p {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.2rem;
  line-height: 2.23;
}
header .message p .line {
  position: relative;
  display: inline-block;
}
header .message p .line:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
header .message p .line > span {
  display: inline-block;
  position: relative;
}
header .message p .line:before {
  height: 8px;
  bottom: 0.5em;
  background: #fff;
}
header .message .btn {
  margin: 45px auto 0;
  width: 340px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  line-height: 60px;
}

@media screen and (max-width: 600px) {
  header {
    padding: 0 0 106px;
  }
  header .main {
    padding: 91px 0 35px;
  }
  header .main .logo {
    width: 210px;
    top: 19px;
    right: 16px;
  }
  header .main .ttl {
    width: 331px;
    max-width: 95%;
  }
  header .main .ttl .ttl1 {
    width: 100%;
    height: 124px;
    margin: 0 auto 12px;
    background: url("../img/main_ttl_sp.svg") no-repeat 50% 18px/272px 92px;
  }
  header .main .ttl .ttl1:before, header .main .ttl .ttl1:after {
    width: 22px;
    height: 37px;
  }
  header .main .ttl .ttl1:before {
    background: url("../img/main_kakko1.png") no-repeat 0 0/22px 37px;
  }
  header .main .ttl .ttl1:after {
    background: url("../img/main_kakko2.png") no-repeat 0 0/22px 37px;
  }
  header .main .ttl .ttl2 {
    font-size: 18px;
    line-height: 1.5;
  }
  header .main .ttl .l1,
  header .main .ttl .l2,
  header .main .ttl .l3 {
    height: 7px;
  }
  header .main .ttl .l1 {
    width: 0;
    margin-left: -136px;
    top: 34px;
  }
  header .main .ttl .l2 {
    width: 0;
    margin-left: -75px;
    top: 69px;
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
  }
  header .main .ttl .l3 {
    display: block;
    width: 0;
    margin-left: -106px;
    top: 105px;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
  header .main .ttl.anim .l1 {
    width: 272px;
  }
  header .main .ttl.anim .l2 {
    width: 150px;
  }
  header .main .ttl.anim .l3 {
    width: 212px;
  }
  header .main .mark {
    width: 240px;
    margin: 23px auto 39px;
  }
  header .main .btn_area .bal {
    width: 137px;
    margin: 0 auto 6px;
  }
  header .main .btn {
    width: 280px;
    max-width: 75%;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
  }
  header .main .what {
    position: relative;
    top: 0;
    left: 0;
    margin: 131px auto 0;
    width: 215px;
  }
  header .main .what .bal {
    position: absolute;
    width: 179px;
    top: -108px;
    left: 74px;
  }
  header .main .what .ico {
    width: 60px;
    height: 60px;
  }
  header .main .what .way {
    margin: 26px 0 0 8px;
    width: 145px;
  }
  header .main .ph1 {
    top: 260px;
    margin-left: -199px;
    width: 92px;
  }
  header .main .ph2 {
    top: 274px;
    margin-left: 106px;
    width: 76px;
  }
  header .main .ph3 {
    top: 462px;
    margin-left: -159px;
    width: 70px;
  }
  header .main .ph4 {
    top: 635px;
    margin-left: -148px;
    width: 69px;
  }
  header .main .ph5 {
    top: 479px;
    margin-left: 121px;
    width: 51px;
  }
  header .main .ph6 {
    top: 88px;
    margin-left: 156px;
    width: 43px;
  }
  header .main .ph7 {
    top: 596px;
    margin-left: 164px;
    width: 40px;
  }
  header .main .ph8 {
    top: -4px;
    margin-left: -144px;
    width: 40px;
  }
  header .main .ph9 {
    top: 746px;
    margin-left: 150px;
    width: 39px;
  }
  header .main .ph10 {
    top: 577px;
    margin-left: -210px;
    width: 36px;
  }
  header .main .ph11 {
    top: 735px;
    margin-left: -196px;
    width: 36px;
  }
  header .main .ph12 {
    top: 398px;
    margin-left: -240px;
    width: 32px;
  }
  header .main .ph13 {
    top: 201px;
    left: 50%;
    margin-left: 216px;
    right: auto;
    width: 32px;
  }
  header .main .ph14 {
    top: 184px;
    margin-left: -195px;
    width: 27px;
  }
  header .main .ph15 {
    top: 392px;
    margin-left: 178px;
    width: 25px;
  }
  header .main .ph16 {
    top: 60px;
    margin-left: -240px;
    width: 24px;
  }
  header .main .onp1 {
    top: 258px;
    margin-left: 167px;
    width: 23px;
  }
  header .main .onp2 {
    top: 450px;
    margin-left: -180px;
    width: 22px;
  }
  header .main .onp3 {
    top: 633px;
    margin-left: -79px;
    width: 19px;
  }
  header .main .onp4 {
    top: 470px;
    margin-left: 103px;
    width: 18px;
  }
  header .comic {
    margin: 0 auto;
    width: 90.7%;
  }
  header .comic li:before {
    border: 3px solid #333;
  }
  header .comic li + li {
    margin-top: 15px;
  }
  header .message {
    margin: 30px auto 0;
  }
  header .message p {
    font-size: 1.6rem;
    line-height: 2.13;
  }
  header .message p .line:before {
    height: 6px;
    bottom: 0.4em;
  }
  header .message .btn {
    margin: 32px auto 0;
    width: 280px;
    max-width: 75%;
    height: 48px;
    border-radius: 24px;
    font-size: 1.4rem;
    line-height: 48px;
  }
}
.s_about {
  padding: 85px 0 0;
  position: relative;
}
.s_about:before {
  content: '';
  display: block;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: 50%;
  background: #fff url("../img/ico_kizunamail.svg") no-repeat 50% 52px/76px 76px;
  margin-left: -104px;
}
.s_about .s_ttl {
  position: relative;
}
.s_about .lead {
  width: 960px;
  margin: 55px auto 100px;
  padding-right: 430px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
}
.s_about .lead .img1 {
  width: 400px;
  position: absolute;
  right: 18px;
  top: 0;
}
.s_about .lead .img1:before {
  content: '';
  display: block;
  position: absolute;
  right: -44px;
  bottom: -18px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url("../img/about_pat1.png") repeat center center/33px 17px;
}
.s_about .lead .img1 img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  position: relative;
}
.s_about .lead .img1:after {
  content: '';
  display: block;
  width: 46px;
  height: 48px;
  background: url("../img/about_il1.png") no-repeat 0 0/contain;
  position: absolute;
  top: 0;
  right: 42px;
}
.s_about .lead p {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.9rem;
  line-height: 2;
}
.s_about .lead p .l1,
.s_about .lead p .l2 {
  display: block;
  font-size: 1.8rem;
}
.s_about .lead p .l1 .line,
.s_about .lead p .l2 .line {
  position: relative;
}
.s_about .lead p .l1 .line:before,
.s_about .lead p .l2 .line:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 7px;
}
.s_about .lead p .l1 .line span,
.s_about .lead p .l2 .line span {
  position: relative;
}
.s_about .lead p .l1 strong,
.s_about .lead p .l2 strong {
  font-size: 4rem;
}
.s_about .lead p .l1 strong {
  color: #ee7e89;
}
.s_about .lead p .l1 .line:before {
  background: rgba(238, 126, 137, 0.2);
}
.s_about .lead p .l2 {
  margin-top: -15px;
  margin-bottom: 14px;
}
.s_about .lead p .l2 strong {
  color: #b9d345;
}
.s_about .lead p .l2 .line:before {
  background: rgba(185, 211, 69, 0.2);
}
.s_about .lead .img2 {
  margin-top: 25px;
  letter-spacing: -.4em;
}
.s_about .lead .img2 img {
  display: inline-block;
  vertical-align: top;
  height: auto;
  letter-spacing: normal;
}
.s_about .lead .img2 .way {
  width: 180px;
  margin: 52px 29px 0 0;
}
.s_about .lead .img2 .illust {
  width: 105px;
  margin: 15px 15px 0 0;
}
.s_about .lead .img2 .bal {
  width: 95px;
}
.s_about .why {
  background: #ebf8f9;
  padding: 105px 0;
  position: relative;
}
.s_about .why .ttl {
  position: absolute;
  width: 300px;
  height: 198px;
  left: 50%;
  top: -34px;
  margin-left: -513px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 60px;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2rem;
  line-height: 1.6;
  background: url("../img/why_bal1.png") no-repeat 0 0/299px 198px;
}
.s_about .why .ttl span {
  color: #ee7e89;
  font-size: 2.4rem;
}
.s_about .why .txt1 {
  width: 1020px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 300px;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}
.s_about .why .txt1 strong {
  font-weight: bold;
  color: #246a84;
}
.s_about .why .txt1 .sub {
  font-size: 1.2rem;
}
.s_about .why .issue {
  margin: 55px auto 0;
  width: 960px;
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-left: 516px;
  text-align: left;
}
.s_about .why .issue .subttl {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.s_about .why .issue .num {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
}
.s_about .why .issue img {
  position: absolute;
  height: auto;
}
.s_about .why .issue1 {
  width: 276px;
  height: 276px;
  background: #fff;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  left: 110px;
  top: 50%;
  margin-top: -138px;
  text-align: center;
  padding-top: 60px;
}
.s_about .why .issue1 .subttl {
  font-size: 2.6rem;
}
.s_about .why .issue1 .subttl span {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
}
.s_about .why .issue1 p {
  display: inline-block;
  margin: 20px auto 0;
  text-align: left;
  color: #246a84;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 15px;
}
.s_about .why .issue1 img {
  width: 158px;
  left: -100px;
  top: 70px;
}
.s_about .why .issue1:after {
  content: '';
  display: block;
  width: 110px;
  height: 193px;
  position: absolute;
  right: -117px;
  top: 50%;
  margin-top: -96px;
  background: url("../img/why_bg1.png") no-repeat 0 0/110px 193px;
}
.s_about .why .issue2,
.s_about .why .issue3 {
  position: relative;
  height: 170px;
  padding-left: 190px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.s_about .why .issue2 .subttl,
.s_about .why .issue3 .subttl {
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.s_about .why .issue2 .subttl .sub1,
.s_about .why .issue3 .subttl .sub1 {
  display: block;
  color: #246a84;
  font-size: 1.4rem;
}
.s_about .why .issue2 .subttl .sub1 .num,
.s_about .why .issue3 .subttl .sub1 .num {
  font-size: 2.6rem;
}
.s_about .why .issue2 .subttl .sub2,
.s_about .why .issue3 .subttl .sub2 {
  display: block;
  color: #246a84;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.s_about .why .issue2 .subttl .sub2 .num,
.s_about .why .issue3 .subttl .sub2 .num {
  font-size: 1.8rem;
}
.s_about .why .issue2 .txt,
.s_about .why .issue3 .txt {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  color: #246a84;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 45px;
}
.s_about .why .issue2 .txt strong,
.s_about .why .issue3 .txt strong {
  font-size: 1.8rem;
}
.s_about .why .issue2 {
  padding-top: 60px;
}
.s_about .why .issue2 .subttl {
  padding-top: 52px;
}
.s_about .why .issue2 .subttl .sub1 {
  margin: 0 auto 15px;
}
.s_about .why .issue2 img {
  width: 93px;
  top: -13px;
  left: 135px;
}
.s_about .why .issue2:after {
  content: '';
  width: 2px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 84px;
  background: url("../img/why_bg2.png") no-repeat 0 0/2px 24px;
}
.s_about .why .issue3 {
  margin-top: 36px;
  position: relative;
  padding-top: 45px;
}
.s_about .why .issue3 .subttl {
  padding-top: 36px;
}
.s_about .why .issue3 .subttl .sub1 {
  margin: 0 auto 14px;
}
.s_about .why .issue3 .subttl .sub2 {
  margin: 10px auto 0;
}
.s_about .why .issue3 .note {
  margin-top: 10px;
  width: 240px;
  font-size: 1rem;
  line-height: 1.6;
}
.s_about .why .issue3 img {
  width: 89px;
  top: -26px;
  left: 142px;
}
.s_about .why .txt2 {
  margin-top: 56px;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}
.s_about .why .txt2 .line {
  position: relative;
  display: inline-block;
}
.s_about .why .txt2 .line:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.s_about .why .txt2 .line > span {
  display: inline-block;
  position: relative;
}
.s_about .why .txt2 .line:before {
  height: 8px;
  bottom: -3px;
  background: #fff;
}
.s_about .why .txt2 strong {
  font-size: 2.4rem;
  color: #246a84;
}
.s_about .why .txt2 .sub {
  font-size: 1.2rem;
}
.s_about .detail {
  padding: 90px 0 108px;
  position: relative;
}
.s_about .detail:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 13px 0 13px;
  border-color: #ebf8f9 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
}
.s_about .detail .ttl {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2rem;
  line-height: 1.75;
}
.s_about .detail .ttl span {
  color: #ee7e89;
  font-size: 3rem;
}
.s_about .detail .content {
  top: 258px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  width: 320px;
}
.s_about .detail .content .img {
  margin: 0 auto 24px;
  width: 320px;
  height: 630px;
  background: url("../img/detail_iphone.png") no-repeat 0 0/320px 630px;
  position: relative;
}
.s_about .detail .content .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.s_about .detail .content .img img:not(.cu) {
  opacity: 0;
}
.s_about .detail .content .switch {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
  margin: 0 auto;
}
.s_about .detail .content .switch li {
  display: table-cell;
  vertical-align: top;
  width: 125px;
}
.s_about .detail .content .switch img {
  width: 100%;
  height: auto;
  margin-bottom: 11px;
}
.s_about .detail .content .switch a {
  display: block;
  height: 16px;
  line-height: 16px;
  color: #fff;
  border-radius: 8px;
  font-size: 1rem;
  text-decoration: none;
  background: #f5f5f5;
  color: #b4b4b4;
}
.s_about .detail .content .switch a:not(.cu):hover {
  background: #e6e6e6;
}
.s_about .detail .content .switch a.cu {
  cursor: default;
  color: #fff;
}
.s_about .detail .content .switch a.con1.cu {
  background: #ee7e89;
}
.s_about .detail .content .switch a.con2.cu {
  background: #b9d345;
}
.s_about .detail .point {
  width: 960px;
  margin: 55px auto 0;
  letter-spacing: -.4em;
}
.s_about .detail .point li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  letter-spacing: normal;
}
.s_about .detail .point li:nth-child(odd) {
  padding-right: 270px;
}
.s_about .detail .point li:nth-child(even) {
  padding-left: 270px;
}
.s_about .detail .point li:nth-child(3), .s_about .detail .point li:nth-child(4) {
  margin-top: 45px;
}
.s_about .detail .point .subttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.67;
}
.s_about .detail .point .subttl .num {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 14px;
  background: #f6ad3c;
  border-radius: 50%;
  color: #fff;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 48px;
}
.s_about .detail .point img {
  margin-top: 12px;
  width: 200px;
  height: auto;
}
.s_about .detail .point p {
  margin-top: 14px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
}
.s_about .detail .txt1,
.s_about .detail .txt2 {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.s_about .detail .txt1 {
  margin-top: -80px;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.s_about .detail .txt1 strong {
  color: #37bec3;
  font-size: 2rem;
}
.s_about .detail .txt1 .num {
  display: inline-block;
  margin: 0 4px;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 5rem;
  color: #37bec3;
}
.s_about .detail .txt1:before, .s_about .detail .txt1:after {
  content: '';
  display: block;
  width: 34px;
  height: 84px;
  position: absolute;
  top: 0;
}
.s_about .detail .txt1:before {
  left: 0;
  background: url("../img/detail_bal1.png") no-repeat 0 0/34px 84px;
}
.s_about .detail .txt1:after {
  right: 0;
  background: url("../img/detail_bal2.png") no-repeat 0 0/34px 84px;
}
.s_about .detail .illust {
  display: block;
  margin: 30px auto 0;
  width: 642px;
  height: auto;
}
.s_about .detail .txt2 {
  margin-top: 35px;
  font-size: 2.4rem;
  line-height: 1.75;
}
.s_about .detail .txt2 .line {
  position: relative;
  display: inline-block;
}
.s_about .detail .txt2 .line:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.s_about .detail .txt2 .line > span {
  display: inline-block;
  position: relative;
}
.s_about .detail .txt2 .line:before {
  height: 8px;
  bottom: 0.3em;
  background: rgba(238, 126, 137, 0.1);
}
.s_about .detail .txt2 strong {
  color: #ee7e89;
  font-size: 3rem;
}
.s_about .detail .txt2 .sub {
  font-size: 1.6rem;
}
.s_about .message {
  background: #f6ad3c;
  padding: 90px 0 95px;
  color: #fff;
  position: relative;
}
.s_about .message .bal {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 181px;
  height: auto;
  margin-left: 175px;
}
.s_about .message .txt1,
.s_about .message .txt2 {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.s_about .message .txt1 {
  font-size: 2.2rem;
  line-height: 1.86;
}
.s_about .message .txt2 {
  margin-top: 15px;
  font-size: 3rem;
}
.s_about .message .txt2 .line {
  display: inline-block;
  position: relative;
}
.s_about .message .txt2 .line:before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  bottom: -2px;
}
.s_about .message .txt2 .line span {
  position: relative;
}
.s_about .message .btn {
  display: block;
  margin: 42px auto 0;
  width: 340px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #f6ad3c;
}
.s_about .message .btn:before {
  background: url("../img/arr_down_or.svg") no-repeat left center/12px 8px;
}
.s_about .message .btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 600px) {
  .s_about {
    padding: 82px 0 0;
  }
  .s_about:before {
    width: 160px;
    height: 160px;
    top: -65px;
    background: #fff url("../img/ico_kizunamail.svg") no-repeat 50% 45px/76px 76px;
    margin-left: -80px;
  }
  .s_about .lead {
    width: 100%;
    overflow: hidden;
    margin: 26px auto 85px;
    padding-right: 0;
  }
  .s_about .lead .img1 {
    width: 244px;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto 15px;
  }
  .s_about .lead .img1:before {
    right: -15px;
    bottom: -6px;
  }
  .s_about .lead .img1:after {
    width: 28px;
    height: 29px;
    right: 27px;
  }
  .s_about .lead p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .s_about .lead p .l1,
  .s_about .lead p .l2 {
    font-size: 1.6rem;
  }
  .s_about .lead p .l1 .line,
  .s_about .lead p .l2 .line {
    position: relative;
  }
  .s_about .lead p .l1 .line:before,
  .s_about .lead p .l2 .line:before {
    bottom: -3px;
  }
  .s_about .lead p .l1 strong,
  .s_about .lead p .l2 strong {
    font-size: 2.7rem;
  }
  .s_about .lead p .l2 {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .s_about .lead p .l3 {
    display: block;
    padding: 0 10%;
    text-align: left;
  }
  .s_about .lead p .l3 br {
    display: none;
  }
  .s_about .lead .img2 {
    margin-top: 16px;
  }
  .s_about .lead .img2 .way {
    width: 143px;
    max-width: 77%;
    margin: 32px 19px 0 0;
  }
  .s_about .lead .img2 .illust {
    width: 83px;
    max-width: 23%;
    margin: 0 0 0 0;
  }
  .s_about .lead .img2 .bal {
    width: 76px;
    max-width: 21%;
    margin: -34px -35px 0 0;
  }
  .s_about .why {
    padding: 85px 0 65px;
  }
  .s_about .why .ttl {
    position: absolute;
    width: 190px;
    height: 125px;
    left: 7.5%;
    top: -62px;
    margin-left: 0;
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
    background: url("../img/why_bal1.png") no-repeat 0 0/188px 125px;
  }
  .s_about .why .ttl span {
    font-size: 1.7rem;
  }
  .s_about .why .txt1 {
    width: 82%;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.93;
  }
  .s_about .why .txt1 br {
    display: none;
  }
  .s_about .why .issue {
    margin: 24px auto 0;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    text-align: center;
    padding-bottom: 65px;
  }
  .s_about .why .issue1 {
    width: 200px;
    height: 200px;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto 32px;
    padding-top: 36px;
  }
  .s_about .why .issue1 .subttl {
    font-size: 2.4rem;
  }
  .s_about .why .issue1 .subttl span {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  .s_about .why .issue1 p {
    margin: 16px auto 0;
    font-size: 1.4rem;
    line-height: 1.57;
    padding-left: 15px;
  }
  .s_about .why .issue1 img {
    width: 120px;
    left: 152px;
    top: 31px;
  }
  .s_about .why .issue1:after {
    width: 131px;
    height: 27px;
    right: 50%;
    margin-right: -65px;
    top: auto;
    margin-top: 0;
    bottom: -28px;
    background: url("../img/why_bg1_sp.png") no-repeat 0 0/131px 27px;
  }
  .s_about .why .issue2,
  .s_about .why .issue3 {
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-left: 0;
    width: 45%;
    position: static;
  }
  .s_about .why .issue2 .subttl,
  .s_about .why .issue3 .subttl {
    width: 130px;
    height: 130px;
    font-size: 1.8rem;
    display: block;
    position: relative;
    margin: 0 auto 12px;
  }
  .s_about .why .issue2 .subttl .sub1,
  .s_about .why .issue3 .subttl .sub1 {
    font-size: 1.2rem;
  }
  .s_about .why .issue2 .subttl .sub1 .num,
  .s_about .why .issue3 .subttl .sub1 .num {
    font-size: 2rem;
  }
  .s_about .why .issue2 .subttl .sub2,
  .s_about .why .issue3 .subttl .sub2 {
    font-size: 1rem;
  }
  .s_about .why .issue2 .subttl .sub2 .num,
  .s_about .why .issue3 .subttl .sub2 .num {
    font-size: 1.6rem;
  }
  .s_about .why .issue2 .txt,
  .s_about .why .issue3 .txt {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 0;
  }
  .s_about .why .issue2 .txt strong,
  .s_about .why .issue3 .txt strong {
    font-size: 1.6rem;
  }
  .s_about .why .issue2 {
    padding-top: 0;
  }
  .s_about .why .issue2 .subttl {
    padding-top: 40px;
  }
  .s_about .why .issue2 .subttl .sub1 {
    margin: 0 auto 10px;
  }
  .s_about .why .issue2 img {
    width: 52px;
    top: -28px;
    left: 2px;
  }
  .s_about .why .issue2:after {
    width: 24px;
    height: 2px;
    top: 297px;
    bottom: auto;
    left: 50%;
    margin-left: -12px;
    background: url("../img/why_bg2_sp.png") no-repeat 0 0/24px 2px;
  }
  .s_about .why .issue3 {
    margin-top: 0;
    position: static;
    padding-top: 0;
  }
  .s_about .why .issue3 .subttl {
    padding-top: 30px;
  }
  .s_about .why .issue3 .subttl .sub1 {
    margin: 0 auto 8px;
  }
  .s_about .why .issue3 .subttl .sub2 {
    margin: 6px auto 0;
  }
  .s_about .why .issue3 .note {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    left: 10%;
    width: 80%;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
  .s_about .why .issue3 img {
    width: 50px;
    top: -28px;
    left: 90px;
  }
  .s_about .why .txt2 {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.83;
  }
  .s_about .why .txt2 .line:before {
    height: 6px;
    bottom: 5px;
  }
  .s_about .why .txt2 strong {
    font-size: 2rem;
  }
  .s_about .detail {
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
  }
  .s_about .detail .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .s_about .detail .ttl span {
    font-size: 2.4rem;
  }
  .s_about .detail .content {
    margin-top: 24px;
    top: 0;
    position: relative;
    left: 0;
    margin-left: 0;
    width: auto;
  }
  .s_about .detail .content .img {
    margin: 0 auto 18px;
    width: 226px;
    height: 445px;
    background: url("../img/detail_iphone.png") no-repeat 0 0/226px 445px;
  }
  .s_about .detail .point {
    width: 80%;
    margin: 55px auto 0;
    letter-spacing: normal;
    text-align: left;
  }
  .s_about .detail .point li {
    display: block;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 24px;
    position: relative;
  }
  .s_about .detail .point li:nth-child(odd) {
    padding-right: 0;
  }
  .s_about .detail .point li:nth-child(even) {
    padding-left: 0;
  }
  .s_about .detail .point li:nth-child(3), .s_about .detail .point li:nth-child(4) {
    margin-top: 0;
  }
  .s_about .detail .point li + li {
    padding-top: 24px;
  }
  .s_about .detail .point .subttl {
    font-size: 1.4rem;
    line-height: 1.71;
    padding-left: 55px;
    height: 3.42em;
    position: relative;
    z-index: 1;
  }
  .s_about .detail .point .subttl .num {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0;
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
    line-height: 40px;
    text-align: center;
  }
  .s_about .detail .point img {
    position: absolute;
    margin-top: 0;
  }
  .s_about .detail .point p {
    font-size: 1.2rem;
  }
  .s_about .detail .point .point1 img {
    right: -24px;
    top: -32px;
    width: 130px;
  }
  .s_about .detail .point .point2:before,
  .s_about .detail .point .point3:before,
  .s_about .detail .point .point4:before {
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: -1px;
  }
  .s_about .detail .point .point2:before {
    width: 80px;
  }
  .s_about .detail .point .point2 img {
    right: -38px;
    top: -14px;
    width: 136px;
  }
  .s_about .detail .point .point3:before {
    width: 90px;
  }
  .s_about .detail .point .point3 img {
    right: -34px;
    top: -6px;
    width: 120px;
  }
  .s_about .detail .point .point4:before {
    width: 90px;
  }
  .s_about .detail .point .point4 img {
    right: -31px;
    top: -11px;
    width: 134px;
  }
  .s_about .detail .txt1 {
    margin-top: 44px;
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0 30px;
  }
  .s_about .detail .txt1 strong {
    font-size: 1.8rem;
  }
  .s_about .detail .txt1 .num {
    font-size: 3rem;
  }
  .s_about .detail .txt1:before, .s_about .detail .txt1:after {
    width: 27px;
    height: 53px;
  }
  .s_about .detail .txt1:before {
    background: url("../img/detail_bal1_sp.png") no-repeat 0 0/27px 53px;
  }
  .s_about .detail .txt1:after {
    background: url("../img/detail_bal2_sp.png") no-repeat 0 0/27px 53px;
  }
  .s_about .detail .illust {
    margin: 18px auto 0;
    width: 84%;
  }
  .s_about .detail .txt2 {
    margin-top: 25px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .s_about .detail .txt2 .line {
    position: relative;
    display: inline-block;
  }
  .s_about .detail .txt2 .line:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .s_about .detail .txt2 .line > span {
    display: inline-block;
    position: relative;
  }
  .s_about .detail .txt2 .line:before {
    height: 8px;
    bottom: 0.3em;
    background: rgba(238, 126, 137, 0.1);
  }
  .s_about .detail .txt2 strong {
    font-size: 2.2rem;
  }
  .s_about .detail .txt2 .sub {
    font-size: 1.2rem;
  }
  .s_about .message {
    padding: 130px 0 85px;
  }
  .s_about .message .bal {
    top: 44px;
    left: auto;
    right: 8.7%;
    margin-left: 0;
  }
  .s_about .message .txt1 {
    font-size: 1.8rem;
    line-height: 1.67;
  }
  .s_about .message .txt2 {
    margin-top: 18px;
    font-size: 2.4rem;
  }
  .s_about .message .txt2 .line:last-child {
    margin-top: 12px;
  }
  .s_about .message .btn {
    display: block;
    margin: 36px auto 0;
    width: 280px;
    max-width: 75%;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 1.4rem;
  }
}
.s_wish {
  background: #ebf8f9;
  padding: 110px 0 0;
}
.s_wish .s_lead {
  margin-top: 40px;
  font-size: 1.6rem;
}
.s_wish .wish {
  display: table;
  margin: 54px auto 0;
  width: 90%;
  max-width: 1000px;
}
.s_wish .wish > li {
  display: table-cell;
  vertical-align: top;
  width: 450px;
  position: relative;
  padding-bottom: 180px;
}
.s_wish .wish .ttl {
  margin: 0 auto 48px;
  position: relative;
  width: 360px;
}
.s_wish .wish .ttl .inr {
  display: block;
  position: relative;
  z-index: 1;
  width: 360px;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  background: #fff;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.s_wish .wish .ttl .inr:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -18px;
}
.s_wish .wish .ttl:before, .s_wish .wish .ttl:after {
  content: '';
  display: block;
  position: absolute;
}
.s_wish .wish .ttl:before {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 10px;
  left: 10px;
}
.s_wish .wish .ttl:after {
  width: 14px;
  height: 18px;
  left: 50%;
  bottom: -28px;
}
.s_wish .comic li {
  position: relative;
}
.s_wish .comic li:before {
  content: '';
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #333;
}
.s_wish .comic li + li {
  margin-top: 20px;
}
.s_wish .comic img {
  width: 100%;
  height: auto;
}
.s_wish .now {
  margin-top: 20px;
  height: 140px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #fff;
  text-align: left;
  position: relative;
  padding: 24px 20px;
  font-size: 1.4rem;
  line-height: 1.71;
}
.s_wish .now:before, .s_wish .now:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  opacity: 0.2;
}
.s_wish .now:before {
  width: 24px;
  height: 37px;
  margin-left: -12px;
  bottom: -19px;
}
.s_wish .now:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 28px 0 28px;
  margin-left: -28px;
  bottom: -49px;
}
.s_wish .now strong {
  font-weight: bold;
}
.s_wish .furture {
  margin-top: 65px;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.2rem;
  line-height: 1.95;
}
.s_wish .furture .label {
  display: block;
  margin: 0 auto 14px;
  width: 180px;
  height: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 28px;
  border-radius: 15px;
  border: 1px solid #333;
}
.s_wish .furture .line {
  position: relative;
}
.s_wish .furture .line:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.s_wish .furture .line span {
  position: relative;
}
.s_wish .illust {
  position: absolute;
  z-index: 1;
  left: 50%;
  height: auto;
}
.s_wish .wish1 {
  padding-right: 100px;
}
.s_wish .wish1 .ttl {
  font-size: 1.8rem;
}
.s_wish .wish1 .ttl strong {
  color: #ee7e89;
}
.s_wish .wish1 .ttl span:not(.inr) {
  font-size: 2.2rem;
}
.s_wish .wish1 .ttl:before {
  background: url("../img/wish1_pat.png") repeat center bottom/20px 9px;
}
.s_wish .wish1 .ttl:after {
  background: url("../img/wish1_bg.png") no-repeat 0 0/14px 18px;
}
.s_wish .wish1 .comic {
  position: relative;
}
.s_wish .wish1 .comic:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -51px;
  width: 1px;
  height: -webkit-calc( 100% + 160px );
  height: calc( 100% + 160px );
  background: #dae2e2;
}
.s_wish .wish1 .now:before {
  background: #ee7e89;
}
.s_wish .wish1 .now:after {
  border-color: #ee7e89 transparent transparent transparent;
}
.s_wish .wish1 .furture .line:before {
  background: rgba(238, 126, 137, 0.5);
}
.s_wish .wish1 .illust {
  bottom: -58px;
  width: 200px;
  margin-left: -100px;
}
.s_wish .wish2 .ttl {
  font-size: 1.6rem;
}
.s_wish .wish2 .ttl strong {
  color: #37bec3;
}
.s_wish .wish2 .ttl span:not(.inr) {
  font-size: 2rem;
}
.s_wish .wish2 .ttl:before {
  background: url("../img/wish2_pat.png") repeat center bottom/20px 9px;
}
.s_wish .wish2 .ttl:after {
  background: url("../img/wish2_bg.png") no-repeat 0 0/14px 18px;
}
.s_wish .wish2 .now:before {
  background: #37bec3;
}
.s_wish .wish2 .now:after {
  border-color: #37bec3 transparent transparent transparent;
}
.s_wish .wish2 .furture .line:before {
  background: rgba(55, 190, 195, 0.5);
}
.s_wish .wish2 .illust {
  bottom: -63px;
  width: 218px;
  margin-left: -109px;
}

@media screen and (max-width: 600px) {
  .s_wish {
    padding: 70px 0 43px;
  }
  .s_wish .s_lead {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_wish .wish {
    display: block;
    margin: 20px auto 0;
    border-spacing: 0 0;
    width: 90.7%;
  }
  .s_wish .wish > li {
    display: block;
    width: auto;
    padding-bottom: 0;
  }
  .s_wish .wish .ttl {
    margin: 0 auto 32px;
    width: 300px;
    max-width: 95%;
  }
  .s_wish .wish .ttl .inr {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
  }
  .s_wish .comic li + li {
    margin-top: 15px;
  }
  .s_wish .now {
    margin-top: 15px;
    height: auto;
    padding: 18px 20px;
  }
  .s_wish .now:before, .s_wish .now:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    opacity: 0.2;
  }
  .s_wish .now:before {
    height: 30px;
    bottom: -10px;
  }
  .s_wish .now:after {
    bottom: -40px;
  }
  .s_wish .furture {
    margin-top: 48px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .s_wish .furture .label {
    margin: 0 auto 14px;
    width: 140px;
    height: 24px;
    font-size: 1.2rem;
    line-height: 22px;
    border-radius: 12px;
  }
  .s_wish .furture .line:before {
    height: 5px;
  }
  .s_wish .illust {
    position: relative;
    left: 0;
  }
  .s_wish .wish1 {
    padding-right: 0;
  }
  .s_wish .wish1 .illust {
    bottom: 0;
    width: 160px;
    margin: 10px auto 0;
  }
  .s_wish .wish1 .comic:after {
    display: none;
  }
  .s_wish .wish2 {
    margin-top: 30px;
    border-top: 1px solid #d5dcdc;
    padding-top: 45px;
  }
  .s_wish .wish2 .illust {
    bottom: 0;
    width: 177px;
    margin: 10px auto 0;
  }
}
.s_donate {
  padding: 100px 0 125px;
  background: url("../img/pat1.svg") repeat center top/4px 4px;
  position: relative;
}
.s_donate .anc {
  display: table;
  margin: 54px auto 0;
  border-collapse: separate;
  border-spacing: 30px 0;
}
.s_donate .anc li {
  display: table-cell;
  vertical-align: top;
}
.s_donate .anc a {
  display: block;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  background: #fff;
  text-decoration: none;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}
.s_donate .anc a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 100%;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px 8px;
}
.s_donate .anc a.anc1 {
  color: #b9d345;
}
.s_donate .anc a.anc1:before {
  background-image: url("../img/arr_down_gr.svg");
}
.s_donate .anc a.anc2 {
  color: #37bec3;
}
.s_donate .anc a.anc2:before {
  background-image: url("../img/arr_down_bl.svg");
}
.s_donate .anc a:hover {
  background: #f9f9f9;
}
.s_donate .donate {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 1px 0 rgba(149, 149, 149, 0.1);
  position: relative;
}
.s_donate .donate .ttl {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
}
.s_donate .donate .ttl .sub {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
.s_donate .donate .lead {
  font-size: 1.6rem;
  line-height: 2;
}
.s_donate .donate1 {
  border-top: 18px solid #b9d345;
  margin: 55px auto 0;
  padding: 37px 0 75px;
}
.s_donate .donate1 .bal {
  position: absolute;
  left: 50%;
  top: 92px;
  width: 200px;
  height: auto;
  margin-left: 158px;
}
.s_donate .donate1 .ttl {
  margin-bottom: 36px;
  font-size: 3.4rem;
}
.s_donate .donate1 .ttl:before {
  content: '';
  width: 190px;
  height: 145px;
  display: block;
  margin: 0 auto 25px;
  background: url("../img/donate_mark.png") no-repeat center top/190px 145px;
}
.s_donate .donate1 .ttl .sub {
  color: #b9d345;
}
.s_donate .donate1 .ttl .en {
  margin-top: 24px;
  display: block;
  color: #959595;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
.s_donate .donate1 .box {
  width: 800px;
  margin: 30px auto 0;
  border-radius: 10px;
  background: rgba(185, 211, 69, 0.1);
  padding: 50px 0;
}
.s_donate .donate1 .box .txt {
  font-weight: bold;
  font-size: 1.6rem;
}
.s_donate .donate1 .box .card {
  margin: 34px auto 0;
  width: 268px;
}
.s_donate .donate1 .box .price {
  display: table;
  margin: 30px auto 0;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.s_donate .donate1 .box .price a {
  display: block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #cacaca;
  text-decoration: none;
  padding: 12px 16px 12px 40px;
  position: relative;
}
.s_donate .donate1 .box .price a:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
  background: url("../img/radio.svg") no-repeat left center/16px 16px;
}
.s_donate .donate1 .box .price a:not(.checked):hover {
  background: #f9f9f9;
}
.s_donate .donate1 .box .price a.checked {
  border: 1px solid #f6ad3c;
}
.s_donate .donate1 .box .price a.checked:before {
  background: url("../img/radio_checked.svg") no-repeat left center/16px 16px;
}
.s_donate .donate1 .box .price li {
  display: table-cell;
  vertical-align: top;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.4rem;
}
.s_donate .donate1 .box .price .num {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
}
.s_donate .donate1 .box .btn {
  margin: 24px auto 0;
  display: block;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  line-height: 60px;
}
.s_donate .donate1 .box .note {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.s_donate .donate1 .cancell {
  margin: 45px auto 0;
  width: 680px;
  border: 1px solid #959595;
  padding: 0 0 42px;
}
.s_donate .donate1 .cancell .subttl {
  margin-bottom: 30px;
  padding: 14px 0;
  background: #959595;
  color: #fff;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
.s_donate .donate1 .cancell .txt {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.75;
  padding: 0 42px;
}
.s_donate .donate1 .cancell .link {
  margin-top: 25px;
  font-size: 1.2rem;
}
.s_donate .donate1 .cancell .link a {
  font-size: 1.4rem;
  color: #37bec3;
}
.s_donate .donate1 .special {
  width: 840px;
  margin: 55px auto 0;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
  overflow: hidden;
}
.s_donate .donate1 .special .subttl {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}
.s_donate .donate1 .special .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.71;
}
.s_donate .donate1 .special ul {
  display: table;
  width: 900px;
  margin: 70px -30px 0;
  border-collapse: separate;
  border-spacing: 30px 0;
}
.s_donate .donate1 .special ul p:not(.label) {
  padding: 26px 20px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.71;
}
.s_donate .donate1 .special li {
  display: table-cell;
  vertical-align: top;
  background: #f9f9f9;
  position: relative;
  text-align: left;
}
.s_donate .donate1 .special .label {
  position: absolute;
  top: -46px;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ee7e89;
  color: #fff;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 11px;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 11px;
}
.s_donate .donate1 .special .label span {
  margin: 2px auto 0;
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
}
.s_donate .donate1 .special .label:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 7px 0 7px;
  border-color: #ee7e89 transparent transparent transparent;
}
.s_donate .donate1 .special img {
  width: 100%;
  height: auto;
  border-bottom: 4px solid #ee7e89;
}
.s_donate .donate1 .special .btn {
  margin-top: 40px;
  width: 290px;
  height: 56px;
  border-radius: 28px;
  font-size: 1.4rem;
  line-height: 56px;
}
.s_donate .donate2 {
  border-top: 18px solid #37bec3;
  margin: 70px auto 0;
  padding: 62px 0 75px;
}
.s_donate .donate2 .ttl {
  margin-bottom: 24px;
  font-size: 3rem;
}
.s_donate .donate2 .ttl .sub {
  color: #37bec3;
}
.s_donate .donate2 .box {
  display: table;
  margin: 98px auto 0;
  width: 880px;
  border-collapse: separate;
  border-spacing: 40px 0;
}
.s_donate .donate2 .box li {
  display: table-cell;
  vertical-align: top;
  background: #ebf8f9;
  border-radius: 10px;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  padding: 36px 40px;
}
.s_donate .donate2 .box .txt1 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.71;
}
.s_donate .donate2 .box .txt2 {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.71;
}
.s_donate .donate2 .box .txt2 a {
  color: #37bec3;
}
.s_donate .donate2 .box .card {
  margin: 16px auto 20px;
  width: 201px;
}
.s_donate .donate2 .box input[type="text"] {
  width: 180px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: bottom;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 4px;
}
.s_donate .donate2 .box .yen {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.s_donate .donate2 .box .btn {
  display: block;
  margin: 15px auto 0;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  font-size: 1.4rem;
}
.s_donate .donate2 .box .note {
  margin-top: 14px;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.45;
}
.s_donate .donate2 .box table {
  margin-top: 22px;
  width: 100%;
  text-align: left;
  border-top: 1px solid #c0c6c7;
}
.s_donate .donate2 .box table th {
  padding: 15px 17px 15px 14px;
  border-bottom: 1px solid #c0c6c7;
  font-size: 1.2rem;
  vertical-align: middle;
}
.s_donate .donate2 .box table td {
  padding: 15px 0;
  border-bottom: 1px solid #c0c6c7;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.57;
  vertical-align: middle;
}
.s_donate .donate2 .subttl {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -115px;
  width: 230px;
  height: 34px;
  border: 1px solid #37bec3;
  border-radius: 17px;
  color: #37bec3;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  line-height: 34px;
}
.s_donate .illust {
  width: 180px;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: -63px;
  margin-left: -90px;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .s_donate {
    padding: 70px 0 115px;
  }
  .s_donate .inr {
    width: 100%;
    overflow: hidden;
  }
  .s_donate .anc {
    margin: 32px auto 0;
    border-spacing: 10px 0;
  }
  .s_donate .anc a {
    width: 160px;
    height: 32px;
    border-radius: 16px;
    line-height: 30px;
    font-size: 1.1rem;
  }
  .s_donate .anc a:hover {
    background: #fff;
  }
  .s_donate .donate {
    width: 93.3%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .s_donate .donate .ttl .sub {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .s_donate .donate .lead {
    font-size: 1.4rem;
    line-height: 1.71;
    text-align: left;
  }
  .s_donate .donate .lead br {
    display: none;
  }
  .s_donate .donate1 {
    border-top: 14px solid #b9d345;
    margin: 28px auto 0;
    padding: 28px 5.7% 40px;
  }
  .s_donate .donate1 .bal {
    top: -25px;
    width: 134px;
    left: auto;
    margin-left: 0;
    right: -20px;
  }
  .s_donate .donate1 .ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .s_donate .donate1 .ttl:before {
    margin: 0 auto 15px;
  }
  .s_donate .donate1 .ttl .en {
    margin-top: 16px;
    font-size: 1.2rem;
  }
  .s_donate .donate1 .box {
    width: auto;
    margin: 25px 0 0;
    padding: 32px 0;
  }
  .s_donate .donate1 .box .txt {
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .s_donate .donate1 .box .card {
    margin: 18px auto 0;
    width: 240px;
  }
  .s_donate .donate1 .box .price {
    display: block;
    margin: 25px auto -10px;
    letter-spacing: -.4em;
  }
  .s_donate .donate1 .box .price a {
    padding: 0;
    width: 36vw;
    height: 45px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    line-height: 45px;
  }
  .s_donate .donate1 .box .price a:before {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 6px 0 0;
    height: 100%;
  }
  .s_donate .donate1 .box .price a:not(.checked):hover {
    background: #fff;
  }
  .s_donate .donate1 .box .price li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1rem;
    margin: 0 5px 10px;
  }
  .s_donate .donate1 .box .price .num {
    font-size: 2rem;
  }
  .s_donate .donate1 .box .btn {
    margin: 17px auto 0;
    width: 260px;
    max-width: 83%;
    height: 56px;
    border-radius: 28px;
    font-size: 1.4rem;
    line-height: 56px;
  }
  .s_donate .donate1 .box .note {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
    padding: 0 6.5%;
  }
  .s_donate .donate1 .cancell {
    margin: 30px 0 0;
    width: auto;
    padding: 0 0 24px;
  }
  .s_donate .donate1 .cancell .subttl {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .s_donate .donate1 .cancell .txt {
    font-size: 1.2rem;
    line-height: 1.75;
    padding: 0 24px;
  }
  .s_donate .donate1 .cancell .link {
    margin-top: 20px;
    padding: 0 24px;
  }
  .s_donate .donate1 .cancell .link a {
    display: block;
    margin: 5px 0 0;
    font-size: 1.4rem;
    line-height: 1.71;
    word-break: break-all;
    text-align: left;
  }
  .s_donate .donate1 .special {
    width: auto;
    margin: 40px 0 0;
    padding-top: 32px;
    overflow: visible;
  }
  .s_donate .donate1 .special .subttl {
    font-size: 1.8rem;
  }
  .s_donate .donate1 .special .txt {
    margin-top: 18px;
    text-align: left;
  }
  .s_donate .donate1 .special .txt br {
    display: none;
  }
  .s_donate .donate1 .special ul {
    display: block;
    width: auto;
    margin: 35px 0 0;
    letter-spacing: -.4em;
  }
  .s_donate .donate1 .special ul p:not(.label) {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    width: -webkit-calc( 57% - 4px );
    width: calc( 57% - 4px );
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 14px;
    font-size: 1.3rem;
  }
  .s_donate .donate1 .special li {
    display: block;
  }
  .s_donate .donate1 .special li + li {
    margin-top: 30px;
  }
  .s_donate .donate1 .special .label {
    top: -22px;
    left: -6px;
    margin-left: 0;
    width: 46px;
    height: 46px;
    font-size: 10px;
    padding-top: 9px;
    letter-spacing: normal;
  }
  .s_donate .donate1 .special .label span {
    margin: 2px auto 0;
    font-size: 2rem;
    position: relative;
  }
  .s_donate .donate1 .special .label:before {
    bottom: -8px;
  }
  .s_donate .donate1 .special img {
    width: 43%;
    border-bottom: none;
    border-right: 4px solid #ee7e89;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .s_donate .donate1 .special .btn {
    margin-top: 30px;
    width: 92%;
    max-width: 280px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
  }
  .s_donate .donate2 {
    border-top: 14px solid #37bec3;
    margin: 30px auto 0;
    padding: 40px 5.7%;
  }
  .s_donate .donate2 .ttl {
    margin-bottom: 18px;
    font-size: 2.4rem;
  }
  .s_donate .donate2 .box {
    display: block;
    margin: 0;
    width: auto;
    border-spacing: 0 0;
  }
  .s_donate .donate2 .box li {
    margin: 80px 0 0;
    display: block;
    width: auto;
    padding: 32px 6.5% 36px;
  }
  .s_donate .donate2 .box li + li {
    margin: 85px 0 0;
  }
  .s_donate .donate2 .box .txt2 {
    margin-top: 6px;
  }
  .s_donate .donate2 .box .note {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .s_donate .donate2 .box table {
    margin-top: 20px;
  }
  .s_donate .donate2 .box table th {
    padding: 15px 14px 15px 0;
    font-size: 1.1rem;
  }
  .s_donate .donate2 .box table td {
    font-size: 1.3rem;
  }
  .s_donate .donate2 .subttl {
    top: -56px;
  }
  .s_donate .illust {
    width: 140px;
    bottom: -41px;
    margin-left: -70px;
  }
}
footer .share {
  background: #ebf8f9;
  position: relative;
  padding: 145px 0 120px;
}
footer .share .ttl {
  position: absolute;
  top: 82px;
  left: 50%;
  margin-left: -225px;
}
footer .share ul {
  display: table;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 40px 0;
}
footer .share li {
  display: table-cell;
  vertical-align: top;
}
footer .share a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 36px 36px;
}
footer .share .fb {
  background-image: url("../img/ico_fb.svg");
}
footer .share .tw {
  background-image: url("../img/ico_tw.svg");
}
footer .share .line {
  background-image: url("../img/ico_line.svg");
}
footer .share .note {
  background-image: url("../img/ico_note.svg");
}
footer .contact {
  width: 880px;
  margin: 100px auto 0;
  background: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 75px;
}
footer .contact .ttl {
  padding: 20px 0;
  margin-bottom: 36px;
  background: #37bec3;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}
footer .contact .txt {
  margin-bottom: 36px;
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 2rem;
  line-height: 1.75;
}
footer .contact .btn {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: 68px;
  border-radius: 34px;
  font-size: 1.8rem;
  line-height: 68px;
}
footer .contact .tel {
  margin-top: 7px;
  margin-left: 80px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 80px;
  position: relative;
}
footer .contact .tel:before {
  content: '';
  width: 64px;
  height: 64px;
  position: absolute;
  background: #37bec3 url("../img/ico_tel.svg") no-repeat center center/32px 25px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -32px;
}
footer .contact .tel a {
  display: block;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 900;
  text-decoration: none;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
footer .contact .tel .time {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}
footer .us {
  margin: 60px auto 0;
  display: inline-block;
  text-align: left;
  padding-left: 225px;
  position: relative;
}
footer .us .logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px;
}
footer .us .name {
  font-family: 'fot-tsukuardgothic-std', sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}
footer .us .address {
  margin-top: 15px;
  font-size: 1.4rem;
}
footer .credit {
  margin: 72px auto 0;
  font-size: 1.4rem;
}
footer .credit span {
  font-family: "brandon-grotesque", sans-serif;
  font-style: italic;
}
footer .copyright {
  margin: 55px 0 0;
  padding: 24px 0;
  background: #333;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  footer .share {
    padding: 60px 0 75px;
    width: 100%;
    overflow: hidden;
  }
  footer .share .ttl {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 13px;
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  footer .share ul {
    border-spacing: 30px 0;
  }
  footer .contact {
    width: 90%;
    margin: 40px auto 0;
    padding-bottom: 40px;
  }
  footer .contact .ttl {
    padding: 15px 0;
    margin-bottom: 25px;
    font-size: 2rem;
  }
  footer .contact .txt {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.71;
    padding: 0 20px;
    text-align: left;
  }
  footer .contact .txt br {
    display: none;
  }
  footer .contact .btn {
    display: block;
    margin: 0 auto;
    width: 280px;
    max-width: 82.8%;
    height: 48px;
    border-radius: 24px;
    font-size: 1.4rem;
    line-height: 48px;
  }
  footer .contact .tel {
    margin: 20px auto 0;
    padding-left: 60px;
  }
  footer .contact .tel:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #37bec3 url("../img/ico_tel.svg") no-repeat center center/25px 20px;
  }
  footer .contact .tel a {
    font-size: 3rem;
  }
  footer .contact .tel .time {
    margin-top: 4px;
  }
  footer .us {
    margin: 30px auto 0;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  footer .us .logo {
    position: relative;
    top: 0;
    margin: 0 auto;
  }
  footer .us .name {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  footer .us .address {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  footer .credit {
    margin: 30px auto 0;
    font-size: 1.2rem;
  }
  footer .copyright {
    margin: 30px 0 0;
    padding: 24px 0;
    font-size: 1rem;
  }
}
