@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

img {
  width: 100%;
  height: auto;
  font-family: "object-fit: cover;";
}

a {
  text-decoration: none;
  color: currentColor;
}

a, button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}
.bookPage .inner, .wpcf7 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bookPage .inner, .wpcf7 {
    width: 92%;
  }
}

.dlArea ul li a, .frontPanel .item .img img {
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothicM, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.dlArea ul li a, .dlArea .ttl, .mangaSlideTitle, .frontPanel .item .content .title {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

.br1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .br1200 {
    display: block;
  }
}

.br1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .br1000 {
    display: block;
  }
}

.br768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .br768 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br768del {
    display: none;
  }
}

.br480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .br480 {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.dlTop .img img, .mangaSlide .img img, .frontPanel .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.toggleBtn {
  display: none;
  top: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 50px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}
.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}
@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}
.toggleBtn span:nth-of-type(1) {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    transform: translateY(-7px);
  }
}
.toggleBtn span:nth-of-type(2) {
  background: #333;
}
.toggleBtn span:nth-of-type(3) {
  background: #333;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    transform: translateY(7px);
  }
}
.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}
.toggleBtn.active span:nth-of-type(1) {
  transform: translateY(100%) rotate(45deg);
}
.toggleBtn.active span:nth-of-type(2) {
  transform: rotate(-405deg);
}
.toggleBtn.active span:nth-of-type(3) {
  transform: translateY(-100%) rotate(-45deg);
}

.wpcf7 {
  max-width: 800px !important;
  margin: 0 auto !important;
}
.wpcf7 label {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.wpcf7 label br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wpcf7 label {
    flex-wrap: wrap;
  }
}
.wpcf7 label .title {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7 label .title {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}
.wpcf7 label .wpcf7-form-control-wrap {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7 label .wpcf7-form-control-wrap input[type=text],
.wpcf7 label .wpcf7-form-control-wrap input[type=email],
.wpcf7 label .wpcf7-form-control-wrap input[type=url],
.wpcf7 label .wpcf7-form-control-wrap input[type=tel],
.wpcf7 label .wpcf7-form-control-wrap input[type=number],
.wpcf7 label .wpcf7-form-control-wrap input[type=date],
.wpcf7 label .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wpcf7 label .wpcf7-form-control-wrap input[type=text],
  .wpcf7 label .wpcf7-form-control-wrap input[type=email],
  .wpcf7 label .wpcf7-form-control-wrap input[type=url],
  .wpcf7 label .wpcf7-form-control-wrap input[type=tel],
  .wpcf7 label .wpcf7-form-control-wrap input[type=number],
  .wpcf7 label .wpcf7-form-control-wrap input[type=date],
  .wpcf7 label .wpcf7-form-control-wrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}
.wpcf7 label .wpcf7-form-control-wrap textarea {
  line-height: 1.5;
}
.wpcf7 form input[type=submit],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 4px;
}
.wpcf7 form input[type=submit]:hover,
.wpcf7 form button:hover {
  background: #999;
}
.wpcf7 .resultWrap {
  display: flex;
  margin-bottom: 1.6em;
}
.wpcf7 .resultWrap br {
  display: none;
}
.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}
.wpcf7 .title.bank br {
  display: block;
}

