@charset "UTF-8";
/* box-sizing: border-box;を設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* フォントサイズの拡大を防ぐ */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  word-break: break-word;
}

/* リストのスタイルを削除、これはデフォルトのスタイルが削除されることを示唆します */
ul,
ol {
  list-style: none;
}

/* 見出しやインタラクティブ要素のline-heightを設定 */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: inherit;
}

/* 見出しのテキスト折り返しをbalanceに設定 */
/* 画像の扱いを簡単にする */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* inputやbuttonなどのfontは継承 */
input,
button,
textarea,
select {
  font: inherit;
}

table {
  border-collapse: collapse;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

.font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html,
body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 120px;
  overflow-y: scroll;
}

body {
  font-size: 14px;
  line-height: 1.6875;
  color: #383A3A;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

:where(body, button, input, textarea, select) {
  color: #2F2B29;
  font-size: inherit;
  line-height: inherit;
}

label,
select,
input[type=checkbox],
input[type=radio],
button {
  cursor: pointer;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.centerBox {
  max-width: 1082px;
  margin-inline: auto;
  padding-inline: 25px;
}

html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  width: 12px;
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
/*-----------------------
        fontsize
------------------------*/
.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.fs33 {
  font-size: 33px;
}

.fs34 {
  font-size: 34px;
}

.fs35 {
  font-size: 35px;
}

.fs36 {
  font-size: 36px;
}

.fs37 {
  font-size: 37px;
}

.fs38 {
  font-size: 38px;
}

.fs39 {
  font-size: 39px;
}

.fs40 {
  font-size: 40px;
}

.pc_outer {
  width: 100%;
  position: relative;
  background-color: #FFF6B1;
}

.sp_content {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  max-width: 1292px;
  margin: 0 auto;
}

.sp_content_inner {
  width: 50%;
  flex-shrink: 0;
  max-width: 450px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.pc_content {
  display: block;
  width: 50%;
  height: 100vh;
}

.pc_content_inner {
  position: fixed;
  top: 36%;
  transform: translateY(-50%);
  left: calc(50% + 20px);
  width: 480px;
}
.pc_content_inner .pc_content_img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.pc_content_inner .pc_content_img img {
  display: block;
  width: 100%;
}

.pc_content_list {
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  margin-right: auto;
}

.pc_content_block {
  display: block;
  width: calc((100% - 18px) / 3);
  aspect-ratio: 104.34/50.21;
  height: auto;
}
.pc_content_block img {
  display: block;
  width: 100%;
}

.pc_content_bg1 {
  width: calc(50% + 100px);
  position: fixed;
  top: 80%;
  right: 0%;
  z-index: 1;
}
.pc_content_bg1 img {
  display: block;
  width: 100%;
}

.pc_content_bg2 {
  width: 140px;
  position: fixed;
  top: 90%;
  right: calc(100% - 240px);
  z-index: 1;
}

.pc_content_bg3 {
  width: 100%;
  position: fixed;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.pc_content_bg4 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 120px;
  background-color: #FFD100;
}

/*-----------------------
          main
------------------------*/
.main {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.article {
  width: 100%;
  padding: 0 18px 140px;
}
.article.pb0 {
  padding-bottom: 0;
}
.article.gray {
  background-color: #EFEFEF;
  position: relative;
  padding-bottom: 100px;
}
.article.gray::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(../images/index_howto_before.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*-----------------------
      Table common
------------------------*/
.table_outer {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

tr {
  width: 100%;
}

th, td {
  border: 1px solid #D9D9D9;
  padding: 15px;
}

th {
  width: 280px;
  font-weight: bold;
  background-color: #F5F5F5;
}

/*-----------------------
      下層共通枠
------------------------*/
.border_article {
  padding: 20px 15px 40px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
.border_article::before {
  display: block;
  position: absolute;
  content: "";
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  aspect-ratio: 17.94/27.51;
  height: auto;
  background-image: url(../images/icon_clip.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.border_article.rules {
  border: solid 3px #89AFB2;
}
.border_article.reviews {
  border: solid 3px #FCA518;
}
.border_article.reviews .content_subtitle {
  color: #FCA518;
  margin-bottom: 15px;
}
.border_article.rally {
  margin-top: 30px;
  border: solid 3px #8FC434;
}
.border_article.rally .content_title {
  display: block;
  width: 96%;
}
.border_article.rally .content_title img {
  display: block;
  width: 100%;
}
.border_article.rally .content_subtitle {
  color: #8FC434;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.border_article.privacy {
  border: solid 3px rgb(179, 65, 0);
}
.border_article.privacy .content_subtitle {
  margin-top: 5px;
  font-size: 20px;
  color: rgb(179, 65, 0);
  margin-bottom: 15px;
}

.content_title {
  margin-bottom: 10px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.content_title.contest {
  margin-bottom: 25px;
}

.content_subtitle {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22px;
}

.subtitle_img {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*-----------------------
      リンクボタン
------------------------*/
.link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 16px;
  width: 100%;
  max-width: 340px;
  height: 53px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 19px;
  transition: background-color 0.3s;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.link_button.point2 {
  background-color: #8FC434;
}
.link_button.point2.map {
  margin-bottom: 90px;
}
.link_button.point2.map2 {
  margin-bottom: 40px;
}
.link_button.point3 {
  background-color: #F38201;
}
.link_button.point4 {
  background-color: #1FACE8;
}
.link_button.rally {
  background-color: #8FC434;
  transform: translateY(66.5px);
}
.link_button.ftr {
  background-color: #8AD2D3;
}
.link_button:hover.point2, .link_button:hover.rally {
  background-color: #aedb61;
}
.link_button:hover.point3 {
  background-color: #eba75a;
}
.link_button:hover.point4 {
  background-color: #5bc0eb;
}
.link_button:hover.ftr {
  background-color: #9fd2d3;
}

.link_button_arrow {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin: auto;
  border: solid 1px #fff;
  position: absolute;
  top: calc(50% - 11px);
  right: 16px;
}
.link_button_arrow:after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 2px;
  margin: auto;
  transform: rotate(45deg);
}

/*-----------------------
        リンク
------------------------*/
.link {
  color: #023ec0;
  position: relative;
}
.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(2, 62, 192, 0.9254901961);
  opacity: 1;
}
.link:hover::after {
  opacity: 0;
}
.link.privacy {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*-----------------------
      Common tags
------------------------*/
.bold {
  font-weight: bold;
}

.red {
  color: rgb(214, 43, 43);
}

.small {
  font-size: 14px;
  font-weight: 400;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text_center {
  text-align: center;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.spn {
  display: block;
}

.tbn {
  display: block;
}

/*
.font{
  font-family: "Josefin Sans", serif;
  font-family: "Montserrat", sans-serif;
  font-family: 'BIZ UDPGothic', sans-serif;
  font-family: "Yu Gothic", sans-serif;
  font-family: 'DINBEK', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Zen Kurenaido', sans-serif;
}
*/
.sanken_header {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.sanken_header_inner {
  width: 100%;
  aspect-ratio: 378/737;
  height: auto;
  background-image: url(../images/sanken/index_fv_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.sanken_header_inner img {
  display: block;
  width: 100%;
}
.sanken_header_inner .index_title_1,
.sanken_header_inner .index_title_2,
.sanken_header_inner .index_title_3,
.sanken_header_inner .index_title_4,
.sanken_header_inner .index_title_5,
.sanken_header_inner .index_title_6,
.sanken_header_inner .index_title_7,
.sanken_header_inner .index_hitem_flag,
.sanken_header_inner .index_title2_1,
.sanken_header_inner .index_title2_2,
.sanken_header_inner .index_title_oshi {
  opacity: 0;
}
.sanken_header_inner .index_hbg {
  position: absolute;
  width: 117%;
  top: 15%;
  left: -8.7%;
  z-index: 1;
}
.sanken_header_inner .index_fv_itemset {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.sanken_header_inner .index_title_1 {
  position: absolute;
  width: 7.4%;
  top: 27.5%;
  left: 13.7%;
  z-index: 3;
}
.sanken_header_inner .index_title_2 {
  position: absolute;
  width: 6.6%;
  top: 28%;
  left: 22%;
  z-index: 3;
}
.sanken_header_inner .index_title_3 {
  position: absolute;
  width: 7.9%;
  top: 27.4%;
  left: 30%;
  z-index: 3;
}
.sanken_header_inner .index_title_4 {
  position: absolute;
  width: 6.6%;
  top: 28%;
  left: 39%;
  z-index: 3;
}
.sanken_header_inner .index_title_5 {
  position: absolute;
  width: 6.7%;
  top: 27.4%;
  left: 47.6%;
  z-index: 3;
}
.sanken_header_inner .index_title_6 {
  position: absolute;
  width: 7.4%;
  top: 27.6%;
  left: 55.2%;
  z-index: 3;
}
.sanken_header_inner .index_title_7 {
  position: absolute;
  width: 3.6%;
  top: 32.1%;
  left: 63.7%;
  z-index: 3;
}
.sanken_header_inner .index_hitem_flag {
  position: absolute;
  width: 21%;
  top: 28.7%;
  left: 67.9%;
  transform-origin: 9.87% 100%;
  z-index: 3;
}
.sanken_header_inner .index_title_oshi {
  position: absolute;
  width: 22%;
  top: 34.6%;
  left: 9.6%;
  z-index: 3;
}
.sanken_header_inner .index_title2_1 {
  position: absolute;
  width: 55.5%;
  top: 34.8%;
  left: 33.8%;
  z-index: 3;
}
.sanken_header_inner .index_title2_2 {
  position: absolute;
  width: 84.3%;
  top: 46%;
  left: 7.9%;
  z-index: 3;
}
.sanken_header_inner .index_hitem_b_1 {
  position: absolute;
  width: 37%;
  top: 59%;
  left: 8.7%;
  z-index: 4;
}
.sanken_header_inner .index_hitem_b_2 {
  position: absolute;
  width: 27%;
  top: 55.2%;
  left: 67.5%;
  z-index: 4;
}

.index_navi_outer {
  display: block;
  width: 100%;
  aspect-ratio: 375/115;
  height: fit-content;
  position: relative;
  z-index: 5;
}

.index_navi {
  position: absolute;
  top: -17%;
  left: 0;
  width: 100%;
  aspect-ratio: 375/115;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url(../images/index_nav_bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  padding: 0 30px;
}

.index_navi_inner {
  width: 100%;
  aspect-ratio: 375/95;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

/*-----------------------
      下層 header
------------------------*/
.header {
  display: block;
  width: 100%;
  max-width: 450px;
  aspect-ratio: 375/114;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-image: url(../images/sanken/header_bg_img.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 20px;
}

.header_title_img {
  position: absolute;
  display: block;
  top: 31.5%;
  left: 2.5%;
  width: 95%;
  aspect-ratio: 358.14/74.13;
  height: auto;
}
.header_title_img img {
  display: block;
  width: 100%;
  height: 100%;
}

#hamburger_area * {
  display: none;
}

/* Toggle Button */
.hamburger_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 24px;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 999;
  cursor: pointer;
}

.hamburger_menu span {
  position: absolute;
  width: 100%;
  height: 1px;
  transition: 0.3s;
}
.hamburger_menu span:first-of-type {
  top: 0;
  opacity: 0;
}
.hamburger_menu span:nth-of-type(2) {
  top: 50%;
}
.hamburger_menu span:last-of-type {
  top: 100%;
}

.hamburger_menu.active span:first-of-type {
  opacity: 1;
  top: 50%;
  transform: rotate(225deg);
}
.hamburger_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger_menu.active span:last-of-type {
  top: 50%;
  transform: rotate(-225deg);
}

#bar_color.hamburger_menu span {
  background-color: #000099;
}

#bar_color.hamburger_menu.active span {
  background-color: #000099;
}

.hbg_menu_text {
  font-size: 12px;
  color: #000099;
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* Slide Menu */
.slide_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 99;
  transform: translateX(100%);
  transition: 0.3s;
}
.slide_menu .hbg_ul {
  list-style: none;
  height: fit-content;
  margin-top: 160px;
}
.slide_menu a {
  display: block;
  width: fit-content;
  text-decoration: none;
  /*color: #FFF9F3;*/
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-left: 50px;
  margin-bottom: 38px;
  position: relative;
}
.slide_menu a::before {
  position: absolute;
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  top: calc(50% - 5px);
  left: -19px;
  background-color: #000099;
  border-radius: 5px;
}

.slide_menu.active {
  transform: translateX(0);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
}

.footer {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 12px 60px;
  background-color: #FFDA00;
  position: relative;
  font-size: 16px;
}
.footer::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  background-image: url(../images/footer_bg_before_w.svg);
  background-position: center bottom;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
}
.footer.idx::before {
  background-color: #EFEFEF;
  background-image: url(../images/footer_bg_before.svg);
}

.footer_text {
  color: #000;
  text-align: center;
}

.center {
  line-height: 1.4;
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
}
.center:nth-last-child(1) {
  margin: 0 auto;
}

.pagetop {
  display: block;
  position: absolute;
  top: -68px;
  left: calc(50% - 35px);
  width: 70px;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 100;
}

@media screen and (min-width: 960px) and (max-height: 850px){
  .pc_content_bg3 {
    top: 80%;
  }
  .pc_content_bg4 {
    height: 50px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 660px){
  .pc_content_inner {
    top: 30%;
    width: 400px;
  }
}

@media screen and (min-width: 1200px) and (max-height: 720px){
  .pc_content_inner {
    top: 36%;
    width: 400px;
  }
  .pc_content_list {
    width: 360px;
  }
}

@media (max-width: 1500px){
  .pc_content_bg1 {
    width: calc(100vw - 650px);
  }
}

@media (max-width: 1300px){
  .pc_content_bg1 {
    width: 52%;
  }
}

@media (max-width: 1200px){
  .pc_content_inner {
    width: 400px;
  }
  .pc_content_list {
    width: 360px;
  }
  .pc_content_bg4 {
    height: 200px;
  }
}

@media screen and (max-width: 1200px) and (max-height: 850px){
  .pc_content_bg4 {
    height: 50px;
  }
}

@media (max-width: 960px){
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mb35 {
    margin-bottom: 25px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
  .mb45 {
    margin-bottom: 35px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mb110 {
    margin-bottom: 55px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .mb125 {
    margin-bottom: 65px;
  }
  .mb130 {
    margin-bottom: 60px;
  }
  .mb140 {
    margin-bottom: 60px;
  }
  .mb150 {
    margin-bottom: 60px;
  }
  .mb160 {
    margin-bottom: 70px;
  }
  .mb170 {
    margin-bottom: 70px;
  }
  .mb180 {
    margin-bottom: 70px;
  }
  .mb190 {
    margin-bottom: 70px;
  }
  .mb200 {
    margin-bottom: 70px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs19 {
    font-size: 17px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs21 {
    font-size: 19px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs23 {
    font-size: 19px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs25 {
    font-size: 21px;
  }
  .fs26 {
    font-size: 22px;
  }
  .fs27 {
    font-size: 23px;
  }
  .fs28 {
    font-size: 24px;
  }
  .fs29 {
    font-size: 23px;
  }
  .fs30 {
    font-size: 24px;
  }
  .fs31 {
    font-size: 25px;
  }
  .fs32 {
    font-size: 26px;
  }
  .fs33 {
    font-size: 27px;
  }
  .fs34 {
    font-size: 28px;
  }
  .fs35 {
    font-size: 27px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs37 {
    font-size: 29px;
  }
  .fs38 {
    font-size: 30px;
  }
  .fs39 {
    font-size: 31px;
  }
  .fs40 {
    font-size: 32px;
  }
  .sp_content {
    justify-content: center;
  }
  .pc_content {
    display: none;
  }
  .tb {
    display: block;
  }
  .tbn {
    display: none;
  }
  #hamburger_area * {
    display: block;
  }
}

@media (max-width: 767px){
  body {
    font-size: 14px;
    text-align: justify;
  }
  .fs18 {
    font-size: 14px;
  }
  .fs19 {
    font-size: 15px;
  }
  .fs20 {
    font-size: 16px;
  }
  .fs21 {
    font-size: 17px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs23 {
    font-size: 15px;
  }
  .fs24 {
    font-size: 16px;
  }
  .fs25 {
    font-size: 17px;
  }
  .fs26 {
    font-size: 18px;
  }
  .fs27 {
    font-size: 19px;
  }
  .fs28 {
    font-size: 20px;
  }
  .fs29 {
    font-size: 17px;
  }
  .fs30 {
    font-size: 18px;
  }
  .fs31 {
    font-size: 19px;
  }
  .fs32 {
    font-size: 20px;
  }
  .fs33 {
    font-size: 21px;
  }
  .fs34 {
    font-size: 22px;
  }
  .fs35 {
    font-size: 19px;
  }
  .fs36 {
    font-size: 20px;
  }
  .fs37 {
    font-size: 21px;
  }
  .fs38 {
    font-size: 22px;
  }
  .fs39 {
    font-size: 23px;
  }
  .fs40 {
    font-size: 24px;
  }
  .sp_content {
    margin: 0 auto;
  }
  .sp_content_inner {
    width: 100%;
    max-width: 450px;
    border-radius: 0;
  }
  th, td {
    padding: 12px;
  }
  th {
    width: 110px;
  }
  .small {
    font-size: 12px;
  }
  .sp {
    display: block;
  }
  .spn {
    display: none;
  }
  .hamburger_menu {
    top: 30px;
    right: 22px;
  }
}

@media (max-width: 430px){
  .index_navi {
    padding: 0 20px;
  }
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}