@charset "UTF-8";
.pc_only {
  display: none !important;
}

.sp_only {
  display: block !important;
}

html {
  font-family: YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
}

img {
  max-width: 100%;
}

header img {
  width: 100%;
  display: block;
}

.img-wrap {
  line-height: 0;
}
.img-wrap img {
  width: 100%;
}

.f-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.short_ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 16px;
  background-color: #eeeeee;
  height: 20px;
  display: inline-block;
  padding: 2px 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.menu {
  /* 游明朝体 Demibold */
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bold;
}

.h-menu {
  position: fixed;
  top: 0;
  right: 0;
}
.h-menu label {
  position: relative;
  background: #05152b;
  border-top: solid 17px #05152b;
  border-left: solid 15px #05152b;
  border-right: solid 15px #05152b;
  border-bottom: solid 10px #05152b;
}

/*inputのcheckboxは非表示に*/
.h-menuCheckbox {
  display: none;
}

/*ハンバーガーメニュー*/
.h-menu_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

/*3本線*/
.hamburger-icon, .hamburger-icon::before, .hamburger-icon::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
  top: 0px;
  bottom: 0px;
  width: 24px;
  height: 3px;
  background: white;
  cursor: pointer;
}

.hamburger-icon:before {
  top: 8px;
}

.hamburger-icon:after {
  top: 16px;
}

/*メニュー以外を暗くする*/
#h-menu_black {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: .7s ease-in-out;
  border: 0;
}

/*中身*/
#h-menu_content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  max-width: 280px;
  height: 100vh;
  padding: 60px 29px 20px;
  background: #05152b;
  overflow: auto;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

/*チェックボックスにチェックが入ったら表示*/
input:checked ~ .h-menu_icon .hamburger-icon {
  background: transparent;
}

input:checked ~ .h-menu_icon .hamburger-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  z-index: 999;
}

input:checked ~ .h-menu_icon .hamburger-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  z-index: 999;
}

input:checked ~ #h-menu_black {
  display: block;
  /*カバーを表示*/
  opacity: .8;
}

#h-menu_checkbox:checked ~ #h-menu_content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.h-menu_icon .hamburger-icon, .h-menu_icon .hamburger-icon::before, .h-menu_icon .hamburger-icon::after, #h-menu_black, #h-menu_content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#h-menu_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#h-menu_content li a {
  display: block;
  color: #ffffff;
  font-size: 24px;
  padding: 15px;
  text-decoration: none;
  transition-duration: 0.2s;
}
#h-menu_content li a.jp {
  font-size: 20px;
}

section {
  padding: 60px 20px;
}
section h1 {
  /* 游明朝体 Demibold */
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bold;
  color: #0045a0;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
section h2 {
  /* 游明朝体 Demibold */
  font-family: "游明朝", "YuMincho", serif;
  font-weight: bold;
  color: #0045a0;
  font-size: 24px;
  text-align: center;
}

#w_new ul {
  width: 100%;
  margin: 30px auto;
  display: table;
}
#w_new ul li {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2d2d2d;
  border-top: solid 1px #c4c4c4;
}
#w_new ul li > span {
  width: 75px;
  padding: 0.6em;
  display: table-cell;
  vertical-align: top;
}
#w_new ul li > p {
  display: table-cell;
  vertical-align: middle;
  padding: 0.6em;
}
#w_new ul li > p a {
  color: #2d2d2d;
  text-decoration: none;
}
#w_new ul li:last-child {
  border-bottom: solid 1px #c4c4c4;
}

#movie {
  background-color: #eeeeee;
}
#movie iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: calc((100vw - 40px) / 16 * 9);
}

#mess {
  padding: 70px 20px;
  background-color: #ee5905;
}
#mess img {
  margin: 0 auto;
}

#l_info > div {
  margin-bottom: 40px;
}
#l_info article {
  max-width: 1000px;
  margin: 0 auto;
}
#l_info article h2 {
  padding: 20px 0;
  text-align: left;
  font-size: 22px;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
}
#l_info article h2 span {
  display: block;
  width: 110px;
  text-align: center;
  height: 36px;
  flex-grow: 0;
  border-radius: 20px;
  background-color: #0045a0;
  color: #ffffff;
  font-size: 20px;
  /* 游明朝体 Demibold */
  font-family: "游明朝", "YuMincho", serif;
  font-weight: normal;
  margin-right: 20px;
  margin-bottom: 16px;
  line-height: 2em;
}
#l_info article h2 small {
  font-size: 18px;
}
#l_info article > p, #l_info article > small {
  display: block;
}
#l_info article p {
  font-size: 18px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#info_attention {
  font-size: 12px;
  max-width: 1000px;
  border-top: solid 1px #0045a0;
  border-bottom: solid 1px #0045a0;
  margin: 0 auto;
}
#info_attention h2 {
  padding-top: 30px;
}
#info_attention ul {
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
}
#info_attention ul li {
  display: flex;
  margin-bottom: 1em;
}
#info_attention ul li::before {
  content: '●　';
  display: block;
  width: 24px;
}
#info_attention a.simple_btn {
  flex-grow: 0;
  margin: 0 58.3px 0 0;
  font-family: YakuHanJP, "Helvetica", "游ゴシック", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  position: relative;
  margin: 30px auto;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  width: 295px;
  display: block;
  border: solid 1px #000000;
}
#info_attention a.simple_btn::after {
  content: '↓';
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: 17px;
  right: 15px;
}

