@charset "UTF-8";
/* デフォルト */
@media screen and (min-width: 541px) {
  .sp_sw {
    display: none;
    padding: 0;
  }
}

@media screen and (max-width: 540px) {
  .pc_sw {
    display: none;
    margin: 0;
  }
}

@media screen and (min-width: 916px) {
  .tb_sw {
    display: none;
    padding: 0;
  }
}

@media screen and (max-width: 915px) {
  .nb_sw {
    display: none;
    margin: 0;
  }
}

h1, h2, h3, h4, h5, h6, p, div, ul, li, ol {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1b1423;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  font-weight: bold;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.75;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  p {
    font-size: 15px;
  }
}

.base-text p {
  padding: 16px;
}

.container {
  max-width: 850px;
  margin: auto;
}

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

em.line {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fbcc97), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #fbcc97 50%, transparent 50%);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 200% 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-style: normal;
  font-weight: bold;
}

img {
  display: block;
}

h2 {
  font-size: 32px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 915px) {
  h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 540px) {
  h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  h2 {
    font-size: 18px;
  }
}

/* コンテンツ */
header.top {
  position: relative;
  margin-top: 15px;
}

@media screen and (max-width: 540px) {
  header.top {
    margin-top: 10px;
  }
}

header.top:before {
  position: absolute;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  height: 16px;
  width: 100vw;
  top: -15px;
}

@media screen and (max-width: 540px) {
  header.top:before {
    height: 10px;
    top: -10px;
  }
}

header.top img {
  width: 100%;
}

.base-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  position: relative;
  text-align: center;
  padding: 32px 0px;
  margin: 20px auto 40px;
}

@media screen and (max-width: 915px) {
  .base-title {
    margin: 20px auto 40px;
  }
}

@media screen and (max-width: 540px) {
  .base-title {
    padding: 20px 0px;
    margin: 20px auto 20px;
  }
}

.base-title:before {
  position: absolute;
  content: '';
  background: #1b1423;
  width: 99%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
  .base-title:before {
    width: 99%;
    height: 95%;
  }
}

.base-title:after {
  position: absolute;
  content: '';
  border-top: 28px solid #f6870c;
  border-right: 24px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 24px solid transparent;
  margin: auto;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 540px) {
  .base-title:after {
    border-top: 16px solid #f6870c;
    bottom: -16px;
  }
}

.base-title h2 {
  position: relative;
  color: #fff;
  text-align: center;
}

section {
  padding: 48px 0px 40px;
}

@media screen and (max-width: 915px) {
  section {
    padding: 24px 0px 24px;
  }
}

@media screen and (max-width: 540px) {
  section {
    padding: 16px 0px 8px;
  }
}

.comic {
  background: #1b1423;
}

@media screen and (max-width: 540px) {
  .comic {
    background: #fff;
  }
}

@media screen and (max-width: 540px) {
  .comic .container {
    width: 100%;
  }
}

.comic .container .base-title {
  width: 90%;
}

.comic .comic-item img {
  width: 100%;
}

.point {
  background: linear-gradient(-45deg, #f9f9f9 25%, #FFF 25%, #FFF 50%, #f9f9f9 50%, #f9f9f9 75%, #FFF 75%, #FFF);
  background-size: 24px 24px;
}

.point .contents {
  background: #fff;
  margin-bottom: 40px;
  padding: 30px 20px;
}

@media screen and (max-width: 540px) {
  .point .contents {
    padding: 16px 8px;
  }
}

.point .contents .content-item {
  padding: 10px 20px;
  color: #1b1423;
  border-bottom: 2px solid #eee;
}

@media screen and (max-width: 1080px) {
  .point .contents .content-item {
    padding: 30px 16px 16px;
  }
}

@media screen and (max-width: 915px) {
  .point .contents .content-item {
    width: 90%;
    margin: auto;
    padding: 10px 0px;
  }
}

.point .contents .content-item:last-child {
  border-bottom: none;
}

.point .contents .content-item .point {
  font-size: 40px;
  opacity: 0.2;
  font-style: italic;
}

@media screen and (max-width: 915px) {
  .point .contents .content-item .point {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  .point .contents .content-item .point {
    font-size: 24px;
  }
}

.point .contents .content-item h3 {
  font-size: 24px;
}

@media screen and (max-width: 540px) {
  .point .contents .content-item h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 360px) {
  .point .contents .content-item h3 {
    font-size: 15px;
  }
}

.point .contents .content-item .base-text p {
  padding-left: 0px;
  font-size: 16px;
}

@media screen and (max-width: 540px) {
  .point .contents .content-item .base-text p {
    padding: 12px 0px;
    font-size: 14px;
  }
}

.prof {
  background: #f9f9f9;
  color: #1b1423;
}

.prof .container {
  max-width: 1080px;
}

.prof .prof-title {
  border-bottom: 3px solid #1b1423;
  margin: 60px auto 48px;
  padding-bottom: 16px;
  position: relative;
}

@media screen and (max-width: 540px) {
  .prof .prof-title {
    margin: 24px auto 24px;
  }
}

.prof .prof-title h2 {
  text-align: center;
}

.prof .prof-title:before {
  position: absolute;
  content: '';
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #1b1423 transparent transparent transparent;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.prof .prof-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

@media screen and (max-width: 915px) {
  .prof .prof-box {
    display: block;
  }
}

.prof .prof-box .prof-img {
  width: 25%;
}

@media screen and (max-width: 915px) {
  .prof .prof-box .prof-img {
    width: 65%;
    margin: 40px auto 0px;
  }
}

.prof .prof-box .prof-img img {
  width: 100%;
}

.prof .prof-box .prof-text {
  width: 75%;
  margin: auto;
}

@media screen and (max-width: 915px) {
  .prof .prof-box .prof-text {
    width: 100%;
  }
}

.prof .prof-box .prof-text .name {
  background: #1b1423;
  color: #fff;
  padding: 8px;
  margin: 16px;
}

@media screen and (max-width: 915px) {
  .prof .prof-box .prof-text .name {
    margin: 16px 16px 0px;
  }
}

.prof .prof-box .prof-text p {
  font-size: 15px;
  padding: 16px;
}

@media screen and (max-width: 540px) {
  .prof .prof-box .prof-text p {
    font-size: 13px;
  }
}

.voice {
  background: #1b1423;
  padding-bottom: 1px;
}

.voice .voice-box .voice-item {
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  padding: 5px;
  color: #1b1423;
  margin: 32px 0px;
}

.voice .voice-box .voice-item .voice-inner {
  background: #fff;
  padding: 48px 40px 40px;
}

@media screen and (max-width: 540px) {
  .voice .voice-box .voice-item .voice-inner {
    padding: 32px 8px 16px;
  }
}

.voice .voice-box .voice-item .top-comment {
  text-align: center;
}

.voice .voice-box .voice-item .top-comment h3 {
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 915px) {
  .voice .voice-box .voice-item .top-comment h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 540px) {
  .voice .voice-box .voice-item .top-comment h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 540px) {
  .voice .voice-box .voice-item .top-comment .name {
    font-size: 13px;
    margin-top: 4px;
  }
}

.voice .voice-box .voice-item .voice-img {
  text-align: center;
}

.voice .voice-box .voice-item .voice-img img {
  margin: auto;
}

@media screen and (max-width: 540px) {
  .voice .voice-box .voice-item .voice-img img {
    width: 71%;
  }
}

.voice .voice-box .voice-item .voice-img.mgt {
  margin-top: 16px;
}

footer {
  background: #1b1423;
  text-align: center;
  padding-bottom: 16px;
}

footer p {
  font-size: 12px;
  font-weight: normal;
  color: #f2f2f2;
}

footer .privacy a p {
  font-size: 13px;
  font-weight: normal;
  color: #f2f2f2;
}

/******
          ボタンの設定
                          ******/
.buttonbox {
  max-width: 850px;
  margin: 32px auto 64px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 915px) {
  .buttonbox {
    width: 85%;
  }
}

@media screen and (max-width: 540px) {
  .buttonbox {
    margin: 16px auto 32px;
  }
}

.buttonbox a {
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

.buttonbox a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

.buttonbox a img {
  width: 100%;
}

.arrow_right1 {
  position: absolute;
  right: -20px;
  top: -10px;
  -webkit-animation-name: arrow_right;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: arrow_right;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}

@media screen and (max-width: 915px) {
  .arrow_right1 {
    top: -25px;
  }
}

@media screen and (max-width: 540px) {
  .arrow_right1 {
    width: 8%;
    top: -4px;
  }
}

@-webkit-keyframes arrow_right {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

.arrow_left1 {
  position: absolute;
  left: -20px;
  top: -10px;
  -webkit-animation-name: arrow_left;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: arrow_right;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}

@media screen and (max-width: 915px) {
  .arrow_left1 {
    top: -25px;
  }
}

@media screen and (max-width: 540px) {
  .arrow_left1 {
    width: 8%;
    margin-top: 40px !important;
  }
}

@-webkit-keyframes arrow_left {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(16px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

.base-img {
  max-width: 650px;
  margin: auto;
}

@media screen and (max-width: 915px) {
  .base-img {
    width: 71%;
  }
}

@media screen and (max-width: 540px) {
  .base-img {
    width: 90%;
  }
}

.base-img img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */