@charset "UTF-8";
/* CSS Document */
/*
サイト名
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/basic/_destyle.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/basic/_destyle.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/basic/_destyle.scss */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/basic/_destyle.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, sass/basic/_destyle.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, sass/basic/_destyle.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/basic/_destyle.scss */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, sass/basic/_destyle.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/basic/_destyle.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, sass/basic/_destyle.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/basic/_destyle.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, sass/basic/_destyle.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 133, sass/basic/_destyle.scss */
sub {
  bottom: -0.25em; }

/* line 137, sass/basic/_destyle.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/basic/_destyle.scss */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/basic/_destyle.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/basic/_destyle.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, sass/basic/_destyle.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, sass/basic/_destyle.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/basic/_destyle.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, sass/basic/_destyle.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/basic/_destyle.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, sass/basic/_destyle.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/basic/_destyle.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/basic/_destyle.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, sass/basic/_destyle.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/basic/_destyle.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, sass/basic/_destyle.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/basic/_destyle.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, sass/basic/_destyle.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/basic/_destyle.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/basic/_destyle.scss */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/basic/_destyle.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/basic/_destyle.scss */
[hidden] {
  display: none; }

/*-------------------
基本項目
-------------------*/
/*-------------------
メディアクエリ
-------------------*/
/*-------------------
フォント
-------------------*/
/*------------
全体設定 
------------*/
/* line 4, sass/basic/_common.scss */
html {
  font-size: 62.5%;
  background-color: #fff;
  position: relative; }

/* line 9, sass/basic/_common.scss */
body {
  line-height: 2.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
  font-size: 1.5rem;
  color: #231815;
  background-color: #fff; }
  @media (max-width: 768px) {
    /* line 9, sass/basic/_common.scss */
    body {
      line-height: 1.9; } }
  @media (max-width: 768px) {
    /* line 9, sass/basic/_common.scss */
    body {
      font-size: 1.4rem;
      line-height: 3.5rem; } }

/* line 25, sass/basic/_common.scss */
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* line 30, sass/basic/_common.scss */
img {
  max-width: 100%; }

/* line 33, sass/basic/_common.scss */
a:link {
  color: #231815;
  text-decoration: none; }

/* line 37, sass/basic/_common.scss */
a:visited {
  color: #231815; }

/* line 40, sass/basic/_common.scss */
a:hover {
  transition: all .4s;
  text-decoration: none;
  color: #FF4694; }

/* line 45, sass/basic/_common.scss */
a:focus,
a:active {
  text-decoration: none;
  color: #231815; }

/* line 50, sass/basic/_common.scss */
p {
  margin: 0;
  padding: 0; }

/* line 54, sass/basic/_common.scss */
.clearfix {
  display: block; }

/* line 57, sass/basic/_common.scss */
.clearfix::after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

/*------------
改行設定
------------*/
@media (max-width: 768px) {
  /* line 67, sass/basic/_common.scss */
  .tbbr {
    display: block; } }

@media (max-width: 480px) {
  /* line 72, sass/basic/_common.scss */
  .spbr {
    display: block; } }

/* line 77, sass/basic/_common.scss */
.sp_nobr {
  display: block; }
  @media (max-width: 480px) {
    /* line 77, sass/basic/_common.scss */
    .sp_nobr {
      display: none; } }

/*------------
ふわっと表示
------------*/
/* line 86, sass/basic/_common.scss */
.s_hide {
  opacity: 0;
  transition: opacity 1s; }

/*------------
レイアウト
------------*/
/* line 94, sass/basic/_common.scss */
#main_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row; }
  @media (max-width: 1200px) {
    /* line 94, sass/basic/_common.scss */
    #main_box {
      flex-direction: column; } }
  /* line 101, sass/basic/_common.scss */
  #main_box #image {
    display: flex;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    height: 100svh;
    position: fixed;
    background: #f0f0f0; }
    @media (max-width: 1200px) {
      /* line 101, sass/basic/_common.scss */
      #main_box #image {
        position: relative;
        width: 100%; } }
    @media (max-width: 768px) {
      /* line 101, sass/basic/_common.scss */
      #main_box #image {
        height: 93vh; } }
    /* line 117, sass/basic/_common.scss */
    #main_box #image .flow_text {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      overflow: hidden;
      z-index: 8888;
      background: #fff;
      height: 3rem;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      border: solid 1px #000000;
      width: 100%; }
      @media (max-width: 480px) {
        /* line 117, sass/basic/_common.scss */
        #main_box #image .flow_text {
          height: 1.5rrem;
          font-size: 0.8rrem;
          line-height: 1.8rrem; } }
    /* line 134, sass/basic/_common.scss */
    #main_box #image .wrapper {
      display: flex;
      animation: loop-text 20s linear infinite; }
    /* line 138, sass/basic/_common.scss */
    #main_box #image .text {
      display: inline-block;
      font-size: 1.5rem;
      white-space: nowrap; }
      /* line 142, sass/basic/_common.scss */
      #main_box #image .text .fa-face-smile {
        padding: 0 0.5rem;
        color: #FFE033; }
      /* line 147, sass/basic/_common.scss */
      #main_box #image .text:nth-child(2) .fa-face-smile {
        color: #FF4694; }
      /* line 152, sass/basic/_common.scss */
      #main_box #image .text:nth-child(3) .fa-face-smile {
        color: #A3E267; }
      /* line 157, sass/basic/_common.scss */
      #main_box #image .text:nth-child(4) .fa-face-smile {
        color: #53C6FF; }
    /* line 162, sass/basic/_common.scss */
    #main_box #image .flow_text_2 {
      position: absolute;
      bottom: 0;
      width: 97.25%; }
      @media (max-width: 768px) {
        /* line 162, sass/basic/_common.scss */
        #main_box #image .flow_text_2 {
          width: 97%; } }
      @media (max-width: 480px) {
        /* line 162, sass/basic/_common.scss */
        #main_box #image .flow_text_2 {
          width: 96.3%; } }
@keyframes loop-text {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }
    /* line 181, sass/basic/_common.scss */
    #main_box #image ul {
      /*画像エリア　フェードインアウト*/
      /*画像エリア　フェードインアウト*/ }
      /* line 182, sass/basic/_common.scss */
      #main_box #image ul::before {
        content: " ";
        display: block;
        background: #FF4694;
        width: 2.5%;
        height: 100%;
        z-index: 7777;
        border: solid 1px #000;
        position: absolute;
        right: 0;
        top: 0; }
        @media (max-width: 480px) {
          /* line 182, sass/basic/_common.scss */
          #main_box #image ul::before {
            width: 3%; } }
      /* line 197, sass/basic/_common.scss */
      #main_box #image ul::after {
        content: " ";
        display: block;
        background: #A3E267;
        width: 2.5%;
        height: 99%;
        z-index: 8888;
        border: solid 1px #000;
        position: absolute;
        left: 0;
        top: 0; }
        @media (max-width: 480px) {
          /* line 197, sass/basic/_common.scss */
          #main_box #image ul::after {
            width: 3%; } }
      /* line 215, sass/basic/_common.scss */
      #main_box #image ul li .img div img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        object-fit: cover; }
      /* line 227, sass/basic/_common.scss */
      #main_box #image ul li .caption {
        z-index: 1;
        position: absolute;
        bottom: 5%;
        left: 5%; }
        @media (max-width: 480px) {
          /* line 227, sass/basic/_common.scss */
          #main_box #image ul li .caption {
            bottom: 7.5%;
            left: 7.5%;
            font-size: 1.5rem; } }
        /* line 237, sass/basic/_common.scss */
        #main_box #image ul li .caption dl {
          font-weight: bold; }
          /* line 239, sass/basic/_common.scss */
          #main_box #image ul li .caption dl dt {
            font-family: 'Roboto', sans-serif;
            font-weight: bold;
            font-size: 1.4rem;
            line-height: 1rem; }
          /* line 244, sass/basic/_common.scss */
          #main_box #image ul li .caption dl dd {
            margin: 0; }
        /* line 248, sass/basic/_common.scss */
        #main_box #image ul li .caption .btn {
          margin-top: 0; }
      /* line 254, sass/basic/_common.scss */
      #main_box #image ul .slider-area {
        position: relative;
        width: 100%;
        height: 100vh; }
      /* line 259, sass/basic/_common.scss */
      #main_box #image ul .slider-item {
        transition: opacity 1s ease;
        position: absolute;
        inset: 0; }
        /* line 264, sass/basic/_common.scss */
        #main_box #image ul .slider-item .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
  /* line 274, sass/basic/_common.scss */
  #main_box #content {
    width: 50%;
    margin-left: auto;
    overflow: hidden; }
    @media (max-width: 1200px) {
      /* line 274, sass/basic/_common.scss */
      #main_box #content {
        width: 100%; } }

