@charset "UTF-8";
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, 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, 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;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body, input, select, textarea {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Lucida Grande", Meiryo, メイリオ, Roboto, "Droid Sans", sans-serif;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

div, h1, h2, h3, h4, h5, h6, p, dt, dd, caption, th, td, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  text-align: left;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

/* チェック・ラジオ・テキスト入力 */
input[type=checkbox],
input[type=radio],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=telephone],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  margin: 0;
  vertical-align: middle;
}

/* ボタン・セレクト */
input[type=button],
input[type=file],
input[type=image],
input[type=reset],
input[type=submit],
select {
  margin: 0;
  vertical-align: middle;
}

li {
  list-style: none;
}

em {
  font-style: normal;
}

html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-width: 360px;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  color: #222;
  font-size: 0.9rem;
  background-color: #FFF;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.no_scroll {
  overflow: hidden;
}

html,
body {
  height: -webkit-fill-available;
}

img {
  vertical-align: top;
}

a:link,
a:visited {
  color: #222;
  text-decoration: none;
}

a:hover,
a:active {
  color: #222;
  text-decoration: none;
}

#container {
  position: relative;
  margin: 0 60px;
}
@media screen and (max-width: 960px) {
  #container {
    margin: 0 5px;
  }
}

header {
  position: fixed;
  width: calc(100% - 120px);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  header {
    width: calc(100% - 10px);
  }
}
header #sitename {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 1rem;
}
header #sitename a {
  display: flex;
  align-items: center;
}
header #sitename a::after {
  content: attr(data-en);
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 430px) {
  header #sitename a::after {
    font-size: 0.6rem;
  }
}

#navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
#navigation #navigation_close {
  position: absolute;
  right: 60px;
  top: 16px;
}
@media screen and (max-width: 960px) {
  #navigation #navigation_close {
    right: 10px;
    top: 20px;
  }
}
#navigation ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#navigation ul li {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 430px) {
  #navigation ul li {
    font-size: 1.8rem;
  }
}
#navigation ul li:last-child {
  margin-bottom: 0;
}
#navigation ul a:link,
#navigation ul a:visited {
  color: rgba(34, 34, 34, 0.6);
  mix-blend-mode: color-burn;
}
#navigation ul a:hover {
  color: #222222;
  mix-blend-mode: normal;
}
#navigation ul a:link::after,
#navigation ul a:visited::after {
  content: attr(data-jp);
  display: block;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1;
  color: rgba(34, 34, 34, 0.6);
  mix-blend-mode: color-burn;
}
#navigation ul a:hover::after {
  content: attr(data-jp);
  display: block;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1;
  color: #222222;
  mix-blend-mode: normal;
}
#navigation_open, #navigation_close {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 1rem;
  color: #222;
}
@media screen and (max-width: 960px) {
  #navigation_open, #navigation_close {
    font-size: 0.9rem;
  }
}
#navigation_open {
  background: no-repeat right center/25% url(../image/common/ui_menu.png);
  padding-right: 30px;
}
@media screen and (max-width: 960px) {
  #navigation_open {
    background-size: 25%;
    padding-right: 25px;
  }
}
#navigation_close {
  background: no-repeat right center/25% url(../image/common/ui_menu-close.png);
  padding-right: 30px;
}
@media screen and (max-width: 960px) {
  #navigation_close {
    background-size: 25%;
    padding-right: 25px;
  }
}

main {
  padding: 60px 0 120px;
}
@media screen and (max-width: 960px) {
  main {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 430px) {
  main {
    padding: 60px 0 60px;
  }
}

.section {
  text-align: center;
}
.section_header {
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 430px) {
  .section_header {
    padding: 30px;
  }
}
.section_header::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, #FFF, transparent 50%);
  pointer-events: none;
}
.section_header_title {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  display: flex;
  align-items: center;
  letter-spacing: 0.05rem;
  font-size: 2rem;
  text-transform: uppercase;
  color: rgba(34, 34, 34, 0.6);
  mix-blend-mode: color-burn;
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  .section_header_title {
    font-size: 1.5rem;
  }
}
.section_header_description {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  margin-left: 0.8em;
  font-size: 0.9rem;
}
@media screen and (max-width: 430px) {
  .section_header_description {
    margin-left: 0.4em;
    font-size: 0.7rem;
  }
}
.section_header_breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: scroll;
}
.section_header_breadcrumb::-webkit-scrollbar {
  display: none;
}
.section_header_breadcrumb li {
  white-space: nowrap;
  font-size: 0.6rem;
  color: rgba(34, 34, 34, 0.5);
  mix-blend-mode: color-burn;
}
.section_header_breadcrumb li:nth-child(1), .section_header_breadcrumb li:nth-child(2) {
  text-transform: uppercase;
}
.section_header_breadcrumb li::after {
  content: ">";
  margin: 0 0.5em;
}
.section_header_breadcrumb li:last-child::after {
  display: none;
  margin: 0;
}
.section_header_breadcrumb li.current {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}

.entry {
  width: calc(100% - 120px);
  margin: 0 60px;
}
@media screen and (max-width: 430px) {
  .entry {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
.entry_body {
  max-width: 1000px;
  margin: 0 auto;
}
.entry_body_eyecach {
  display: block;
  width: 100%;
  height: auto;
}
.entry_body_eyecach img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.entry_body_title {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  margin: 60px 0;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .entry_body_title {
    font-size: 1.1rem;
    margin: 20px 0;
    padding: 20px;
  }
}
.entry_body_title_label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.entry_body_title_sub {
  display: block;
  font-size: 0.7rem;
  margin-top: 5px;
}
@media screen and (max-width: 430px) {
  .entry_body_title_sub {
    font-size: 0.6rem;
  }
}
.entry_body_title_sub small {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  display: block;
  font-size: 0.6rem;
  color: rgba(34, 34, 34, 0.6);
}
.entry_body_title:before, .entry_body_title:after {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
}
.entry_body_title:before {
  top: 0;
  left: 0;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.entry_body_title:after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.entry_body_text {
  margin-bottom: 60px;
}
.entry_body_text:last-child {
  margin-bottom: 0;
}

aside {
  position: fixed;
  bottom: 0;
  left: 60px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 960px) {
  aside {
    left: 5px;
    width: calc(100% - 10px);
  }
}
aside #information {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: center;
  gap: 0.5rem;
  background-image: linear-gradient(0deg, #FFF 85%, transparent);
}
@media screen and (max-width: 960px) {
  aside #information {
    gap: 0.3rem;
  }
}
aside #information h2 {
  width: 39px;
  height: 39px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../image/common/ui_alert.png) no-repeat center center/39px auto;
}
@media screen and (max-width: 960px) {
  aside #information h2 {
    width: 30px;
    height: 30px;
    background: url(../image/common/ui_alert.png) no-repeat center center/30px auto;
  }
}
aside #information p {
  color: #06C755;
  line-height: 1.2;
  font-size: 0.9rem;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  aside #information p {
    margin: 0 0.2rem 0 0;
    font-size: 0.8rem;
  }
}
aside #information .marquee {
  line-height: 1.2;
  font-size: 1rem;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 960px) {
  aside #information .marquee {
    font-size: 0.7rem;
  }
}
aside #information .marquee::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
aside #information .marquee > p {
  position: absolute;
  left: 0;
  top: center;
  animation: marquee 15s linear infinite;
}
aside #information .marquee > p:hover {
  animation-play-state: paused;
  cursor: default;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  5% {
    transform: translateX(0%);
  }
  30% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
aside #information .button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  margin: 5px 0 8px;
  padding: 0 1em;
  background-color: #06C755;
  border-width: 0;
  box-shadow: 0px 3px 0px rgb(6, 148, 64.1243523316);
  border-radius: 3px;
  white-space: nowrap;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  color: #FFF;
  font-size: 0.9rem;
  cursor: pointer;
}
aside #information .button small {
  display: inline-block;
  font-size: 0.5rem;
  padding: auto 0.1em;
}
@media screen and (max-width: 960px) {
  aside #information .button {
    height: calc(100% - 23px);
    font-size: 0.7rem;
    margin: 10px 0 13px;
    padding: 0 0.7em;
  }
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vh;
  height: 60px;
  transform: rotate(90deg);
  transform-origin: bottom right;
  font-size: 0.7rem;
}
#pagetop a {
  padding: 15px 15px 15px 60px;
  background: url(../image/common/ui_arrow-l-black.png) left center no-repeat;
  background-size: 40%;
}
@media screen and (max-width: 960px) {
  #pagetop {
    right: 30px;
    height: 30px;
    font-size: 0.6rem;
  }
  #pagetop a {
    padding: 5px 10px 5px 35px;
    background-size: 30%;
  }
}

footer {
  position: fixed;
  bottom: 0;
  left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vh;
  height: 60px;
  transform: rotate(270deg);
  transform-origin: bottom left;
  font-size: 0.7rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 960px) {
  footer {
    left: 30px;
    height: 30px;
    font-size: 0.6rem;
  }
}

.sp {
  display: none;
}

.pc {
  display: inline;
}

@media screen and (max-width: 960px) {
  .sp {
    display: inline;
  }
  .pc {
    display: none;
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  transition: all 1s;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: "";
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
[popover] {
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out, display 0.25s allow-discrete;
}
[popover]:popover-open {
  opacity: 1;
}
@starting-style {
  [popover] [popover]:popover-open {
    opacity: 0;
  }
}

@keyframes hero-gradient-animation {
  0% {
    --s-start-0:9%;
    --s-end-0:55%;
    --x-0:85%;
    --c-0:hsla(27.058823529411743,100%,90%,1);
    --y-0:80%;
    --x-1:78%;
    --y-1:17%;
    --c-1:hsla(27.272727272727195,100%,90%,1);
    --s-start-1:5%;
    --s-end-1:72%;
    --x-2:11%;
    --y-2:29%;
    --c-2:hsla(27.794117647058968,100%,91%,1);
    --s-start-2:16.285725634654902%;
    --s-end-2:58.20645882050737%;
    --x-3:83%;
    --s-start-3:13%;
    --s-end-3:68%;
    --c-3:hsla(199.99999999999997,33%,92%,1);
    --y-3:79%;
  }
  50% {
    --s-start-0:9%;
    --s-end-0:55%;
    --x-0:31%;
    --c-0:hsla(199.85294117647064,33%,93%,1);
    --y-0:94%;
    --x-1:8%;
    --y-1:79%;
    --c-1:hsla(199.99999999999997,33%,92%,1);
    --s-start-1:4.305266043054674%;
    --s-end-1:72%;
    --x-2:87%;
    --y-2:73%;
    --c-2:hsla(13.84615384615371,80%,93%,1);
    --s-start-2:5%;
    --s-end-2:52%;
    --x-3:41%;
    --s-start-3:13%;
    --s-end-3:68%;
    --c-3:hsla(279.99999999999994,54%,87%,1);
    --y-3:13%;
  }
  100% {
    --s-start-0:9%;
    --s-end-0:55%;
    --x-0:31%;
    --c-0:hsla(39.70588235294118,33%,93%,1);
    --y-0:94%;
  }
}
@property --s-start-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9%;
}
@property --s-end-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 55%;
}
@property --x-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 85%;
}
@property --c-0 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(27.0588235294, 100%, 90%);
}
@property --y-0 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 80%;
}
@property --x-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 78%;
}
@property --y-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 17%;
}
@property --c-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(27.2727272727, 100%, 90%);
}
@property --s-start-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 5%;
}
@property --s-end-1 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 72%;
}
@property --x-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 11%;
}
@property --y-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 29%;
}
@property --c-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(27.7941176471, 100%, 91%);
}
@property --s-start-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 16.2857256347%;
}
@property --s-end-2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 58.2064588205%;
}
@property --x-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 83%;
}
@property --s-start-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 13%;
}
@property --s-end-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 68%;
}
@property --c-3 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(200, 33%, 92%);
}
@property --y-3 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 79%;
}
.loading,
#navigation,
#mainvisual,
.section_header {
  --x-0:85%;
  --c-0:hsla(27.058823529411743,100%,90%,1);
  --y-0:80%;
  --x-1:78%;
  --y-1:17%;
  --c-1:hsla(27.272727272727195,100%,90%,1);
  --x-2:11%;
  --y-2:29%;
  --c-2:hsla(27.794117647058968,100%,91%,1);
  --x-3:83%;
  --c-3:hsla(199.99999999999997,33%,92%,1);
  --y-3:79%;
  background-color: hsl(31.7647058824, 25%, 89%);
  background-image: radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
  animation: hero-gradient-animation 10s linear infinite alternate;
  background-blend-mode: normal, normal, normal, normal;
}

#mainvisual {
  width: 100%;
  height: calc(100dvh - 120px);
  overflow: hidden;
  position: relative;
}
#mainvisual .contents-title {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 40px #222;
}
#mainvisual .contents-title h1 {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 3rem;
  line-height: 1.1;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #mainvisual .contents-title h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  #mainvisual .contents-title h1 {
    font-size: 1.8rem;
  }
}
#mainvisual .contents-title h1::after {
  display: block;
  content: attr(data-en);
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 0.9rem;
  line-height: 1.1;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
}
#mainvisual .mainvisual {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#mainvisual .mainvisual span {
  padding: 10px;
  font-size: 0.6rem;
  color: #FFF;
  text-shadow: 0px 1px 5px #222;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}