.breadcrumb {
  position: absolute;
  bottom: 10px;
  left: 2%;
  width: 94%;
  z-index: 1;
  font-size: 12px;
  display: flex;
  color: white;
  letter-spacing: 0.1em;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb li:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li a {
  text-decoration: underline;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.teacher,
.student {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.teacher .name,
.student .name {
  margin-top: 0.5em;
  width: 5em;
  max-width: 5em;
  min-width: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  font-size: 0.9em;
}
.teacher .serif p,
.student .serif p {
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 0.5em;
  border-radius: 4px;
}

.teacher .name {
  color: #5b77b7;
}
.teacher .name:before {
  content: "";
  width: 60px;
  height: 50px;
  display: block;
  margin-left: -10px;
  background: url("teachar.svg") no-repeat top center/100% auto;
}
.teacher .serif p {
  background: rgba(91, 119, 183, 0.1);
}

.student .name {
  color: #d17171;
}
.student .name:before {
  content: "";
  width: 40px;
  height: 50px;
  display: block;
  background: url("student.svg") no-repeat top center/100% auto;
}
.student .serif p {
  background: rgba(209, 113, 113, 0.1);
}

.post_content {
  /* リスト全体のスタイル */
}
.post_content ul,
.post_content ol {
  /* リストアイテムのスタイル */
}
.post_content ul:not(.is-style-index),
.post_content ol:not(.is-style-index) {
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 2em 1em;
  padding-left: 3em;
  background: rgba(91, 119, 183, 0.02);
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.99);
  margin-bottom: 2em;
}
.post_content ul:not(.is-style-index) li:not(.is-style-index),
.post_content ol:not(.is-style-index) li:not(.is-style-index) {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px; /* テキストのフォントサイズを設定 */
  line-height: 1.4; /* 行の高さを設定 */
  margin-bottom: 1em;
  list-style-type: disclosure-closed;
}
.post_content ul:not(.is-style-index) li:not(.is-style-index):last-child,
.post_content ol:not(.is-style-index) li:not(.is-style-index):last-child {
  margin-bottom: 0;
}

ol.p-toc__list.is-style-index li {
  font-size: 14px;
  font-weight: bold;
}

.frontPanel {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: 1fr 1fr;
  height: 700px;
}
@media screen and (max-width: 768px) {
  .frontPanel {
    display: block;
    height: auto;
  }
}
.frontPanel .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .frontPanel .item {
    height: 300px;
  }
}
.frontPanel .item:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/7;
}
.frontPanel .item:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 7/-1;
}
.frontPanel .item:nth-of-type(3) {
  grid-row: 2/-1;
  grid-column: 7/-1;
}
.frontPanel .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.frontPanel .item .img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .frontPanel .item:hover .img img {
    filter: saturate(110%);
  }
}
.frontPanel .item .content {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.08) 2px 0px 12px, rgba(0, 0, 0, 0.08) -2px 0px 12px, rgba(0, 0, 0, 0.08) 0px -2px 12px, rgba(0, 0, 0, 0.08) 0px 2px 12px, rgba(0, 0, 0, 0.08) 2px 2px 12px, rgba(0, 0, 0, 0.08) -2px 2px 12px, rgba(0, 0, 0, 0.08) 2px -2px 12px, rgba(0, 0, 0, 0.08) -2px -2px 12px, rgba(0, 0, 0, 0.08) 1px 2px 12px, rgba(0, 0, 0, 0.08) -1px 2px 12px, rgba(0, 0, 0, 0.08) 1px -2px 12px, rgba(0, 0, 0, 0.08) -1px -2px 12px, rgba(0, 0, 0, 0.08) 2px 1px 12px, rgba(0, 0, 0, 0.08) -2px 1px 12px, rgba(0, 0, 0, 0.08) 2px -1px 12px, rgba(0, 0, 0, 0.08) -2px -1px 12px;
}
.frontPanel .item .content .title {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.2;
}
.frontPanel .item .btn {
  background: white;
  width: 100px;
  height: 30px;
  border-radius: 2px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  font-weight: bold;
  right: 10px;
  color: #000;
  z-index: 1;
  text-align: center;
  font-size: 10px;
}

.mangaSlideTitle {
  text-align: center;
  font-size: 20px;
  padding: 1em 0 0.5em;
}

.mangaSlide .img {
  position: relative;
}
.mangaSlide .img:before {
  content: "";
  padding-top: 145%;
  display: block;
}
.dlTop {
  position: relative;
}
.dlTop > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dlTop .img {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: relative;
}
.dlTop .img:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.dlTop .img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.dlArea {
  padding: 4em 2em;
}
.dlArea h2 {
  margin-bottom: 1em;
}
.dlArea ul {
  font-size: 0.9em;
}
.dlArea ul li {
  padding: 0.5em 0.2em;
  border-bottom: 1px dashed #aaa;
  display: flex;
  align-items: center;
}
.dlArea ul li > span {
  width: 14em;
  display: block;
  font-size: 0.9em;
}
.dlArea ul li a {
  color: #34a4d1;
}
@media screen and (min-width: 769px) {
  .dlArea ul li a:hover {
    color: #00b6ff;
  }
}
.dlArea ul + .ttl {
  margin-top: 1em;
}

.noteText {
  margin-top: 3em;
  padding: 1em;
  background: #f3f3f3;
  font-size: 12px;
  color: #555;
  font-weight: bold;
}

.p-toc__childList li:before {
  display: none !important;
}

.single-book {
  background: #191919;
}
.single-book #fix_header:before, .single-book .l-fixHeader:before {
  background: #191919 !important;
}
.single-book header#header {
  background: #191919;
}
.single-book header#header li.menu-item {
  color: white;
}
.single-book #breadcrumb {
  background: #191919;
}
.single-book #breadcrumb a {
  color: white;
}
.single-book .l-fixHeader__inner {
  background: #191919;
}
.single-book .l-fixHeader__inner a {
  color: white;
}
.single-book #footer {
  background: #191919;
}

