*{
  all:unset;
  display:revert;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

* {
  padding: 0;
  margin: 0;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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


:root {
  --color-theme: #ce424d;
  --color-body: #212529;
  --color-link: #435ED8;
  --color-black: #212529;
  --color-graydark: #495057;
  --color-graylight: #909AA4;
  --color-blue: #435ED8;
  --color-white: #FFFFFF;
  --font-body-scale:15px;
  --font-heading-scale:15px;
  --font-button-scale:12px;
  --spacing-sections:16px;
  --width-content:768px;
}



body {
  background-color: var(--color-white);
  color: var(--color-body);
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* font */

h1,
h2,
h3,
h4 {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: normal;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
}

h1,
.font-h1 {
  font-size: calc(var(--font-heading-scale) * 2.6);
  line-height: 1.5;
}

h2,
.font-h2 {
  font-size: calc(var(--font-heading-scale) * 2.0);
  line-height: 1.5;
}

h3,
.font-h3 {
  font-size: calc(var(--font-heading-scale) * 1.4);
  line-height: 1.5;
}

h4,
.font-h4 {
  font-size: calc(var(--font-heading-scale) * 1.2);
  line-height: 1.5;
}


.font-subtitle {
  font-size: calc(var(--font-heading-scale) * 1.0);
  line-height: 1.5;
}

.font-button {
  font-size: var(--font-button-scale);
  line-height: 1.0;
}

.font-body1,
.font-body1 p {
  font-size: var(--font-body-scale);
  line-height: 2.0;
}

.font-body2,
.font-body2 p {
  font-size: calc(var(--font-body-scale) * 0.8) !important;
  line-height: 2.0;
}

.font-caption {
  font-size: 12px;
  line-height: 2.0;
}

ul {
  list-style: none;
}

p,
table,
ul li,
dl dt,
dl dd {
  color: var(--color-body);
}

dl a,
li a,
p a{
  text-decoration: none;
  color: var(--color-blue);
}

dl a:hover,
li a:hover,
p a:hover,
a:hover img{
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}

a {
  cursor: pointer;
}

/* /font */


/* common */
.inner {
  padding-right: var(--spacing-sections);
  padding-left: var(--spacing-sections);
  width: 100%;
  max-width:var(--width-content);
  margin-right: auto;
  margin-left: auto;
}

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

.rte,
.rte-item {
  display: flex;
  flex-wrap: wrap;
  gap:1em 0;
}

.sec .rte {
  display: flex;
  flex-wrap: wrap;
  gap:1em 0;
}

.rte p{
  display: block;
  width: 100%;
}

.rte h2,
.rte h3,
.rte h4 {
  display: block;
  margin-top: calc(var(--spacing-sections) * 1.5);
}
.rte h2:first-child,
.rte h3:first-child,
.rte h4 :first-child{
  margin-top:0;
}

.rte .target-link {
  display: inline-block;
  background-image: url(/assets/images/arrow-up-right-from-square-light.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
  padding-right: 18px;
  white-space:nowrap;
}

.rte ol {
  list-style: decimal-leading-zero;
  padding-left: calc(var(--spacing-sections) * 1.8);
}

.rte dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-body);
  padding-top: calc(var(--spacing-sections) * 0.5);
}

  .rte dl dt,
  .rte dl dd{
    display: block;
  }
  .rte dl dt {
    width: 50px;
    border-bottom: 1px solid var(--color-body);
    padding-bottom: calc(var(--spacing-sections) * 0.5);
    margin-bottom: calc(var(--spacing-sections) * 0.5);
  }
  .rte dl dd {
    width: calc(100% - 50px);
    padding-left: 1em;
    border-bottom: 1px solid var(--color-body);
    padding-bottom: calc(var(--spacing-sections) * 0.5);
    margin-bottom: calc(var(--spacing-sections) * 0.5);
    padding-left: calc(var(--spacing-sections) * 0.5);
  }

  .lang-en .rte dl dt {
    width: 80px;
    border-bottom: 1px solid var(--color-body);
    padding-bottom: calc(var(--spacing-sections) * 0.5);
    margin-bottom: calc(var(--spacing-sections) * 0.5);
  }
  .lang-en .rte dl dd {
    width: calc(100% - 80px);
    padding-left: 1em;
    border-bottom: 1px solid var(--color-body);
    padding-bottom: calc(var(--spacing-sections) * 0.5);
    margin-bottom: calc(var(--spacing-sections) * 0.5);
    padding-left: calc(var(--spacing-sections) * 0.5);
  }

.btn {
  display: block;
  padding: 0.5em 2.0em;
  text-align: center;
  border-radius: 0%;
  font-family: "zen-old-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn.btn-primary{
  background-color: var(--color-theme);
  border:1px solid var(--color-theme);
  color: var(--color-white);
}
.btn.btn-primary:hover {
  background-color: var(--color-white);
  color: var(--color-theme);
}

.btn.btn-secondary{
  background-color: var(--color-white);
  border:1px solid var(--color-theme);
  color: var(--color-theme);
}
.btn.btn-secondary:hover {
  background-color: var(--color-theme);
  color: var(--color-white);
}

.btn.btn-order {
  position: fixed;
  width:calc(100vw - calc(var(--spacing-sections) * 3) - 62px);
  bottom: var(--spacing-sections);
  left: var(--spacing-sections);
  letter-spacing: 0.1em;
  padding: 1.25em 2.0em;
}

.btn.btn-lang {
  position: fixed;
  width:auto;
  bottom: var(--spacing-sections);
  right: var(--spacing-sections);
  letter-spacing: 0.1em;
  padding: 1em 1.4em;
  display: inline-block;
  background-color: var(--color-body);
  color: var(--color-white);
  line-height: 1.9;
}

.label {
  display: inline-block;
  padding: 1px 2px;
  font-size: 9px;
  line-height: 1;
  font-family: "zen-old-mincho", sans-serif;
}

.label.label-pre {
  background-color: var(--color-theme);
  color: var(--color-white);
}

.rte p a,
.rte ul a,
.rte li a,
.rte dl a {
  color: var(--color-body);
  text-decoration: none;
  border-bottom: 1px solid var(--color-body);
}

.rte p a:hover,
.rte ul a:hover,
.rte li a:hover,
.rte dl a:hover{
  color: var(--color-body);
  text-decoration: none;
  border-bottom: 1px solid var(--color-white);
}

.video-wrap {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.sort-movie {
  max-width: 496px;
  width: 64.583333333%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.sort-movie-poem {
  position: absolute;
  left: 0;
  bottom: -62px;
  background-color: var(--color-theme);
  width: 100%;
  padding: 4px 8px 5px;
}
.sort-movie-poem p {
  display: inline-block;
  color: var(--color-black);
  line-height: 1.5 !important;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-outlined {
  position: absolute;
  right: 8px;
  bottom: 8px;
  cursor: pointer;
}
.material-symbols-outlined:hover {
  opacity: 0.4;
}

.video {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.media {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing-sections) * 1) 0;
}

.media-img,
.media-body {
  width: 100%;
}

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


/* /common */




/* header */

.langageClass {
  display: block;
  text-align: center;
  background-color: var(--color-body);
}

.langageClass a {
  display: block;
  padding: 0.5em;
  color: var(--color-white);
  text-decoration: none;
  font-size: 13px;
}

.lang-ja .langage-ja {
  display: none;
}

.lang-en .langage-en {
  display: none;
}

#header {
  position: relative;
}

#header h1{
  display: block;
  max-width: var(--width-content);
  margin: 0 auto;
}

/* /header */

/* nav */
#nav {
  display: none;
}
/* /nav */




/* main */
#main {
  display: block;
}

.sec {
  padding-top: calc(var(--spacing-sections) * 3);
  padding-bottom: calc(var(--spacing-sections) * 3);
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--spacing-sections) * 2) 0;
}


.sec-header,
.sec-header .inner{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: calc(var(--spacing-sections) * 2) 0;
}

.sec-header * {
  display: block;
  width: 100%;
}

.sec-body {
  display: block;
  width: 100%;
}

.sec-body-child{
  margin-top: calc(var(--spacing-sections) * 6.0);
}
.child-body {
  margin-top: calc(var(--spacing-sections) * 2.0);
}

.sp-image-wrap {
  position: relative;
  width: 100%;
  height:100vw;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.btn-refresh {
  display: block;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: auto;
}

.sp-image-wrap .btn{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 48px;
}

.btn-refresh img {
  display: block;
  width: 100%;
}

.sp-image-item {
  display: block;
  position: absolute;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  filter: grayscale(100%);
  filter: brightness(0.7);
}
.sp-image-item:last-child {
  filter: grayscale(0%);
  filter: brightness(1);
}

.sp-image-item-w {
  width: auto;
  height: auto;
  max-width:90%;
  max-height: 80%;
}

.sp-image-item-h {
  width: auto;
  height: auto;
  max-width:80%;
  max-height: 70%;
}

.sp-image-item-001{
  margin: -3% auto auto -3%;
}
.sp-image-item-002{
  margin: 5% auto auto 6%;
}
.sp-image-item-003{
  margin: auto 2% 1% auto;
}
.sp-image-item-004{
  margin: 1.5% auto -1% auto;
}
.sp-image-item-005{
  margin: auto auto 5% 1%;
}
.sp-image-item-006{
  margin: 5% auto auto 5%;
}
.sp-image-item-007{
  margin: auto 10% 5% auto;
}
.sp-image-item-008{
  margin: 3% auto auto 10%;
}
.sp-image-item-009{
  margin: 3% 3% auto auto;
}
.sp-image-item-010{
  margin: auto auto 3% 7%;
}
.sp-image-item-011{
  margin: 5% 5% auto auto;
}
.sp-image-item-013{
  margin: auto auto 3% 3%;
}
.sp-image-item-017{
  margin: 2% auto 5% auto;
}
.sp-image-item-018{
  margin: -4% auto auto 4%;
}



/* /main */


/* footer */
#footer {
  text-align: center;
  padding: calc(var(--spacing-sections) * 2) calc(var(--spacing-sections) * 1) calc(var(--spacing-sections) * 8) ;
}


/* /footer */


@media screen and (min-width:768px) {

  :root {
    --gap-vert: 60px;
  }

  h1,
  .font-h1 {
  }

  h2,
  .font-h2 {
  }

  h3,
  .font-h3 {
  }
  h4,
  .font-h4 {
  }

  .font-body1,
  .font-body1 p {
  }

  .btn.btn-order {
    position: fixed;
    width: calc(var(--width-content) - calc(var(--spacing-sections) * 3) - 67px);
    left:calc(calc(100vw - calc(var(--width-content) * 1)) * 0.5 + var(--spacing-sections));
    padding: 1.25em 2.0em;
  }
  .btn.btn-lang {
    right: calc(calc(100vw - calc(var(--width-content) * 1)) * 0.5 + var(--spacing-sections));
  }

  .media {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0;
    flex-direction: row-reverse;
  }

  .media-img {
    width: 30%;
  }

  .media-body {
    width: 70%;
    padding-right: calc(var(--spacing-sections) * 1);
  }

  .sp-image-wrap {
    position: relative;
    width: 100%;
    height:90vh;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }

  .sp-image-item-w {
    width: auto;
    height: auto;
    max-width:60%;
    max-height: 70%;
  }

  .sp-image-item-h {
    width: auto;
    height: auto;
    max-width:80%;
    max-height: 80%;
  }

  .sp-image-item-001{
    margin: -3% auto auto -15%;
  }
  .sp-image-item-002{
    margin: 5% auto auto 6%;
  }
  .sp-image-item-003{
    margin: auto 2% 1% auto;
  }
  .sp-image-item-004{
    margin: 10% auto auto 15%;
  }
  .sp-image-item-005{
    margin: auto -15% 5% auto;
  }
  .sp-image-item-006{
    margin: 5% auto auto 5%;
  }
  .sp-image-item-007{
    margin: auto 10% 5% auto;
  }
  .sp-image-item-008{
    margin: 3% auto auto 10%;
  }
  .sp-image-item-009{
    margin: 3% 3% auto auto;
  }
  .sp-image-item-010{
    margin: auto auto 3% 7%;
  }
  .sp-image-item-011{
    margin: 5% 5% auto auto;
  }
  .sp-image-item-013{
    margin: auto auto 3% 3%;
  }
  .sp-image-item-017{
    margin: 2% auto 5% auto;
  }
  .sp-image-item-018{
    margin: -4% auto auto 4%;
  }



}