#mainvisual .mainvisual_01,
#mainvisual .mainvisual_02,
#mainvisual .mainvisual_03,
#mainvisual .mainvisual_04,
#mainvisual .mainvisual_05,
#mainvisual .mainvisual_06,
#mainvisual .mainvisual_07,
#mainvisual .mainvisual_08,
#mainvisual .mainvisual_09 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: anime 45s infinite;
  opacity: 0;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#mainvisual .mainvisual_01 {
  background: url(../image/mv/01.jpg) no-repeat center center/cover;
  animation-delay: 0s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_01 {
    background-position: 77% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_02 {
  background: url(../image/mv/02.jpg) no-repeat center bottom/cover;
  animation-delay: 5s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_02 {
    background-position: 53% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_03 {
  background: url(../image/mv/03.jpg) no-repeat center center/cover;
  animation-delay: 10s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_03 {
    background-position: 40% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_04 {
  background: url(../image/mv/04.jpg) no-repeat 40% bottom/cover;
  animation-delay: 15s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_04 {
    background-position: 40% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_05 {
  background: url(../image/mv/05.jpg) no-repeat 58% bottom/cover;
  animation-delay: 20s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_05 {
    background-position: 60% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_06 {
  background: url(../image/mv/06.jpg) no-repeat center center/cover;
  animation-delay: 25s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_06 {
    background-position: 60% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_07 {
  background: url(../image/mv/07.jpg) no-repeat center center/cover;
  animation-delay: 30s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_07 {
    background-position: 34% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_08 {
  background: url(../image/mv/08.jpg) no-repeat center center/cover;
  animation-delay: 35s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_08 {
    background-position: 60% bottom;
    background-size: cover;
  }
}
#mainvisual .mainvisual_09 {
  background: url(../image/mv/09.jpg) no-repeat 58% bottom/cover;
  animation-delay: 40s;
}
@media screen and (max-width: 960px) {
  #mainvisual .mainvisual_09 {
    background-position: 60% bottom;
    background-size: cover;
  }
}

.entry_list_set {
  width: calc(100% - 120px);
  margin: 30px 60px 0;
}
@media screen and (max-width: 430px) {
  .entry_list_set {
    width: calc(100% - 60px);
    margin: 20px 30px 0;
  }
}
.entry_list_item {
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 20px 60px 20px 20px;
}
@media screen and (max-width: 430px) {
  .entry_list_item {
    padding: 20px 20px 30px;
  }
}
.entry_list_item a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: url(../image/common/ui_arrow-r-black.png) right 10px bottom 10px no-repeat;
  background-size: 40px auto;
  padding: 20px 60px 20px 20px;
  margin: -20px -60px -20px -20px;
}
@media screen and (max-width: 430px) {
  .entry_list_item a {
    display: block;
    text-align: left;
    padding: 20px 20px 30px;
    margin: -20px -20px -30px;
  }
}
.entry_list_item a:hover {
  background-color: rgba(230, 230, 230, 0.4);
}
.entry_list_item_date, .entry_list_item_label {
  font-size: 0.6rem;
  line-height: 2;
  white-space: nowrap;
}
.entry_list_item_date {
  min-width: 8.5em;
}
@media screen and (max-width: 430px) {
  .entry_list_item_date {
    display: block;
    text-align: left;
  }
}
.entry_list_item_label {
  display: inline-flex;
  width: auto;
  min-width: 9em !important;
  background-color: #222;
  color: #FFF;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
@media screen and (max-width: 430px) {
  .entry_list_item_label {
    display: inline-block;
    margin: 5px auto 0;
    text-align: center;
  }
}
.entry_list_item_title, .entry_list_item_description {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 430px) {
  .entry_list_item_title, .entry_list_item_description {
    display: block;
    margin: 5px auto 0;
  }
}

.entry_body_text {
  word-break: break-all; /* 単語の途中でも折り返しOK */
}
.entry_body_text h3 {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 1.2rem;
  line-height: 1.3;
  border-bottom: 1px solid #222;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
  gap: 0.5em;
  align-items: center;
  scroll-margin-top: 60px; /*header-height*/
}
@media screen and (max-width: 430px) {
  .entry_body_text h3 {
    font-size: 1rem;
  }
}
.entry_body_text h3 span + span {
  font-size: 0.7rem;
}
.entry_body_text h3 span:nth-child(3) {
  flex-grow: 1;
  text-align: right;
}
.entry_body_text h3 span:nth-child(3) a {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  display: inline-block;
  border: 1px solid #222;
  border-radius: 3px;
  line-height: 2;
  padding: 0 0.5em;
}
.entry_body_text h3 span:nth-child(3) a::after {
  content: ">";
  padding: 0 0 0 0.3em;
}
.entry_body_text h4 {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 1rem;
  line-height: 1.3;
  border-left: 5px solid #222;
  margin-bottom: 30px;
  padding-left: 10px;
  scroll-margin-top: 60px; /*header-height*/
}
@media screen and (max-width: 430px) {
  .entry_body_text h4 {
    font-size: 0.9rem;
  }
}
.entry_body_text h5 {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 30px;
  scroll-margin-top: 60px; /*header-height*/
}
@media screen and (max-width: 430px) {
  .entry_body_text h5 {
    font-size: 0.9rem;
  }
}
.entry_body_text p {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  color: #222;
  font-size: 0.9rem;
  line-height: 2em;
  letter-spacing: 0.01rem;
  text-align: left;
  padding-bottom: 30px;
}
.entry_body_text p.has-x-large-font-size {
  font-size: 1.1rem;
}
.entry_body_text p.has-large-font-size {
  font-size: 1rem;
}
.entry_body_text p.has-medium-font-size {
  font-size: 0.8rem;
}
.entry_body_text p.has-small-font-size {
  font-size: 0.7rem;
}
.entry_body_text p.has-text-align-left {
  text-align: left;
}
.entry_body_text p.has-text-align-right {
  text-align: right;
}
.entry_body_text p.has-text-align-center {
  text-align: center;
}
.entry_body_text .simpletoc {
  border-radius: 0;
  border: 5px double #222;
  border-width: 5px 0;
  background-color: rgba(230, 230, 230, 0.4);
  padding: 10px 20px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 430px) {
  .entry_body_text .simpletoc {
    padding: 10px 10px 0;
  }
}
.entry_body_text .simpletoc-title {
  justify-content: center;
  font-size: 0.9rem;
}
.entry_body_text .simpletoc-list {
  border-width: 0;
  counter-reset: section;
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
}
.entry_body_text .simpletoc-list li {
  margin-top: 0.5em;
  font-size: 0.8rem;
  border-width: 0;
  padding: 0;
}
.entry_body_text .simpletoc-list li:before {
  display: inline-block;
  min-width: 3em;
  text-align: right;
  counter-increment: section;
  content: counters(section, "-") "．";
}
@media screen and (max-width: 430px) {
  .entry_body_text .simpletoc-list li:before {
    min-width: 2em;
  }
}
.entry_body_text .simpletoc-list ol,
.entry_body_text .simpletoc-list ul {
  border-width: 0;
  counter-reset: section;
  list-style-type: none;
  padding: 0 0 0 3em;
  margin-bottom: 0;
}
@media screen and (max-width: 430px) {
  .entry_body_text .simpletoc-list ol,
  .entry_body_text .simpletoc-list ul {
    padding: 0 0 0 2em;
  }
}
.entry_body_text .wp-element-caption {
  text-align: center;
  font-size: 0.7rem;
  margin-top: 5px;
}
.entry_body_text .wp-element-caption::before {
  content: "▲";
}
@media screen and (max-width: 430px) {
  .entry_body_text .wp-element-caption {
    font-size: 0.6rem;
  }
}
.entry_body_text .wp-block-separator {
  height: 1px;
  margin: 0 0 30px;
  border: 0;
  background-color: #E6E6E6;
  opacity: 1;
}
.entry_body_text .wp-block-image {
  max-width: 100%;
  margin-bottom: 30px;
}
.entry_body_text .wp-block-image .aligncenter {
  text-align: center;
}
.entry_body_text .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.entry_body_text .wp-block-image .size-full,
.entry_body_text .wp-block-image .size-large {
  max-width: 100%;
  margin: 0 auto;
}
.entry_body_text .wp-block-image .size-medium {
  max-width: 80%;
  margin: 0 auto;
}
.entry_body_text .wp-block-image .size-thumbnail {
  max-width: 33%;
  margin: 0 auto;
}
.entry_body_text .wp-block-gallery {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .entry_body_text .wp-block-gallery {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.entry_body_text .wp-block-gallery .wp-block-image {
  box-sizing: border-box;
  flex: 1;
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 430px) {
  .entry_body_text .wp-block-gallery .wp-block-image {
    flex: auto;
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
}
.entry_body_text .wp-block-gallery .wp-block-image .wp-element-caption {
  margin: 5px;
  text-align: left;
}
.entry_body_text .wp-block-embed {
  text-align: center;
  margin-bottom: 30px;
}
.entry_body_text .wp-block-embed__wrapper {
  display: inline-block;
}
@media screen and (max-width: 430px) {
  .entry_body_text .wp-block-embed__wrapper {
    width: 100%;
  }
  .entry_body_text .wp-block-embed__wrapper iframe {
    width: 100%;
    height: auto;
  }
}
.entry_body_text .wp-block-media-text {
  display: grid;
  column-gap: 30px;
  margin-bottom: 30px;
  grid-template-columns: 50% auto;
}
@media screen and (max-width: 430px) {
  .entry_body_text .wp-block-media-text {
    display: block;
  }
  .entry_body_text .wp-block-media-text > *:first-child {
    height: auto;
    padding-bottom: 20px;
  }
}
.entry_body_text .wp-block-media-text.is-vertically-aligned-top {
  align-items: flex-start;
}
.entry_body_text .wp-block-media-text.is-vertically-aligned-center {
  align-items: center;
}
.entry_body_text .wp-block-media-text.is-vertically-aligned-bottom {
  align-items: flex-end;
}
.entry_body_text .wp-block-media-text__media img {
  max-width: 100%;
  height: auto;
}
.entry_body_text .wp-block-media-text__content {
  margin-bottom: -30px;
}
.entry_body_text .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}
.entry_body_text .wp-block-buttons .wp-element-button {
  display: inline-block;
}
.entry_body_text .wp-block-buttons .wp-element-buttona, .entry_body_text .wp-block-buttons .wp-element-button:link, .entry_body_text .wp-block-buttons .wp-element-button:visited, .entry_body_text .wp-block-buttons .wp-element-button:hover {
  display: inline-block;
  background: none;
  color: #FFF;
  line-height: 2.5;
  background-color: #222;
  border-radius: 2.5em;
  padding: 0 1em;
}
.entry_body_text blockquote {
  background-color: rgba(230, 230, 230, 0.4);
  border-radius: 9px;
  margin-bottom: 30px;
  padding: 30px 30px 0;
}
@media screen and (max-width: 430px) {
  .entry_body_text blockquote {
    padding: 20px 20px 0;
  }
}
.entry_body_text ul, .entry_body_text ol {
  /*border-top: 1px solid config.$c_font;
  border-color: rgb(config.$c_font , .2);
  padding-top: config.$pitch-onesixth;*/
  padding-bottom: 30px;
}
.entry_body_text ul li, .entry_body_text ol li {
  border-bottom: 1px solid #222;
  border-color: rgba(34, 34, 34, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.entry_body_text ul li:last-child, .entry_body_text ol li:last-child {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry_body_text strong,
.entry_body_text em,
.entry_body_text b {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}
.entry_body_text small,
.entry_body_text sub,
.entry_body_text sup {
  display: inline-block;
  font-size: 0.6rem;
  line-height: 1.4;
}
.entry_body_text sub {
  vertical-align: text-bottom;
}
.entry_body_text sup {
  vertical-align: text-top;
}
.entry_body_text small {
  vertical-align: middle;
}
.entry_body_text a:link,
.entry_body_text a:visited {
  color: #222;
  text-decoration: none;
  border-bottom: 1px dashed rgba(34, 34, 34, 0.3);
}
.entry_body_text a:link[target=_blank],
.entry_body_text a:visited[target=_blank] {
  background: url(../image/common/ui_extlink.png) right 1px center no-repeat;
  background-size: 0.8em auto;
  padding-right: 1em;
}
.entry_body_text a:hover,
.entry_body_text a:active {
  border-bottom: 1px dashed #222222;
}
.entry_body_text a:hover[target=_blank],
.entry_body_text a:active[target=_blank] {
  background: url(../image/common/ui_extlink-hover.png) right 1px center no-repeat;
  background-size: 0.8em auto;
  padding-right: 1em;
}

.navigation {
  max-width: 1000px;
  margin: 90px auto 0;
}
@media screen and (max-width: 960px) {
  .navigation {
    margin: 30px 30px 0;
  }
}
.navigation .nav-links {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 430px) {
  .navigation .nav-links {
    gap: 5px;
  }
}
.navigation .nav-links a,
.navigation .nav-links span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 430px) {
  .navigation .nav-links a,
  .navigation .nav-links span {
    font-size: 0.6rem;
  }
}
.navigation.pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .navigation.pagination {
    margin-top: 30px;
  }
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  width: 3em;
  height: 3em;
}
.navigation.pagination .nav-links a {
  background-color: #FFF;
  color: #222;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.navigation.pagination .nav-links a:hover {
  background-color: #E6E6E6;
}
.navigation.pagination .nav-links span {
  background-color: #222;
  color: #FFF;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
}
.navigation.pagination .nav-links span.dots {
  background-color: #FFF;
  color: #222;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  width: auto;
}
.navigation.post-navigation .nav-links {
  align-items: stretch;
}
@media screen and (max-width: 430px) {
  .navigation.post-navigation .nav-links {
    display: block;
  }
  .navigation.post-navigation .nav-links div:first-child {
    margin-bottom: 5px;
  }
}
.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next {
  flex: 1;
  background-color: #FFF;
  color: #222;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
  display: flex;
  align-items: center;
  min-height: calc(100% - 40px);
  padding: 20px;
}
.navigation.post-navigation .nav-links .nav-previous a:hover,
.navigation.post-navigation .nav-links .nav-next a:hover {
  background-color: rgba(230, 230, 230, 0.4);
}
@media screen and (max-width: 430px) {
  .navigation.post-navigation .nav-links .nav-previous a,
  .navigation.post-navigation .nav-links .nav-next a {
    min-height: auto;
    padding: 10px;
  }
}
.navigation.post-navigation .nav-links .nav-previous a {
  justify-content: flex-start;
  background: url(../image/common/ui_arrow-l-black.png) left 20px center no-repeat;
  background-size: 40px auto;
  padding-left: 70px;
}
@media screen and (max-width: 430px) {
  .navigation.post-navigation .nav-links .nav-previous a {
    background: url(../image/common/ui_arrow-l-black.png) left 10px center no-repeat;
    background-size: 30px auto;
    padding-left: 50px;
  }
}
.navigation.post-navigation .nav-links .nav-next a {
  text-align: right;
  justify-content: flex-end;
  background: url(../image/common/ui_arrow-r-black.png) right 20px center no-repeat;
  background-size: 40px auto;
  padding-right: 70px;
}
@media screen and (max-width: 430px) {
  .navigation.post-navigation .nav-links .nav-next a {
    background: url(../image/common/ui_arrow-r-black.png) rightt 10px center no-repeat;
    background-size: 30px auto;
    padding-right: 50px;
  }
}

#home .section {
  padding: 60px 60px 0;
}
@media screen and (max-width: 960px) {
  #home .section {
    padding: 30px 30px 0;
  }
}
#home .section_header {
  margin-bottom: 0;
  padding: 0;
  background-color: #FFF;
  background-image: none;
}
#home .section_header_title {
  color: #222;
  mix-blend-mode: normal;
  padding: 0;
}
#home .section_header::after {
  display: none;
}
#home .entry_list_set {
  width: 100%;
  padding-top: 20px;
  margin: 0;
}
@media screen and (max-width: 430px) {
  #home .entry_list_set {
    margin: 0;
    padding-top: 10px;
  }
}
#home .entry_list_item {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}
@media screen and (max-width: 430px) {
  #home .entry_list_item {
    padding-bottom: 30px;
  }
}
#home .entry_list_item_account {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  display: flex;
  white-space: nowrap;
  line-height: 28px; /* SNS icon size */
}
#home .entry_list_item_account::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #222;
}
@media screen and (max-width: 430px) {
  #home .entry_list_item_account::before {
    margin-right: 5px;
  }
}
#home .entry_list_item_account-voicy {
  color: #FF7D32;
}
#home .entry_list_item_account-voicy::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-voicy.png) no-repeat center center #FF7D32;
  background-size: 18px;
}
#home .entry_list_item_account-line {
  color: #06C755;
}
#home .entry_list_item_account-line::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-line.png) no-repeat center center #06C755;
  background-size: 18px;
}
#home .entry_list_item_account-instagram {
  color: #D300C5;
}
#home .entry_list_item_account-instagram::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-instagram.png) no-repeat center center #D300C5;
  background-size: 18px;
}
#home .entry_list_item_account-x {
  color: #14171a;
}
#home .entry_list_item_account-x::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-x.png) no-repeat center center #14171a;
  background-size: 18px;
}
#home .entry_list_item a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: url(../image/common/ui_arrow-r-black.png) right 10px bottom 10px no-repeat;
  background-size: 40px auto;
  padding: 20px 60px 20px 20px;
  margin: -20px -60px -20px -20px;
}
@media screen and (max-width: 430px) {
  #home .entry_list_item a {
    display: block;
    text-align: left;
    padding: 20px 20px 30px;
    margin: -20px -20px -30px;
  }
}
#home .entry_list_item a:hover {
  background-color: rgba(230, 230, 230, 0.4);
}
#home .snsLink a {
  align-items: center;
}