#fc {
  background-color: #EEEEEE;
}
#fc > div {
  max-width: 1000px;
  margin: 30px auto 20px;
  background-color: #ffffff;
  padding: 50px 20px;
}
#fc > div h1 + img {
  display: block;
  width: 500px;
  margin: 30px auto;
}
#fc > div p {
  font-size: 18px;
}
#fc > div > p, #fc > div > small {
  margin: 10px auto;
}
#fc > div img#imakara {
  width: 526px;
  margin: 50px auto 10px auto;
}
#fc > div a {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 500px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  background-color: #0045a0;
}
#fc > div a > * {
  display: block;
}
#fc > div a small {
  font-size: 14px;
  font-weight: normal;
}
#fc > div > * {
  display: block;
  max-width: 100%;
  margin: 40px auto;
}
#fc > div > *:last-child {
  margin-bottom: 0;
}

#goods {
  background-color: #0045a0;
  padding-bottom: 80px;
}
#goods h1 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 30px;
}
#goods .f-box img {
  width: 240px;
  margin-bottom: 20px;
}
#goods .f-box > div {
  width: 440px;
  color: #ffffff;
}
#goods .f-box > div h3 {
  font-size: 24px;
  margin-bottom: 1em;
  font-weight: bold;
}
#goods .f-box > div p {
  font-size: 15px;
  margin-bottom: 1em;
}
#goods .f-box > div small {
  font-size: 10px;
  margin-bottom: 1em;
}
#goods .f-box > div a {
  text-align: center;
  margin-top: 27px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-radius: 8px;
  background-color: #ffffff;
  display: block;
  text-decoration: none;
  color: #000000;
}
#goods .f-box > div a img {
  width: 230px;
}

#attention > div {
  max-width: 1000px;
  margin: 30px auto;
}
#attention h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0045a0;
}
#attention h4 {
  margin: 1em 0;
}
#attention ul {
  padding-top: 20px;
  margin: 0 auto;
  font-size: 12px;
}
#attention ul li {
  display: flex;
  margin-bottom: 1em;
}
#attention ul li::before {
  content: '●　';
  display: block;
  width: 20px;
}
#attention small {
  font-size: 12px;
}

#partner {
  font-size: 12px;
  padding: 50px 20px;
  background-color: #EEEEEE;
  color: #f2d2d2d;
}
#partner dl {
  max-width: 1000px;
  margin: 0 auto;
}
#partner dt {
  display: inline-block;
  font-weight: bold;
  width: 100px;
  line-height: 3em;
}
#partner dd {
  display: inline-block;
  width: calc(100% - 100px);
  line-height: 3em;
}

footer {
  padding: 40px 20px;
  background-color: #05152A;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer .f-box a {
  max-width: 70%;
  margin-bottom: 20px;
}
footer .f-box a img {
  height: 48px;
}
footer .f-box.sns {
  margin-top: 30px;
  justify-content: space-evenly;
}
footer .f-box.sns a {
  width: 50%;
}
footer .f-box.sns a img {
  height: 27px;
}
footer p {
  font-size: 10px;
  margin-top: 40px;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  font-weight: normal;
}