.bookPage {
  background: #191919;
  min-height: 100vh;
  padding: clamp(40px, 6vw, 60px) 0;
  padding-bottom: 240px;
}
.bookPage .inner {
  max-width: 450px;
  color: white;
}
.bookPage .inner .titleArea {
  margin-bottom: 0.5em;
}
.bookPage .inner .titleArea time {
  display: flex;
  align-items: center;
  margin-bottom: 1.1em;
}
.bookPage .inner .titleArea time svg {
  width: 1.2em !important;
  height: auto !important;
  margin-right: 0.5em;
}
.bookPage .inner .titleArea time svg, .bookPage .inner .titleArea time svg * {
  fill: white !important;
}
.bookPage .inner .titleArea .title {
  font-size: clamp(18px, 4vw, 26px);
  font-weight: bold;
}
.bookPage .inner .tags {
  display: flex;
  margin-bottom: 0.5em;
}
.bookPage .inner .tags p {
  font-size: 10px;
  padding: 0.2em 1.5em;
  color: white;
  border: 1px solid white;
  border-radius: 999px;
  margin-right: 0.5em;
}
.bookPage .inner .tags p:nth-of-type(1) {
  background: #efd421;
}
.bookPage .selectBox {
  display: flex;
  justify-content: space-between;
}
.bookPage .selectBox a {
  width: 49%;
  height: 50px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bookPage .selectBox a:nth-of-type(1) {
  background: #efd421;
  box-shadow: 0 4px 0 rgb(182.3571428571, 160.1785714286, 13.1428571429);
}
.bookPage .selectBox a:nth-of-type(1):before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22277.445%22%20height%3D%22512%22%20viewBox%3D%220%200%20277.445%20512%22%3E%0D%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_68%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2068%22%20transform%3D%22translate%28-2581%2014208%29%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22iPhone%E9%A2%A8%E3%81%AE%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90%22%20transform%3D%22translate%282463.723%20-14208%29%22%3E%0D%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_132%22%20data-name%3D%22%E3%83%91%E3%82%B9%20132%22%20d%3D%22M341.6%2C0H170.4a53.18%2C53.18%2C0%2C0%2C0-53.12%2C53.121V458.879A53.182%2C53.182%2C0%2C0%2C0%2C170.4%2C512H341.6a53.181%2C53.181%2C0%2C0%2C0%2C53.121-53.117V53.121A53.179%2C53.179%2C0%2C0%2C0%2C341.6%2C0ZM256%2C480.622A21.526%2C21.526%2C0%2C1%2C1%2C277.525%2C459.1%2C21.552%2C21.552%2C0%2C0%2C1%2C256%2C480.622ZM363.274%2C67.271V407.427H148.724V67.271Z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22%E7%9F%A2%E5%8D%B0%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3_%E4%B8%8B2_1_%22%20data-name%3D%22%E7%9F%A2%E5%8D%B0%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E3%80%80%E4%B8%8B2%20%281%29%22%20transform%3D%22translate%282646.839%20-14030%29%22%3E%0D%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_133%22%20data-name%3D%22%E3%83%91%E3%82%B9%20133%22%20d%3D%22M130.339%2C58.663a10.519%2C10.519%2C0%2C0%2C0-14.878.082L83.4%2C91.149V10.522a10.521%2C10.521%2C0%2C1%2C0-21.041%2C0V91.149l-32.055-32.4a10.524%2C10.524%2C0%2C0%2C0-14.963%2C14.8l50.058%2C50.6a10.516%2C10.516%2C0%2C0%2C0%2C14.963%2C0l50.056-50.6A10.524%2C10.524%2C0%2C0%2C0%2C130.339%2C58.663Z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
}
.bookPage .selectBox a:nth-of-type(2) {
  background: rgb(206.1428571429, 181.0714285714, 14.8571428571);
  box-shadow: 0 4px 0 rgb(134.7857142857, 118.3928571429, 9.7142857143);
}
.bookPage .selectBox a:nth-of-type(2):before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22277.445%22%20height%3D%22512%22%20viewBox%3D%220%200%20277.445%20512%22%3E%0D%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_69%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2069%22%20transform%3D%22translate%28-2895%2014208%29%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22iPhone%E9%A2%A8%E3%81%AE%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E7%B4%A0%E6%9D%90%22%20transform%3D%22translate%282777.723%20-14208%29%22%3E%0D%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_132%22%20data-name%3D%22%E3%83%91%E3%82%B9%20132%22%20d%3D%22M341.6%2C0H170.4a53.18%2C53.18%2C0%2C0%2C0-53.12%2C53.121V458.879A53.182%2C53.182%2C0%2C0%2C0%2C170.4%2C512H341.6a53.181%2C53.181%2C0%2C0%2C0%2C53.121-53.117V53.121A53.179%2C53.179%2C0%2C0%2C0%2C341.6%2C0ZM256%2C480.622A21.526%2C21.526%2C0%2C1%2C1%2C277.525%2C459.1%2C21.552%2C21.552%2C0%2C0%2C1%2C256%2C480.622ZM363.274%2C67.271V407.427H148.724V67.271Z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22%E7%9F%A2%E5%8D%B0%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3_%E4%B8%8B2_1_%22%20data-name%3D%22%E7%9F%A2%E5%8D%B0%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E3%80%80%E4%B8%8B2%20%281%29%22%20transform%3D%22translate%282974.084%20-13890.42%29%20rotate%28-90%29%22%3E%0D%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_133%22%20data-name%3D%22%E3%83%91%E3%82%B9%20133%22%20d%3D%22M130.339%2C58.663a10.519%2C10.519%2C0%2C0%2C0-14.878.082L83.4%2C91.149V10.522a10.521%2C10.521%2C0%2C1%2C0-21.041%2C0V91.149l-32.055-32.4a10.524%2C10.524%2C0%2C0%2C0-14.963%2C14.8l50.058%2C50.6a10.516%2C10.516%2C0%2C0%2C0%2C14.963%2C0l50.056-50.6A10.524%2C10.524%2C0%2C0%2C0%2C130.339%2C58.663Z%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
}

body.home #content {
  padding: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}/*# sourceMappingURL=style.css.map */