/*====================================================================

 フォント読み込み

====================================================================*/

@font-face {
  font-family: "Noto Sans JP";

  src: url(../font/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "MochiyPop";

  src: url(../font/MochiyPop.otf) format("opentype");
}

/*====================================================================

全体設定

====================================================================*/

*,
:after,
:before {
  background-repeat: no-repeat;
}

:after,
:before {
  text-decoration: inherit;

  vertical-align: inherit;

  box-sizing: border-box;

  border-style: solid;

  border-width: 0;
}

html {
  cursor: default;

  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", "Meiryo",
    "Courier New", Courier, sans-serif;

  line-height: 1.5;

  -moz-tab-size: 1em;

  tab-size: 1em;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

  margin: 0;

  padding: 0;

  max-width: 100%;

  /* 標準文字サイズ・カラー */

  font-size: 18px;

  font-weight: 400;

  color: rgb(54, 54, 54);

  background-color: #ffffff;

  /* background-color: rgba(252, 199, 217, 0.4);

  background-color: rgba(231, 231, 231, 0.8); */

  width: 100%;

  overflow-x: hidden;
}

body {
  margin: 0;

  padding: 0;
}

* {
  box-sizing: border-box;
}

div {
  text-align: center;
}

img {
  vertical-align: top;
}

a {
  background-color: transparent;

  text-decoration: none;

  color: inherit;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;

  font-weight: inherit;

  margin: 0;
}

ul,
ol {
  margin: 0;

  padding: 0;

  list-style: none;
}

/* 各非表示設定 */

@media (min-width: 1601px) {
  .-hidden-1600 {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .-hidden-tb {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .-hidden-tb {
    display: none !important;
  }

  html {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .-hidden-sp {
    display: none !important;
  }

  html {
    font-size: 14px;
  }
}

/* 共通クラス */

.display-flex {
  display: flex;

  flex-wrap: wrap;
}

.flex-a-center {
  align-items: center;
}

.flex-a-end {
  align-items: flex-end;
}

.flex-j-center {
  justify-content: center;
}

.flex-j-around {
  justify-content: space-around;
}

.flex-j-between {
  justify-content: space-between;
}

.flex-j-start {
  justify-content: flex-start;
}

.flex-j-end {
  justify-content: flex-end;
}

.text_emp {
  color: rgb(66, 106, 179);

  font-weight: 700;
}

.text_underline {
  text-decoration: underline;
}

.text_notice {
  color: #ad2d0d;
}

.text_small {
  font-size: 90%;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1rem !important;
}

/* スクロールバー */

::-webkit-scrollbar {
  width: 8px;

  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: #888888;

  border-radius: 5px;
}

.notes {
  font-weight: bold;
}

li p.notes[first-line] {
  margin-top: 0.5em;
}

/*====================================================================

 ヘッダー

====================================================================*/

@media (max-width: 1366px) {
  header {
    display: none;
  }
}

header {
  width: 100%;

  /* background-color: rgba(248, 246, 236, 0.5);

  background-color: rgba(255, 241, 246, 0.8); */

  background-color: rgba(255, 255, 255, 0.8);

  box-shadow: 0 3px 5px #cccccc;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 5;
}

/* header.fixed {

  position: fixed;

    top: 0;

    left: 0;

    right: 0;

} */

.h_line {
  background-color: #bf9f34;

  background-color: #fdf6b6; /* ルミナスイエロー */

  background-color: #df346a; /* ビバマゼンタ */

  background-color: #87ceeb;

  background-color: #00b0f0;

  color: #ffffff;

  position: relative;
}

.h_line h1 {
  font-size: 2rem;

  font-weight: 900;

  letter-spacing: 0.2rem;
}

.h_line h1 img {
  height: 2rem;

  width: auto;

  margin-left: 2rem;
}

.h_line ul {
  width: fit-content;

  position: absolute;

  top: 50%;

  right: 0%;

  transform: translateY(-50%);
}

.h_line ul li > a {
  padding: 0.2rem 1rem;

  transition: 0.2s;
}

.h_line ul li > a img {
  width: 1rem;

  margin-right: 0.3rem;

  fill: #ffffff;

  stroke: #ffffff;
}

.h_line ul li > a:hover {
  /* color: #F61F8B;

  color: #0997D9;

  color: rgb(54, 54, 54);

  color: #1f42a1; */

  opacity: 0.7;
}

.h_line ul li > a:hover img {
  opacity: 0.8;
}

.h_line span.h_line_sub {
  position: absolute;

  top: 50%;

  left: 10%;

  transform: translateY(-50%);
}

/* カテゴリメニュー */

#menu {
  padding: 0.5rem 0;

  position: relative;
}

li.menu_list {
  width: fit-content;

  padding: 0 1.5rem;

  border-right: 1px dashed #aaaaaa;
}

.menu_item {
  text-align: center;

  cursor: pointer;
}

.menu_list:first-child {
  margin-left: auto;
}

.menu_list:last-child {
  border-right: none;

  margin-left: auto;
}

.menu_list:nth-last-child(2) {
  border-right: none;
}

.menu_item h5 {
  font-weight: 1.1rem;

  font-weight: 700;

  transition: 0.2s;
}

.menu_item img,
.menu_item .svg {
  width: 2rem !important;

  height: 2rem !important;

  object-fit: contain;

  margin: 0.5rem auto;

  margin-bottom: 0.3rem;
}

.menu_item:hover h5 {
  color: #ee6da9;
}

a.menu_item:hover img {
  opacity: 0.7;
}

a.menu_item:hover .svg path {
  fill: #ee6da9;

  stroke: #ee6da9;
}

/* 最右メニュー */

.menu_list > a {
  transition: 0.2s;
}

.menu_list > a:hover {
  opacity: 0.7;
}

.menu_list img.notice_q {
  width: 1.2rem;

  height: 1.2rem;

  margin: 0 0.2rem 0 0;
}

.menu_list img.notice_q + span {
  font-weight: 700;

  color: #ee6da9;

  text-decoration: underline;

  margin: 0.2rem 0;

  letter-spacing: 0.1rem;
}

.menu_list img.notice_q + span.c_orange {
  color: #e6ad3b;
}

/* メガメニュー */

.menu_contents {
  display: none;

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  max-height: 70vh;

  overflow-y: scroll;

  padding: 1rem;

  background-color: #bf9f34;

  background-color: #df346a;

  background-color: #00b0f0;

  color: #ffffff;
}

.menu_contents ul {
  text-align: left;

  width: 80%;

  margin: auto;
}

.menu_contents ul li {
  min-width: calc(100% / 6);

  margin: 1rem;

  border-bottom: 1px dotted #ffffff;
}

.menu_contents ul a {
  width: 100%;

  line-height: 2;

  font-size: 1.1rem;

  letter-spacing: 0.1rem;

  transition: 0.2s;
}

.menu_contents ul a .svg {
  width: 1.2rem !important;

  height: 1.2rem !important;

  margin-right: 0.5rem;
}

.menu_contents ul a .svg path {
  fill: #ffffff;

  stroke: #ffffff;
}

/* .menu_contents ul a:hover {

  color: #003686;

} */

/* .menu_contents ul a:hover .svg path {

  fill: #003686;

  stroke: #003686;

} */

@media (min-width: 1367px) {
  /* PCメニュー表示の場合は固定分の余白を取る */

  .container section:first-of-type {
    padding-top: 150px !important;
  }
}

@media (max-width: 1366px) {
  /* PCメニュー表示の場合は固定分の余白を取る */

  .container section:first-of-type {
    padding-top: 70px !important;
  }
}

/*====================================================================

 ハンバーガーメニュー

====================================================================*/

@media (min-width: 1367px) {
  #navbtn,
  #closebtn,
  .nav-sp,
  .sp_header_block,
  .sp_menu_block {
    display: none;
  }
}

/* Spヘッダー */

.sp_header_block {
  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  background-color: #00b0f0;

  box-shadow: 0 0 5px #c2c2c2;

  z-index: 9;
}

.sp_header_block h1 {
  width: fit-content;

  text-align: left;

  padding: 0.1rem 0 0.1rem 1rem;

  color: #ffffff;

  font-size: 2.5rem;

  line-height: 1.5;

  font-weight: 900;

  letter-spacing: 0.2rem;
}

.sp_header_block h1 img {
  width: auto;

  height: 45px;
}

.sp_header_block ul {
  padding: 0.5rem;
}

.sp_header_block ul li {
  margin: 0 1rem;

  color: #ffffff;
}

.sp_header_block ul li a {
  display: inline-block;

  transition: 0.2s;
}

.sp_header_block ul li a .svg {
  width: 1.3rem !important;

  height: 1.3rem !important;

  margin: auto;

  margin-bottom: 0.2rem;
}

.sp_header_block ul li a .svg * {
  fill: #ffffff !important;

  stroke: #ffffff !important;
}

/* Sp下部固定メニュー */

.sp_menu_block {
  position: fixed;

  bottom: 0;

  left: 0;

  right: 0;

  background-color: #00b0f0;

  padding: 0.5rem 1rem 0.2rem;

  color: #ffffff;

  z-index: 99;
}

.sp_menu_block ul li {
  cursor: pointer;

  text-align: center;

  font-size: 0.7rem;

  width: calc(100% / 5);

  border-right: 1px dashed #ffffff;
}

.sp_menu_block ul li:last-child {
  border-right: none;
}

.sp_menu_block ul li .svg {
  width: 1.3rem !important;

  height: 1.3rem !important;

  margin: auto;

  margin-bottom: 0.2rem;
}

.sp_menu_block ul li .svg path,
.sp_menu_block ul li .svg polygon,
.sp_menu_block ul li .svg rect {
  fill: #ffffff !important;

  stroke: #ffffff !important;
}

/* ナビゲーションボタン（開く） */

/* #navbtn {

  position: fixed;

    top: 5px;

    right: 1rem;

  width: 50px;

  height: 50px;

  cursor: pointer;

  z-index: 10;

  background-image: url(../img/common/sp_menubtn.svg);

  background-repeat: no-repeat;

  background-size: contain;

  border: none;

}

/* ナビゲーションボタン（閉じる） /

.open #navbtn {

  background-image: url(../img/common/sp_closebtn.svg);

  z-index: 999 !important;

} */

/* メニュー内容 */

.nav-sp {
  position: fixed;

  top: 0;

  right: 100%;

  height: 100vh;

  width: 100vw;

  font-size: 1.3em;

  line-height: 2.5;

  /* background-color: #DF346A; */

  background-color: #ffffff;

  color: #df346a;

  transition: 0.3s;

  overflow: hidden;

  padding: 80px 2em;

  text-align: left;

  z-index: 10;
}

.nav-sp ul,
.nav-sp li {
  width: 100%;
}

/* ナビゲーションメニュー 開いた時*/

.open .nav-sp {
  right: 0;

  overflow: scroll;
}

.nav-sp a:hover {
  color: #ee6da9;
}

/* サブメニュー */

.open .accordion.js-accordion {
  display: block;

  text-align: left;
}

.open .accordion.js-accordion li {
  line-height: 2.5;

  border-bottom: 1px dashed #df346a;
}

.open .accordion.js-accordion li:last-child {
  border-bottom: unset;
}

.open .accordion.js-accordion li a {
  /* display: inline-block; */

  width: 100%;

  height: 100%;

  padding: 5px 0;
}

.accordion__item {
  cursor: pointer;
}

.accordion__title {
  text-align: left;

  position: relative;

  cursor: pointer;
}

/* (+)アイコン */

.accordion__title::before,
.accordion__title::after {
  content: "";

  position: absolute;

  right: 10px;

  top: 0;

  bottom: 0;

  margin: auto 0;

  background-color: #ffffff;

  background-color: #df346a;

  width: 1.2em;

  height: 2px;

  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}

/* アコーディオンのコンテンツ */

.accordion__content {
  padding: 0 0 0 20px;

  display: none;

  cursor: pointer;

  width: 100% !important;
}

ul.accordion__content > li:not(:last-child) {
  border-bottom: 0.5px solid #ffffff;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */

.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);

  opacity: 0;
}

.accordion__item.is-active .accordion__content {
  display: block;
}

/* ハンバーガーメニュー内　閉じるボタン */

#closebtn {
  display: none;

  position: fixed;

  top: 1rem;

  right: 1rem;

  background-image: url(../img/common/sp_closebtn.svg);

  background-repeat: no-repeat;

  background-size: contain;

  border: none;

  width: 3rem;

  height: 3rem;
}

.open #closebtn {
  display: block;

  z-index: 99;
}

@media (max-width: 767px) {
  .open .accordion.js-accordion li a,
  .accordion__title {
    font-size: 80%;
  }
}

@media (max-width: 280px) {
  .sp_header_block h1 {
    width: 80%;
  }

  .nav-sp {
    padding: 50px 1em;
  }
}

@media (min-width: 501px) {
  .sp_header_block h1 {
    height: 60px;

    width: fit-content;
  }

  .sp_header_block h1 img {
    height: 100%;

    object-fit: contain;
  }
}

/*====================================================================

 フッター

====================================================================*/

#page_top {
  width: 100%;

  padding: 0.5rem 0 0.8rem;

  border-top: 1px solid #cccccc;

  border-bottom: 1px solid #cccccc;

  text-align: center;

  color: #df346a;

  line-height: 1;

  transition: 0.3s;
}

#page_top a {
  display: inline-block;

  width: 100%;

  height: 100%;
}

#page_top i {
  font-size: 2rem;

  font-weight: 900;
}

#page_top:hover {
  color: rgb(54, 54, 54);
}

footer {
  width: 100%;

  padding: 2rem 10% 0.5rem;
}

.foot_logo {
  width: auto;

  text-align: left;
}

.foot_logo a {
  font-family: "MochiyPop", "Noto Sans JP", sans-serif;

  font-size: 3rem;

  font-weight: 900;

  letter-spacing: 0.2rem;

  color: #df346a;
}

ul.foot_menu {
  /* width: auto; */

  margin-left: auto;

  text-align: left;
}

ul.foot_menu li {
  margin: 1rem 0;

  transition: 0.2s;
}

ul.foot_menu li a {
  text-decoration: underline;

  margin-right: 2.5rem;
}

ul.foot_menu li:hover {
  color: #ee6da9;
}

.copy {
  width: 100%;

  font-size: 70%;

  padding: 0;
}

@media screen and (max-width: 1366px) {
  #page_top {
    display: none !important;
  }

  footer {
    border-top: 1px solid #cccccc;

    padding: 2rem 5% 5rem;
  }

  .foot_logo {
    width: 20%;
  }
}

@media screen and (max-width: 1023px) {
  .foot_logo {
    width: 100%;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .foot_logo img {
    width: 70%;

    margin-right: 0.5rem;
  }

  ul.foot_menu {
    margin-left: 0;

    margin: auto;
  }

  ul.foot_menu li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .foot_logo {
    display: block;
  }

  .foot_logo img {
    width: 50%;

    margin: 0 auto;
  }

  ul.foot_menu {
    margin-top: 1rem;

    margin: auto;
  }

  ul.foot_menu li {
    width: fit-content;

    margin: 0.5rem 1.5rem;
  }
}

/*====================================================================

 共通部品

====================================================================*/

.container {
  background-color: rgba(248, 246, 236, 0.5);
}

section {
  padding: 2rem 10%;
}

@media (max-width: 1024px) {
  section {
    padding: 1rem 5%;
  }
}

/* 各見出し */

h2 {
  font-family: "MochiyPop", "Noto Sans JP", sans-serif;

  text-align: center;

  font-size: 2rem;

  font-weight: 900;

  font-style: italic;

  margin: 0 0 1rem;

  color: #df346a;
}

@media (max-width: 767px) {
  h2 {
    font-size: 1.6rem;
  }
}

/* パンくず */

.pankuzu ol {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  padding-left: 2rem;
}

.pankuzu ol li {
  margin: 0;
}

.pankuzu ol li a[href*="html"] {
  border-bottom: 1px solid rgb(54, 54, 54);

  color: rgb(54, 54, 54);

  transition: 0.2s;
}

.pankuzu ol li a[href*="html"]:hover {
  border-bottom: 1px solid #df346a;

  color: #df346a;
}

.pankuzu ol li:first-child::before {
  display: inline-block;

  content: "\f276";

  color: #003686;

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  margin: 0;

  margin-right: 0.4rem;

  transform: rotate(30deg);
}

.pankuzu ol li:not(:last-child)::after {
  display: inline-block;

  content: "\f105";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  margin: 0 0.5rem;
}

@media (min-width: 1367px) {
  /* PCメニュー表示の場合は固定分の余白を取る */

  .pankuzu {
    padding-top: 160px !important;
  }
}

@media (max-width: 1366px) {
  /* PCメニュー表示の場合は固定分の余白を取る */

  .pankuzu {
    padding-top: 80px !important;
  }
}

/*====================================================================

 アニメーション

====================================================================*/

/* ふわっと表示 */

.scroll-up {
  opacity: 0;

  visibility: hidden;

  transform: translateY(50px);

  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;

  visibility: visible;

  transform: translateY(0px);
}

/* 左右からフェードイン */

.fade-from-left {
  opacity: 0;

  transform: translateX(-30vw);

  transition: 2s;
}

.fade-from-right {
  opacity: 0;

  transform: translateX(30vw);

  transition: 2s;
}