/* タブレット用 */
@media screen and (min-width: 600px) {
  .pc_only {
    display: block !important;
  }

  .sp_only {
    display: none !important;
  }

  .short_ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    border-radius: 16px;
    background-color: #eeeeee;
    height: 24px;
    display: inline-block;
    padding: 4px 20px;
    margin-right: 16px;
  }

  section {
    padding: 90px 20px 80px;
  }
  section h1 {
    font-size: 48px;
  }
  section h2 {
    font-size: 36px;
  }

  #w_new ul {
    width: 1000px;
    margin: 30px auto;
  }
  #w_new ul li {
    font-size: 18px;
  }
  #w_new ul li > span {
    width: 90px;
    padding: 1em;
    padding-right: 2em;
    vertical-align: middle;
  }
  #w_new ul li > p {
    padding: 1em;
  }

  #movie iframe {
    width: 740px;
    height: calc(740px / 16 * 9);
  }

  #mess img {
    max-width: 1000px;
  }

  #l_info > div:last-child {
    margin-bottom: 0;
  }
  #l_info article {
    max-width: 1000px;
  }
  #l_info article h2 {
    padding: 20px 0;
    font-size: 24px;
  }
  #l_info article h2 span {
    width: 110px;
    height: 36px;
    border-radius: 20px;
    font-size: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 2em;
    display: inline-block;
  }
  #l_info article h2 small {
    font-size: 18px;
  }
  #l_info article > p, #l_info article > small {
    margin-left: 130px;
  }
  #l_info article p {
    font-size: 18px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  #info_attention {
    font-size: 16px;
    max-width: 1000px;
    border-top: solid 1px #0045a0;
    border-bottom: solid 1px #0045a0;
    margin: 40px auto;
  }
  #info_attention h2 {
    padding-top: 30px;
  }
  #info_attention ul {
    padding-top: 20px;
    width: 740px;
    margin: 0 auto;
  }
  #info_attention ul li {
    display: flex;
    margin-bottom: 1em;
  }
  #info_attention ul li::before {
    content: '●　';
    display: block;
    width: 24px;
  }
  #info_attention ul li:last-child {
    margin-bottom: 0;
  }
  #info_attention a.simple_btn {
    margin: 0 58.3px 0 0;
    font-size: 18px;
    margin: 30px auto 40px;
    padding: 12px;
    border-radius: 8px;
    width: 370px;
  }
  #info_attention a.simple_btn::after {
    content: '↓';
    font-size: 17px;
    top: 17px;
    right: 15px;
  }

  #fc {
    padding: 80px;
  }
  #fc > div {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
  }
  #fc > div h1 {
    margin: 10px auto;
  }
  #fc > div h1 + img {
    display: block;
    width: 500px;
    margin: 30px auto;
  }
  #fc > div p {
    font-size: 18px;
  }
  #fc > div img#imakara {
    width: 526px;
    margin: 50px auto 10px auto;
  }
  #fc > div a {
    font-size: 24px;
    max-width: 500px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #fc > div a > * {
    display: block;
  }
  #fc > div a small {
    font-size: 18px;
  }
  #fc > div small {
    font-size: 12px;
  }
  #fc > div > * {
    max-width: 740px;
    margin: 1em auto;
  }

  #goods {
    background-color: #0045a0;
    padding-bottom: 80px;
  }
  #goods h1 {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 1em;
  }
  #goods .f-box img {
    width: 480px;
  }
  #goods .f-box > div {
    width: 440px;
    margin-left: 80px;
    color: #ffffff;
  }
  #goods .f-box > div h3 {
    font-size: 36px;
  }
  #goods .f-box > div p {
    font-size: 18px;
  }
  #goods .f-box > div small {
    font-size: 12px;
  }

  #attention > div {
    max-width: 1000px;
    margin: 30px auto;
  }
  #attention h3 {
    font-size: 36px;
  }
  #attention h4 {
    margin: 1em 0;
  }
  #attention ul {
    padding-top: 20px;
    font-size: 16px;
    margin: 0 auto;
  }
  #attention ul li::before {
    content: '●　';
    width: 24px;
  }
  #attention small {
    font-size: 13px;
  }

  #partner {
    font-size: 16px;
    padding: 80px;
  }
  #partner dl {
    max-width: 1000px;
    margin: 0 auto;
  }
  #partner dt {
    width: 110px;
    line-height: 3em;
  }
  #partner dd {
    width: calc(100% - 110px);
    line-height: 3em;
  }

  footer {
    padding: 80px;
  }
  footer .f-box a {
    max-width: 50%;
  }
  footer .f-box a img {
    height: 62px;
  }
  footer .f-box.sns {
    margin-top: 50px;
    justify-content: center;
  }
  footer .f-box.sns a {
    max-width: 250px;
    text-align: center;
  }
  footer .f-box.sns a img {
    height: 36px;
  }
  footer p {
    font-size: 10px;
    margin-top: 80px;
    text-align: center;
  }
}
/* PC用 */
@media screen and (min-width: 1025px) {
  .h-menu {
    position: sticky;
    top: -1px;
  }

  .h-menu_icon {
    display: none;
  }

  /*中身*/
  #h-menu_content {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    background: #05152b;
    overflow: auto;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  #h-menu_content ul.menu {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
  }
  #h-menu_content ul.menu li {
    display: inline-block;
    padding: 15px 0;
  }
  #h-menu_content ul.menu li a {
    display: inline-block;
    padding: 0  30px;
    border-right: solid 1px #ffffff;
  }
  #h-menu_content ul.menu li:last-child a {
    border-right: none;
  }
}