#profile .entry_body_text li a:link,
#profile .entry_body_text li a:link[target=_blank],
#profile .entry_body_text li a:visited,
#profile .entry_body_text li a:visited[target=_blank],
#profile .entry_body_text li a:hover,
#profile .entry_body_text li a:hover[target=_blank] {
  border: 0;
  background-image: transparent;
}
#profile .entry {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 430px) {
  #profile .entry {
    display: block;
  }
}
#profile .entry_photo {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 430px) {
  #profile .entry_photo {
    width: 100%;
  }
}
#profile .entry_photo img {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
@media screen and (max-width: 430px) {
  #profile .entry_photo img {
    margin-top: 0;
    position: static;
  }
}
#profile .entry_body {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 430px) {
  #profile .entry_body {
    width: 100%;
  }
}
#profile .entry_body_text {
  margin-bottom: 30px;
}
#profile .entry_list_set {
  margin: 0;
  padding-top: 0;
  width: 100%;
  border: 0;
}
#profile .entry_list_item {
  margin: 0 0 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  #profile .entry_list_item {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 430px) {
  #profile .entry_list_item {
    padding-bottom: 30px;
  }
}
#profile .entry_list_item:last-child {
  border: 1px solid #E6E6E6;
  margin-bottom: 0;
}
#profile .entry_list_item_title, #profile .entry_list_item_description {
  font-size: 0.8rem;
}
@media screen and (max-width: 1300px) {
  #profile .entry_list_item_title, #profile .entry_list_item_description {
    display: block;
    margin-top: 5px;
  }
}
#profile .entry_list_item_label {
  margin-bottom: 5px;
}
#profile .entry_list_item_account {
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  display: flex;
  white-space: nowrap;
  line-height: 28px; /* SNS icon size */
}
#profile .entry_list_item_account::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 3px;
  background-color: #222;
}
@media screen and (max-width: 430px) {
  #profile .entry_list_item_account::before {
    margin-right: 5px;
  }
}
#profile .entry_list_item_account-voicy {
  color: #FF7D32;
}
#profile .entry_list_item_account-voicy::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-voicy.png) no-repeat center center #FF7D32;
  background-size: 18px;
}
#profile .entry_list_item_account-line {
  color: #06C755;
}
#profile .entry_list_item_account-line::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-line.png) no-repeat center center #06C755;
  background-size: 18px;
}
#profile .entry_list_item_account-instagram {
  color: #D300C5;
}
#profile .entry_list_item_account-instagram::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-instagram.png) no-repeat center center #D300C5;
  background-size: 18px;
}
#profile .entry_list_item_account-x {
  color: #14171a;
}
#profile .entry_list_item_account-x::before {
  border-radius: 3px;
  background: url(../image/common/icon_sns-x.png) no-repeat center center #14171a;
  background-size: 18px;
}
#profile .entry_list_item a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: url(../image/common/ui_arrow-r-black.png) right 10px bottom 10px no-repeat;
  background-size: 40px auto;
  padding: 20px 60px 20px 20px;
  margin: -20px -60px -20px -20px;
}
@media screen and (max-width: 1300px) {
  #profile .entry_list_item a {
    display: block;
    text-align: left;
    padding: 20px 20px 30px;
    margin: -20px -20px -30px;
  }
}
#profile .entry_list_item a:hover {
  background-color: rgba(230, 230, 230, 0.4);
}

