/** ----------------------------------------------
 * 
 * style.scss
 * 
 */
/** ----------------------------------------------
 * #
 * # reset css :
 * # https://code.google.com/archive/p/html5resetcss/downloads
 */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
}

/** ----------------------------------------------
 * #
 * # form : based chrome user agent stylesheet
 * #
 */
input {
  font-family: inherit;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  padding-block: 1px;
  padding-inline: 2px;
}
input:disabled {
  cursor: default;
  background-color: rgba(239, 239, 239, 0.3);
  border-color: rgba(118, 118, 118, 0.3);
  color: rgb(84, 84, 84);
}

input[type=submit i] {
  appearance: auto;
  user-select: none;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  color: buttontext;
  white-space: pre;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
}

input[type=text i] {
  padding-block: 1px;
  padding-inline: 2px;
}

input[type=number i] {
  padding-block: 1px;
  padding-inline: 2px;
}

input[type=radio i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  padding: initial;
  border: initial;
}

input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

input:not([type=image i], [type=range i], [type=checkbox i], [type=radio i]) {
  overflow-clip-margin: 0px !important;
  overflow: clip !important;
}

input:not([type=image i]) {
  box-sizing: border-box;
}

button {
  appearance: auto;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  margin: 0em;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
}
button:disabled {
  background-color: rgba(239, 239, 239, 0.3);
  color: rgba(16, 16, 16, 0.3);
  border-color: rgba(118, 118, 118, 0.3);
}
button:active {
  border-style: inset;
}

textarea {
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  resize: -internal-textarea-auto;
  cursor: text;
  overflow-wrap: break-word;
  background-color: field;
  column-count: initial !important;
  box-sizing: border-box;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  padding: 2px;
  white-space: pre-wrap;
}

select {
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  white-space: pre;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  border-radius: 0px;
}

.strong {
  font-weight: bold;
}

select:not(:-internal-list-box) {
  overflow: visible !important;
}

/** ----------------------------------------------
 * #
 * #
 * #
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJPs, sans-serif;
  background: var(--col-bg-white);
  color: var(--col-font-black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
body main {
  flex: 1 1 auto;
}

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

a img {
  max-width: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

input, select, button, textarea {
  appearance: none !important;
  -webkit-appearance: none !important;
}

a {
  word-break: break-all;
}

a[role=button],
select,
button,
textarea,
input[type=file],
input[type=text],
input[type=radio],
input[type=checkbox],
input {
  border-color: rgb(192, 192, 192);
  border-radius: 3px;
}

a[role=button],
input[type=submit],
button {
  background-color: rgb(239, 239, 239);
}

input[type=radio],
input[type=checkbox] {
  background-color: rgb(255, 255, 255);
}

input[type=checkbox] {
  border-width: 2px;
  border-style: solid;
  width: 1.75em;
  height: 1.75em;
  position: relative;
}
input[type=checkbox]:checked {
  background: rgb(0, 117, 255);
  border-color: rgb(0, 117, 255);
}
input[type=checkbox]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.25em;
  height: 0.75em;
  border-right: 0.25em solid rgb(255, 255, 255);
  border-bottom: 0.25em solid rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}
input[type=checkbox]:checked:disabled {
  background: rgb(192, 192, 192);
  border-color: rgba(118, 118, 118, 0.3);
}

input[type=radio] {
  border-width: 2px;
  border-style: solid;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: relative;
}
input[type=radio]:checked {
  border-color: rgb(0, 117, 255);
}
input[type=radio]:checked::before {
  position: absolute;
  content: "";
  display: block;
  background: rgb(0, 117, 255);
  width: 1.5em;
  height: 1.5em;
  clip-path: circle(30%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

label {
  padding: 0.25em 0.75em 0.25em 0.5em;
}

a[role=button] {
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  background-color: buttonface;
  margin: 0em;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-image: initial;
}

a[role=button],
button {
  padding: 0.25em 0.5em;
}

/** =============================================
* #
* # javascript
* #
*/
/** ----------------------------------------------
* sp
*/
@media (max-width: 767.99px) {
  ::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .is-pc {
    display: none !important;
  }
  button {
    font-size: 1.125em;
  }
}
/** ----------------------------------------------
* pc
*/
@media (min-width: 768px) {
  input[type=submit]:hover,
  [role=link]:hover,
  [role=button]:hover,
  a:hover {
    opacity: 0.5;
    transition: all 0.25s;
  }
  .is-sp {
    display: none !important;
  }
  input[type=submit],
  [role=button],
  [role=tab] {
    cursor: pointer;
  }
}
/** ----------------------------------------------
* #
* # import
* #
*/
/** ----------------------------------------------
* #
* # var
* #
*/
:root {
  /** --------------------------------------------
  * # color palette
  */
  --base-color-bg-white: radial-gradient(snow, ghostwhite);
  --base-color-bg-gray: radial-gradient(rgba(204, 204, 204, 0), rgba(204, 204, 204, .125) 80%, rgba(204, 204, 204, .25));
  --base-color-font: #333;
  --base-color-border: rgba(#ccc, .25);
  /** ------------------------------------------
  * # font
  */
  --font-size-xs: 0.8em;
  --font-size-s: 0.85em;
  --font-size-m: 1.125em;
  --font-size-l: 1.25em;
  --font-size-xl: 1.5em;
  --font-size-input: 1.125em;
  --radius-xs: 3px;
  --radius-s: 6px;
  --radius-m: 12px;
  --radius-l: 24px;
  /** ------------------------------------------
  * # margin, padding
  */
  --body-padding-left-right-sp: 1rem;
  --body-padding-left-right-pc: 5vw;
}

/** ----------------------------------------------
 * 
 * _index.scss
 * 
 */
body {
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: var(--base-color-bg-white);
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   *+
   */
}
body header {
  padding: calc(var(--body-padding-left-right-sp) * 3) var(--body-padding-left-right-sp);
}
body header .styl1 {
  margin-bottom: 3rem;
}
body header .styl1 h2 {
  display: flex;
}
body header .styl1 h2 span {
  display: inline-block;
  padding: 0.125em 0.375em;
}
body header .styl1 h2 .f2,
body header .styl1 h2 .f1 {
  background: #FCDC13;
  color: black;
  transform: scale(1, 1.375);
}
body header .styl1 h2 .f4,
body header .styl1 h2 .f3 {
  background: black;
  color: #FCDC13;
}
body header .styl1 ul {
  border: 1px solid #ccc;
  margin-top: 2rem;
}
body header .styl1 ul > li {
  padding: 0.25rem 0 0.25rem 0.75rem;
  border: 1px solid #ccc;
}
body header .styl1 ul > li a {
  display: flex;
  align-items: center;
  color: var(--base-color-font);
  text-decoration: none;
}
body header .styl1 ul > li a .text1 {
  flex: 1 1 auto;
}
body header .styl1 ul > li a .text2 {
  flex: 0 0 5rem;
}
body header .styl1 ul > li a .image1 {
  flex: 0 0 3rem;
}
body header .styl1 ul > li.--this {
  background: #FCDC13;
  border: 2px solid black;
}
body header .styl1 ul > li.--this a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}
body header .styl1 ul > li.--this .icon1 {
  background: linear-gradient(to right, #51b8ba, #7fcbcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body header .styl1 ul > li.--this .text2 {
  border: 2px solid black;
}
body header .styl1 ul > li.--this .image1 {
  visibility: hidden;
}
body header .styl1 .icon1 {
  font-size: 1.25rem;
}
body header .styl1 .text1 {
  line-height: 1.25;
  margin-left: 0.75rem;
}
body header .styl1 .text2 {
  background: white;
  border: 2px solid #ccc;
  border-radius: 100vh;
  padding: 0 0.5rem;
  text-align: center;
  margin-right: -0.75rem;
}
body header .styl1 .image1 {
  margin-right: -0.5rem;
}
body footer {
  padding: var(--body-padding-left-right-sp);
  text-align: center;
}
body h1 {
  text-align: center;
  font-size: 2rem;
}
body main .styl1 {
  padding: 3rem var(--body-padding-left-right-sp);
}
body main .styl1 a {
  font-size: var(--font-size-xl);
  color: var(--base-color-font);
}
body main .styl1 ul.gal2 {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
body main .styl1 ul.gal2 > li {
  overflow: hidden;
  position: relative;
}
body main .styl1 ul.gal2 > li.e1 {
  flex: 0 0 70%;
  width: 70%;
}
body main .styl1 ul.gal2 > li.e2 {
  flex: 0 0 40%;
  width: 40%;
}
body main .styl1 ul.gal2 .image2,
body main .styl1 ul.gal2 .image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
body main .styl1 .image1 {
  aspect-ratio: 16/9.5;
  padding: 4%;
}
body main .styl1 .image1 img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
body main .styl1 .image2 {
  aspect-ratio: 9/18;
  padding: 6%;
}
body main .styl1 .image2 img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
body main .styl2 {
  padding: 3rem var(--body-padding-left-right-sp);
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
body main .styl2 a {
  color: var(--base-color-font);
}
body main .styl2 .title1 span {
  font-size: var(--font-size-xl);
}
body main .styl2 .image1 {
  margin-top: 1rem;
}
body main .styl2 .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
body main .styl2 .gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
body main .styl2 .gallery img:hover {
  transform: scale(1.05);
}
body main .styl3 {
  margin-top: 3rem;
}
body main .styl3 .inr1 {
  padding-left: var(--body-padding-left-right-sp);
}
body main .styl3 .gal1 {
  display: flex;
  gap: var(--body-padding-left-right-sp);
  overflow: auto;
}
body main .styl3 .gal1 > li {
  flex: 0 0 70%;
}
body main .styl3 .wrap1 {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
body main .styl3 .tab-cont1 {
  margin-top: 2rem;
}
body main .styl3 .tab-cont2 {
  margin-top: 2rem;
}
body main .styl3 label.tab-navi2,
body main .styl3 label.tab-navi1 {
  order: -1;
  flex: 0 0;
  box-shadow: inset 0px 0px 2px 0px rgba(51, 51, 51, 0.25);
}
body main .styl3 label.tab-navi2 > input,
body main .styl3 label.tab-navi1 > input {
  display: none;
}
body main .styl3 label.tab-navi2 + div,
body main .styl3 label.tab-navi1 + div {
  display: none;
}
body main .styl3 label.tab-navi1 {
  flex-basis: 50%;
  width: 50%;
}
body main .styl3 label.tab-navi1:has(:checked) {
  background: rgba(135, 206, 235, 0.25);
  color: black;
}
body main .styl3 label.tab-navi1:has(:checked) + div {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
body main .styl3 label.tab-navi2 {
  flex-basis: 50%;
  width: 50%;
}
body main .styl3 label.tab-navi2:has(:checked) {
  background: rgba(0, 255, 0, 0.1);
  color: black;
}
body main .styl3 label.tab-navi2:has(:checked) + div {
  display: block;
  flex: 0 0 100%;
}
body main .styl3 .title1 span {
  font-size: var(--font-size-xl);
}
@media (max-width: 767.99px) {
  body main .styl1 ul.gal1 > li:nth-child(n+2) {
    margin-top: 3rem;
  }
  body main .styl1 ul.gal2 {
    overflow: auto;
    margin-right: calc(var(--body-padding-left-right-sp) * -1);
  }
  body main .styl1 ul.gal2 > li:last-child {
    margin-right: var(--body-padding-left-right-sp);
  }
}
@media (min-width: 768px) {
  body header {
    padding: var(--body-padding-left-right-pc);
  }
  body header .styl1 ul {
    display: flex;
    flex-wrap: wrap;
  }
  body header .styl1 ul > li {
    padding: 0.25rem 1.5rem 0.25rem 1rem;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  body footer {
    background: rgba(51, 51, 51, 0.05);
  }
  body main .styl1 {
    padding: var(--body-padding-left-right-pc);
  }
  body main .styl1 ul.gal1 {
    display: flex;
    gap: 3rem;
  }
  body main .styl1 ul.gal1 > li {
    flex: 0 0 calc((100% - 6rem) / 3);
  }
  body main .styl1 ul.gal2 > li.e1 {
    flex: 0 0 65%;
    width: 65%;
  }
  body main .styl1 ul.gal2 > li.e2 {
    flex: 0 0 35%;
    width: 35%;
  }
  body main .styl2 {
    padding: var(--body-padding-left-right-pc);
  }
  body main .styl2 .gallery {
    gap: var(--body-padding-left-right-pc);
    grid-template-columns: repeat(3, 1fr);
  }
  body main .styl3 .gal1 > li {
    flex: 0 0 calc((100% - 2rem) / 3);
    width: calc((100% - 2rem) / 3);
  }
}