@charset "UTF-8";
/* foundation */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;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%; }

.contents-layout {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 749px) {
    .contents-layout {
      row-gap: 20px;
      padding-bottom: 20px; } }

/*menu*/
@media screen and (max-width: 749px) {
  .menu__wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: calc(100 / 749 * 100vw);
    background-color: #718bc6;
    z-index: 99; }

  .menu {
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 30px;
    z-index: 99; }

  .menu__line {
    background: #f8d2e2;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%; }

  .menu__line--center {
    top: 9px; }
  .menu__line--bottom {
    bottom: 0; }
  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg); }
  .menu__line--center.active {
    transform: scaleX(0); }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg); }

  /*gnav*/
  .gnav {
    background-image: linear-gradient(0deg, rgba(207, 233, 230, 0.7) 0%, rgba(255, 255, 255, 0.8) 30%);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98; }

  .gnav__wrap {
    margin: 30px auto 0;
    width: 72%; }

  .gnav__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4%;
    row-gap: 20px; }
    .gnav__menu li {
      width: 100%;
      /*&:last-child{width:100%;} */ } }
#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: 100px;
  margin-top: -100px; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .anchor {
      padding-top: calc(100 / 1120 * 100vw);
      margin-top: calc(-100 / 1120 * 100vw); } }
  @media screen and (max-width: 749px) {
    .anchor {
      padding-top: calc(100 / 749 * 100vw);
      margin-top: calc(-100 / 749 * 100vw); } }

.soon {
  pointer-events: none;
  color: #ccc; }

/*リンクの形状*/
#page-top a {
  display: block;
  width: 135px;
  height: 135px;
  text-align: center;
  transition: all 0.3s; }
  @media screen and (max-width: 749px) {
    #page-top a {
      width: 80px;
      height: 80px; } }

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(150px);
  /*　左の動き　*/
  /*　右の動き　*/ }
  #page-top.LeftMove {
    animation: LeftAnime 0.5s forwards; }
@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(150px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
  #page-top.RightMove {
    animation: RightAnime 0.5s forwards; }
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0); }
  to {
    opacity: 1;
    transform: translateX(150px); } }