/*------------
header
------------*/
/* line 288, sass/basic/_common.scss */
header {
  display: flex;
  z-index: 9999;
  position: fixed; }
  /* line 292, sass/basic/_common.scss */
  header .main-menu {
    width: 46%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    padding: 1% 2%;
    justify-content: space-between;
    align-items: center;
    height: 5%; }
    @media (max-width: 1200px) {
      /* line 292, sass/basic/_common.scss */
      header .main-menu {
        width: 90%;
        top: 3%;
        padding: 3% 5%; } }
    @media (max-width: 768px) {
      /* line 292, sass/basic/_common.scss */
      header .main-menu {
        width: 90%;
        top: 5%;
        padding: 2% 5%; } }
    @media (max-width: 480px) {
      /* line 292, sass/basic/_common.scss */
      header .main-menu {
        width: 85%;
        top: 5%;
        padding: 2% 7.5%; } }
    /* line 318, sass/basic/_common.scss */
    header .main-menu .logo a {
      display: flex;
      align-items: center; }
      /* line 321, sass/basic/_common.scss */
      header .main-menu .logo a h1 {
        order: 2;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0; }
      /* line 327, sass/basic/_common.scss */
      header .main-menu .logo a h2 {
        order: 1;
        display: flex;
        margin: 0; }
        /* line 331, sass/basic/_common.scss */
        header .main-menu .logo a h2 img {
          width: 80%; }
        @media (max-width: 480px) {
          /* line 327, sass/basic/_common.scss */
          header .main-menu .logo a h2 {
            width: 30%;
            margin-right: 5%; }
            /* line 337, sass/basic/_common.scss */
            header .main-menu .logo a h2 img {
              width: 100%; } }
      /* line 343, sass/basic/_common.scss */
      header .main-menu .logo a:hover h2 {
        opacity: 0.5; }

/*------------
ハンバーガーメニュー
------------*/
/* 画面サイズが1279px以下の時はPC用メニューは非表示 */
@media (max-width: 1200px) {
  /* line 358, sass/basic/_common.scss */
  .pc-menu {
    display: none; } }
/* 画面サイズが1280px以上の時はスマホ用メニューは非表示 */
@media screen and (min-width: 1201px) {
  /* line 364, sass/basic/_common.scss */
  .sp-menu {
    display: none; } }
/* line 368, sass/basic/_common.scss */
.pc-menu {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin-left: auto; }
  /* line 371, sass/basic/_common.scss */
  .pc-menu ul {
    display: flex;
    list-style: none; }
    /* line 374, sass/basic/_common.scss */
    .pc-menu ul li {
      text-align: center;
      margin-right: 2rem;
      font-size: 1.8rem; }
      /* line 378, sass/basic/_common.scss */
      .pc-menu ul li:last-child {
        margin-right: 0; }
      /* line 381, sass/basic/_common.scss */
      .pc-menu ul li a {
        display: block;
        text-decoration: none;
        color: #000000;
        line-height: 60px; }

/* line 390, sass/basic/_common.scss */
.sp-menu__box {
  position: fixed;
  top: 5%;
  right: 5%;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: #FFE033;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  border-radius: 100%; }

/* line 404, sass/basic/_common.scss */
.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #231815;
  position: absolute; }

/* line 415, sass/basic/_common.scss */
.sp-menu__box span:before {
  bottom: 8px; }

/* line 418, sass/basic/_common.scss */
.sp-menu__box span:after {
  top: 8px; }

/* line 421, sass/basic/_common.scss */
#sp-menu__check {
  display: none; }

/* line 424, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box span {
  background: rgba(255, 255, 255, 0); }

/* line 427, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box {
  background: #231815; }

/* line 430, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #FFE033; }

/* line 435, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__box span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #FFE033; }

/* line 440, sass/basic/_common.scss */
#sp-menu__check:checked ~ .sp-menu__content {
  left: 0; }

/* line 443, sass/basic/_common.scss */
.sp-menu__content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #FFE033;
  transition: all 0.5s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* iOSで慣性スクロールを効かせる */
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }
  /* line 455, sass/basic/_common.scss */
  .sp-menu__content ul {
    padding: 30% 10% 0; }
    /* line 457, sass/basic/_common.scss */
    .sp-menu__content ul li {
      margin-bottom: 1rem;
      border-bottom: 1px solid #231815; }
      /* line 460, sass/basic/_common.scss */
      .sp-menu__content ul li:last-child {
        margin-bottom: 0; }

/* line 466, sass/basic/_common.scss */
.sp-menu__list {
  padding: 70px 10px 0; }

/* line 469, sass/basic/_common.scss */
.sp-menu__itrem {
  border-bottom: solid 1px #ffffff;
  list-style: none; }

/* line 473, sass/basic/_common.scss */
.sp-menu__link {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0; }

/*------------
ボタン
------------*/
/* line 486, sass/basic/_common.scss */
.btn {
  padding: 0.5rem 0;
  border-radius: 20rem;
  background-color: #fff;
  border: solid 3px;
  width: 15rem;
  font-size: 2rem;
  margin-top: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold; }
  /* line 495, sass/basic/_common.scss */
  .btn:hover {
    background-color: #FFE033; }
  /* line 498, sass/basic/_common.scss */
  .btn a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s; }
    /* line 505, sass/basic/_common.scss */
    .btn a:link {
      color: #231815;
      text-decoration: none; }
    /* line 510, sass/basic/_common.scss */
    .btn a:visited {
      color: #231815; }
    /* line 513, sass/basic/_common.scss */
    .btn a:hover {
      transition: all .4s;
      text-decoration: none;
      color: #FF4694; }
    /* line 518, sass/basic/_common.scss */
    .btn a:focus, .btn a:active {
      text-decoration: none;
      color: #231815; }
    /* line 523, sass/basic/_common.scss */
    .btn a img {
      width: 13%;
      display: block; }
    /* line 527, sass/basic/_common.scss */
    .btn a .fa-arrow-up-right-from-square {
      position: absolute;
      right: 1rem;
      font-size: 1.2rem; }
    /* line 532, sass/basic/_common.scss */
    .btn a:hover {
      color: #231815; }

/*------------
ページ下部のメールアイコン
------------*/
/* line 542, sass/basic/_common.scss */
#contact {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
  /* ホバー時にツールチップの非表示を解除 */ }
  @media (max-width: 768px) {
    /* line 542, sass/basic/_common.scss */
    #contact {
      bottom: 10%;
      right: 5%; } }
  @media (max-width: 480px) {
    /* line 542, sass/basic/_common.scss */
    #contact {
      font-size: 1rem;
      bottom: 9%;
      right: 5%; } }
  /* line 556, sass/basic/_common.scss */
  #contact .nya-copy-button {
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 5rem;
    position: relative;
    background: no-repeat;
    border: none; }
    /* line 563, sass/basic/_common.scss */
    #contact .nya-copy-button i {
      color: #231815; }
      /* line 565, sass/basic/_common.scss */
      #contact .nya-copy-button i:visited {
        color: #231815; }
      /* line 568, sass/basic/_common.scss */
      #contact .nya-copy-button i:hover {
        color: #FF4694; }
  /* line 573, sass/basic/_common.scss */
  #contact .nya-copy-button:hover {
    color: #FF4694; }
  /* line 576, sass/basic/_common.scss */
  #contact .nya-message {
    position: absolute;
    left: 50%;
    transform: translateX(-80%);
    top: -30px;
    display: inline-block;
    padding: 1rem;
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 1.3;
    background: #231815;
    color: #fff;
    border-radius: 10rem;
    transition: 0.3s ease-in;
    display: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold; }
  /* line 594, sass/basic/_common.scss */
  #contact .tooltip-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-80%);
    top: -30px;
    display: inline-block;
    padding: 1rem;
    white-space: nowrap;
    font-size: 1.5rem;
    line-height: 1.3;
    background: #231815;
    color: #fff;
    border-radius: 10rem;
    transition: 0.3s ease-in;
    font-family: 'Roboto', sans-serif;
    font-weight: bold; }
  /* line 613, sass/basic/_common.scss */
  #contact .nya-copy-button:hover .tooltip-text {
    opacity: 1;
    visibility: visible; }

/*------------
footer
------------*/
/* line 623, sass/basic/_common.scss */
footer ul {
  display: flex;
  background: #FFE033;
  justify-content: flex-start;
  padding: 10% 3% 1%;
  font-size: 1.6rem; }
  @media (max-width: 480px) {
    /* line 623, sass/basic/_common.scss */
    footer ul {
      padding-top: 3rem; } }
  /* line 632, sass/basic/_common.scss */
  footer ul li {
    margin-right: 1rem; }
    /* line 634, sass/basic/_common.scss */
    footer ul li:last-child {
      margin-right: 0; }
    /* line 637, sass/basic/_common.scss */
    footer ul li .fa-circle-user {
      margin-right: 0.5rem; }
/* line 642, sass/basic/_common.scss */
footer .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  bottom: 0; }

/*------------
ページを読み込んだ際に「.r_hide」がついた
内容を表示
------------*/
/* line 5, sass/jquery/_scrollhide.scss */
.r_hide {
  opacity: 0;
  transition: opacity 2s; }

/* line 9, sass/jquery/_scrollhide.scss */
.r_hide2 {
  opacity: 0;
  transition: opacity 10s; }

/*------------
スクロールによって「.s_hide」がついた
内容を表示
------------*/
/* line 18, sass/jquery/_scrollhide.scss */
.s_hide {
  opacity: 0;
  transition: opacity 0.5s; }

/*------------
全体設定 
------------*/
/* line 5, sass/page/_index.scss */
#content section {
  padding: 0 5%;
  position: relative; }
  @media (max-width: 768px) {
    /* line 5, sass/page/_index.scss */
    #content section {
      margin-bottom: 0; } }
  /* line 11, sass/page/_index.scss */
  #content section .flower_move {
    animation: 3s linear infinite flowerrotate; }
