@charset "UTF-8";
:root {
  --base:#f7f4d0;
  --font:#DA3F14;
  --blue:#00639C;
  --gray:#D9D9D9;
}

/*縦スクロールバーエリアを表示*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノUD丸ゴ W3 JIS2004", Hiragino UD Sans Rd W3 JIS2004, Hiragino UD Sans F W5 JIS2004, "ヒラギノUD角ゴF W5 JIS2004";
  font-weight: 400;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #000;
  font-size: 16px;
  position: relative;
  min-width: 320px;
}
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

/* @group Reset */
* {
  margin: 0;
  padding: 0;
}

/*通常*/
a:link {
  /*color: rgba(107, 58, 6, 1);*/
  color: #000;
  text-decoration: none;
  padding-right: 1px;
  padding-left: 1px;
  transition: 0.3s;
}

/*閲覧済み*/
a:visited {
  /*color: rgba(107, 58, 6, 1);*/
  color: #000;
}

/*マウスオン*/
a:hover {
  /*color: rgba(107, 58, 6, 1);*/
  color: var(--font);
}

/*クリック中*/
a:active {
  /*color: rgba(107, 58, 6, 1);*/
  background-color: transparent;
}

/*クリック時の枠線*/
a {
  padding: 0 0 0 0px;
  outline: none;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: none;
}

svg {
  fill: currentColor;
}

/* @group HTML */
html {
  width: 100%;
  font-size: 1rem;
}

/* @end */
div, p {
  text-align: justify;
  text-justify: inter-ideograph;
}

#container {
  width: 100%;
  display: block;
  /*margin-top: -2em;*/
  min-width: 320px;
}

h2 {
  font-size: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  margin: 0 0 40px;
}

header img {
  width: 100vw;
  zoom: inherit;
}
header .sp {
  display: none;
}

#main {
  background: var(--base);
  padding: 40px 20px 67px;
  margin: 0;
}

.catch {
  max-width: 635px;
  width: 100%;
  margin: 0 auto 60px;
  color: var(--font);
}
.catch dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catch dt em {
  font-style: normal;
}
.catch dt span {
  font-size: 24px;
  position: relative;
  top: -4px;
  font-weight: 700;
}
.catch dt p {
  font-size: 64px;
}
.catch .center {
  margin: 0 10px;
  transform: scale(1, 0.7);
}
.catch small {
  font-size: 32px;
}
.catch dd {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
}
.catch dd small {
  font-size: 24px;
  margin-left: 10px;
}
@media (width >= 960px) {
  .catch dd small {
    margin-right: -15px;
  }
}
.catch dd small br {
  display: none;
}
.catch dd span {
  display: inline-block;
  transform: scale(0.8, 0.7);
  margin: 0 -5px;
}

.place {
  font-size: 32px;
  text-align: center;
  margin-bottom: 86px;
  font-weight: 500;
}

.contents {
  position: relative;
  max-width: 1112px;
  width: 100%;
  margin: 0 auto 100px;
  border-radius: 10px;
}
.contents h2 {
  font-weight: 700;
  font-size: 40px;
  color: var(--font);
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.25;
  letter-spacing: 12px;
}

#about h1 {
  margin-bottom: 100px;
}
#about h1 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#about img.ques {
  display: block;
  max-width: 572px;
  width: 100%;
  margin: 0 auto 90px;
  border-radius: 10px;
}
#about dl {
  margin-bottom: 102px;
  position: relative;
  max-width: 683px;
  width: 100%;
  margin: 0 auto;
}
#about dl img {
  display: block;
  max-width: 100%;
}
#about div.text-animation {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 70px;
  text-align: center;
  letter-spacing: 2px;
  color: #393939;
}
#about dt {
  position: absolute;
  bottom: 0;
  right: 60px;
}
#about dt::before {
  content: "撮影OK";
  display: block;
  color: var(--font);
  transform: rotate(-20deg);
  position: relative;
  right: 32px;
  top: 4px;
}
#about dd {
  color: var(--font);
  font-size: 20px;
}
#about dd::before, #about dd::after {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: url(../parts/wave.svg) no-repeat center;
  background-size: cover;
}
#about dd p {
  padding: 40px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 12%;
}
#about > p {
  margin: 100px 0 40px;
  color: #393939;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
}
#about video {
  display: block;
  max-width: 900%;
  width: 100%;
  margin: 0px auto 100px;
}
#about .text-animation {
  overflow: hidden;
}
#about .text-animation span {
  display: inline-block;
  position: relative;
  transform: translateY(100%);
}
#about .text-animation:not(p)::before {
  content: "";
  width: 2px;
  height: 40px;
  background: #393939;
  transform: rotate(-25deg);
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: 100px;
}
#about .text-animation:not(p)::after {
  content: "";
  width: 2px;
  height: 40px;
  background: #393939;
  transform: rotate(25deg);
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 100px;
}
#about .anime-up {
  animation: textanimation 1s forwards;
}
#about .anime-up:nth-of-type(1) {
  animation-delay: 0.2s;
}
#about .anime-up:nth-of-type(2) {
  animation-delay: 0.4s;
}
#about .anime-up:nth-of-type(3) {
  animation-delay: 0.6s;
}
#about .anime-up:nth-of-type(4) {
  animation-delay: 0.8s;
}
#about .anime-up:nth-of-type(5) {
  animation-delay: 1s;
}
#about .anime-up:nth-of-type(6) {
  animation-delay: 1.2s;
}
#about .anime-up:nth-of-type(7) {
  animation-delay: 1.4s;
}
#about .anime-up:nth-of-type(8) {
  animation-delay: 1.6s;
}
#about .anime-up:nth-of-type(9) {
  animation-delay: 1.8s;
}
#about .slash::after, #about .slash::before {
  animation: gijianimation 0.5s forwards;
}
@keyframes textanimation {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes gijianimation {
  0% {
    top: 100px;
  }
  50% {
    top: -20px;
  }
  100% {
    top: 5px;
  }
}
#about ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 80px;
}
#about ul li {
  padding: 0px 20px;
  border-right: 1px dashed var(--font);
  align-self: flex-start;
}
#about ul li:last-of-type {
  border-right: none;
}
#about ul h3 {
  font-size: 24px;
  color: var(--font);
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
#about ul img {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about ul p {
  font-size: 16px;
}

#art, #artist {
  max-width: 1112px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

#art {
  margin: 0 auto 80px;
  padding: 50px 20px 20px;
}
#art ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#art li {
  max-width: 526px;
  width: calc(50% - 10px);
}
#art img {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
#art h3 {
  font-size: 24px;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
#art p {
  color: #000;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

#artist {
  margin: 0 auto 80px;
  padding: 20px 0px 20px 20px;
}

.kiborikonno {
  display: flex;
  justify-content: center;
  gap: 0 34px;
  align-items: flex-start;
  position: relative;
}
.kiborikonno > img {
  display: block;
  max-width: 526px;
  width: calc(100% - 440px);
}
.kiborikonno h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 0;
  text-indent: 8px;
  overflow: hidden;
}
.kiborikonno h2 span {
  font-size: 20px;
  margin-left: 1em;
}
.kiborikonno h2::after {
  content: "";
  display: block;
  max-width: 533px;
  width: 100%;
  height: 24px;
  background: url(../parts/wave.svg) no-repeat center;
  background-size: contain;
  margin-top: 33px;
  margin-bottom: 70px;
  position: relative;
  right: -6px;
}
.kiborikonno p:first-of-type {
  margin-right: 50px;
  margin-bottom: 125px;
  margin-left: 10px;
  line-height: 2;
}
.kiborikonno p:last-of-type {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.kiborikonno p:last-of-type a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.kiborikonno p:last-of-type a:first-of-child img {
  width: 30px;
  height: 30px;
}
.kiborikonno p:last-of-type a:last-of-child img {
  width: 24px;
  height: 24px;
}

#goods {
  background: #fff;
  padding: 50px 0;
  max-width: none;
  width: auto;
  border-radius: 0;
  margin: 0 -20px 80px;
}
#goods h2 {
  margin-bottom: 60px;
}
#goods h2 br {
  display: none;
}

.swiper img {
  display: block;
  max-width: 100%;
  height: 300px;
  margin: 0 auto 15px;
}
.swiper h3, .swiper p {
  text-align: center;
}
.swiper h3 {
  color: var(--blue);
}
.swiper p span {
  font-size: 14px;
}

.swiper-wrapper {
  margin-bottom: 100px;
}

.swiper-slide {
  height: 366px;
}
.swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-pagination-bullet {
  height: 20px;
  width: 20px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  top: auto;
  bottom: 0;
}

#info {
  max-width: 690px;
  margin-bottom: -20px;
}
#info h2 {
  font-size: 32px;
  letter-spacing: 0;
}
#info dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#info dt:last-of-type, #info dd:last-of-type {
  border: none;
}
#info dl.info01 {
  border-top: 2px solid var(--font);
  border-bottom: 2px solid var(--font);
  padding: 30px 20px;
  font-size: 20px;
  flex-direction: column;
  margin-bottom: 70px;
}
#info dl.info01 dt {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 5px;
}
#info dl.info01 dt::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--font);
  border-radius: 5px;
  margin-right: 10px;
}
#info dl.info01 dd {
  margin-bottom: 40px;
  margin-left: 1.2em;
  line-height: 1.8;
}
#info dl.info01 dd:last-of-type {
  margin-bottom: 0;
}
#info dl.info01 dd p::before {
  content: "・";
  display: inline-block;
}
#info dl.info02 dt {
  max-width: 104px;
  width: 100%;
}
#info dl.info02 dd {
  width: calc(100% - 104px);
  margin-bottom: 24px;
}

footer {
  background: #fff;
  padding: 40px;
}
footer .inner {
  max-width: 992px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0 92px;
  align-items: flex-start;
  justify-content: center;
}
footer h1 {
  margin: 0;
  max-width: 333px;
  width: calc(100% - 660px);
}
footer h1 img {
  display: block;
  max-width: 100%;
}

.f_info {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.f_info .f_info_box {
  margin-right: 30px;
}
.f_info a.sns {
  display: block;
  width: 31px;
  height: 31px;
  position: relative;
  top: 4px;
}
.f_info a.sns:first-of-type {
  margin-right: 15px;
}
.f_info img {
  display: block;
  width: 100%;
}

.copy {
  font-size: 12px;
  text-align: right;
  width: 100%;
  margin-top: 22px;
  margin-right: 2.5em;
}

#page-top {
  position: absolute;
  right: 0;
  left: 0;
  width: 1030px;
  margin: 0 auto;
  bottom: 210px;
}

#page-top a {
  bottom: 216px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 0 0px;
  font-size: 12px;
  background: #E9B821;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}

br.sp {
  display: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

/* アニメーション*/
.contents {
  opacity: 0;
  transition: all 1s;
  transform: translateY(50px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (max-width: 960px) {
  header h1 img {
    width: calc(100% - 100px);
  }
  .writer_box dl {
    width: calc(50% - 45px);
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
@media screen and (max-width: 960px) {
  body {
    overflow: hidden;
  }
  header .pc {
    display: none;
  }
  header .sp {
    display: block;
  }
  #main {
    padding-top: 0;
  }
  .contents {
    margin-bottom: 16px;
  }
  .catch {
    background: #fff;
    margin: 0 calc(50% - 50vw) 40px;
    width: auto;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px 0;
  }
  .catch .center {
    margin: 0 10px;
    font-size: 40px;
    font-weight: 800;
    transform: scale(1, 1);
  }
  .catch dt {
    margin-bottom: 3px;
    justify-content: flex-start;
  }
  .catch dt p {
    font-size: clamp(3.563rem, 2.839rem + 1.942vw, 4rem);
    font-weight: 500;
  }
  .catch dd {
    margin-bottom: 14px;
    margin-right: -14px;
  }
  .catch dd small {
    font-size: clamp(1.25rem, 0.835rem + 1.108vw, 1.5rem);
  }
  .catch dd span {
    font-size: 19px;
    position: relative;
    top: -4px;
    transform: scale(0.8, 1.3);
  }
  .catch .place {
    margin-bottom: 20px;
  }
  #about {
    margin-bottom: 47px;
  }
  #about h1 {
    margin-bottom: 40px;
  }
  #about > p {
    margin: 70px 0 0px;
    font-size: clamp(1.688rem, 1.406rem + 1.406vw, 2.25rem);
  }
  #about video {
    margin: 20px 0 40px;
  }
  #about ul {
    margin-bottom: 40px;
  }
  #about img.ques {
    margin-bottom: 46px;
  }
  #art {
    padding: 50px 15px 40px;
    margin-bottom: 40px;
  }
  #artist {
    overflow: hidden;
    padding: 50px 15px 40px;
    margin-bottom: 60px;
  }
  .kiborikonno > img {
    display: none;
  }
  .kiborikonno h2 {
    flex-direction: column;
    align-items: center;
    overflow: inherit;
    position: relative;
    padding-bottom: 75px;
  }
  .kiborikonno h2 span {
    margin: 23px 0 20px;
  }
  .kiborikonno h2::after {
    margin: 0px 0 0px;
    background-size: cover;
    max-width: none;
    height: 35px;
    position: absolute;
    bottom: 30px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .kiborikonno p:first-of-type {
    margin: 0 0 50px;
  }
  .kiborikonno p:first-of-type::before {
    content: "";
    display: block;
    max-width: 500px;
    width: 100%;
    height: 500px;
    background: url(../parts/artist.jpg) no-repeat center;
    background-size: cover;
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  .kiborikonno p:last-of-type {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  #goods {
    padding: 50px 0 70px;
    margin-bottom: 28px;
  }
  #goods h2 {
    margin-bottom: 0px;
  }
  #info h2 {
    margin-bottom: 30px;
  }
  #info dl.info01 dd {
    margin-bottom: 30px;
  }
  #info dl.info02 dd {
    margin-bottom: 40px;
  }
  footer .inner {
    flex-direction: column;
    align-items: center;
  }
  footer h1 {
    width: auto;
    margin-bottom: 25px;
  }
  .f_info {
    gap: 15px 0;
  }
  .f_info .f_info_box {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) and (600px <= width < 960px) {
  .f_info .f_info_box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .f_info a.sns {
    top: 0;
  }
  .copy {
    margin-top: 12px;
    text-align: center;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  header h1 img {
    margin: 0 20px;
  }
  #main {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 17px;
  }
  .catch dt p {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) and (width < 400px) {
  .catch dt p {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .catch dt em {
    font-size: 24px;
    font-weight: 400;
  }
  .catch dt small {
    font-size: 19px;
  }
  .catch .center {
    font-weight: 800;
    margin: 0 5px;
    font-size: 25px;
  }
  .catch dd {
    font-size: clamp(1.5rem, 1.214rem + 1.429vw, 1.75rem);
    display: flex;
    text-align: left;
    font-weight: 500;
  }
  .catch dd span {
    margin: 0 5px;
    top: 7px;
  }
  .catch dd small {
    margin-left: 13px;
    display: block;
    font-size: clamp(0.75rem, 0.536rem + 1.071vw, 0.938rem);
    font-weight: 400;
  }
  .catch dd small br {
    display: block;
  }
  .catch .place {
    font-size: clamp(1.125rem, 0.982rem + 0.714vw, 1.25rem);
  }
  #about dl {
    margin-bottom: 47px;
  }
  #about dt {
    position: absolute;
    bottom: -28px;
    right: 40px;
    background: var(--base);
  }
  #about dd p {
    padding: 30px 0;
  }
  #about dd::before, #about dd::after {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-size: cover;
  }
  #about ul {
    margin: 0 calc(50% - 50vw) 40px;
    border-radius: 0px;
    flex-wrap: wrap;
  }
  #about ul li {
    width: calc(50% - 15px);
    border-right: 0;
  }
  #about ul li:nth-of-type(odd) {
    padding-left: 0;
    margin-left: 10px;
  }
  #about ul li:nth-of-type(even) {
    border-left: 1px dashed var(--font);
    padding-right: 0;
    margin-right: 10px;
  }
  #about ul li:nth-of-type(1), #about ul li:nth-of-type(2) {
    padding-bottom: 20px;
  }
  #about ul li:nth-of-type(3), #about ul li:nth-of-type(4) {
    padding-top: 20px;
    border-top: 1px dashed var(--font);
  }
  #about div.text-animation {
    font-size: clamp(2rem, 1.429rem + 2.857vw, 2.5rem);
  }
  #about div.text-animation::before {
    width: 3px;
    transform: rotate(-34deg);
  }
  #about div.text-animation::after {
    width: 3px;
    transform: rotate(34deg);
  }
  #art h2 {
    font-size: clamp(1.75rem, 1.179rem + 2.857vw, 2.25rem);
    letter-spacing: 4px;
  }
  #art ul {
    gap: 50px 0;
  }
  #art li {
    width: 100%;
  }
  .kiborikonno h2 {
    font-size: clamp(2.25rem, 1.964rem + 1.429vw, 2.5rem);
  }
  .kiborikonno h2::after {
    background-size: contain;
  }
}
@media screen and (max-width: 600px) and (width < 520px) {
  .kiborikonno h2::after {
    background-image: url(../parts/wave_sp.svg);
    background-size: contain;
    height: clamp(2.188rem, 1.685rem + 2.513vw, 2.5rem);
  }
}
@media screen and (max-width: 600px) {
  .kiborikonno p:first-of-type::before {
    height: clamp(16.25rem, 12.321rem + 19.643vw, 19.688rem);
    width: clamp(16.25rem, 12.321rem + 19.643vw, 19.688rem);
  }
  #goods h2 {
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 65px;
  }
  #goods h2 br {
    display: block;
  }
  #info dl.info01 {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  #info dl.info01 dd {
    margin-left: 0;
    font-size: 18px;
  }
  #info dl.info01 dd span {
    display: block;
  }
  #info dl.info01 dd span.note {
    text-indent: 1em;
  }
  #info dl.info01 p {
    margin-left: -1em;
    padding-left: 1em;
  }
  #info dl.info01 a {
    display: block;
    font-size: clamp(1rem, 0.857rem + 0.714vw, 1.125rem);
    text-indent: 1em;
  }
  #info dl.info02 {
    flex-direction: column;
  }
  #info dl.info02 dt {
    width: 100%;
    margin-bottom: 15px;
  }
  #info dl.info02 dd {
    width: 100%;
  }
  #info dl.info02 dd span {
    display: block;
  }
  footer {
    padding: 40px 15px;
  }
  footer span {
    display: block;
  }
  .f_info {
    justify-content: flex-start;
  }
}
/*------------print---------------------*/
/* 印刷 */
@page {
  margin: 12mm 7mm;
}
@media print {
  body {
    zoom: 95%;
  }
  #page-top {
    display: none !important;
  }
}/*# sourceMappingURL=main.css.map */
