@charset "UTF-8";
/* foundation */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;700&family=Kaisei+Decol:wght@400;500;700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("../css/adobe-blank.css");
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
  overflow-y: scroll; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    html {
      font-size: calc(100vw / 112); } }
  @media screen and (max-width: 749px) {
    html {
      font-size: calc(100vw / 37.5); } }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #222; }
  a:visited {
    color: #222; }
  a:hover {
    color: #ff99cc;
    text-decoration: underline; }
  a i.smooth {
    padding-left: 0.5em;
    font-size: 0.8em;
    -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 749px) {
  .pc_only {
    display: none !important; } }

.sp_only {
  display: none !important; }
  @media screen and (max-width: 749px) {
    .sp_only {
      display: block !important; } }

body {
  width: 100%;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: #222;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

header {
  position: fixed;
  top: 0;
  left: 0%;
  z-index: 97;
  width: 100%;
  padding: 10px 0;
  background-color: #c2ebeb;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
  border-bottom: 5px solid #ff99cc;
  border-image: linear-gradient(135deg, #ff99cc 0%, #c1bcff 50%, #7ee0dd 100%);
  border-image-slice: 1; }

#header {
  width: 1060px;
  margin: 0 auto; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    #header {
      width: 94.64%; } }
  @media screen and (max-width: 749px) {
    #header {
      width: 96%; } }
  #header .logo {
    width: 450px;
    margin: 0 auto; }
    @media all and (min-width: 750px) and (max-width: 1120px) {
      #header .logo {
        width: 40.18%; } }
    @media screen and (max-width: 749px) {
      #header .logo {
        width: 68.97%; } }
  @media screen and (max-width: 749px) {
    #header .sns_btn.top {
      display: none; } }

/*menu*/
.menu__circle {
  background-size: auto auto;
  background: #ff99cc;
  background: linear-gradient(135deg, #ff99cc 0%, #c1bcff 50%, #7ee0dd 100%);
  border-radius: 50%;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 99;
  margin-left: 95px; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .menu__circle {
      margin-left: 0; } }
  @media screen and (max-width: 749px) {
    .menu__circle {
      margin-left: 0;
      width: 55px;
      height: 55px;
      margin-right: 4px; } }

.menu {
  height: 12px;
  position: absolute;
  right: 8px;
  top: 22px;
  width: 34px;
  z-index: 100;
  cursor: pointer; }
  @media screen and (max-width: 749px) {
    .menu {
      width: 29px;
      top: 20px; } }

.menu__line {
  background: #fff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 80%; }

.menu__line--bottom {
  bottom: 0; }

.menu__line--top.active {
  top: 4px;
  transform: rotate(45deg);
  background: #fff; }

.menu__line--bottom.active {
  bottom: 6px;
  transform: rotate(135deg);
  background: #fff; }

/*gnav*/
.gnav {
  background-size: auto auto;
  background-color: #c2ebeb;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  margin-top: -10px;
  z-index: 98;
  overflow: hidden;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */ }
  .gnav::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none; }

.gnav__wrap {
  margin: 0 auto;
  width: 510px; }
  @media screen and (max-width: 749px) {
    .gnav__wrap {
      width: 93.75%; } }
  .gnav__wrap .gnav__logo {
    width: 450px;
    margin: 0 auto;
    padding: 10px 0; }
    @media all and (min-width: 750px) and (max-width: 1120px) {
      .gnav__wrap .gnav__logo {
        width: 360px; } }
    @media screen and (max-width: 749px) {
      .gnav__wrap .gnav__logo {
        width: 60.94%; } }
  .gnav__wrap h1 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 0 0 5px; }

.gnav__menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .gnav__menu li {
    background: #ff99cc;
    background: linear-gradient(135deg, #ff99cc 0%, #c1bcff 50%, #7ee0dd 100%);
    padding: 2px;
    margin: 5px;
    height: 56px;
    font-size: 2rem;
    text-align: center;
    /*		&.col1{width:500px;}
    		&.col2{width:245px;}
    		&.col3{width:160px;}*/ }
    @media screen and (max-width: 749px) {
      .gnav__menu li {
        margin: 1%;
        font-size: 1.6rem;
        height: 46px; } }
    .gnav__menu li a {
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      cursor: pointer; }
      .gnav__menu li a.row2 {
        flex-direction: column; }
      .gnav__menu li a:hover {
        background-color: #ffcce5;
        color: #fff;
        text-decoration: none; }
      .gnav__menu li a em {
        font-size: 0.75em;
        font-style: normal; }
        @media screen and (max-width: 749px) {
          .gnav__menu li a em {
            font-size: 0.65em; } }
    .gnav__menu li.tl-c {
      border-radius: 10px 0 0 0; }
      .gnav__menu li.tl-c a {
        border-radius: 8px 0 0 0; }
    .gnav__menu li.tr-c {
      border-radius: 0 10px 0 0; }
      .gnav__menu li.tr-c a {
        border-radius: 0 8px 0 0; }
    .gnav__menu li.bl-c {
      border-radius: 0 0 0 10px; }
      .gnav__menu li.bl-c a {
        border-radius: 0 0 0 8px; }
    .gnav__menu li.br-c {
      border-radius: 0 0 10px 0; }
      .gnav__menu li.br-c a {
        border-radius: 0 0 8px 0; }
    .gnav__menu li.blr-c {
      border-radius: 0 0 10px 10px; }
      .gnav__menu li.blr-c a {
        border-radius: 0 0 8px 8px; }
    .gnav__menu li.col1 {
      width: 100%; }
    .gnav__menu li.col2 {
      width: 48%; }
    .gnav__menu li.col3 {
      width: 31.3333%; }

/*横メニュー*/
.horizon_menu {
  /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
  color: #222; }
  .horizon_menu ul {
    display: flex;
    justify-content: center; }
  .horizon_menu li.ribon {
    display: block;
    font-family: AdobeBlank;
    width: 14px;
    height: 9px;
    transform: translateY(10px);
    background: url("../img/ribon.svg") no-repeat;
    background-size: contain;
    margin: 0 10px; }
  .horizon_menu li i {
    padding-left: 0.5em;
    font-size: 0.8em;
    -webkit-font-smoothing: antialiased; }
  .horizon_menu a {
    /* 各項目のスタイル */
    display: block;
    padding: 5px 20px; }
  .horizon_menu .item:hover > a {
    background: #ffcce5;
    border-radius: 40px;
    color: #222;
    text-decoration: none; }
    .horizon_menu .item:hover > a i {
      transform: scaleY(-1) translateY(0.25em); }
  .horizon_menu .post_menu > li > a {
    /* 子項目のスタイル */
    font-size: 1.6rem; }
    .horizon_menu .post_menu > li > a:hover {
      /* 子項目のスタイル（ホバー時） */
      background: #ffcce5;
      border-radius: 40px; }
  .horizon_menu .post_menu {
    /* 下層メニューのスタイル */
    width: 100%;
    position: absolute;
    top: 100%;
    /* 親項目の直下に配置 */
    left: 0;
    padding: 15px;
    color: #222;
    /* 文字色 */
    　background-size: auto auto;
    background-color: #c2ebeb;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px);
    border-bottom: 5px solid #ff99cc;
    border-image: linear-gradient(135deg, #ff99cc 0%, #c1bcff 50%, #7ee0dd 100%);
    border-image-slice: 1;
    visibility: hidden;
    /* 下層メニューを非表示 */
    z-index: 98; }
  .horizon_menu .item:hover .post_menu {
    /* 下層メニューのスタイル（親項目ホバー時） */
    visibility: visible;
    /* 下層メニューを表示 */ }
  .horizon_menu .post_menu a:hover {
    color: #222;
    text-decoration: none; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .horizon_menu {
      display: none; } }
  @media screen and (max-width: 749px) {
    .horizon_menu {
      display: none; } }

main {
  padding-top: 158px; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    main {
      padding-top: 140px; } }
  @media screen and (max-width: 749px) {
    main {
      padding-top: 80px; } }

#footer {
  font-size: 1.4rem;
  line-height: 1.6; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    #footer {
      font-size: 1.25vw; } }
  @media screen and (max-width: 749px) {
    #footer {
      font-size: 3.2vw; } }
  #footer .logo {
    padding: 30px 0 60px;
    width: 270px;
    margin: 0 auto; }
    @media screen and (max-width: 749px) {
      #footer .logo {
        width: 62.5%; } }
  #footer .abj {
    display: flex;
    align-items: center;
    justify-content: center; }
    #footer .abj figure {
      width: 145px;
      flex-shrink: 0; }
    @media all and (min-width: 750px) and (max-width: 1120px) {
      #footer .abj figure {
        width: 12.95vw; } }
    @media screen and (max-width: 749px) {
      #footer .abj {
        flex-direction: column; }
        #footer .abj figure {
          width: 34.67vw; } }
  #footer .privacy {
    margin: 10px auto 30px;
    text-align: center; }
    @media screen and (max-width: 749px) {
      #footer .privacy {
        /*font-size:1.2rem ;*/ } }
    #footer .privacy a {
      display: inline-block;
      padding: 1rem 2rem;
      cursor: pointer;
      border-radius: 100vh;
      border: solid 1px #222; }
      #footer .privacy a:hover {
        background-color: #222;
        color: #fff;
        text-decoration: none; }
  #footer .copyright {
    font-family: 'Comfortaa', cursive;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 30px; }
    @media all and (min-width: 750px) and (max-width: 1120px) {
      #footer .copyright {
        font-size: 1.6rem; } }
    @media screen and (max-width: 749px) {
      #footer .copyright {
        font-size: 1.4rem; } }

.anchor {
  display: block;
  padding-top: 188px;
  margin-top: -188px; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .anchor {
      padding-top: 170px;
      margin-top: -170px; } }
  @media screen and (max-width: 749px) {
    .anchor {
      padding-top: 100px;
      margin-top: -100px; } }

.soon {
  pointer-events: none;
  color: #ccc; }
