@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@-webkit-keyframes yoko-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes yoko-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@font-face {
  font-family: "corporate";
  src: url("fonts/Corporate-Logo-Medium-ver2.ttf") format("truetype");
}
@font-face {
  font-family: "corporate";
  src: url("fonts/Corporate-Logo-Bold-ver2.ttf") format("truetype");
  font-weight: bold;
}
body {
  color: #000064;
  font-size: 18px;
  line-height: 1.8;
}

a {
  color: #000064;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

h1 {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}
p strong {
  text-align: center;
  font-size: 1.2em;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  min-height: 400px;
}

address {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1em;
  }
  h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.75em;
  }
  h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  p {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  p strong {
    font-size: 1.1rem;
  }
}
/*//////////////////////////
Common Style
//////////////////////////*/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
body .en {
  font-family: "Montserrat", "corporate", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

header {
  /*========= ナビゲーションのためのCSS ===============*/
  /*アクティブになったエリア*/
  /*丸の拡大*/
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
  /*背景が出現後にナビゲーションを表示*/
  /* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
  /*リストのレイアウト設定*/
}
header h1 {
  display: none;
}
header .menubtn {
  background-color: #F05046;
  display: inline-block;
  position: fixed;
  width: 76px;
  height: 76px;
  top: 25px;
  right: 25px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
}
header .menubtn:hover button span:nth-of-type(3) {
  width: 40px;
}
header .menubtn button {
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 42px;
  height: 26px;
  z-index: 9999;
}
header .menubtn button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0px;
  border-radius: 5px;
  height: 5px;
  background: white;
  width: 42px;
}
header .menubtn button span:nth-of-type(1) {
  top: 0px;
}
header .menubtn button span:nth-of-type(2) {
  top: 13px;
}
header .menubtn button span:nth-of-type(3) {
  top: 26px;
  width: 31.5px;
}
header .menubtn button.btn-active .menubtn-area {
  transform: rotateY(-360deg);
}
header .menubtn button.btn-active span {
  background: white;
}
header .menubtn button.btn-active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-140deg);
  width: 40px;
}
header .menubtn button.btn-active span:nth-of-type(2) {
  opacity: 0;
}
header .menubtn button.btn-active span:nth-of-type(3) {
  transform: translateY(-13px) rotate(140deg);
  width: 40px;
}
header #g-nav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}
header .circle-bg {
  position: fixed;
  z-index: 99;
  /*丸の形*/
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #F05046;
  /*丸のスタート位置と形状*/
  transform: scale(0);
  /*scaleをはじめは0に*/
  top: 25px;
  /*50%から円の半径を引いた値*/
  right: 25px;
  /*50%から円の半径を引いた値*/
  transition: all 0.6s;
  /*0.6秒かけてアニメーション*/
}
header .circle-bg.circleactive {
  transform: scale(200);
  /*クラスが付与されたらscaleを拡大*/
}
header #g-nav-list {
  display: none;
  /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header #g-nav {
  display: none;
}
header #g-nav.panelactive {
  display: block;
  /*クラスが付与されたら出現*/
}
header #g-nav ul {
  opacity: 0;
  /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #g-nav.panelactive ul {
  opacity: 1;
}
header #g-nav.panelactive ul li {
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
header #g-nav li {
  text-align: center;
  list-style: none;
  margin-bottom: 0.5rem;
}
header #g-nav li:last-child {
  margin-bottom: 0;
}
header #g-nav li a {
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

section {
  max-width: 1200px;
  margin: 0 auto;
}
section:not(#title, #note-section, #character) {
  width: calc(100% - 2rem);
}

.pocchi {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.pocchi::after, .pocchi::before {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background-color: #F05046;
  border: 7px solid #000064;
}

.center {
  text-align: center;
}

.under-marker {
  background: linear-gradient(transparent 80%, #F8DA28 80%);
}

.spacer {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.spbr {
  display: none;
}

@media screen and (max-width: 768px) {
  .pocchi {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
  }
  .pocchi::after, .pocchi::before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #F05046;
    border: 5px solid #000064;
  }
  .spbr {
    display: block;
  }
}
/*//////////////////////////
Only Top Page Style
//////////////////////////*/
body.top-page {
  background-image: url(../img/hoshi.png);
  background-repeat: repeat;
  background-position: center center;
  background-color: #1E32AA;
  overflow: hidden;
}
body.top-page .container {
  background-image: url(../img/moya.svg);
  background-size: 2400px;
  background-repeat: repeat;
  background-position: top center;
}
body.top-page h2 {
  font-family: "corporate", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.2;
  color: #F05046;
}
body.top-page h2 span.en {
  display: block;
  margin-top: 1rem;
  font-size: 0.8rem;
}
body.top-page h2::after {
  content: " ";
  margin: 1rem auto;
  display: inline-block;
  width: 74px;
  height: 8px;
  background-image: url(../img/5square.svg);
  line-height: 0;
}

/*//////////////////////////
Title Style
//////////////////////////*/
#title {
  height: 100vh;
  max-height: 1000px;
  max-width: 1440px;
}
#title .title-container {
  background-image: url(../img/mainlogo.png);
  background-position: center;
  background-size: cover;
}
#title h1 {
  max-width: 1440px;
  margin: 0 auto;
  background-image: url(../img/mainlogoframe.png);
  background-position: center;
  color: transparent;
  height: 1000px;
}

@media screen and (max-width: 960px) {
  #title {
    height: auto;
  }
  #title .title-container {
    background-image: none;
  }
  #title h1 {
    height: 90vh;
    max-height: 1280px;
    background-image: url(../img/mainlogo_tb.png);
    background-position: center center;
    color: transparent;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  #title h1 {
    max-height: 1200px;
    background-image: url(../img/mainlogo_sp.png);
    background-position: center center;
  }
}
/*//////////////////////////
Overview Style
//////////////////////////*/
#overview {
  max-width: 1200px;
  margin: 2rem auto 10rem;
  background-color: white;
  border-radius: 20px;
  border: 7px solid #000064;
  box-shadow: 2px 2px 2px black;
}
#overview p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 4rem);
}

/*//////////////////////////
Note Style
//////////////////////////*/
#note-section {
  padding-top: 10rem;
  max-width: none;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eee calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #eee calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center top;
  background-color: white;
  position: relative;
}
#note-section::before {
  content: "";
  width: 100%;
  display: block;
  background-color: #F05046;
  height: 20px;
  position: absolute;
  top: 0;
}

#how-to-use {
  padding-bottom: 10rem;
}
#how-to-use ol {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
#how-to-use ol li {
  width: 100%;
  background-color: #EE99BE;
  border-radius: 30px;
  padding: 30px;
  text-align: center;
  position: relative;
  padding: 3rem;
  position: relative;
  color: #000064;
}
#how-to-use ol li div {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background-color: #000064;
  position: absolute;
  top: -27px;
  left: calc(50% - 27px);
  color: white;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
#how-to-use ol li div span span {
  font-size: 10px;
  display: block;
}
#how-to-use ol li h3 {
  font-size: 1.2rem;
}
#how-to-use ol li p {
  text-align: left;
  font-size: 0.9rem;
}
#how-to-use ol li img {
  height: 180px;
}
@media screen and (max-width: 960px) {
  #how-to-use ol li {
    display: grid;
    grid-template-columns: 54px 1fr 120px;
    grid-template-rows: 54px 1fr;
    gap: 0.75rem;
    text-align: left;
    align-items: center;
    border-radius: 0;
    padding: 2rem;
  }
  #how-to-use ol li div {
    text-align: center;
    position: static;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #how-to-use ol li h3 {
    padding-top: 10px;
    grid-column: 2/3;
    grid-row: 1/2;
    line-height: 1.1;
  }
  #how-to-use ol li img {
    height: auto;
    grid-column: 3/4;
    grid-row: 1/3;
  }
  #how-to-use ol li p {
    grid-column: 1/3;
    grid-row: 2/2;
  }
}
@media screen and (max-width: 768px) {
  #how-to-use ol li {
    grid-template-columns: 54px 1fr 90px;
    grid-template-rows: 54px 1fr;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 380px) {
  #how-to-use ol li {
    grid-template-columns: 54px 1fr 80px;
    grid-template-rows: 54px 1fr;
  }
}
#how-to-use ol li::after {
  content: " ";
  position: absolute;
  background-image: url(../img/arrow.svg);
  width: 40px;
  height: 40px;
  z-index: 1;
  right: -40px;
  top: calc(50% - 20px);
}
#how-to-use ol li:nth-child(2) {
  background-color: #38BC64;
}
#how-to-use ol li:nth-child(3) {
  background-color: #A894DA;
}
#how-to-use ol li:nth-child(4) {
  background-color: #F8DA28;
}
#how-to-use ol li:nth-child(4)::after {
  content: none;
}

@media screen and (max-width: 960px) {
  #how-to-use {
    padding-bottom: 10rem;
  }
  #how-to-use ol {
    padding-top: 40px;
    display: block;
  }
  #how-to-use ol li {
    margin: 0 auto 25px;
  }
  #how-to-use ol li::after {
    content: " ";
    width: 40px;
    height: 40px;
    top: -25px;
    left: calc(50% - 20px);
    transform: rotateZ(90deg);
  }
  #how-to-use ol li:first-child::after {
    content: none;
  }
  #how-to-use ol li:last-child {
    margin-bottom: 0;
  }
  #how-to-use ol li:last-child::after {
    content: " ";
  }
}
#about {
  position: relative;
  padding-bottom: 5rem;
}
#about p {
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  width: calc(100% - 4rem);
}
#about .soushoku {
  position: absolute;
  width: 170px;
}
#about .soushoku1 {
  right: 111%;
  top: 10%;
}
#about .soushoku2 {
  width: 150px;
  right: 100%;
  top: 25%;
}
#about .soushoku3 {
  width: 120px;
  right: 108%;
  bottom: 30%;
}
#about .soushoku4 {
  right: 104%;
  bottom: 10%;
}
#about .soushoku5 {
  width: 150px;
  top: 10%;
  left: 110%;
}
#about .soushoku6 {
  width: 140px;
  top: 35%;
  left: 100%;
}
#about .soushoku7 {
  width: 140px;
  bottom: 30%;
  left: 108%;
}

@media screen and (max-width: 960px) {
  .soushoku {
    display: none;
  }
}
#actions ul {
  padding-bottom: 15rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
#actions ul li {
  background-color: white;
  border-radius: 20px;
  border: 7px solid #000064;
  box-shadow: 2px 2px 2px black;
  padding: 1.5rem;
  color: #000064;
}
#actions ul li h3 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin: 1rem auto 0;
}
#actions ul li p {
  font-size: 1rem;
}
#actions ul li p.company-name {
  text-align: center;
}
#actions ul li a figure > div {
  overflow: hidden;
  height: 180px;
}
#actions ul li a figure > div img {
  height: 100%;
  width: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
#actions ul li a:hover figure > div img {
  transform: scale(1.1);
}

@media screen and (max-width: 960px) {
  #actions ul {
    padding-bottom: 15rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  #actions ul {
    display: block;
  }
  #actions ul li {
    border: none;
    box-shadow: none;
    padding: 1rem;
    border-radius: 0;
    border-bottom: 1px solid #000064;
    text-align: left;
  }
  #actions ul li:first-child {
    border-top: 1px solid #000064;
  }
  #actions ul li figure {
    display: grid;
    gap: 1rem;
    grid-template-columns: 2fr 3fr;
  }
  #actions ul li h3 {
    font-size: 1.2rem;
    text-align: left;
    font-weight: bold;
    margin: 0 0 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #ccc;
    line-height: 1.1;
  }
  #actions ul li p {
    line-height: 1.2;
  }
  #actions ul li p.company-name {
    text-align: left;
  }
  #actions ul li a figure > div {
    height: 130px;
  }
  #actions ul li a:hover figure > div img {
    transform: none;
  }
}
@media screen and (max-width: 380px) {
  #actions ul {
    display: block;
  }
  #actions ul li {
    padding: 0.75rem;
    line-height: 1.2;
  }
  #actions ul li figure {
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
  }
}
/*//////////////////////////
 character Style
//////////////////////////*/
#character {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #F05046;
  max-width: none;
  position: relative;
}
#character::before {
  content: " ";
  display: block;
  background-image: url(../img/nami1.svg);
  background-position: center bottom;
  height: 288px;
  width: 100%;
  background-size: 288px 40px;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 1;
  top: -288px;
}
#character::after {
  content: " ";
  display: block;
  background-image: url(../img/nami1.svg);
  background-position: center bottom;
  height: 288px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  background-repeat: repeat-x;
  bottom: -288px;
  transform: rotateZ(180deg);
}
#character h2 {
  color: white;
}
#character .slide-container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
#character .slide-container::after {
  position: absolute;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "FRIENDS";
  display: block;
  text-align: center;
  line-height: 100%;
  font-weight: 900;
  font-size: clamp(70px, 18vw, 320px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  text-stroke: 1px rgba(255, 255, 255, 0.4);
}
#character .slide-container .chara-slider {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 1200px;
  margin: 0 auto;
}
#character .slide-container .chara-slider h3 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  margin: 1rem auto;
}
#character .slide-container .chara-slider .chara-illust {
  display: inline-block;
  height: 230px;
}

/*//////////////////////////
Under-logo Style
//////////////////////////*/
#under-logo {
  padding-top: 30rem;
}
#under-logo div {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
#under-logo div img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

/*//////////////////////////
Footer Style
//////////////////////////*/
.top-page footer {
  position: relative;
  height: 406px;
  padding-top: 100px;
  overflow-y: hidden;
}
.top-page footer div {
  position: absolute;
  right: 50%;
  margin-right: -2048px;
  width: 4096px;
  height: 4096px;
  text-align: center;
  background-color: #1B91F0;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #00B9FF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #00B9FF calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center;
  border-radius: 100%;
}
.top-page footer div small {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  background-color: white;
  padding: 0.5em 1em;
  border-radius: 20px;
}
.top-page footer img.rigel {
  position: absolute;
  width: 10vw;
  max-width: 180px;
  min-width: 130px;
  transform: scale(-1, 1) rotateZ(8deg);
  top: 0;
  right: 63%;
  z-index: 9;
}

/*//////////////////////////
Only Sub Page Style
//////////////////////////*/
.sub-page {
  color: black;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #eee calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #eee calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center top;
  background-color: white;
  position: relative;
}
.sub-page header {
  height: 124px;
  background-color: #1E32AA;
  position: relative;
}
.sub-page header h1 {
  display: block;
  text-align: center;
}
.sub-page header h1 img {
  height: 124px;
}
.sub-page header .menubtn {
  position: absolute;
}

main.ex article {
  padding-top: 5rem;
}
main.ex article h1 span {
  font-weight: normal;
  display: block;
  font-size: 1rem;
  margin: 1rem 0;
}
main.ex article h1 span::before {
  content: "● ";
  color: #F05046;
}
main.ex section {
  max-width: 720px;
}
main.ex .wp-block-image figcaption {
  font-size: 0.9rem;
}

footer.ex {
  background-color: #A894DA;
  position: relative;
  padding: 8rem 0 2rem;
  margin-top: 10rem;
  overflow-y: visible;
  text-align: center;
}
footer.ex::before {
  content: " ";
  display: block;
  background-image: url(../img/nami2.svg);
  background-position: center bottom;
  height: 288px;
  width: 100%;
  background-size: 288px 40px;
  background-repeat: repeat-x;
  position: absolute;
  z-index: 1;
  top: -288px;
}
footer.ex section {
  color: white;
}
footer.ex section > h2 img {
  width: 20%;
  min-width: 280px;
}
footer.ex section > p img {
  width: 20%;
  min-width: 200px;
}
footer.ex section > div {
  margin-bottom: 4rem;
}
footer.ex .kahoot-use-box {
  color: #000064;
}
footer.ex .kahoot-use-box a {
  display: inline-block;
  padding: 0.5em 3em;
  background-color: #000064;
  color: white;
  border-radius: 3em;
}
footer.ex .kahoot-link-box {
  display: flex;
  gap: 1rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
footer.ex .copyright {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer.ex .copyright small {
  color: black;
  background-color: white;
  padding: 0.5em 1em;
  border-radius: 20px;
}/*# sourceMappingURL=styles.css.map */