@charset "utf-8";

/*-----------------------
|  8.0 0px-
|  8.1 768PX-
|  8.2 1024PX-
|  8.3 1200PX-
-----------------------*/

/*------------------------------------
| 8.0 0px-
--------------------------------------*/
@media screen and (min-width: 0px) {
:root {

  /* | 1.1 COLOR */

  --ui-color-brand: #ffa29d;

  /* COLOR PALETTE */

  --ui-color-c-1: #ff9456;
  --ui-color-c-2: #ffa26d;
  --ui-color-o06-back:#ffa26d;
  --ui-color-c-3: #93b6cf;
  --ui-color-c-4: #a4bcce;
  --ui-color-nnn-back:#b7d5e6;
  --ui-color-c-5: #ff9994;
  --ui-color-c-6: #ffc3bf;
  --ui-color-kopa-back:#ffa29d;
  --ui-color-c-7: #57667a;
  --ui-color-c-8:#9aa6b6;


  /* font-family: 'Chango', cursive;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif; */


  /* 1.3 LAYOUT */

  --ui-layout-container: 3rem;
  --ui-layout-grid: 3.625rem;
  --ui-layout-gutter: 1rem;

  /* GAP */

  --ui-gap-cta: 0.75rem;
  --ui-gap-hero: 2rem;
  --ui-gap-feature: 2rem;
  --ui-gap-card: 1.75rem;

  /* BORDER RADIUS */

  --ui-radius-button: 5rem;
  --ui-radius-card: 0.5rem;
}

/* --------------------
|ベース
 --------------------*/

 /* IMAGE */

img,
svg {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* color */
.o06{
  color: var(--ui-color-c-1);
}
.o0602{
  color: var(--ui-color-c-2);
}

.nnn{
  color: var(--ui-color-c-3);
}
.nnn02{
  color: var(--ui-color-c-4);
}

.kopa{
  color: var(--ui-color-c-5);
}
.kopa02{
  color: var(--ui-color-c-6);
}


.card_border1 {
  border: solid 0.23rem #ff9456;
}
.card_border2 {
  border: solid 0.23rem #93b6cf;
}
.card_border3 {
  border: solid 0.23rem #ffa29d;
}
.back_color_o06 {
  background: #ff9456;
}
.back_color_nnn {
  background: #93b6cf;
}
.back_color_kopa {
  background: #ffa29d;
}


/* 5.0 LAYOUT */

.ui-layout-flex,
.ui-layout-grid {
  align-items: center;
  justify-content: center;
}

.ui-layout-flex {
  display: flex;
}

.ui-layout-grid {
  display: grid;
}


/* CTA */


.ui-component-cta {
  flex-direction: column;
  row-gap: var(--ui-gap-cta);
}

/*------------------
| main
--------------------*/
/* fixed -----*/

.section-fixed {
  position: relative;
  z-index: 500;
}
.section-fixed a {
  display: block;
}


/* 左上 */
.Nami-fixed {
  transform: rotate(-23deg);
  position: fixed;
  top: 30px;
  left: -210px;
}
.Nami-fixedLine {
  transform: rotate(180deg);
  position: absolute;
  display: flex;
  top: 80px;
  left: 300px;
  width: 600px;
}
.svg-Nami-fixed {
  position: relative;
  width: 1000px;
  height: auto;
  min-width: 900px;
  display: inline-block;
  bottom: 10px;
}
  .svg-Nami-fixed.o06 {
    fill: #ffa26d;
  }
  .svg-Nami-fixed.nnn {
    fill: #b7d5e6;
  }
  .svg-Nami-fixed.kopa {
    fill: #ffa29d;
  }

.Nami-fixed-bg {
  position: absolute;
  display: flex;
  width: 500px;
  height: 150px;
}
  .Nami-fixed-bg.o06 {
    background-color: #ffa26d;
  }
  .Nami-fixed-bg.nnn {
    background-color: #b7d5e6;
  }
  .Nami-fixed-bg.kopa {
    background-color: #ffa29d;
  }

.fixed-rogo {
  position: fixed;
  top: -10px;
  left: 0px;
  width: 120px;
  z-index: 100;
}


.fixed-rogo img {
  width: 100%;
  height: auto;
}

.fixed-rogo img:hover {
  transform: scale(1.05);
  transition-duration: 400ms;
}



/* 右下 */
.fixed-maruNami-Mini {
  position: fixed;
  width: auto;
  height: auto;
  width: 100px;
  height: 100px;
  text-align: center;
  align-items: center;
  justify-self: auto;
  right: 25px;
  bottom: 30px;
}

.fixed-maruNami-Mini:hover {
  transform: scale(1.05);
  transition-duration: 400ms;
}

.Mini {
  position: absolute;
  width: 100%;
  margin: 0 auto;
}
.MiniKage {
  position: absolute;
  width: 100%;
  bottom: -15px;
  right: -10px;
}

.fixed-maruNami-Mini h1 {
  color: #fff;
  font-size: 1rem;
  position: relative;
  bottom: -30px;
  right: -2px;
}
.namiMaru-Arrow {
  position: absolute;
  width: 13px;
  bottom: 13px;
  right: 44px;
}
.namiMaru-Arrow img {
  width: 100%;
  height: auto;
}
.Arrow_animation {
  animation-name: fuwaArrow;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}


.rotate-anime2 {
  animation-name: rotate-anime2;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* 吹き出し */
.FUKIDASHI_box{
  display: inline-block;
  position: absolute;
  right: 24px;
  top:27px;
  z-index: 50;
}

.balloon3-right-btm {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  background: var(--ui-color-c-2);
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid var(--ui-color-c-2);
  border-radius: 2px;
  z-index: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.balloon3-right-btm.ko {
  background: var(--ui-color-c-6);
}
.balloon3-right-btm.ko::after{
  border-left: 15px solid var(--ui-color-c-6);
}

.balloon3-right-btm.nn {
  background: var(--ui-color-c-4);
}
.balloon3-right-btm.nn::after{
  border-left: 15px solid var(--ui-color-c-4);
}

/* main-contents */
.main-contents{

}
  /* --------------------
  |ベース
   --------------------*/
  
  /* 2.0 FOUNDATION */
  html {
    font-size: 16px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    min-width: 320px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    scroll-behavior: smooth;
  }
  
  body {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        0deg,
        transparent 17px,
        rgba(147, 182, 207, 0.7) 18px
      ),
      linear-gradient(90deg, transparent 17px, rgba(147, 182, 207, 0.7) 18px);
    background-color: #fff;
    background-size: 18px 18px;
    font-feature-settings: "liga", "kern";
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.9rem;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  main {
    width: 100%;
    overflow: hidden;
  }
  
  
  /* TYPOGRAPHY */
  
  body {
  }
  .message {
    font-family: "Chango", cursive;
    font-size: 40px;
    line-height: 0.9rem;
  }
  
  a {
    color: var(--ui-color-brand);
    text-decoration: none;
  }
  p {
    font-size: 12px;
    line-height:1rem ;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: var(--ui-typography-margin-body);
    color: #57667a;
  }
  
  h1 {
    font-size: 22px;
    font-family: "Chango", cursive;
    letter-spacing: 0.1rem;
    margin: 0.5em;
    color: #57667a;
    text-align: center;
  }
  
  .section-news h1 {
    color: #fff;
    position: relative;
    bottom: 25px;
  }
  
  h2 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2rem;
  }
  
  h4 {
  }
  
  small {
    font-family: "Roboto", sans-serif, "Noto Sans JP", sans-serif;
    font-size: var(--ui-typography-s);
  }
  
  .bold{
    font-weight: bold;
  }
  
  .big{
    font-size: 1.2em;
  }
  
  .o06{
    color: var(--ui-color-c-1);
  }
  .nnn{
    color: var(--ui-color-c-3);
  }
  
  .kopa{
    color: var(--ui-color-c-5);
  }
  
  
   /* IMAGE */
  
  img,
  svg {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  
  
  /* 5.0 LAYOUT */
  
  .ui-layout-flex,
  .ui-layout-grid {
    align-items: center;
    justify-content: center;
  }
  
  .ui-layout-flex {
    display: flex;
  }
  
  .ui-layout-grid {
    display: grid;
  }
  
  
  /* CTA */
  
  
  .ui-component-cta {
    flex-direction: column;
    row-gap: var(--ui-gap-cta);
  }
  

  
/* | 7.5 FOOTER */

.section-Footer {
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-Footer__layout {
  column-gap: var(--ui-layout-gutter);
  text-align: center;
}

.section-Footer--copyright {
  margin-bottom: 0;
  margin-right: auto;
  text-align: center;
}

.Footer-bg {
  position: relative;
  height: 120px;
  max-width: 100%;
  text-align: center;
  bottom: 0;
}

.Footer-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  bottom: -60px;
}

.Nami-first-Footer {
  position: relative;
  height: auto;
  width: 105%;
  display: flex;
  text-align: center;
  bottom: -65px;
  width: auto;
  height: 120px;
  object-fit: cover;
}

.svg-Footer-bgNamiLine {
  position: relative;
  width: 2000px;
  height: auto;
  min-width: 1000px;
  display: inline-block;
  bottom: 20px;
}
  .svg-Footer-bgNamiLine.o06{
    fill: var(--ui-color-o06-back);
  }
  .svg-Footer-bgNamiLine.nnn{
    fill: var(--ui-color-nnn-back);
  }
  .svg-Footer-bgNamiLine.kopa{
    fill: var(--ui-color-kopa-back);
  }

.copylight_box{
}
  .copylight_box.o06{
    background-color: var(--ui-color-o06-back);
  }
  .copylight_box.nnn{
    background-color: var(--ui-color-nnn-back);
  }
  .copylight_box.kopa{
    background-color: var(--ui-color-kopa-back);
  }

.section-Footer p {
  position: relative;
  top: -14px;
  
}
}



/*------------------------------------
| 8.2 768px-
--------------------------------------*/
@media screen and (min-width: 768px) {
  html{
  }

/* TYPOGRAPHY */

body {
}
.message {
  font-size: 40px;
  line-height: 0.9rem;
}

a {
  color: var(--ui-color-brand);
  text-decoration: none;
}
p {
  font-size: 1rem;
  line-height:1rem ;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: var(--ui-typography-margin-body);
  color: #57667a;
}

h1 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1rem;
  margin: 0.5em;
  color: #57667a;
  text-align: center;
}

.section-news h1 {
  color: #fff;
  position: relative;
  bottom: 25px;
}

h2 {
  font-size: 1.4rem;
  font-weight: 700;
}

h4 {
}



small {
  font-size: var(--ui-typography-s);
}

.bold{
  font-weight: bold;
}

.big{
  font-size: 1.2em;
}

.o06{
  color: var(--ui-color-c-1);
}
.nnn{
  color: var(--ui-color-c-3);
}

.kopa{
  color: var(--ui-color-c-5);
}

  /*-----------------------------------
  Fexed
  -------------------------------------*/

  /* 左上 */
  .Nami-fixed {
    transform: rotate(-30deg);
    top: 100px;
    left: -210px;
  }
  .fixed-rogo {
    position: fixed;
    top: -20px;
    left: -5px;
    width: 160px;
    z-index: 100;
  }

  /* 右下 */
  .fixed-maruNami-Mini {
    width: 140px;
    height: 140px;
    right: 30px;
    bottom: 30px;
  }
  .Mini {
    width: 140px;
    margin: 0 auto;
  }
  .rotate-anime2 {
    animation-duration: 12s;
  }

  .MiniKage {
    width: 140px;
    bottom: -15px;
    right: -10px;
  }
  .fixed-maruNami-Mini h1 {
    font-size: 1.05rem;
    bottom: -32px;
    right: -2px;
  }
  .namiMaru-Arrow {
    width: 24px;
    bottom: 18px;
    right: 57px;
  }

  .Arrow_animation {
    animation-name: fuwaArrow;
    animation-duration: 0.8s;
  }

}


/*------------------------------------
| 8.2 1024PX-
--------------------------------------*/
@media screen and (min-width: 1024px-) {
  html{
  }


/* TYPOGRAPHY */

body {
}
.message {
  font-size: 40px;
  line-height: 0.9rem;
}

a {
  color: var(--ui-color-brand);
  text-decoration: none;
}
p {
  font-size: 1rem;
  line-height:1rem ;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: var(--ui-typography-margin-body);
  color: #57667a;
}

h1 {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  margin: 0.5em;
  color: #57667a;
  text-align: center;
}

h2 {
  font-size: 1.4rem;
  font-weight: 700;
}

h4 {
}

small {
  font-size: var(--ui-typography-s);
}

.bold{
  font-weight: bold;
}

.big{
  font-size: 1.2em;
}

.o06{
  color: var(--ui-color-c-1);
}
.nnn{
  color: var(--ui-color-c-3);
}

.kopa{
  color: var(--ui-color-c-5);
}

}




/*------------------------------------
| 8.3 1280px- PC
--------------------------------------*/
@media screen and (min-width: 1280) {

  /* TYPOGRAPHY */

body {
}
.message {
  font-size: 40px;
  line-height: 0.9rem;
}

a {
  color: var(--ui-color-brand);
  text-decoration: none;
}
p {
  font-size: 1rem;
  line-height:1rem ;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: var(--ui-typography-margin-body);
  color: #57667a;
}

h1 {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin: 0.5em;
  color: #57667a;
  text-align: center;
}

h2 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

h4 {
}

  /*-----------------------------------
  VARIABLE
  -------------------------------------*/
  :root {
    /* MARGIN */

    --ui-typography-margin-heading: 1rem;
    --ui-typography-margin-body: 1.75rem;

    /*-------------------------------
    | LAYOUT
    ---------------------------------*/

    --ui-layout-grid: 4rem;
    --ui-layout-gutter: 2rem;

    /* GAP */

    --ui-gap-hero: 4rem;
    --ui-gap-feature: 4rem;
    --ui-gap-card: 2rem;
  }

  /*-----------------------------------
  LAYOUT
  -------------------------------------*/

  .ui-layout-container {
    width: 70rem;
  }

/*---------
| HEADER
----------*/
  .section-Header {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

    /*------------------------------------
|Fixed
--------------------------------------*/

.fixed-maruNami-Mini {
  width: 140px;
  height: 140px;
  right: 30px;
  bottom: 30px;
}

}

  /*------------------------------------
| 8.0 0px-360px 
--------------------------------------*/
@media screen and (max-width: 22.5rem) {
  
  
  html{
    overflow: scroll;
    width: 360;
  }
  
}