@charset "UTF-8";
/* -----------------------------------------------------------------------
reset
------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quando&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

body, html {
  font-size: 100%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul,
li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* -----------------------------------------------------------------------
ress +
------------------------------------------------------------------------- */
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

b, strong {
  font-weight: bolder; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

input {
  border-radius: 0; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: bold; }

button {
  overflow: visible; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/*focus style */
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; }

button,
select {
  text-transform: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #333;
  color: #fff;
  text-shadow: none; }

/* -----------------------------------------------------------------------
add
------------------------------------------------------------------------- */
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

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

/*safari*/
* {
  min-height: 0vw; }

/*----------------------------------------------------------
Properties
-----------------------------------------------------------*/
:root {
  --bgBody: #fff;
  --txBody: #333;
  --pointCl01:#f9894c;
  --pointCl02:#cccd7a;
  --pointCl03:#fc7931;
  --bgCl01:#fdf9e0;
  --bgCl02:#e5e177;
  --bgCl03:#f6f2ed;
  --lineCl01:#dedede;
  --lineCl02:#e1d4ce;
  --lineCl03:#dbd2cc;
  --kadomaru:20px;
  --kadomarusp:15px;
  --kadomaruL:90px;
  --kadomaruLsp:45px;
  --hdrH:130px;
  --hdrHsp:70px;
  --trTime: .5s;
  --spMaxW:350px;
  --overOp:0.85; }

@media screen and (min-width: 1260px) {
  .forPC {
    display: inherit !important; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forPC {
    display: none; } }
@media screen and (max-width: 767px) {
  .forPC {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forTB {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forTB {
    display: inherit !important; } }
@media screen and (max-width: 767px) {
  .forTB {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forTB2 {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forTB2 {
    display: none; } }
  @media screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 999px) {
    .forTB2 {
      display: inherit !important; } }

@media screen and (max-width: 767px) {
  .forTB2 {
    display: none; } }

@media screen and (min-width: 1260px) {
  .forSP {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1259px) {
  .forSP {
    display: none; } }
@media screen and (max-width: 767px) {
  .forSP {
    display: inherit !important; } }

header #hdrIn, #mainImage #mainImageIn, #ftrSdgs .inner, #ftrBtm, #container.toppage #top--movie,
.wrapBoxW, #container.second #notfound, #container.toppage #top--hakubutsukan,
.wrapBox,
.wrapBoxC {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 767px) {
    header #hdrIn, #mainImage #mainImageIn, #ftrSdgs .inner, #ftrBtm, #container.toppage #top--movie,
    .wrapBoxW, #container.second #notfound, #container.toppage #top--hakubutsukan,
    .wrapBox,
    .wrapBoxC {
      padding-left: 20px;
      padding-right: 20px; } }

header #hdrIn, #mainImage #mainImageIn {
  width: 1320px;
  max-width: calc(100% - 60px); }
  @media screen and (max-width: 767px) {
    header #hdrIn, #mainImage #mainImageIn {
      max-width: calc(100% - 40px); } }

#ftrSdgs .inner, #ftrBtm, #container.toppage #top--movie,
.wrapBoxW {
  width: 1320px; }

#container.second #notfound, #container.toppage #top--hakubutsukan,
.wrapBox {
  width: 1260px; }

.wrapBoxC {
  width: 1220px; }

/*-----------------------------------------------------
font size
--------------------------------------------------------*/
html {
  font-size: 10px; }

body {
  font-size: 16px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.5rem; } }
  @media screen and (max-width: 374px) {
    body {
      font-size: 1.4rem; } }

/*----------------------------------------------------------
thumbnail img 
-----------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

input {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R, #container.toppage #top--snslink .titBox h2 span, #mainImage #mainImageIn .mainTxt p, #container.toppage #top--enjoy .inner .item p, #container.toppage #top--movie .txtBox p,
.font01M, #container.toppage #top--enjoy .inner .item h3,
.font01B {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

#container.toppage #top--news .wrapBoxW .titBox h2, #container.toppage #top--enjoy h2, #container.toppage #top--snslink .titBox h2, #container.toppage #top--snslink .snsBox .more a span, header nav > ul.gnav > li > a, .spNav ul.gnav li, #container.toppage #top--snslink .snsBox h3 {
  font-family: "Quando", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

#ftrBtm .ftrBtm--tel a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em; }

#container.toppage #top--news .wrapBoxW .titBox h2 span, #container.toppage #top--enjoy h2 span, input[type="checkbox"],
input[type="radio"],
.fontDef {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400; }

.font01R {
  font-weight: 400; }

#container.toppage #top--snslink .titBox h2 span, #mainImage #mainImageIn .mainTxt p, #container.toppage #top--enjoy .inner .item p, #container.toppage #top--movie .txtBox p,
.font01M {
  font-weight: 500; }

#container.toppage #top--enjoy .inner .item h3,
.font01B {
  font-weight: 700; }

/*--------------------------------------------------------------------
1. bg
---------------------------------------------------------------------*/
/*--------------------------------------------------------------------
2. title
---------------------------------------------------------------------*/
#container.toppage #top--news .wrapBoxW .titBox h2, #container.toppage #top--enjoy h2 {
  text-align: center;
  font-size: clamp(28px, 3.175vw, 40px);
  font-weight: 500; }
  #container.toppage #top--news .wrapBoxW .titBox h2 span, #container.toppage #top--enjoy h2 span {
    display: block;
    margin-top: 15px;
    font-size: clamp(14px, 1.429vw, 18px);
    font-weight: 500; }

#container.toppage #top--snslink .titBox h2 {
  text-align: center;
  font-size: clamp(28px, 2.857vw, 36px);
  font-weight: 500;
  line-height: calc(70/56); }
  #container.toppage #top--snslink .titBox h2 span {
    display: block;
    margin-bottom: 15px;
    font-size: clamp(14px, 1.905vw, 24px); }

/*--------------------------------------------------------------------
3. text
---------------------------------------------------------------------*/
/* sp common
------------------------------------------------------*/
/* link
------------------------------------------------------*/
#container.second section p a.txtlink, #container.second section li a.txtlink, #container.second section td a.txtlink, #container.second section dd a.txtlink {
  display: inline-block;
  color: var(--txBody);
  position: relative; }
  #container.second section p a.txtlink::after, #container.second section li a.txtlink::after, #container.second section td a.txtlink::after, #container.second section dd a.txtlink::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: var(--txBody);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: var(--trTime);
    opacity: 0; }
  #container.second section p a.txtlink:hover::after, #container.second section li a.txtlink:hover::after, #container.second section td a.txtlink:hover::after, #container.second section dd a.txtlink:hover::after {
    opacity: 1; }

/*--------------------------------------------------------------------
4. list
---------------------------------------------------------------------*/
ul.cList01 > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cList01 > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

ul.cListAt01 > li {
  padding-left: 1.2em;
  position: relative; }
  ul.cListAt01 > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0; }

ol.cNumList01 {
  counter-reset: num01; }
  ol.cNumList01 > li {
    padding-left: 1.2em;
    position: relative; }
    ol.cNumList01 > li::before {
      counter-increment: num01;
      content: counter(num01) ".";
      position: absolute;
      top: 0;
      left: 0; }

ol.cNumList02 {
  counter-reset: num02; }
  ol.cNumList02 > li {
    padding-left: 2.5em;
    position: relative; }
    ol.cNumList02 > li::before {
      counter-increment: num02;
      content: "(" counter(num02) ")";
      position: absolute;
      top: 0;
      left: 0; }

/*--------------------------------------------------------------------
5. table
---------------------------------------------------------------------*/
table.cTb01, #form table {
  width: 100%;
  border-top: var(--lineCl01) 1px solid; }
  table.cTb01 th, #form table th, table.cTb01 td, #form table td {
    border-bottom: var(--lineCl01) 1px solid;
    padding: 25px 0;
    text-align: left;
    vertical-align: top;
    position: relative; }
  table.cTb01 th, #form table th {
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    table.cTb01 th, #form table th, table.cTb01 td, #form table td {
      display: list-item;
      list-style-type: none;
      font-size: 1.4rem;
      line-height: 2;
      padding: 15px 0; }
    table.cTb01 th, #form table th {
      border-bottom: none;
      padding-bottom: 0; }
    table.cTb01 td, #form table td {
      padding-top: 0; } }

/*--------------------------------------------------------------------
6. btn
---------------------------------------------------------------------*/
#container.toppage #top--news .btnList ul li a, #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a {
  display: block;
  width: 360px;
  height: 78px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: var(--lineCl02) 2px solid;
  border-radius: 50vw;
  padding-left: 40px;
  line-height: 76px;
  text-align: left;
  color: var(--txBody);
  font-size: clamp(16px, 1.349vw, 17px);
  font-weight: 500;
  position: relative; }
  #container.toppage #top--news .btnList ul li a::before, #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 29px;
    height: 29px;
    background-image: url("../images/ico_arw_01.svg");
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  #container.toppage #top--news .btnList ul li a:hover, #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a:hover {
    border-color: var(--pointCl01);
    background-color: var(--pointCl01);
    color: #fff; }
    #container.toppage #top--news .btnList ul li a:hover::before, #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a:hover::before {
      background-image: url("../images/ico_arw_01ov.svg"); }
#container.toppage #top--enjoy .inner .item:nth-child(1) .btn a {
  background-color: var(--pointCl01);
  border-color: var(--pointCl01);
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  text-align: center; }
  #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a::before {
    background-image: url("../images/ico_arw_01ov.svg"); }
  #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a:hover {
    background-color: var(--pointCl03);
    border-color: var(--pointCl03); }
@media screen and (max-width: 999px) {
  #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a {
    width: 288px;
    height: 62.4px;
    line-height: 60.8px;
    padding-left: 24px;
    padding-right: 24px; }
    #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a::before {
      width: 23.2px;
      height: 23.2px;
      right: 16px; } }
@media screen and (max-width: 767px) {
  #container.toppage #top--news .btnList ul li a, #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a {
    width: 300px;
    height: 60px;
    border-width: 1px;
    padding-left: 20px;
    line-height: 59px; }
    #container.toppage #top--news .btnList ul li a::before, #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a::before {
      width: 25px;
      height: 25px;
      right: 13px; }
  #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a {
    padding-left: 15px;
    padding-right: 15px; } }

#container.toppage #top--snslink .snsBox .more a {
  display: block;
  width: 200px;
  height: 55px;
  padding-right: 60px;
  padding-bottom: 1px;
  max-width: 100%;
  position: relative; }
  #container.toppage #top--snslink .snsBox .more a::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/ico_arw_02.svg");
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  #container.toppage #top--snslink .snsBox .more a span {
    display: inline-block;
    font-size: 1.6rem;
    text-align: left;
    color: var(--txBody);
    line-height: 53px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: all var(--trTime); }
    #container.toppage #top--snslink .snsBox .more a span::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: var(--txBody);
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s;
      z-index: 1000; }
    #container.toppage #top--snslink .snsBox .more a span:hover::after {
      transform: scale(1, 1);
      transform-origin: left top; }
    #container.toppage #top--snslink .snsBox .more a span::after {
      bottom: 5px; }
@media screen and (max-width: 767px) {
  #container.toppage #top--snslink .snsBox .more a {
    width: 140px;
    height: 27.5px;
    padding-right: 32.5px; }
    #container.toppage #top--snslink .snsBox .more a::after {
      width: 27.5px;
      height: 27.5px; }
    #container.toppage #top--snslink .snsBox .more a span {
      font-size: 1.4rem;
      line-height: 26.5px; } }

/*--------------------------------------------------------------------
7. other
---------------------------------------------------------------------*/
header h1 a,
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 101%; }
  header h1 a::before,
  header .logo a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    background-position: left center;
    background-image: url("../images/logo.svg");
    position: absolute;
    top: 0;
    left: 0; }

header nav > ul.snslink, .spNav ul.snslink {
  width: 140px;
  height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  header nav > ul.snslink li a, .spNav ul.snslink li a {
    display: block; }
  header nav > ul.snslink li a:hover, .spNav ul.snslink li a:hover {
    opacity: 0.7; }
  header nav > ul.snslink li.youtube, .spNav ul.snslink li.youtube {
    width: 32px; }
  header nav > ul.snslink li.insta, .spNav ul.snslink li.insta {
    width: 33px; }
  header nav > ul.snslink li.tiktok, .spNav ul.snslink li.tiktok {
    width: 32px; }

/*--------------------------------------------------------------------
form
---------------------------------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  margin: 0 4px 0 0;
  top: -1px; }

/*--必須--*/
#form table th > span {
  display: inline-block;
  width: 38px;
  height: 16px;
  margin-left: 1.5em;
  text-align: center;
  color: #fff;
  background-color: #fe8b68;
  line-height: 16px;
  font-size: 10px;
  vertical-align: middle;
  letter-spacing: 0.01em;
  transform: translateY(-2px); }

#form table {
  margin-bottom: 80px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #form table {
      margin-bottom: liquid2(80); } }
  @media screen and (max-width: 767px) {
    #form table {
      margin-bottom: 40px; } }
  #form table th,
  #form table td {
    line-height: calc(40/18); }
  #form table th {
    width: 250px;
    padding-top: 30px;
    padding-left: 5px;
    font-size: clamp(16px, 1.429vw, 18px);
    font-weight: 500; }
    @media screen and (max-width: 999px) {
      #form table th {
        width: 200px; } }
  #form table th > div {
    margin-top: 5px;
    font-size: clamp(14px, 1.27vw, 16px);
    text-align: left;
    line-height: 19px;
    line-height: calc(28/14); }
  #form table th > div.inline {
    display: inline-block;
    margin-left: 1em; }
  #form table td {
    vertical-align: middle;
    font-size: 1em;
    padding-left: 25px; }
  @media screen and (max-width: 767px) {
    #form table th {
      width: 100%;
      padding-bottom: 20px; }
    #form table td {
      padding-left: 0;
      padding-bottom: 25px;
      font-size: 1.5rem; } }
  #form table td.chk label {
    display: block; }
  #form table td.name div {
    width: 50%;
    float: left;
    padding-right: 10px; }
    #form table td.name div + div {
      padding-left: 10px;
      padding-right: 0; }
    @media screen and (max-width: 767px) {
      #form table td.name div {
        width: auto;
        float: none;
        padding-right: 0; }
        #form table td.name div + div {
          padding-left: 0;
          padding-right: 0;
          padding-top: 15px; } }
  #form table td.privacy span,
  #form table td.privacy label {
    margin-top: 10px;
    font-weight: 500;
    font-size: clamp(16px, 1.349vw, 17px); }
  #form table ::placeholder {
    color: #bbbbbb; }

/*--form parts --*/
#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form input[type="tel"],
#form textarea {
  background-color: #eff2ed;
  border-radius: 5px;
  padding: 12px 10px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #form input[type="text"],
    #form input[type="email"],
    #form input[type="url"],
    #form input[type="tel"],
    #form textarea {
      padding: 10px;
      font-size: 16px; } }
#form textarea {
  height: 10em; }
#form select {
  background: #dcdcdc url("../images/select.svg") no-repeat scroll 95% 50%/15px auto;
  border-radius: 5px;
  padding: 10px 7px;
  position: relative;
  width: 310px;
  max-width: 100%; }

/*--form btn--*/
#form .formBtn button,
#form .formBtn input,
.btnThanks a, #container.second #notfound .btn a {
  display: block;
  width: 360px;
  height: 72px;
  max-width: 100%;
  border-radius: 50vw;
  border: var(--pointCl01) 1px solid;
  color: var(--pointCl01);
  font-size: clamp(15px, 1.349vw, 17px);
  text-align: center;
  line-height: 70px;
  font-weight: 500;
  cursor: pointer; }
  #form .formBtn button:hover,
  #form .formBtn input:hover,
  .btnThanks a:hover, #container.second #notfound .btn a:hover {
    background-color: var(--pointCl01);
    color: #fff; }
  @media screen and (max-width: 767px) {
    #form .formBtn button,
    #form .formBtn input,
    .btnThanks a, #container.second #notfound .btn a {
      width: 260px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4rem; } }

#form .formBtn {
  text-align: center; }

#form .formBtn button,
#form .formBtn input,
.btnThanks a {
  margin: 0 auto;
  transition: var(--trTime); }

.btnThanks {
  padding: 80px 0 80px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    .btnThanks {
      padding: 6.6667% 0 6.6667%; } }
  @media screen and (max-width: 767px) {
    .btnThanks {
      padding: 40px 0 40px; } }

.wpcf7-list-item {
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em !important;
  padding: 1em !important; }

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信ボタン下完了時 */
  border-color: transparent !important; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  /* 送信ボタン下未入力警告 */
  border-color: transparent !important;
  color: red !important;
  text-align: center !important; }

.wpcf7-not-valid-tip {
  /* 必須未入力項目下の文章 */
  border-color: transparent !important;
  font-size: 12px;
  color: red !important; }

.wpcf7-form-control-wrap.recaptcha {
  display: block;
  padding-bottom: 30px; }

.wpcf7 form.submitting .wpcf7-submit {
  pointer-events: none;
  opacity: 0.5; }

/*--------------------------------------------------------------------
404
---------------------------------------------------------------------*/
#container.second #notfound {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.second #notfound {
      padding-top: 8.3333%;
      padding-bottom: 8.3333%; } }
  #container.second #notfound h1 {
    text-align: center;
    font-size: clamp(20px, 2.381vw, 30px);
    font-weight: bold;
    margin-bottom: 50px; }
  #container.second #notfound p {
    text-align: center;
    padding-bottom: 50px; }
  #container.second #notfound .btn a {
    margin: 0 auto;
    transition: var(--trTime); }

/*--------------------------------------------------------------------
animation
---------------------------------------------------------------------*/
.fadein {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 2s, visibility 2s, transform 2s; }

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

/*-----------------------------------------------------
base setting
--------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.iphone body,
.ipad body,
.ipod body {
  cursor: pointer; }

*:focus {
  outline: none; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: var(--bgBody);
  color: var(--txBody); }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
html, body {
  height: 100%; }

body {
  width: 100%;
  text-align: center; }

a {
  color: var(--txBody);
  text-decoration: none;
  transition: all var(--trTime); }

strong {
  font-weight: bold; }

#wrapper {
  position: relative; }

/* -----------------------------------------------------------------------
clearfix
------------------------------------------------------------------------- */
header #hdrIn, #mainImage #mainImageIn, #ftrSdgs .inner, #ftrBtm, #container.toppage #top--movie,
.wrapBoxW, #container.second #notfound, #container.toppage #top--hakubutsukan,
.wrapBox,
.wrapBoxC,
.clearfix,
header,
section {
  display: block; }
  header #hdrIn::after, #mainImage #mainImageIn::after, #ftrSdgs .inner::after, #ftrBtm::after, #container.toppage #top--movie::after,
  .wrapBoxW::after, #container.second #notfound::after, #container.toppage #top--hakubutsukan::after,
  .wrapBox::after,
  .wrapBoxC::after, header #hdrIn::before, #mainImage #mainImageIn::before, #ftrSdgs .inner::before, #ftrBtm::before, #container.toppage #top--movie::before,
  .wrapBoxW::before, #container.second #notfound::before, #container.toppage #top--hakubutsukan::before,
  .wrapBox::before,
  .wrapBoxC::before,
  .clearfix::after,
  .clearfix::before,
  header::after,
  header::before,
  section::after,
  section::before {
    content: "";
    display: block;
    clear: both; }

/*--------------------------------------------------------------------
   header
---------------------------------------------------------------------*/
.drawer-open header {
  z-index: inherit; }

html, body {
  scroll-padding-top: calc(var(--hdrH) + 30px);
  scroll-behavior: smooth; }
  @media screen and (max-width: 767px) {
    html, body {
      scroll-padding-top: calc(var(--hdrHsp) + 30px); } }

/*#wrapper{
	padding-top:var(--hdrH);
	@include mq(sp){
		padding-top:var(--hdrHsp);
	}
}*/
header {
  height: var(--hdrH);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  padding-top: 40px;
  opacity: 1;
  transition: opacity .3s,padding-top .3s; }
  header.in-footer {
    opacity: 0; }
  header #hdrIn {
    height: 80px;
    background-color: white;
    border: var(--lineCl02) 1px solid;
    border-radius: 50vw;
    position: relative; }
  header h1,
  header .logo {
    width: 240px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto 0;
    margin-left: 50px; }
  header nav {
    margin-left: 310px;
    padding-top: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header nav > ul.gnav {
      margin-right: 10px;
      text-align: right;
      height: 45px; }
      header nav > ul.gnav > li {
        display: inline-block;
        margin-right: 25px;
        position: relative; }
        header nav > ul.gnav > li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 45px;
          line-height: 45px;
          font-size: clamp(16px, 1.349vw, 17px);
          color: var(--txBody);
          letter-spacing: 0.1em;
          cursor: pointer; }
          header nav > ul.gnav > li > a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          header nav > ul.gnav > li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
  @media screen and (max-width: 767px) {
    header {
      height: var(--hdrHsp);
      padding-top: 22px; }
      header #hdrIn {
        max-width: calc(100% - 40px);
        height: 50px; }
      header h1,
      header .logo {
        width: 120px;
        height: 12px;
        margin-left: 15px; } }

/* drawer-open*/
.drawer-open header {
  z-index: inherit;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500;
  padding-top: 0; }
  .drawer-open header #hdrIn {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: none; }
    .drawer-open header #hdrIn h1,
    .drawer-open header #hdrIn .logo {
      display: none; }

/*--------------------------------------------------------------------
   footer
---------------------------------------------------------------------*/
footer {
  padding-bottom: 30px;
  position: relative;
  z-index: 1; }

#ftrSdgs {
  border-bottom: var(--lineCl01) 1px solid;
  padding-bottom: 35px; }
  #ftrSdgs .inner {
    display: flex;
    align-items: center; }
    #ftrSdgs .inner .bnrBox {
      width: 21.4286%;
      margin-left: 30px; }
    #ftrSdgs .inner .txtBox {
      flex: 1;
      padding-left: 30px; }
      #ftrSdgs .inner .txtBox p {
        text-align: left;
        font-size: clamp(12px, 1.27vw, 16px);
        line-height: calc(26/16); }
  @media screen and (max-width: 767px) {
    #ftrSdgs .inner {
      display: block; }
      #ftrSdgs .inner .bnrBox {
        width: 52.2388%;
        margin: 0 auto 20px; }
      #ftrSdgs .inner .txtBox {
        padding-left: 0; }
        #ftrSdgs .inner .txtBox p {
          line-height: calc(50/24); } }

#ftrBtm {
  padding-top: 40px;
  display: flex;
  align-items: center; }
  #ftrBtm .ftrBtm--bnr {
    width: 26.0317%;
    margin-left: 30px; }
  #ftrBtm .ftrBtm--tel {
    flex: 1;
    text-align: center; }
    #ftrBtm .ftrBtm--tel a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 500;
      font-size: clamp(20px, 2.698vw, 34px); }
      #ftrBtm .ftrBtm--tel a span {
        display: inline-block;
        margin-right: 0.2em;
        font-weight: 500;
        font-size: clamp(15px, 1.905vw, 24px); }
    #ftrBtm .ftrBtm--tel p {
      margin-top: 15px;
      text-align: center;
      font-size: clamp(13px, 1.19vw, 15px); }
  #ftrBtm .ftrBtm--link {
    flex: 1; }
    #ftrBtm .ftrBtm--link ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      #ftrBtm .ftrBtm--link ul li {
        margin: 0 2vw; }
        #ftrBtm .ftrBtm--link ul li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          transition: all var(--trTime);
          display: block;
          height: 30px;
          line-height: 30px;
          font-size: clamp(15px, 1.27vw, 16px);
          color: var(--txBody);
          cursor: pointer; }
          #ftrBtm .ftrBtm--link ul li > a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: var(--txBody);
            transform-origin: right top;
            transform: scale(0, 1);
            transition: transform .3s;
            z-index: 1000; }
          #ftrBtm .ftrBtm--link ul li > a:hover::after {
            transform: scale(1, 1);
            transform-origin: left top; }
  @media screen and (max-width: 999px) {
    #ftrBtm .ftrBtm--tel {
      flex: 2; }
    #ftrBtm .ftrBtm--link {
      flex: 1; }
      #ftrBtm .ftrBtm--link ul {
        display: block; }
        #ftrBtm .ftrBtm--link ul li {
          margin: 0; }
          #ftrBtm .ftrBtm--link ul li a {
            display: inline-block; } }
  @media screen and (max-width: 767px) {
    #ftrBtm {
      padding-top: 30px;
      display: block; }
      #ftrBtm .ftrBtm--bnr {
        width: 58.806%;
        margin: 0 auto 20px; }
      #ftrBtm .ftrBtm--tel {
        padding-bottom: 30px; }
        #ftrBtm .ftrBtm--tel a {
          font-size: 2.4rem; }
          #ftrBtm .ftrBtm--tel a span {
            font-size: 1.5rem; }
      #ftrBtm .ftrBtm--link ul {
        display: block; }
        #ftrBtm .ftrBtm--link ul li {
          margin: 0; }
          #ftrBtm .ftrBtm--link ul li a {
            display: inline-block; } }

/*--------------------------------------------------------------------
   container
---------------------------------------------------------------------*/
#container {
  overflow-x: hidden;
  padding-bottom: 120px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container {
      padding-bottom: 10%; } }
  @media screen and (max-width: 767px) {
    #container {
      padding-bottom: 16%; } }

/* base
-----------------------*/
div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
  font-size: clamp(16px, 1.429vw, 18px);
  line-height: calc(34/18);
  text-align: left;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 767px) {
    div[id="container"] section p, div[id="container"] section li, div[id="container"] section dt, div[id="container"] section dd, div[id="container"] section th, div[id="container"] section td {
      font-size: 1.6rem;
      line-height: calc(60/30) !important; } }
div[id="container"] p + * {
  margin-top: 30px; }
div[id="container"] ul + * {
  margin-top: 30px; }
div[id="container"] ol + * {
  margin-top: 30px; }
div[id="container"] dl + * {
  margin-top: 30px; }
div[id="container"] table + * {
  margin-top: 30px; }

/*===========================================
_drawer.scss
=============================================*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 9000;
  top: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: var(--txBody);
  background-color: #f2f090; }
  .drawer-nav::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 52.8%;
    height: auto;
    padding-top: 54.6667%;
    background-image: url("../images/moyou/moyou_03.png");
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -13.3333%; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  /*right: 16.25rem;*/ }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: absolute;
  top: 0;
  display: block;
  box-sizing: border-box;
  width: 47px;
  height: 47px;
  padding: 0 15px;
  background-color: var(--pointCl01);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  border-radius: 50vw;
  margin-top: calc((80px - 47px)/2);
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger {
      width: calc(54px * 0.6);
      height: calc(54px * 0.6);
      padding: 0 calc(15px * 0.6);
      margin-top: calc((48px - 54px * 0.6)/2);
      margin-right: 10px; } }

.drawer-hamburger:hover {
  cursor: pointer; }

.drawer-hamburger-icon {
  position: relative;
  display: block; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff; }

.drawer-hamburger-icon {
  background-color: transparent; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -3px;
  left: 0;
  content: ' '; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
      top: -2px; } }

.drawer-hamburger-icon:after {
  top: 3px; }
  @media screen and (max-width: 767px) {
    .drawer-hamburger-icon:after {
      top: 2px; } }

.drawer-open .drawer-hamburger {
  background-color: #fff; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  background-color: var(--txBody); }

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

/*
@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
*/
/*!------------------------------------*\
    add
\*!------------------------------------*/
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  -webkit-overflow-scrolling: touch; }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  -webkit-overflow-scrolling: touch; }

.drawer--right .drawer-hamburger {
  right: 0px; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    width: 100%; } }
/*--------------------------------------------------------------------
   hamburger
---------------------------------------------------------------------*/
.drawer-hamburger {
  display: none; }

@media screen and (max-width: 1099px) {
  .drawer-hamburger {
    display: block; }

  header nav {
    display: none; } }
/*--------------------------------------------------------------------
   menu
---------------------------------------------------------------------*/
.spNav {
  padding-top: var(--hdrH);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .spNav ul.gnav {
    margin-bottom: 40px;
    text-align: center; }
    .spNav ul.gnav li {
      font-size: 1.7rem; }
      .spNav ul.gnav li a {
        display: block;
        padding: calc(45 / 34 * 1em) 0; }
  .spNav ul.snslink {
    margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .spNav {
      padding-top: var(--hdrHsp);
      padding-left: 20px;
      padding-right: 20px; } }

/*mainimage
------------------------------------------------------*/
#mainImage {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  #mainImage::before, #mainImage::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    position: absolute;
    z-index: 1; }
  #mainImage::before {
    width: 567px;
    padding-top: 407px;
    background-image: url("../images/moyou/moyou_02.png");
    top: 0;
    right: 0;
    margin-top: -7px;
    margin-right: -107px; }
  #mainImage::after {
    width: 536px;
    padding-top: 487px;
    background-image: url("../images/moyou/moyou_01.png");
    bottom: 0;
    left: 0;
    margin-bottom: -48px;
    margin-left: -468px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #mainImage::before {
      width: 47.25%;
      padding-top: 33.9167%;
      margin-top: -0.5833%;
      margin-right: -8.9167%; }
    #mainImage::after {
      width: 44.6667%;
      padding-top: 40.5833%;
      margin-bottom: -4%;
      margin-left: -39%; } }
  #mainImage #mainImageIn {
    margin-top: 190px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    #mainImage #mainImageIn .movieBox {
      flex: 800 1 0;
      position: relative; }
      #mainImage #mainImageIn .movieBox::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: calc(238/800 * 100%);
        height: auto;
        padding-top: calc(172/800 * 100%);
        background-image: url("../images/moyou/pic_main.svg");
        position: absolute;
        top: 0;
        left: 0;
        margin-left: calc(-190/800 * 100%);
        margin-top: calc(20/800 * 100%);
        z-index: 5; }
      #mainImage #mainImageIn .movieBox .mainMovie {
        width: 100%;
        aspect-ratio: 8/5;
        margin: 0 auto;
        border-radius: var(--kadomaru);
        overflow: hidden;
        position: relative;
        z-index: 3; }
        #mainImage #mainImageIn .movieBox .mainMovie video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          position: absolute;
          top: 0;
          left: 0; }
    #mainImage #mainImageIn .mainTxt {
      flex: 520 1 0; }
      #mainImage #mainImageIn .mainTxt p {
        padding-left: calc(60/520 * 100%);
        text-align: left;
        font-size: clamp(18px, 2.222vw, 28px);
        line-height: calc(64/30); }
        @media screen and (min-width: 768px) and (max-width: 1259px) {
          #mainImage #mainImageIn .mainTxt p {
            padding-left: 0; } }
  @media screen and (max-width: 767px) {
    #mainImage::before {
      width: 75.6%;
      padding-top: 54.2667%;
      margin-top: -0.9333%;
      margin-right: -15.4667%; }
    #mainImage::after {
      width: 71.4667%;
      padding-top: 64.9333%;
      margin-bottom: -4%;
      margin-left: -57.8667%; }
    #mainImage #mainImageIn {
      margin-top: 110px;
      display: block;
      max-width: 100%; }
      #mainImage #mainImageIn .movieBox::before {
        width: 38.3582%;
        padding-top: 27.7612%;
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: -5.9701%; }
      #mainImage #mainImageIn .mainTxt {
        padding-top: 8.9552%; }
        #mainImage #mainImageIn .mainTxt p {
          padding-left: 0;
          text-align: center; } }

/*container
------------------------------------------------------*/
#container.toppage {
  margin-top: -70px;
  padding-top: 208px; }
  @media screen and (max-width: 767px) {
    #container.toppage {
      margin-top: 0;
      padding-top: 170px; } }

/*top--news-----*/
#container.toppage #top--news {
  background-color: var(--bgCl01);
  padding-bottom: 230px;
  position: relative; }
  #container.toppage #top--news::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 1974px;
    height: auto;
    padding-top: 352px;
    background-image: url("../images/moyou/nami_01.svg");
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -208px;
    margin-left: auto;
    margin-right: auto;
    z-index: -1; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--news {
      padding-bottom: 19.1667%; }
      #container.toppage #top--news::before {
        width: 164.5%;
        padding-top: 29.3333%;
        margin-top: -17.3333%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news {
      padding-bottom: 30.6667%; }
      #container.toppage #top--news::before {
        width: 194.9333%;
        padding-top: 34.6667%;
        margin-top: -26.6667%;
        transform: translateX(-20%); } }
  #container.toppage #top--news .wrapBoxW .titBox {
    padding-bottom: 5.1587%;
    position: relative;
    z-index: 2; }
    #container.toppage #top--news .wrapBoxW .titBox::before, #container.toppage #top--news .wrapBoxW .titBox::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      height: auto;
      position: absolute;
      top: 0;
      left: 50%; }
    #container.toppage #top--news .wrapBoxW .titBox::before {
      width: 21.9841%;
      padding-top: 14.6825%;
      background-image: url("../images/moyou/illust_01.png");
      margin-left: -37.4603%;
      margin-top: -9.3651%; }
    #container.toppage #top--news .wrapBoxW .titBox::after {
      width: 17.619%;
      padding-top: 12.619%;
      background-image: url("../images/moyou/illust_02.png");
      margin-left: 17.7778%;
      margin-top: -8.254%; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news .wrapBoxW .titBox {
      padding-bottom: 10.4478%; }
      #container.toppage #top--news .wrapBoxW .titBox::before {
        width: 44.7761%;
        padding-top: 29.8507%;
        margin-left: -44.7761%;
        margin-top: -34.9254%; }
      #container.toppage #top--news .wrapBoxW .titBox::after {
        width: 38.806%;
        padding-top: 27.9104%;
        margin-left: 5.0746%;
        margin-top: -34.0299%; } }
  #container.toppage #top--news .bgBox {
    position: relative; }
    #container.toppage #top--news .bgBox::before, #container.toppage #top--news .bgBox::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      height: auto;
      position: absolute;
      z-index: 1; }
    #container.toppage #top--news .bgBox::before {
      width: 31.4286%;
      padding-top: 32.619%;
      background-image: url("../images/moyou/moyou_05.png");
      top: 0;
      right: 0;
      margin-top: -8.6508%;
      margin-right: -13.5714%; }
    #container.toppage #top--news .bgBox::after {
      width: 23.4921%;
      padding-top: 31.1111%;
      background-image: url("../images/moyou/moyou_06.png");
      bottom: 0;
      left: 0;
      margin-bottom: 17.1429%;
      margin-left: -9.0476%; }
    @media screen and (max-width: 767px) {
      #container.toppage #top--news .bgBox::before {
        width: 59.1045%;
        padding-top: 61.3433%;
        margin-top: -17.0149%;
        margin-right: -26.4179%; }
      #container.toppage #top--news .bgBox::after {
        width: 44.1791%;
        padding-top: 58.5075%;
        top: 50%;
        bottom: auto;
        margin-bottom: auto;
        margin-left: -23.2836%; } }
  #container.toppage #top--news .cBlogList {
    display: block;
    position: relative;
    z-index: 2; }
    #container.toppage #top--news .cBlogList::after, #container.toppage #top--news .cBlogList::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--news .cBlogList li {
      width: 30.9524%;
      float: left;
      margin-right: 3.5714%;
      margin-bottom: 3.1746%; }
      #container.toppage #top--news .cBlogList li:nth-child(3n) {
        margin-right: 0; }
      #container.toppage #top--news .cBlogList li > a {
        display: block;
        background-color: #fff;
        border: var(--lineCl02) 2px solid;
        border-radius: var(--kadomaru);
        overflow: hidden; }
        #container.toppage #top--news .cBlogList li > a .img {
          padding-top: 52.6315789474%;
          position: relative;
          overflow: hidden; }
          #container.toppage #top--news .cBlogList li > a .img img {
            object-fit: cover;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            transition: all 0.5s; }
        #container.toppage #top--news .cBlogList li > a:hover .img img {
          transform: scale(1.15); }
        #container.toppage #top--news .cBlogList li > a .txt {
          padding: 20px 30px; }
          @media screen and (max-width: 999px) {
            #container.toppage #top--news .cBlogList li > a .txt {
              padding: 20px; } }
          #container.toppage #top--news .cBlogList li > a .txt .sub {
            margin-bottom: 10px;
            text-align: left; }
            #container.toppage #top--news .cBlogList li > a .txt .sub span {
              display: inline-block; }
              #container.toppage #top--news .cBlogList li > a .txt .sub span.date {
                font-size: clamp(12px, 1.111vw, 14px);
                line-height: 24px;
                margin-right: 1em; }
              #container.toppage #top--news .cBlogList li > a .txt .sub span.cat {
                display: inline-block;
                min-width: 120px;
                height: 24px;
                border: var(--pointCl01) 1px solid;
                border-radius: 50vw;
                line-height: 22px;
                text-align: center;
                color: var(--pointCl01);
                font-size: 1.3rem; }
          #container.toppage #top--news .cBlogList li > a .txt p {
            font-weight: 500;
            font-size: clamp(16px, 1.429vw, 18px);
            line-height: calc(34/18); }
        #container.toppage #top--news .cBlogList li > a:hover {
          border-color: var(--pointCl01); }
          #container.toppage #top--news .cBlogList li > a:hover .txt p {
            text-decoration: underline; }
  #container.toppage #top--news .btnList {
    padding-top: 20px; }
    #container.toppage #top--news .btnList ul {
      width: 743px;
      max-width: 100%;
      margin: 0 auto;
      display: block; }
      #container.toppage #top--news .btnList ul::after, #container.toppage #top--news .btnList ul::before {
        content: "";
        display: block;
        clear: both; }
      #container.toppage #top--news .btnList ul li {
        width: calc(50% - 12px);
        float: left; }
        #container.toppage #top--news .btnList ul li:nth-child(2) {
          float: right; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--news .cBlogList {
      padding-left: 20px;
      padding-right: 20px; }
      #container.toppage #top--news .cBlogList li {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-right: auto;
        margin-bottom: 20px; }
        #container.toppage #top--news .cBlogList li:nth-child(3n) {
          margin-right: auto; }
        #container.toppage #top--news .cBlogList li > a {
          border-width: 1px;
          border-radius: var(--kadomarusp); }
          #container.toppage #top--news .cBlogList li > a .txt {
            padding: 20px; }
            #container.toppage #top--news .cBlogList li > a .txt .sub {
              margin-bottom: 10px;
              text-align: left; }
              #container.toppage #top--news .cBlogList li > a .txt .sub span.date {
                line-height: 20px; }
              #container.toppage #top--news .cBlogList li > a .txt .sub span.cat {
                min-width: 90px;
                height: 20px;
                line-height: 18px;
                font-size: 1rem; }
    #container.toppage #top--news .btnList {
      padding-top: 8.9552%; }
      #container.toppage #top--news .btnList ul li {
        width: auto;
        float: none;
        margin: 0 auto; }
        #container.toppage #top--news .btnList ul li:nth-child(2) {
          float: none;
          margin-top: 20px; } }

/*top--enjoy-----*/
#container.toppage #top--enjoy {
  background-color: var(--bgCl02);
  border-radius: var(--kadomaruL);
  padding-top: 90px;
  margin-top: -90px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--enjoy {
      padding-top: 7.5%;
      margin-top: -7.5%;
      padding-bottom: 10%; } }
  @media screen and (max-width: 767px) {
    #container.toppage #top--enjoy {
      border-radius: var(--kadomaruLsp);
      padding-top: 12%;
      margin-top: -12%;
      padding-bottom: 26.6667%; } }
  #container.toppage #top--enjoy h2 {
    margin-bottom: 7.5%;
    position: relative;
    z-index: 5; }
    @media screen and (max-width: 767px) {
      #container.toppage #top--enjoy h2 {
        margin-bottom: 19.403%; } }
  #container.toppage #top--enjoy .wrapBox {
    position: relative; }
    #container.toppage #top--enjoy .wrapBox::before, #container.toppage #top--enjoy .wrapBox::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      height: auto;
      position: absolute;
      z-index: 1; }
    #container.toppage #top--enjoy .wrapBox::before {
      width: 33%;
      padding-top: 34.25%;
      background-image: url("../images/moyou/moyou_05.png");
      top: 0;
      right: 0;
      margin-right: -15.5%; }
    #container.toppage #top--enjoy .wrapBox::after {
      width: 24.6667%;
      padding-top: 32.6667%;
      background-image: url("../images/moyou/moyou_06.png");
      bottom: 0;
      left: 0;
      margin-bottom: -5.5833%;
      margin-left: -12.9167%; }
    @media screen and (max-width: 767px) {
      #container.toppage #top--enjoy .wrapBox::before {
        width: 63.3333%;
        padding-top: 65.8667%;
        margin-top: 5.3333%;
        margin-right: -16%; }
      #container.toppage #top--enjoy .wrapBox::after {
        width: 47.3333%;
        padding-top: 62.9333%;
        margin-bottom: -15.6%;
        margin-left: -12.2667%; } }
  #container.toppage #top--enjoy .inner {
    display: block;
    position: relative;
    z-index: 5; }
    #container.toppage #top--enjoy .inner::after, #container.toppage #top--enjoy .inner::before {
      content: "";
      display: block;
      clear: both; }
    #container.toppage #top--enjoy .inner .item {
      width: 45%;
      float: left;
      background-color: #fff;
      border-radius: var(--kadomaru);
      padding: 5% 20px 3.3333%;
      position: relative;
      z-index: 2; }
      #container.toppage #top--enjoy .inner .item h3 {
        font-size: clamp(20px, 2.857vw, 36px);
        text-align: center;
        margin-bottom: 25px; }
      #container.toppage #top--enjoy .inner .item p {
        text-align: center;
        font-size: clamp(14px, 1.508vw, 19px);
        line-height: calc(40/19); }
      #container.toppage #top--enjoy .inner .item::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: calc(240/540 * 100%);
        height: auto;
        padding-top: calc(172/540 * 100%);
        position: absolute;
        top: 0;
        left: 0;
        margin-left: calc(-60/540 * 100%);
        margin-top: calc(-100/540 * 100%);
        z-index: 3; }
      #container.toppage #top--enjoy .inner .item::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        height: auto;
        position: absolute;
        z-index: 3;
        pointer-events: none; }
      #container.toppage #top--enjoy .inner .item:nth-child(1) {
        margin-left: 0.8333%; }
        #container.toppage #top--enjoy .inner .item:nth-child(1)::before {
          background-image: url("../images/img_enjyoi_01.png"); }
        #container.toppage #top--enjoy .inner .item:nth-child(1)::after {
          width: calc(237/540 * 100%);
          padding-top: calc(168/540 * 100%);
          background-image: url("../images/moyou/illust_04.png");
          bottom: 0;
          right: 0;
          margin-bottom: calc(-38/540 * 100%);
          margin-right: calc(-57/540 * 100%); }
        #container.toppage #top--enjoy .inner .item:nth-child(1) .btn a {
          margin: 0 auto; }
      #container.toppage #top--enjoy .inner .item:nth-child(2) {
        margin-right: 0.8333%;
        float: right; }
        #container.toppage #top--enjoy .inner .item:nth-child(2)::before {
          background-image: url("../images/img_enjyoi_02.png"); }
        #container.toppage #top--enjoy .inner .item:nth-child(2)::after {
          width: calc(220/540 * 100%);
          padding-top: calc(158/540 * 100%);
          background-image: url("../images/moyou/illust_07.png");
          top: 0;
          right: 0;
          margin-top: calc(-54/540 * 100%);
          margin-right: calc(-40/540 * 100%); }
        #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr {
          width: 400px;
          max-width: 100%;
          margin: 25px auto 0; }
          #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a {
            display: block;
            width: 100%;
            padding-top: 30%;
            position: relative;
            overflow: hidden;
            white-space: nowrap;
            text-indent: 101%;
            line-height: 0;
            font-size: 0.1em; }
            #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a::before, #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a::after {
              content: "";
              display: block;
              width: 100%;
              height: 100%;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: contain;
              position: absolute;
              top: 0;
              left: 0;
              transition: .3s; }
            #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a::before {
              z-index: 5; }
            #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a::after {
              z-index: 4; }
            #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a:hover::before {
              opacity: 0; }
            #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a::before {
              background-image: url("../images/bn_kids_channel.jpg"); }
            #container.toppage #top--enjoy .inner .item:nth-child(2) .bnr a::after {
              background-image: url("../images/bn_kids_channel_ov.jpg"); }
    @media screen and (max-width: 767px) {
      #container.toppage #top--enjoy .inner {
        padding-left: 20px;
        padding-right: 20px; }
        #container.toppage #top--enjoy .inner .item {
          width: auto;
          float: none;
          margin: 0 auto;
          border-radius: var(--kadomarusp);
          padding: 14.9254% 20px 11.9403%; }
          #container.toppage #top--enjoy .inner .item h3 {
            margin-bottom: 10px; }
          #container.toppage #top--enjoy .inner .item::before {
            width: 42.9851%;
            padding-top: 30.7463%;
            margin-left: -15px;
            margin-top: -16.4179%; }
          #container.toppage #top--enjoy .inner .item:nth-child(1) {
            margin-left: 0; }
            #container.toppage #top--enjoy .inner .item:nth-child(1)::after {
              width: 42.2388%;
              padding-top: 29.8507%;
              margin-bottom: -20.8955%;
              margin-right: -6.7164%; }
          #container.toppage #top--enjoy .inner .item:nth-child(2) {
            margin-top: 29.8507%;
            margin-right: 0;
            float: none; }
            #container.toppage #top--enjoy .inner .item:nth-child(2)::after {
              width: 39.1045%;
              padding-top: 28.3582%;
              background-image: url("../images/moyou/illust_07.png");
              top: auto;
              right: auto;
              bottom: 0;
              left: 0;
              margin-top: auto;
              margin-right: auto;
              margin-bottom: -23.8806%; } }

/*top--slide-----*/
#container.toppage #top--slide {
  padding-top: 90px;
  margin-top: -90px;
  background-color: var(--bgCl03);
  padding-bottom: 0;
  position: relative; }
  #container.toppage #top--slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    width: 1974px;
    height: auto;
    padding-top: 352px;
    background-image: url("../images/moyou/nami_02.svg");
    background-position: center top;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -160px;
    margin-right: -10px;
    z-index: -1; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--slide {
      padding-top: 12%;
      margin-top: -13.4328%; }
      #container.toppage #top--slide::before {
        width: 217.9104%;
        padding-top: 38.806%;
        margin-bottom: -23.8806%;
        right: auto;
        left: 0;
        transform: translateX(-20%); } }
  #container.toppage #top--slide .slideBox {
    width: 100%;
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2; }
    #container.toppage #top--slide .slideBox .slider {
      padding-top: 30px; }
      #container.toppage #top--slide .slideBox .slider .slider-item {
        padding: 0 15px 0;
        width: 470px; }
        #container.toppage #top--slide .slideBox .slider .slider-item img {
          border-radius: var(--kadomaru); }
        #container.toppage #top--slide .slideBox .slider .slider-item:nth-child(2n) {
          padding-top: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--slide {
      padding-top: 7.5%;
      margin-top: -7.5%; }
      #container.toppage #top--slide::before {
        width: 164.5%;
        padding-top: 29.3333%;
        margin-bottom: -13.3333%;
        margin-right: -0.8333%; }
      #container.toppage #top--slide .slideBox {
        padding-top: 7.5%; } }
    @media screen and (min-width: 768px) and (max-width: 1259px) and (max-width: 999px) {
      #container.toppage #top--slide .slideBox .slider .slider-item {
        width: 376px; }
        #container.toppage #top--slide .slideBox .slider .slider-item:nth-child(2n) {
          padding-top: 60.8px; } }

  @media screen and (max-width: 767px) {
    #container.toppage #top--slide .slideBox {
      padding-top: 13.3333%; }
      #container.toppage #top--slide .slideBox .slider {
        padding-top: 0; }
        #container.toppage #top--slide .slideBox .slider .slider-item {
          padding: 0 10px 0;
          width: 250px; }
          #container.toppage #top--slide .slideBox .slider .slider-item img {
            border-radius: var(--kadomarusp); }
          #container.toppage #top--slide .slideBox .slider .slider-item:nth-child(2n) {
            padding-top: 45px; } }

/*top--hakubutsukan-----*/
#container.toppage #top--hakubutsukan {
  padding-top: 265px;
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--hakubutsukan {
      padding-top: 22.0833%; } }
  #container.toppage #top--hakubutsukan::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    width: 28.3333%;
    padding-top: 12.3333%;
    background-image: url("../images/moyou/illust_05.png");
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 2.9167%;
    margin-left: -48.4167%; }
  #container.toppage #top--hakubutsukan .bnr {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 12.0833%; }
    #container.toppage #top--hakubutsukan .bnr a {
      display: block;
      width: 100%;
      padding-top: 29.1666666667%;
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      border-radius: var(--kadomaru); }
      #container.toppage #top--hakubutsukan .bnr a::before, #container.toppage #top--hakubutsukan .bnr a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s; }
      #container.toppage #top--hakubutsukan .bnr a::before {
        z-index: 5; }
      #container.toppage #top--hakubutsukan .bnr a::after {
        z-index: 4; }
      #container.toppage #top--hakubutsukan .bnr a:hover::before {
        opacity: 0; }
      #container.toppage #top--hakubutsukan .bnr a::before {
        background-image: url("../images/bn_minzoku.jpg"); }
      #container.toppage #top--hakubutsukan .bnr a::after {
        background-image: url("../images/bn_minzoku_ov.jpg"); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--hakubutsukan {
      padding-top: 37.3333%; }
      #container.toppage #top--hakubutsukan::before {
        width: 53.3333%;
        padding-top: 22%;
        margin-top: 20px;
        margin-left: -31.0667%; }
      #container.toppage #top--hakubutsukan .bnr {
        padding-bottom: 31.3433%; }
        #container.toppage #top--hakubutsukan .bnr a {
          display: block;
          width: 100%;
          padding-top: 80.5970149254%;
          position: relative;
          overflow: hidden;
          white-space: nowrap;
          text-indent: 101%;
          line-height: 0;
          font-size: 0.1em;
          border-radius: var(--kadomarusp); }
          #container.toppage #top--hakubutsukan .bnr a::before, #container.toppage #top--hakubutsukan .bnr a::after {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
            transition: .3s; }
          #container.toppage #top--hakubutsukan .bnr a::before {
            z-index: 5; }
          #container.toppage #top--hakubutsukan .bnr a::after {
            z-index: 4; }
          #container.toppage #top--hakubutsukan .bnr a:hover::before {
            opacity: 0; }
          #container.toppage #top--hakubutsukan .bnr a::before {
            background-image: url("../images/bn_minzoku_sp.jpg"); }
          #container.toppage #top--hakubutsukan .bnr a::after {
            background-image: url("../images/bn_minzoku_sp_ov.jpg"); } }

/*top--snslink-----*/
#container.toppage #top--snslink {
  background-color: var(--bgCl01);
  border-radius: var(--kadomaruL);
  padding-bottom: 110px;
  position: relative; }
  #container.toppage #top--snslink::before, #container.toppage #top--snslink::after,
  #container.toppage #top--snslink .moyou01 {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 101%;
    line-height: 0;
    font-size: 0.1em;
    height: auto;
    position: absolute;
    z-index: 1; }
  #container.toppage #top--snslink::before {
    width: 396px;
    padding-top: 412px;
    background-image: url("../images/moyou/moyou_05.png");
    top: 0;
    right: 0;
    margin-top: 156px;
    margin-right: -78px; }
  #container.toppage #top--snslink::after {
    width: 396px;
    padding-top: 412px;
    background-image: url("../images/moyou/moyou_05.png");
    bottom: 0;
    right: 0;
    margin-bottom: 112px;
    margin-right: -78px; }
  #container.toppage #top--snslink .moyou01 {
    width: 296px;
    padding-top: 393px;
    background-image: url("../images/moyou/moyou_06.png");
    top: 50%;
    left: -5px;
    margin-top: -200px; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--snslink {
      padding-bottom: 9.1667%; }
      #container.toppage #top--snslink::before {
        width: 33%;
        padding-top: 34.3333%;
        margin-top: 13%;
        margin-right: -6.5%; }
      #container.toppage #top--snslink::after {
        width: 33%;
        padding-top: 34.3333%;
        margin-bottom: 9.3333%;
        margin-right: -6.5%; }
      #container.toppage #top--snslink .moyou01 {
        width: 24.6667%;
        padding-top: 32.75%;
        margin-top: -16.6667%; } }
  #container.toppage #top--snslink .wrapBox {
    position: relative;
    z-index: 2; }
  #container.toppage #top--snslink .titBox {
    padding-top: 7.5%;
    padding-bottom: 5%;
    position: relative; }
    #container.toppage #top--snslink .titBox::before, #container.toppage #top--snslink .titBox::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      height: auto;
      position: absolute;
      z-index: 1; }
    #container.toppage #top--snslink .titBox::before {
      width: 27.9167%;
      padding-top: 20.4167%;
      background-image: url("../images/moyou/pic_sns.svg");
      top: 0;
      left: 0;
      margin-top: -2.1667%;
      margin-left: -3.3333%; }
    #container.toppage #top--snslink .titBox::after {
      width: 17.5%;
      padding-top: 16.1667%;
      background-image: url("../images/moyou/illust_06.png");
      top: 0;
      right: 0;
      margin-top: -1.25%;
      margin-right: 12.0833%; }
  #container.toppage #top--snslink .snsBox + .snsBox {
    margin-top: 3.75%; }
  #container.toppage #top--snslink .snsBox {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: var(--kadomaru);
    padding: 4.1667% 5.8333%;
    position: relative; }
    #container.toppage #top--snslink .snsBox .inner {
      display: block; }
      #container.toppage #top--snslink .snsBox .inner::after, #container.toppage #top--snslink .snsBox .inner::before {
        content: "";
        display: block;
        clear: both; }
      #container.toppage #top--snslink .snsBox .inner .item {
        width: calc(480/1020 * 100%);
        float: left; }
        #container.toppage #top--snslink .snsBox .inner .item:nth-child(2) {
          float: right; }
        #container.toppage #top--snslink .snsBox .inner .item a {
          display: block; }
          #container.toppage #top--snslink .snsBox .inner .item a .img {
            padding-top: 56.25%;
            position: relative;
            overflow: hidden; }
            #container.toppage #top--snslink .snsBox .inner .item a .img img {
              object-fit: cover;
              min-width: 100%;
              min-height: 100%;
              width: auto;
              height: auto;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              transition: all 0.5s; }
          #container.toppage #top--snslink .snsBox .inner .item a:hover .img img {
            transform: scale(1.15); }
    #container.toppage #top--snslink .snsBox h3 {
      margin-bottom: 40px;
      text-align: left;
      padding-left: 50px;
      padding-right: 200px;
      font-size: clamp(18px, 2.222vw, 28px);
      text-align: left;
      position: relative; }
      #container.toppage #top--snslink .snsBox h3::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 101%;
        line-height: 0;
        font-size: 0.1em;
        width: 43px;
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto auto 0; }
    #container.toppage #top--snslink .snsBox .more {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 4.1667%;
      margin-right: 5.8333%; }
    #container.toppage #top--snslink .snsBox#top--sns--youtube h3::before {
      background-image: url("../images/ico_youtube.svg"); }
    #container.toppage #top--snslink .snsBox#top--sns--instagram h3::before {
      background-image: url("../images/ico_insta.svg"); }
    #container.toppage #top--snslink .snsBox#top--sns--tiktok h3::before {
      background-image: url("../images/ico_tt.svg"); }
  @media screen and (max-width: 767px) {
    #container.toppage #top--snslink {
      border-radius: var(--kadomaruLsp);
      padding-bottom: 21.3333%; }
      #container.toppage #top--snslink::before {
        width: 63.3333%;
        padding-top: 52.5333%;
        margin-top: 16.2667%;
        margin-right: -8%; }
      #container.toppage #top--snslink::after {
        width: 63.3333%;
        padding-top: 65.8667%;
        margin-bottom: 11.6%;
        margin-right: -11.4667%; }
      #container.toppage #top--snslink .moyou01 {
        width: 56.8%;
        padding-top: 75.3333%;
        margin-top: -26.6667%; }
      #container.toppage #top--snslink .titBox {
        padding-top: 14.9254%;
        padding-bottom: 8.9552%; }
        #container.toppage #top--snslink .titBox::before {
          display: none; }
        #container.toppage #top--snslink .titBox::after {
          width: 34.6269%;
          padding-top: 31.791%;
          left: 0;
          margin-left: auto;
          margin-right: auto;
          margin-top: -20.8955%; }
      #container.toppage #top--snslink .snsBox + .snsBox {
        margin-top: 20px; }
      #container.toppage #top--snslink .snsBox {
        border-radius: var(--kadomarusp);
        padding: 30px 25px; }
        #container.toppage #top--snslink .snsBox .inner .item {
          width: auto;
          float: none;
          margin: 0 auto; }
          #container.toppage #top--snslink .snsBox .inner .item:nth-child(2) {
            float: none;
            margin-top: 20px; }
        #container.toppage #top--snslink .snsBox h3 {
          margin-bottom: 20px;
          padding-left: 35px;
          padding-right: 0; }
          #container.toppage #top--snslink .snsBox h3::before {
            width: 27px;
            height: 27px; }
        #container.toppage #top--snslink .snsBox .more {
          position: static;
          margin-top: 25px; }
          #container.toppage #top--snslink .snsBox .more a {
            margin: 0 auto; } }

/*top--movie-----*/
#container.toppage #top--movie {
  padding-top: 140px;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 768px) and (max-width: 1259px) {
    #container.toppage #top--movie {
      padding-top: 11.6667%; } }
  #container.toppage #top--movie .txtBox {
    flex: 460 1 0;
    position: relative; }
    #container.toppage #top--movie .txtBox::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: calc(166/460 * 100%);
      height: auto;
      padding-top: calc(98/460 * 100%);
      background-image: url("../images/moyou/pic_movie.svg");
      position: absolute;
      right: 0;
      top: 0;
      margin-right: calc(80/460 * 100%);
      transform: translateY(-100%);
      z-index: 5; }
    #container.toppage #top--movie .txtBox p {
      padding-left: calc(30/460 * 100%);
      text-align: left;
      font-size: clamp(18px, 2.222vw, 28px);
      line-height: calc(64/30);
      position: relative;
      z-index: 6; }
  #container.toppage #top--movie .movieBox {
    flex: 800 1 0;
    position: relative; }
    #container.toppage #top--movie .movieBox::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 101%;
      line-height: 0;
      font-size: 0.1em;
      width: calc(252/800 * 100%);
      height: auto;
      padding-top: calc(107/800 * 100%);
      background-image: url("../images/fukidashi.svg");
      position: absolute;
      top: 0;
      left: 0;
      margin-left: calc(-53/800 * 100%);
      margin-top: calc(-30/800 * 100%);
      z-index: 5; }
    #container.toppage #top--movie .movieBox .movieBoxIn {
      width: 100%;
      aspect-ratio: 8/5;
      margin: 0 auto;
      border-radius: var(--kadomaru);
      overflow: hidden;
      position: relative;
      z-index: 3; }
      #container.toppage #top--movie .movieBox .movieBoxIn video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0; }
  @media screen and (max-width: 767px) {
    #container.toppage #top--movie {
      display: block;
      padding-top: 0; }
      #container.toppage #top--movie .txtBox {
        padding-top: 23.1343%;
        padding-bottom: 17.9104%; }
        #container.toppage #top--movie .txtBox::before {
          width: 42.2388%;
          padding-top: 25.3731%;
          right: auto;
          left: 50%;
          margin-right: auto;
          margin-top: 30px;
          margin-left: 8.9552%;
          transform: translateY(0); }
        #container.toppage #top--movie .txtBox p {
          padding-left: 0;
          text-align: center; }
      #container.toppage #top--movie .movieBox::before {
        width: 37.6119%;
        padding-top: 15.9701%;
        margin-left: -10px;
        margin-top: -10.4478%; }
      #container.toppage #top--movie .movieBox .movieBoxIn {
        border-radius: var(--kadomarusp); } }

/*--float--*/
.flL {
  float: left; }

.flR {
  float: right; }

.clear {
  clear: both; }

/*--textalign--*/
.txtL {
  text-align: left !important; }

.txtC {
  text-align: center !important; }

.txtR {
  text-align: right !important; }

.mt0 {
  margin-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/*--textwrap--*/
.text {
  display: inline-block; }

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