@keyframes flowerrotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* line 19, sass/page/_index.scss */
#content #fv {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFE033;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  /*-.parallax-box-1::after {
  	content: '';
  	position: fixed;
  	top: 0;
  	right: 0;
  	z-index: -10;
  	width: 50%;
  	height: 100%;
  	background-image: url(img/index/fv_back.webp);
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center right;
  }
  @media screen and (max-width:1200px) {
  	.parallax-box-1::after {
  		width: 100%;
  	}
  }*/ }
  @media (max-width: 1200px) {
    /* line 19, sass/page/_index.scss */
    #content #fv {
      display: none; } }
  /* line 29, sass/page/_index.scss */
  #content #fv .parallax-box-1 {
    clip-path: inset(0);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center; }
  /* line 55, sass/page/_index.scss */
  #content #fv .fv_box {
    width: 100%;
    height: 90%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      /* line 55, sass/page/_index.scss */
      #content #fv .fv_box {
        padding-left: 5%;
        height: 80%; } }
    /* line 67, sass/page/_index.scss */
    #content #fv .fv_box .fv_logo_name {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      z-index: 1; }
      /* line 74, sass/page/_index.scss */
      #content #fv .fv_box .fv_logo_name h1 {
        width: 20%;
        margin-bottom: 0; }
        @media (max-width: 768px) {
          /* line 74, sass/page/_index.scss */
          #content #fv .fv_box .fv_logo_name h1 {
            width: 60%; } }
        @media (max-width: 480px) {
          /* line 74, sass/page/_index.scss */
          #content #fv .fv_box .fv_logo_name h1 {
            margin: 0; } }
      /* line 84, sass/page/_index.scss */
      #content #fv .fv_box .fv_logo_name h2 {
        line-height: 1; }
        @media (max-width: 480px) {
          /* line 84, sass/page/_index.scss */
          #content #fv .fv_box .fv_logo_name h2 {
            margin: 0; } }
        /* line 89, sass/page/_index.scss */
        #content #fv .fv_box .fv_logo_name h2 span {
          display: block; }
          /* line 91, sass/page/_index.scss */
          #content #fv .fv_box .fv_logo_name h2 span:nth-child(1) {
            font-size: 1.75rem;
            padding-bottom: 0.5rem; }
            @media (max-width: 480px) {
              /* line 91, sass/page/_index.scss */
              #content #fv .fv_box .fv_logo_name h2 span:nth-child(1) {
                font-size: 1.4rem;
                line-height: 1.5rem; } }
          /* line 99, sass/page/_index.scss */
          #content #fv .fv_box .fv_logo_name h2 span:nth-child(2) {
            font-size: 4rem; }
            @media (max-width: 480px) {
              /* line 99, sass/page/_index.scss */
              #content #fv .fv_box .fv_logo_name h2 span:nth-child(2) {
                font-size: 3.5rem; } }
        @media (max-width: 768px) {
          /* line 84, sass/page/_index.scss */
          #content #fv .fv_box .fv_logo_name h2 {
            line-height: 1; } }
    /* line 111, sass/page/_index.scss */
    #content #fv .fv_box .fv_image {
      width: 100%;
      position: absolute;
      height: 70%;
      animation: fvfuwafuwa 1.8s ease-in-out infinite alternate-reverse; }
@keyframes fvfuwafuwa {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(10px); } }
    /* line 125, sass/page/_index.scss */
    #content #fv .fv_box .flower_move {
      position: absolute;
      left: 10%;
      width: 80px;
      height: auto;
      top: 20%; }
      @media (max-width: 768px) {
        /* line 125, sass/page/_index.scss */
        #content #fv .fv_box .flower_move {
          display: none; } }
      @media (max-width: 480px) {
        /* line 125, sass/page/_index.scss */
        #content #fv .fv_box .flower_move {
          display: none; } }
  /* line 140, sass/page/_index.scss */
  #content #fv .flower span {
    position: absolute;
    z-index: 7777; }
    /* line 143, sass/page/_index.scss */
    #content #fv .flower span:nth-child(1) {
      top: 18%;
      left: 5%; }
      @media (max-width: 768px) {
        /* line 143, sass/page/_index.scss */
        #content #fv .flower span:nth-child(1) {
          top: 14%;
          left: 5%;
          width: 40px; } }
    /* line 152, sass/page/_index.scss */
    #content #fv .flower span:nth-child(2) {
      bottom: 10%;
      right: 20%; }
      @media (max-width: 768px) {
        /* line 152, sass/page/_index.scss */
        #content #fv .flower span:nth-child(2) {
          bottom: -8%;
          right: 5%; } }
    /* line 160, sass/page/_index.scss */
    #content #fv .flower span:nth-child(3) {
      bottom: 20%;
      right: 0%;
      width: 10%; }
      /* line 164, sass/page/_index.scss */
      #content #fv .flower span:nth-child(3) img {
        width: 50%; }
      @media (max-width: 768px) {
        /* line 160, sass/page/_index.scss */
        #content #fv .flower span:nth-child(3) {
          bottom: -15%;
          right: 30%; }
          /* line 170, sass/page/_index.scss */
          #content #fv .flower span:nth-child(3) img {
            width: 80%; } }
      @media (max-width: 480px) {
        /* line 160, sass/page/_index.scss */
        #content #fv .flower span:nth-child(3) {
          display: none; } }
/* line 181, sass/page/_index.scss */
#content #profile {
  padding: 20% 5% 5%;
  position: relative; }
  @media (max-width: 768px) {
    /* line 181, sass/page/_index.scss */
    #content #profile {
      margin-bottom: 10rem;
      padding-top: 30%; } }
  /* line 188, sass/page/_index.scss */
  #content #profile .profile_box01 {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1200px) and (max-width: 1500px) {
      /* line 193, sass/page/_index.scss */
      #content #profile .profile_box01 h1 img {
        width: 50%; } }
    @media (max-width: 768px) {
      /* line 188, sass/page/_index.scss */
      #content #profile .profile_box01 {
        margin-top: 50%; }
        /* line 200, sass/page/_index.scss */
        #content #profile .profile_box01 h1 {
          width: 80%; }
          /* line 202, sass/page/_index.scss */
          #content #profile .profile_box01 h1 img {
            width: 70%; } }
    @media (max-width: 480px) {
      /* line 188, sass/page/_index.scss */
      #content #profile .profile_box01 {
        margin-top: 50%; } }
    /* line 211, sass/page/_index.scss */
    #content #profile .profile_box01 h2 span {
      font-size: 1.5rem;
      display: block; }
  /* line 217, sass/page/_index.scss */
  #content #profile .profile_box02 {
    position: absolute;
    width: 40%;
    right: 5%;
    top: 10%; }
    @media (max-width: 768px) {
      /* line 217, sass/page/_index.scss */
      #content #profile .profile_box02 {
        width: 70%;
        right: 5%; } }
  /* line 228, sass/page/_index.scss */
  #content #profile .flower span {
    position: absolute;
    z-index: 7777; }
    /* line 231, sass/page/_index.scss */
    #content #profile .flower span:nth-child(1) {
      top: 0;
      left: 5%; }
      @media (max-width: 768px) {
        /* line 231, sass/page/_index.scss */
        #content #profile .flower span:nth-child(1) {
          top: 14%;
          left: 5%; } }
    /* line 240, sass/page/_index.scss */
    #content #profile .flower span:nth-child(2) {
      bottom: 0;
      right: 10%; }
      /* line 243, sass/page/_index.scss */
      #content #profile .flower span:nth-child(2) img {
        width: 50%; }
      @media (max-width: 768px) {
        /* line 240, sass/page/_index.scss */
        #content #profile .flower span:nth-child(2) {
          bottom: -15%;
          right: 30%; }
          /* line 249, sass/page/_index.scss */
          #content #profile .flower span:nth-child(2) img {
            width: 80%; } }
/* line 257, sass/page/_index.scss */
#content #about_fd {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  /* line 260, sass/page/_index.scss */
  #content #about_fd .fd_awards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
    line-height: 2.5rem; }
    @media screen and (min-width: 1200px) and (max-width: 1500px) {
      /* line 260, sass/page/_index.scss */
      #content #about_fd .fd_awards {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 768px) {
      /* line 260, sass/page/_index.scss */
      #content #about_fd .fd_awards {
        flex-direction: column;
        align-items: flex-start; } }
    /* line 275, sass/page/_index.scss */
    #content #about_fd .fd_awards div:nth-child(1) {
      width: 45%;
      margin-right: 5%; }
      @media screen and (min-width: 1200px) and (max-width: 1500px) {
        /* line 275, sass/page/_index.scss */
        #content #about_fd .fd_awards div:nth-child(1) {
          margin-right: 0;
          width: 100%; } }
      @media (max-width: 768px) {
        /* line 275, sass/page/_index.scss */
        #content #about_fd .fd_awards div:nth-child(1) {
          fmargin-right: 0;
          width: 100%; } }
      /* line 287, sass/page/_index.scss */
      #content #about_fd .fd_awards div:nth-child(1) ul li {
        margin-bottom: 1rem; }
        /* line 290, sass/page/_index.scss */
        #content #about_fd .fd_awards div:nth-child(1) ul li a .fa-solid {
          margin-left: 0.5rem; }
    /* line 297, sass/page/_index.scss */
    #content #about_fd .fd_awards div:nth-child(2) {
      width: 60%; }
      @media screen and (min-width: 1200px) and (max-width: 1500px) {
        /* line 297, sass/page/_index.scss */
        #content #about_fd .fd_awards div:nth-child(2) {
          width: 80%; } }
      @media (max-width: 768px) {
        /* line 297, sass/page/_index.scss */
        #content #about_fd .fd_awards div:nth-child(2) {
          width: 100%; } }
  /* line 309, sass/page/_index.scss */
  #content #about_fd .flower span {
    position: absolute;
    z-index: 8888; }
    /* line 312, sass/page/_index.scss */
    #content #about_fd .flower span:nth-child(1) {
      top: 0;
      left: 5%; }
      @media (max-width: 768px) {
        /* line 312, sass/page/_index.scss */
        #content #about_fd .flower span:nth-child(1) {
          top: 0;
          left: 5%; } }
    /* line 320, sass/page/_index.scss */
    #content #about_fd .flower span:nth-child(2) {
      right: 5%;
      top: 50%; }
      @media (max-width: 768px) {
        /* line 320, sass/page/_index.scss */
        #content #about_fd .flower span:nth-child(2) {
          display: none; } }
    /* line 327, sass/page/_index.scss */
    #content #about_fd .flower span:nth-child(3) {
      bottom: 10%;
      left: 5%; }
      /* line 330, sass/page/_index.scss */
      #content #about_fd .flower span:nth-child(3) img {
        width: 50%; }
/* line 337, sass/page/_index.scss */
#content #work {
  padding-top: 10rem; }
  /* line 340, sass/page/_index.scss */
  #content #work div:nth-child(2) {
    width: 60%; }
    @media screen and (min-width: 1200px) and (max-width: 1500px) {
      /* line 340, sass/page/_index.scss */
      #content #work div:nth-child(2) {
        width: 80%;
        margin-left: auto; } }
    @media (max-width: 768px) {
      /* line 340, sass/page/_index.scss */
      #content #work div:nth-child(2) {
        width: 80%;
        margin-left: auto; } }
    @media (max-width: 480px) {
      /* line 340, sass/page/_index.scss */
      #content #work div:nth-child(2) {
        width: 80%;
        margin-left: auto; } }
  /* line 355, sass/page/_index.scss */
  #content #work div:nth-child(3) {
    margin-left: auto;
    width: 55%;
    margin-top: -10rem; }
    @media screen and (min-width: 1200px) and (max-width: 1500px) {
      /* line 355, sass/page/_index.scss */
      #content #work div:nth-child(3) {
        width: 100%;
        margin-top: -5rem;
        margin-bottom: 10rem; }
        /* line 364, sass/page/_index.scss */
        #content #work div:nth-child(3) h1 img {
          width: 50%; } }
    @media (max-width: 768px) {
      /* line 355, sass/page/_index.scss */
      #content #work div:nth-child(3) {
        width: 100%;
        margin-top: -5rem;
        margin-bottom: 10rem; }
        /* line 374, sass/page/_index.scss */
        #content #work div:nth-child(3) h1 img {
          width: 50%; } }
    @media (max-width: 480px) {
      /* line 381, sass/page/_index.scss */
      #content #work div:nth-child(3) h1 img {
        width: 80%; } }
  /* line 389, sass/page/_index.scss */
  #content #work .flower span {
    position: absolute;
    z-index: 8888; }
    /* line 392, sass/page/_index.scss */
    #content #work .flower span:nth-child(1) {
      top: 0;
      right: 5%; }
      @media screen and (min-width: 1200px) and (max-width: 1500px) {
        /* line 392, sass/page/_index.scss */
        #content #work .flower span:nth-child(1) {
          top: 5%;
          right: 5%; }
          /* line 398, sass/page/_index.scss */
          #content #work .flower span:nth-child(1) img {
            width: 50%; } }
    /* line 403, sass/page/_index.scss */
    #content #work .flower span:nth-child(2) {
      top: 20%;
      right: 15%; }
      /* line 406, sass/page/_index.scss */
      #content #work .flower span:nth-child(2) img {
        width: 60%; }
        @media screen and (max-width: 1200px) {
          /* line 406, sass/page/_index.scss */
          #content #work .flower span:nth-child(2) img {
            max-width: 100%; } }
        @media (max-width: 768px) {
          /* line 406, sass/page/_index.scss */
          #content #work .flower span:nth-child(2) img {
            max-width: 100%;
            width: 20%; } }
      @media screen and (max-width: 1200px) {
        /* line 403, sass/page/_index.scss */
        #content #work .flower span:nth-child(2) {
          top: 15%;
          right: 30%; } }
      @media (max-width: 768px) {
        /* line 403, sass/page/_index.scss */
        #content #work .flower span:nth-child(2) {
          top: 20%;
          left: 5%;
          right: 0; } }
    /* line 426, sass/page/_index.scss */
    #content #work .flower span:nth-child(3) {
      bottom: 0;
      right: 2%; }
      @media screen and (max-width: 1200px) {
        /* line 426, sass/page/_index.scss */
        #content #work .flower span:nth-child(3) {
          bottom: -10%;
          right: 2%; } }
/* line 437, sass/page/_index.scss */
#content #sns {
  background: #FFE033;
  margin-bottom: 0;
  margin-top: 10rem;
  padding-top: 10rem;
  position: relative;
  padding-bottom: 15rem; }
  @media (max-width: 768px) {
    /* line 437, sass/page/_index.scss */
    #content #sns {
      padding-bottom: 5rem; } }
  /* line 447, sass/page/_index.scss */
  #content #sns h1 {
    width: 30%; }
  /* line 450, sass/page/_index.scss */
  #content #sns .balloon {
    position: absolute;
    top: -15rem;
    right: -5rem;
    width: 50%; }
    @media (max-width: 768px) {
      /* line 450, sass/page/_index.scss */
      #content #sns .balloon {
        width: 60%; } }
    @media (max-width: 480px) {
      /* line 450, sass/page/_index.scss */
      #content #sns .balloon {
        width: 70%; } }
    /* line 461, sass/page/_index.scss */
    #content #sns .balloon img {
      animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse; }
@keyframes fuwafuwa {
  0% {
    transform: translateY(-12px); }
  100% {
    transform: translateY(12px); } }
    /* line 472, sass/page/_index.scss */
    #content #sns .balloon::after {
      content: " ";
      display: block;
      bottom: -20rem;
      width: 35%;
      height: 2rem;
      border-radius: 100%;
      background: #D2BD49;
      opacity: 0.5;
      filter: blur(5px);
      margin-left: 30%; }
      @media (max-width: 768px) {
        /* line 472, sass/page/_index.scss */
        #content #sns .balloon::after {
          width: 50%;
          margin-left: 22%; } }
  @media (max-width: 768px) {
    /* line 491, sass/page/_index.scss */
    #content #sns .sns_txt h1 {
      width: 40%; } }
  /* line 495, sass/page/_index.scss */
  #content #sns .sns_txt ul {
    margin-top: 3rem;
    line-height: 1.5; }
    /* line 499, sass/page/_index.scss */
    #content #sns .sns_txt ul li a {
      margin-bottom: 2rem;
      display: flex;
      align-items: center;
      width: fit-content; }
      /* line 504, sass/page/_index.scss */
      #content #sns .sns_txt ul li a span {
        padding-left: 1rem; }
  /* line 512, sass/page/_index.scss */
  #content #sns .flower span {
    position: absolute;
    z-index: 8888; }
    /* line 515, sass/page/_index.scss */
    #content #sns .flower span:nth-child(1) {
      top: -4%;
      left: 30%; }
      @media (max-width: 768px) {
        /* line 515, sass/page/_index.scss */
        #content #sns .flower span:nth-child(1) {
          top: 10%;
          left: 30%; } }
      @media (max-width: 480px) {
        /* line 515, sass/page/_index.scss */
        #content #sns .flower span:nth-child(1) {
          top: 10%;
          left: 30%;
          width: 50px; } }
    /* line 528, sass/page/_index.scss */
    #content #sns .flower span:nth-child(2) {
      bottom: 5%;
      left: 20%; }
      @media (max-width: 768px) {
        /* line 528, sass/page/_index.scss */
        #content #sns .flower span:nth-child(2) {
          left: auto;
          bottom: 0;
          left: 20%; } }
      @media (max-width: 480px) {
        /* line 528, sass/page/_index.scss */
        #content #sns .flower span:nth-child(2) {
          left: auto;
          bottom: -5%;
          left: 20%; }
          /* line 540, sass/page/_index.scss */
          #content #sns .flower span:nth-child(2) img {
            width: 80%; } }
    /* line 545, sass/page/_index.scss */
    #content #sns .flower span:nth-child(3) {
      bottom: 0;
      left: 10%; }
      /* line 548, sass/page/_index.scss */
      #content #sns .flower span:nth-child(3) img {
        width: 50%; }

/*------------
全体設定 
------------*/
/* line 5, sass/page/_under.scss */
#under_page #content {
  overflow: unset; }
  /* line 7, sass/page/_under.scss */
  #under_page #content .under_h1 {
    font-sise: 2rem; }
  /* line 10, sass/page/_under.scss */
  #under_page #content .under_box {
    margin: 10% 0; }
  /* line 14, sass/page/_under.scss */
  #under_page #content #about dl {
    display: flex;
    border-bottom: 1px solid #231815;
    padding: 1em;
    margin: 0; }
  /* line 20, sass/page/_under.scss */
  #under_page #content #about dt {
    font-weight: bold;
    width: 30%; }
  /* line 24, sass/page/_under.scss */
  #under_page #content #about dd {
    margin: 0;
    width: 70%; }

/*# sourceMappingURL=style.css.map */