#column .entry_list_set {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#column .entry_list_item {
  /* 4カラム */
  box-sizing: border-box;
  background: url(../image/common/ui_arrow-r-black.png) right 20px bottom 20px no-repeat;
  background-size: 40px auto;
  width: calc(25% - 15px);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1300px) {
  #column .entry_list_item {
    /* 3カラム */
    width: calc(33.33% - 13.3333333333px);
  }
}
@media screen and (max-width: 960px) {
  #column .entry_list_item {
    /* 2カラム */
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 430px) {
  #column .entry_list_item {
    /* 1カラム */
    width: 100%;
  }
}
#column .entry_list_item_eyecach, #column .entry_list_item_date, #column .entry_list_item_title {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
#column .entry_list_item_eyecach {
  overflow: hidden;
}
#column .entry_list_item_eyecach img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease;
}
#column .entry_list_item_date {
  padding: 10px 20px 0;
}
#column .entry_list_item_title {
  flex-grow: 1;
  padding: 10px 20px 30px;
}
@media screen and (max-width: 430px) {
  #column .entry_list_item_title {
    padding-top: 0;
  }
}
#column .entry_list_item a {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  height: 100%;
}
#column .entry_list_item a:hover {
  background-color: rgba(230, 230, 230, 0.4);
}
#column .entry_list_item a:hover img {
  transform: scale(1.1);
}

#contact input,
#contact button,
#contact select,
#contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}
#contact textarea {
  resize: vertical;
}
#contact input[type=submit],
#contact input[type=button],
#contact label,
#contact button,
#contact select {
  cursor: pointer;
}
#contact select::-ms-expand {
  display: none;
}
#contact label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 430px) {
  #contact label {
    display: block;
  }
}
#contact label.form_main {
  display: block;
}
#contact span.form_title {
  width: 5em;
}
#contact span.form_title-main {
  display: block;
  width: 100%;
}
#contact span.form_item {
  flex-grow: 1;
}
#contact span.form_item-main {
  display: block;
  width: 100%;
}
#contact span.not-valid-tip {
  display: block;
  font-size: 0.6rem;
  line-height: 1.8;
  color: #C00;
}
#contact span small {
  color: rgba(34, 34, 34, 0.7);
}
#contact input,
#contact select,
#contact textarea {
  box-sizing: border-box;
  font-size: 0.8em;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  background-color: rgba(230, 230, 230, 0.3);
  width: 100%;
  border: 0;
  padding: 0.1em 1em;
}
#contact input,
#contact select,
#contact textarea {
  border-bottom: 2px solid rgba(34, 34, 34, 0.3);
}
#contact input.not-valid,
#contact select.not-valid,
#contact textarea.not-valid {
  border-bottom: 2px solid #C00;
}
#contact textarea {
  width: 100%;
  height: 8em;
}
#contact input[type=submit] {
  width: 40%;
  min-width: 200px;
  border: 0;
  border-radius: 80px;
  padding: 0.5em;
  background-color: #222;
  font-family: "Nunito Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-size: 1rem;
  color: #FFF;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */