@charset "UTF-8";
.spbr {
  display: none;
}
@media (max-width: 819px ) {
  .spbr {
    display: block;
  }
}

.xsbr {
  display: none;
}
@media (max-width: 375px ) {
  .xsbr {
    display: block;
  }
}

@media (max-width: 819px ) {
  .pcbr {
    display: none;
  }
}

@media (max-width: 375px ) {
  .not-xsbr {
    display: none;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #FFFBE5;
  width: 100%;
  overflow-x: hidden;
}

main {
  width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
  width: auto;
  height: auto;
}

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.l-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.l-inner {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 820px ) {
  .l-inner {
    width: 100%;
    max-width: 1000px;
  }
}

.c-font_ttl {
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
}

.c-ttl {
  text-align: center;
  font-size: 1.75rem;
  color: #0E5D6A;
  margin-bottom: 1.5rem;
}
@media (min-width: 820px ) {
  .c-ttl {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }
}

.c-btn {
  padding: 0.875rem;
  border: 3px solid;
  border-radius: 8px;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "M PLUS 1", sans-serif;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 288px;
  margin-left: auto;
  margin-right: auto;
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.875rem;
  top: calc(50% - 9px);
}
.c-btn.is-minpadding {
  padding: 0.5rem 0.875rem;
  line-height: 1;
}
.c-btn.is-blue {
  background: #00D0FF;
  border-color: #03A3C7;
}
.c-btn.is-pink {
  background: #ED79ED;
  border-color: #EE3BEE;
}
.c-btn.is-gray {
  background: #DFDFDF;
  border-color: #C9C9C9;
}
.c-btn.is-gray::after {
  background: url(../img/btn_arrow_gray.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.c-btn.is-yellow {
  background: #FFF1A1;
  border-color: #FFE02D;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-right: 2rem;
}
.c-btn.is-yellow::after {
  rotate: -90deg;
  width: 24px;
  height: 24px;
}
.c-btn.is-green {
  background: #59ACB9;
  border-color: #0E5D6A;
  padding: 1.125rem;
}
.c-btn.is-green::after {
  background: url(../img/btn_arrow_gr.svg) no-repeat;
  background-size: contain;
  right: 1.125rem;
  width: 24px;
  height: 24px;
}
.c-btn.is-whitepink {
  border-color: #ED79ED;
  background: #ED79ED;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 2.5rem 0.5rem 1.875rem;
}
.c-btn.is-whitepink::after {
  background: url(../img/btn_arrow_pk.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.c-btn.is-greenwhite {
  border-color: #0E5D6A;
  color: #0E5D6A;
}
.c-btn.is-greenwhite::after {
  background: url(../img/btn_arrow_linegreen.svg) no-repeat;
  background-size: contain;
}

.sidenav {
  width: 43.25%;
  display: none;
}
@media (min-width: 820px ) {
  .sidenav {
    display: block;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
.sidenav_ttl {
  margin-bottom: 1.5rem;
}
.sidenav_list {
  list-style: none;
  padding: 2.25rem;
  background: #FFFDF2;
}
.sidenav_list_item + .sidenav_list_item {
  margin-top: 1rem;
}
.sidenav_list_item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0E5D6A;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "M PLUS 1", sans-serif;
}
.sidenav_list_item a:hover {
  text-decoration: none;
}
.sidenav_list_item a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/sidenav_arrow.svg) no-repeat;
  background-size: contain;
}

.mainconts {
  width: 100%;
  background: #FFFDF2;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 820px ) {
  .header {
    background: #fff;
    padding: 1.25rem;
    display: flex;
    align-items: center;
  }
}
.header_btn {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url(../img/header_btn.png) no-repeat center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 1rem;
  top: 1.25rem;
  gap: 0.25rem;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 820px ) {
  .header_btn {
    display: none;
  }
}
.header_btn_line {
  width: 24px;
  height: 13px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.header_btn_line span {
  height: 1px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  transition: 0.2s;
}
.header_btn_txt {
  color: #fff;
  font-size: 0.625rem;
  font-family: "M PLUS 1", sans-serif;
  margin: 0;
  line-height: 1;
}
.header_btn.is-open {
  background: url(../img/header_btn_w.png) no-repeat center;
  background-size: contain;
}
.header_btn.is-open .header_btn_line span {
  background-color: #59ACB9;
  transform-origin: left;
}
.header_btn.is-open .header_btn_line span:nth-of-type(1) {
  rotate: 28deg;
}
.header_btn.is-open .header_btn_line span:nth-of-type(2) {
  opacity: 0;
}
.header_btn.is-open .header_btn_line span:nth-of-type(3) {
  rotate: -28deg;
}
.header_btn.is-open .header_btn_txt {
  color: #59ACB9;
}
.header_logo {
  width: 230px;
  margin-right: auto;
  display: block;
}
@media (min-width: 820px ) {
  .header_logo {
    width: 200px;
  }
}
.header_wrap {
  position: absolute;
  width: 100%;
  height: 100svh;
  background: #59ACB9;
  padding: 1.75rem;
  display: none;
  opacity: 0;
}
@media (min-width: 820px ) {
  .header_wrap {
    position: relative;
    width: auto;
    height: auto;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1120px;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    padding: 0;
  }
}
.header_wrap_inner {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 5rem;
}
@media (min-width: 820px ) {
  .header_wrap_inner {
    width: auto;
    height: auto;
    margin-top: 0;
  }
}
.header_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 820px ) {
  .header_list {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}
.header_list_item {
  font-family: "M PLUS 1", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 820px ) {
  .header_list_item {
    display: block;
    font-size: 0.875rem;
  }
}
.header_list_item + .header_list_item {
  margin-top: 1rem;
}
@media (min-width: 820px ) {
  .header_list_item + .header_list_item {
    margin-top: 0;
  }
}
.header_list_item::before {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../img/header_item_arrow.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 820px ) {
  .header_list_item::before {
    display: none;
  }
}
.header_list_item a {
  color: #fff;
}
@media (min-width: 820px ) {
  .header_list_item a {
    color: #0E5D6A;
  }
}
.header_contact {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 820px ) {
  .header_contact {
    margin: 0;
  }
}
.header_contact_btn {
  font-size: 1rem;
  color: #59ACB9;
  background-color: #fff;
  padding: 0.75rem 1rem;
  font-weight: bold;
  display: block;
  margin-top: 2rem;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 820px ) {
  .header_contact_btn {
    font-size: 0.875rem;
    color: #fff;
    background-color: #59ACB9;
    padding: 0.5rem 1rem;
    margin: 0;
  }
}
.header_contact_txt {
  font-size: 0;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.fixmenu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  z-index: 100;
}
@media (min-width: 820px ) {
  .fixmenu {
    display: none;
  }
}
.fixmenu_item {
  padding: 0.5rem 0 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #0E5D6A;
  border-radius: 10px 10px 0 0;
  background: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  flex: auto;
  color: #0E5D6A;
}

.hero {
  padding-top: 4.75rem;
}
@media (min-width: 820px ) {
  .hero {
    padding-top: calc(77px + 2.5rem);
  }
}
.hero_ttl {
  margin-bottom: 1rem;
  font-size: 0;
  width: 100%;
  aspect-ratio: 320/227;
  animation: heroslide 3s linear infinite;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 820px ) {
  .hero_ttl {
    width: 100%;
    max-width: 812px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }
}
@keyframes heroslide {
  0% {
    background: url(../img/hero01.png) no-repeat center;
    background-size: contain;
  }
  49% {
    background: url(../img/hero01.png) no-repeat center;
    background-size: contain;
  }
  50% {
    background: url(../img/hero02.png) no-repeat center;
    background-size: contain;
  }
  99% {
    background: url(../img/hero02.png) no-repeat center;
    background-size: contain;
  }
  100% {
    background: url(../img/hero01.png) no-repeat center;
    background-size: contain;
  }
}

.intro {
  background: url(../img/bg_dot_10.png) #fff;
  padding: 1.5rem 0 2.5rem 0;
}
@media (min-width: 820px ) {
  .intro {
    padding: 5rem 0;
  }
}
.intro .l-inner {
  max-width: 800px;
}
@media (max-width: 819px ) {
  .intro .c-ttl.sp-s {
    font-size: 1.25rem;
  }
}
@media (max-width: 819px ) {
  .intro .c-ttl.sp-m {
    font-size: 1.625rem;
  }
}
.intro_3col {
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 820px ) {
  .intro_3col {
    gap: 2.5rem;
    margin-bottom: 5rem;
  }
}
.intro_3col_item {
  width: calc(33.3333333333% - 0.625rem);
}
@media (min-width: 820px ) {
  .intro_3col_item {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.intro_3col_item_img {
  margin-bottom: 1rem;
}
.intro_3col_item_txt {
  text-align: center;
  font-size: 0.5rem;
  color: #0E5D6A;
  font-weight: bold;
}
@media (min-width: 820px ) {
  .intro_3col_item_txt {
    font-size: 1rem;
  }
}
.intro_2col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.5rem;
}
.intro_2col_img {
  width: 35%;
  flex: none;
}
.intro_2col_body_txt {
  color: #0E5D6A;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
.intro_2col_body_txt + .intro_2col_body_txt {
  margin-top: 0.625rem;
}
.intro_2col_body_txt span.mark {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #FCFE15 60%);
}
.intro_2col_body_txt span.big {
  font-size: 1.25rem;
}

.about {
  padding: 2.5rem 0;
}
@media (min-width: 820px ) {
  .about {
    padding: 5rem 0;
  }
}
.about_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #0E5D6A;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 820px ) {
  .about_ttl {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.about_ttl small {
  font-size: 0.875rem;
  display: block;
  line-height: 1;
}
@media (min-width: 820px ) {
  .about_ttl small {
    font-size: 1rem;
  }
}
.about_ttl img {
  width: 5%;
}
@media (min-width: 820px ) {
  .about_ttl img {
    width: 22px;
  }
}
.about_wrap {
  display: block;
  margin-bottom: 2rem;
}
.about_box {
  padding: 1.875rem 0.875rem;
  border: 2px solid #0E5D6A;
  background: #fff;
  position: relative;
}
@media (min-width: 820px ) {
  .about_box {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about_box + .about_box {
  margin-top: 1rem;
}
.about_box_deco {
  position: absolute;
}
.about_box_deco.deco01 {
  width: 16%;
  right: -6.5%;
  top: -5.9%;
}
@media (min-width: 820px ) {
  .about_box_deco.deco01 {
    right: initial;
    left: -6.5%;
    top: -10%;
  }
}
.about_box_deco.deco02 {
  width: 20%;
  left: -6.5%;
  top: 5%;
}
@media (min-width: 820px ) {
  .about_box_deco.deco02 {
    left: initial;
    right: -6.5%;
    top: initial;
    bottom: -15%;
  }
}
.about_box_deco.deco03 {
  width: 21%;
  right: -5.5%;
  top: 2%;
}
.about_box_ttl {
  color: #0E5D6A;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.about_box_date {
  color: #0E5D6A;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.about_box_date span {
  font-size: 1.75rem;
}
.about_box_date + .about_box_ttl {
  margin-top: 1.5rem;
}
.about_box_note {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.about_box_txt {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}
.about_box_txt + .about_box_ttl {
  margin-top: 2rem;
}
.about_box .c-btn {
  margin-top: 1.5rem;
}
.about .c-btn + .c-btn {
  margin-top: 1rem;
}
.about .c-btn.is-pink, .about .c-btn.is-blue {
  padding: 0.875rem 2rem 0.875rem 0.8875rem;
}
.about .c-btn.is-gray {
  padding: 0.875rem 2rem 0.875rem 0.8875rem;
}
.about .c-btn.is-gray::after {
  width: 18px;
  height: 18px;
}

.entry {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
  background: url(../img/bg_dot.png) #fff;
}
.entry::before {
  content: "";
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/entry_head.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media (min-width: 820px ) {
  .entry::before {
    display: none;
  }
}
.entry::after {
  content: "";
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/entry_bottom.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media (min-width: 820px ) {
  .entry::after {
    display: none;
  }
}
.entry_box {
  padding: 2.5rem 1rem;
  background: #fff;
}
@media (min-width: 820px ) {
  .entry_box {
    padding: 2.5rem;
  }
}
.entry_box + .entry_box {
  margin-top: 1.5rem;
}
@media (min-width: 820px ) {
  .entry_box + .entry_box {
    margin-top: 2.5rem;
  }
}
.entry_box#moyamoya {
  border: 2px solid #00D0FF;
}
.entry_box#moyamoya .entry_box_ttl {
  color: #00D0FF;
}
.entry_box#tomokaji {
  border: 2px solid #ED79ED;
}
.entry_box#tomokaji .entry_box_ttl {
  color: #ED79ED;
}
.entry_box_ttlhead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  color: #0E5D6A;
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
@media (min-width: 820px ) {
  .entry_box_ttlhead {
    font-size: 1rem;
    gap: 0.5rem;
  }
}
.entry_box_ttlhead img {
  width: 3%;
}
@media (min-width: 820px ) {
  .entry_box_ttlhead img {
    width: 10px;
  }
}
.entry_box_ttl {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.entry_box_ttl small {
  font-size: 0.875rem;
}
@media (min-width: 820px ) {
  .entry_box_ttl {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .entry_box_ttl small {
    font-size: 1rem;
  }
}
.entry_box_txt {
  text-align: center;
}
@media (min-width: 820px ) {
  .entry_box_txt {
    font-size: 1.25rem;
  }
}
.entry_box_txt + .entry_box_wrap {
  margin-top: 3rem;
}
@media (min-width: 820px ) {
  .entry_box_txt + .entry_box_wrap {
    margin-top: 2.5rem;
  }
}
.entry_box_txt + .c-btn {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 820px ) {
  .entry_box_txt + .c-btn {
    margin-bottom: 1.5rem;
  }
}
.entry_box_wrap {
  display: block;
  margin-bottom: 1.5rem;
}
@media (min-width: 820px ) {
  .entry_box_wrap {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
    justify-content: center;
  }
}
@media (min-width: 820px ) {
  .entry_box_item {
    width: calc(33.3333333333% - 1rem);
    max-width: 288px;
  }
}
.entry_box_item_ttl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #0E5D6A;
}
.entry_box_item_ttl small {
  font-size: 0.875rem;
}
.entry_box_item_img {
  margin-bottom: 1rem;
}
.entry_box_item_txt {
  font-size: 1rem;
  margin-bottom: 0;
}
.entry_box_item_note {
  font-size: 0.875rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.entry_box_item + .entry_box_item {
  margin-top: 4rem;
  position: relative;
}
@media (min-width: 820px ) {
  .entry_box_item + .entry_box_item {
    margin-top: 0;
  }
}
.entry_box_item + .entry_box_item::before {
  content: "";
  width: 58px;
  height: 2px;
  background: #0E5D6A;
  position: absolute;
  left: calc(50% - 29px);
  top: calc(-2rem + 1px);
}
@media (min-width: 820px ) {
  .entry_box_item + .entry_box_item::before {
    display: none;
  }
}
.entry_box .c-btn + .c-btn {
  margin-top: 1rem;
}
.entry_box_txtlink {
  text-align: center;
  margin-top: 0.75rem;
}
.entry_box_txtlink a {
  color: #0E5D6A;
  text-decoration: underline;
  font-size: 1.25rem;
}

.prize {
  padding: 2.5rem 0;
}
@media (min-width: 820px ) {
  .prize {
    padding: 5rem 0;
  }
}
.prize_head {
  padding: 1.875rem 0.875rem;
  border: 2px solid #0E5D6A;
  background: #fff;
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 820px ) {
  .prize_head {
    padding: 3rem 0.875rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }
}
.prize_head_deco {
  position: absolute;
  width: 21%;
  right: -5.5%;
  top: 2%;
}
@media (min-width: 820px ) {
  .prize_head_deco {
    width: 10.5%;
    right: -2.5%;
    top: -13%;
  }
}
.prize_head_ttl {
  color: #0E5D6A;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 820px ) {
  .prize_head_ttl {
    font-size: 2.25rem;
  }
}
.prize_head_txt {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 820px ) {
  .prize_head_txt {
    font-size: 1.25rem;
  }
}
.prize_txt {
  text-align: center;
  font-size: 1rem;
  color: #0E5D6A;
  margin-bottom: 2rem;
}
.prize_wrap {
  display: block;
}
@media (min-width: 820px ) {
  .prize_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.25rem;
  }
}
.prize_wrap.is-1col > .prize_box {
  width: 100%;
}
.prize_wrap.is-1col > .prize_box .prize_box_ttl {
  margin-bottom: 0.5rem;
}
.prize_wrap.is-1col > .prize_box .prize_box_name + .prize_box_ttl {
  margin-top: 0.625rem;
}
.prize_item_ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0E5D6A;
  margin-bottom: 1rem;
}
@media (min-width: 820px ) {
  .prize_item_ttl {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
  }
}
.prize_item + .prize_item {
  margin-top: 1.5rem;
}
@media (min-width: 820px ) {
  .prize_item + .prize_item {
    margin-top: 2rem;
  }
}
.prize_box {
  padding: 1.5rem 0.5rem 1.5rem;
  border: 2px solid #0E5D6A;
  position: relative;
  background-color: #fff;
}
@media (min-width: 820px ) {
  .prize_box {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
.prize_box.is-sub {
  border: 2px dashed #0E5D6A;
}
.prize_box + .prize_box {
  margin-top: 1.5rem;
}
@media (min-width: 820px ) {
  .prize_box + .prize_box {
    margin-top: 0;
  }
}
.prize_box_deco {
  position: absolute;
  width: 81px;
  left: -8px;
  top: -8px;
}
.prize_box_ttl {
  text-align: center;
  color: #0E5D6A;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.prize_box_ttl.is-mt-l {
  margin-top: 3rem !important;
}
.prize_box_name {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #0E5D6A;
  margin-bottom: 0.5rem;
}
.prize_box_txt {
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.prize_box_img {
  width: 148px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
}
.prize_box_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prize_box_list li {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.prize_box_list li + li {
  margin-top: 0.5rem;
}
.prize_subttl {
  font-size: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 820px ) {
  .prize_subttl {
    margin-top: 4rem;
  }
}
.prize_btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 820px ) {
  .prize_btns {
    flex-direction: row;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 3rem;
  }
  .prize_btns .c-btn {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.3;
  }
}

.sponsor {
  padding: 2.5rem 0;
  background: #fff;
}
@media (min-width: 820px ) {
  .sponsor {
    padding: 5rem 0;
  }
}
.sponsor .c-ttl small {
  font-size: 1rem;
  display: block;
  line-height: 1;
}
.sponsor_logos {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 0.5rem;
  flex-wrap: wrap;
}
@media (min-width: 820px ) {
  .sponsor_logos {
    max-width: var(--w);
    gap: 1.25rem;
  }
}
.sponsor_logos + .c-ttl {
  margin-top: 4rem;
}
.sponsor_logos_item {
  max-width: calc(var(--w) * 0.8);
}
@media (min-width: 820px ) {
  .sponsor_logos_item {
    max-width: var(--w);
  }
}

.contact {
  padding: 2.5rem 0;
  text-align: center;
}
@media (min-width: 820px ) {
  .contact {
    padding: 5rem 0;
  }
}
.contact_box {
  padding: 2.5rem 1rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
}
.contact_box .c-ttl {
  margin-bottom: 1rem;
}
.contact_box_link {
  color: #0E5D6A;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 820px ) {
  .contact_box_link {
    font-size: 1.5rem;
  }
}
.contact_box_txt {
  margin-bottom: 0;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #0E5D6A;
}

.sns {
  background: #fff;
  padding: 1.25rem 0;
}
.sns_wrap {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 820px ) {
  .sns_wrap {
    gap: 4rem;
  }
}
.sns_item {
  width: calc(var(--w) * 0.8);
}
@media (min-width: 820px ) {
  .sns_item {
    width: var(--w);
  }
}

.terms {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.terms_box {
  border: 2px solid #0E5D6A;
  background: #fff;
  padding: 1rem 0.5rem;
  max-height: 300px;
  overflow: auto;
}
.terms_box a {
  color: #0E5D6A;
}

.footer {
  padding: 0.875rem 0.875rem 5rem;
  text-align: center;
  background: #59ACB9;
}
@media (min-width: 820px ) {
  .footer {
    padding: 0.875rem;
  }
}
.footer p {
  color: #fff;
  font-size: 0.625rem;
  margin: 0;
  margin-top: 1rem;
}
@media (min-width: 820px ) {
  .footer p {
    font-size: 0.75rem;
  }
}
.footer p span {
  font-size: 0;
  opacity: 0;
}
.footer a {
  color: #fff;
  font-size: 0.75rem;
}

/* ---------とも家事ってなにページ------------- */
.tomokaji {
  padding-top: 5.5rem;
  padding-bottom: 3rem;
  background: #fff;
  position: relative;
}
@media (min-width: 820px ) {
  .tomokaji {
    padding-top: 241px;
    padding-bottom: 5rem;
  }
}
.tomokaji::before {
  content: "";
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/entry_head.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media (min-width: 820px ) {
  .tomokaji::before {
    background: url(../img/tomokaji_head.png) no-repeat bottom;
    background-size: 100% auto;
    height: 241px;
  }
}
.tomokaji_ttl {
  text-align: center;
  font-size: 1.75rem;
  color: #ED79ED;
  margin-bottom: 2.5rem;
}
@media (min-width: 820px ) {
  .tomokaji_ttl {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }
}
.tomokaji_ttl span {
  position: relative;
}
.tomokaji_ttl span::after {
  content: "";
  width: 100%;
  border-bottom: 3px dashed #ED79ED;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tomokaji_txt {
  text-align: center;
  font-size: 1rem;
  color: #0E5D6A;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media (min-width: 820px ) {
  .tomokaji_txt {
    font-size: 1.25rem;
  }
}
.tomokaji_txt span {
  font-weight: bold;
}
.tomokaji_txt + .tomokaji_subttl {
  margin-top: 3rem;
}
@media (min-width: 820px ) {
  .tomokaji_txt + .tomokaji_subttl {
    margin-top: 3.5rem;
  }
}
.tomokaji_txt + .tomokajii_img {
  margin-top: 2rem;
}
.tomokaji_subttl {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: #0E5D6A;
}
@media (min-width: 820px ) {
  .tomokaji_subttl {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 820px ) {
  .tomokaji_imgwrap {
    display: flex;
    gap: 1.875rem;
    justify-content: center;
    align-items: center;
  }
}
.tomokaji_imgwrap + .tomokaji_subttl {
  margin-top: 2.5rem;
}
@media (min-width: 820px ) {
  .tomokaji_imgwrap + .tomokaji_subttl {
    margin-top: 5rem;
  }
}
.tomokaji_img {
  margin-bottom: 1.5rem;
  max-width: var(--w);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 820px ) {
  .tomokaji_img {
    width: calc(50% - 0.9375rem);
    max-width: var(--w);
    margin: 0;
  }
}
@media (min-width: 820px ) {
  .tomokaji_3col {
    display: flex;
    gap: 1.25rem;
    margin-top: 3rem;
  }
}
.tomokaji_3col + .tomokaji_subttl {
  margin-top: 3rem;
}
@media (min-width: 820px ) {
  .tomokaji_item {
    width: calc(33.3333333333% - 0.5rem);
  }
}
.tomokaji_item + .tomokaji_item {
  margin-top: 2rem;
}
@media (min-width: 820px ) {
  .tomokaji_item + .tomokaji_item {
    margin-top: 0;
  }
}
.tomokaji_item_ttl {
  text-align: center;
  color: #0E5D6A;
  font-size: 1rem;
  position: relative;
  margin-bottom: 1rem;
}
.tomokaji_item_ttl::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #0E5D6A;
  position: absolute;
  left: calc(50% - 12px);
  bottom: calc(-0.5rem + 1px);
}
.tomokaji_item_movie {
  width: 100%;
  aspect-ratio: 320/180;
}
.tomokaji_item_movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tomokaji .c-btn.is-green::after {
  rotate: -90deg;
}
.tomokaji-idea {
  padding: 2.5rem 0;
}
@media (max-width: 819px ) {
  .tomokaji-idea .l-inner {
    width: 322px;
  }
}
@media (min-width: 820px ) {
  .tomokaji-idea {
    padding: 4rem 0;
  }
}
.tomokaji-gallery {
  padding: 2.5rem 0;
  background: #fff;
}
@media (min-width: 820px ) {
  .tomokaji-gallery {
    padding: 4rem 0;
  }
}

/* ---------フォーム------------- */
.form {
  padding-top: 6rem;
}
@media (min-width: 820px ) {
  .form {
    padding-top: calc(77px + 3rem);
    background: #FFFBE5;
  }
}
.form_ttl {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
  color: #0E5D6A;
}
.form_error {
  font-size: 0.75rem;
  color: #FF2A2A;
  margin-left: 0.625rem;
  font-weight: normal;
}
.form.is-moyamoya .form_ttl {
  color: #00D0FF;
}
.form.is-tomokaji .form_ttl {
  color: #ED79ED;
}
.form_wrap {
  padding-top: 4.25rem;
  padding-bottom: 4rem;
  background: #fff;
  position: relative;
  min-height: calc(100svh - 40px - 36px - 20px - 48px);
}
@media (min-width: 820px ) {
  .form_wrap {
    padding-top: calc(103px + 1.875rem);
    min-height: calc(100svh - 40px - 77px - 36px - 1.25rem - 3rem);
  }
}
.form_wrap::before {
  content: "";
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/entry_head.png) no-repeat bottom;
  background-size: 100% 100%;
}
@media (min-width: 820px ) {
  .form_wrap::before {
    background: url(../img/entry_head_pc.png) no-repeat bottom;
    background-size: 100% 100%;
    height: 103px;
  }
}
.form_item_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 819px ) {
  .form_item_ttl .form_error {
    display: block;
    margin-left: 0;
  }
}
.form_item_note {
  font-size: 0.75rem;
  margin-top: -0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 820px ) {
  .form_item_note {
    font-size: 0.875rem;
  }
}
.form_item + .form_item {
  margin-top: 2.5rem;
}
.form_item#form-howto {
  display: none;
}
.form_hr {
  color: #FF2A2A;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.form_conts {
  border: 1px solid #000;
  border-radius: 4px;
  padding: 1rem 0.625rem;
  background: #FFFDF2;
  display: none;
  margin-top: 0;
}
.form_conts_ttl {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form_conts_txt {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.form_select {
  width: 100%;
  position: relative;
}
.form_select select {
  width: 100%;
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1.5;
}
.form_select option {
  width: 100%;
}
.form_select::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/arrow_select.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.125rem;
  top: calc(50% - 9px);
}
.form_radio + .form_radio {
  margin-top: 0.5rem;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + label {
  border-color: #000;
  background: #FFFDF2;
}
.form_radio input:checked + label::before {
  border-color: #000;
}
.form_radio input:checked + label::after {
  display: block;
}
.form_radio label {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0;
  font-weight: bold;
}
.form_radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  display: block;
}
.form_radio label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: calc(0.5rem + 5px);
  top: calc(50% - 5px);
  display: none;
}
.form_set + .form_set {
  margin-top: 1.25rem;
}
@media (min-width: 820px ) {
  .form_set + .form_set {
    margin-top: 2rem;
  }
}
.form_set label {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form_set input:not([type=file]), .form_set textarea {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: #fff;
  padding: 0.625rem;
  width: 100%;
}
.form_set input[type=file] {
  width: 100%;
}
.form_set input[type=file]::file-selector-button {
  padding: 0.5rem 0.625rem 0.5rem 1.875rem;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background: url(../img/ico_file.svg) no-repeat;
  background-position: 0.625rem 50%;
  background-size: 14px 14px;
  background-color: #fff;
  cursor: pointer;
}
.form_set_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.form_set_radio .form_radio {
  min-width: calc(33.3333333333% - 0.4166666667rem);
}
@media (min-width: 820px ) {
  .form_set_radio .form_radio {
    min-width: initial;
    width: calc(25% - 0.46875rem);
  }
}
.form_set_radio .form_radio label {
  margin-bottom: 0;
}
.form_set_radio .form_radio + .form_radio {
  margin-top: 0;
}
.form_set_note {
  font-size: 0.75rem;
  margin-bottom: 1em;
  margin-top: -0.25rem;
}
@media (min-width: 820px ) {
  .form_set_note {
    font-size: 0.875rem;
  }
}
.form .c-ttl {
  margin-top: 5rem;
  margin-bottom: 0.5rem;
}
.form_terms {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.form_agree {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.form_agree label {
  margin-bottom: 0;
}
.form_agree label input {
  display: none;
}
.form_agree label input:checked + span::before {
  background-color: #fff;
  border-color: #000;
}
.form_agree label input:checked + span::after {
  display: block;
}
.form_agree label span {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
.form_agree label span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
.form_agree label span::after {
  content: "";
  width: 10px;
  height: 8px;
  background: url(../img/ico_check.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 3px;
  top: calc(50% - 4px);
  display: none;
}
.form_txtlink {
  text-align: center;
  margin-top: 1.25rem;
}
.form_txtlink a {
  color: #0E5D6A;
  font-weight: bold;
  text-decoration: underline;
}
.form_thanks_ttl {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.form_thanks_txt {
  text-align: center;
  margin-bottom: 2.5rem;
}
.form_thanks .c-btn.is-green::after {
  rotate: -90deg;
}

/* ----プラポリ ------ */
.privacy {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media (min-width: 820px ) {
  .privacy {
    padding-top: calc(77px + 3rem);
  }
}
.privacy .l-inner {
  max-width: 800px;
}
.privacy .c-ttl {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
}
@media (max-width: 819px ) {
  .privacy .c-ttl {
    margin-bottom: 1.25rem;
  }
}
.privacy h1.c-ttl {
  font-size: 2.5rem;
}
.privacy_txt {
  font-size: 1rem;
  color: #0E5D6A;
  margin-bottom: 0;
}
.privacy_txt a {
  color: inherit;
  text-decoration: underline;
}
.privacy_txt + .privacy_txt {
  margin-top: 1rem;
}
.privacy_txt + .c-ttl {
  margin-top: 3rem;
}
.privacy .c-btn {
  margin-top: 3rem;
}

/*--------ギャラリー------*/
.gallery_head {
  padding: 8rem 0 2.5rem;
}
@media (min-width: 820px ) {
  .gallery_head {
    padding-top: 207px;
  }
}
.gallery_head_ttl span {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1rem;
  gap: 0.5rem;
}
@media (min-width: 820px ) {
  .gallery_head_ttl span {
    font-size: 1.5rem;
  }
}
.gallery_head_ttl span img {
  width: 10px;
}
@media (min-width: 820px ) {
  .gallery_head_ttl span img {
    width: 18px;
  }
}
.gallery_sort {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}
@media (min-width: 820px ) {
  .gallery_sort {
    flex-direction: row;
    gap: 1.25rem;
  }
}
@media (min-width: 820px ) {
  .gallery_sort .form_select {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
.gallery_sort .form_select select {
  border-color: #0E5D6A;
  color: #0E5D6A;
  font-weight: bold;
}
.gallery_main {
  background: #fff;
  padding: 3.125rem 0;
}
@media (min-width: 820px ) {
  .gallery_main {
    padding: 5rem 0;
  }
}
.gallery_box {
  border: 2px solid;
  padding: 2.5rem 0.5rem;
}
@media (min-width: 820px ) {
  .gallery_box {
    padding: 4rem 2.5rem;
  }
}
.gallery_box.is-moyamoya {
  border-color: #00D0FF;
}
.gallery_box.is-tomokaji {
  border-color: #ED79ED;
}
.gallery_box_wrap {
  position: relative;
}
.gallery_box_wrap + .c-btn {
  margin-top: 2.5rem;
}
@media (min-width: 820px ) {
  .gallery_box_wrap + .c-btn {
    margin-top: 5rem;
  }
}
.gallery_box_wrap + .gallery_box_wrap {
  margin-top: 4rem;
}
@media (min-width: 820px ) {
  .gallery_box_wrap + .gallery_box_wrap {
    margin-top: 6rem;
  }
}
.gallery_box_wrap + .gallery_box_wrap::before {
  content: "";
  width: 58px;
  height: 2px;
  background: #0E5D6A;
  position: absolute;
  left: calc(50% - 29px);
  top: calc(-2rem + 1px);
}
@media (min-width: 820px ) {
  .gallery_box_wrap + .gallery_box_wrap::before {
    top: calc(-3rem + 1px);
  }
}
.gallery_box_ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0E5D6A;
  margin-bottom: 1.5rem;
}
@media (min-width: 820px ) {
  .gallery_box_ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.gallery_box_senryu {
  text-align: center;
}
.gallery_box_senryu + .gallery_box_senryu {
  margin-top: 2rem;
}
@media (min-width: 820px ) {
  .gallery_box_senryu + .gallery_box_senryu {
    margin-top: 2.5rem;
  }
}
.gallery_box_senryu_txt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (min-width: 820px ) {
  .gallery_box_senryu_txt {
    font-size: 1.5rem;
  }
}
.gallery_box_senryu_name {
  font-size: 0.875rem;
}
@media (min-width: 820px ) {
  .gallery_box_senryu_name {
    font-size: 1rem;
  }
}
.gallery_box_3col {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
@media (min-width: 820px ) {
  .gallery_box_3col {
    gap: 1.75rem;
  }
}
.gallery_box_3col_item {
  width: calc(50% - 0.25rem);
}
@media (min-width: 820px ) {
  .gallery_box_3col_item {
    width: calc(33.3333333333% - 1.1666666667rem);
  }
}
.gallery_box_3col_item_img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #D9D9D9;
  margin-bottom: 0.75rem;
  position: relative;
}
@media (min-width: 820px ) {
  .gallery_box_3col_item_img {
    margin-bottom: 1rem;
  }
}
.gallery_box_3col_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery_box_3col_item_movie {
  width: 100%;
  aspect-ratio: 32/57;
  background: #D9D9D9;
  margin-bottom: 0.75rem;
  position: relative;
}
@media (min-width: 820px ) {
  .gallery_box_3col_item_movie {
    margin-bottom: 1rem;
  }
}
.gallery_box_3col_item_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.gallery_box_3col_item_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.gallery_box_3col_item_txt {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.gallery_box_3col_item_name {
  font-size: 0.875rem;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */