@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  background: #000000;
  font-family: 'EB Garamond', 'Noto serif JP', serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
  margin: 15px 0px;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.none {
  display: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.main {
  background-color: #101010;
  color: #fff;
}
.header-container {
  color: #fff;
  letter-spacing: 1.5px;
  background-image: url("../img/mobile_TOP.jpg");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1045/1567;
  text-align: left;
  padding: 30px 15px;
  opacity: 0;
  animation: top 1.25s linear both;
}
@keyframes top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 480px) {
  .header-container {
    background-image: url("../img/PC_TOP.jpg");
    background-position: center;
    background-size: auto 100%;
    aspect-ratio: 1567/1045;
  }
  .scrolldown2 {
    display: none;
  }
}
.title-1 {
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}
.title-2 {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}
.nakaoshinta {
  display: inline-block;
  margin: 15px 0;
}
.header-container ruby {
  font-size: 2.6rem;
  ruby-position: under;
}
ruby > rt {
  display: ruby-text;
  font-size: 10px;
  text-align: start;
}
.header rt {
  position: relative;
  top: 6px;
}
@media (max-width:767px) {
  .container {
    padding: 30px;
    margin: 0 auto;
  }
}
@media (min-width:768px) {
  .container {
    padding: 0 0 130px;
    margin: 0 auto;
    max-width: 1100px;
  }
}
.firstcontents, .secondcontents {
  opacity: 0;
  animation: menu 1s ease-out both;
  animation-delay: 4.75s;
}
.firstcontents {
  position: relative;
}
@keyframes menu {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 330px) {
  .container {
    padding: 60px 20px;
    margin: 0 auto;
  }
}
.container p {
  margin: 25px 0;
  text-align: left;
      font-size: 1.55rem;
    line-height: 1.75;
    letter-spacing: 3px;
}
.header-nav-list {
  display: inline-block;
  margin: 20px 0 20px 20px;
  font-size: 1.7rem;
}
.header-nav-list ol {
  list-style-type: decimal-leading-zero;
  padding-left: 2rem;
  text-shadow: 1px 1px #303030;
}
.header-nav-list ol li {
  margin: 10px 0;
}
.header-nav-list ol li a {
  color: #fff;
}
.instagram {
  display: block;
  width: 25px;
  height: 25px;
  margin: 15px 0px 15px 8px;
}
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  height: 100px;
  top: 400px;
  left: 2rem;
}
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}
.language {
  padding-top: 10px;
}
.language p {
  font-size: 1.0rem;
}
.language a {
  color: #fff;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/*message*/
.container .catchcopy {
  text-align: left;
  font-size: 2.8rem;
}
.container .message-img {
  height: 100%;
  width: 100vh;
}
@media (min-width: 900px) {
  .message {
    text-align: left;
    padding: 30px 100px;
  }
  .flex-message {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
  }
  .firstcontents-message {
    width: 600px;
    margin: 0 auto;
  }
  .secondcontents-message {
    padding: 0;
  }
}
/*news*/
.news {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
  .news-dd {
    margin-left: 80px;
    text-align: left;
    align-items: center;
  }
.news dt {
  float: left;
  align-items: center;
}
/*specialskill*/
.container ol {
  list-style-type: none;
}
.container .number {
  font-size: 5.0rem;
  padding: 0;
}
.ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-top: 70px;
}
.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.0rem;
}
.slash::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  margin: 0px 4px 4px;
  transform: rotate(-55deg);
  position: relative;
  bottom: 3px;
}
h3 {
  font-size: 2.0rem;
  padding: 20px 0px;
}
@media (min-width: 768px) {
  .specialskill .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 3%;
  }
  .flex.low-reverse {
    flex-direction: row-reverse;
  }
  .specialskill .firstcontents {
    width: 55%;
  }
  .specialskill .secondcontents {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .specialskill .firstcontents {
    display: contents;
  }
  .specialskill .flex {
    flex-direction: column;
  }
}
/*history*/
.career {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .career {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
  dd {
    margin-left: 100px;
    text-align: left;
    align-items: center;
  }
}
.career {
  display: inline-block;
  margin: 0 auto;
}
dt {
  float: left;
  align-items: center;
}

.histry-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
/*danishpastrycoeur*/
.shop {
  width: 300px;
  height: 200px;
}
.container img {
  margin: 30px 0;
  height: 280px;
  width: 320px;
}
.danishpastrycoeur.fixed {
  padding: 0;
}
.map {
  width: 100%;
  margin: 0 auto;
}
iframe {
  aspect-ratio: 16/9;
}
.container .map-address {
  text-align: center;
}
@media (min-width: 700px) {
  .map {
    width: 80%;
  }
}
.contact-gradation .container {
  max-width: 1100px;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 200px;
}
.contact-address {
  display: inline-block;
  margin: 20px;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media (max-width: 768px) {
  .career dd {
    margin-left: 50px;
    text-align: left;
    align-items: center;
  }
  .contact-gradation .container {
    padding: 40px 10px;
  }
  .contact-address {
    font-size: 1.5rem;
  }
}
.contact-address_mail {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
@media (max-width: 460px) {
  .contact-address_a {
    font-size: 1.1rem;
    text-align: left;
  }
  .contact-address_mail {
    font-size: 0.9rem;
  }
  .contact-address dd {
    margin-left: 0px;
    text-align: left;
  }
  .contact-address dt {
    text-align: left;
  }
}
@media (min-width: 460px) {
  .contact-address_mail {
    font-size: 1.6rem;
  }
  .contact-address dd {
    margin: 0;
    text-align: center;
  }
  .contact-address_a {
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0;
  }
}
dl div {
  display: flex;
  flex-direction: column;
}
small {
  font-size: 1.4rem;
  display: block;
  margin: 10px auto;
  color: aliceblue;
}
.contact-gradation {
  background-image: url("../img/footer.jpg");
  background-position: 20% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
}
.footer {
  background-color: #101010;
}
.footer-nav-list ol {
  list-style-type: none;
}
@media (min-width: 768px) {
  .footer-container {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
  }
  .footer-nav-list li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 20px;
  }
  .footer-image_ {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .footer-container {
    padding: 20px 30px;
  }
  .footer-nav-list li {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .footer-image_ {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}
.active {
  opacity: 1;
  transform: translateY(0);
}
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}
/*ここから紙芝居*/
@media (min-width: 768px) {
  /*{
    outline: solid 1px red
  }*/
  #maincontainer {
    position: relative;
    outline: solid 1px #000;
    z-index: 1; /*header とfooterを手前にするため数字を小さく*/
  }
  .fixed {
    position: -webkit-sticky; /*Safari*/
    position: sticky;
    top: 50px; /*Header高さ分で止まるようにする*/
    padding: 10px 0; /*デモ画面の高さを持たすための上下余白*/
  }
  .fixed:nth-child(odd) {
    background: #171717; /*デモ画面の奇数背景色*/
  }
  .fixed:nth-child(even) {
    background: #110D0D; /*デモ画面の偶数背景色*/
  }
  .fixed:last-of-type {
    padding-top: 20px;
    /*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、Header分の高さをpadding-topに追加して上部が見えるようにする*/
  }
  #footer {
    position: relative;
    z-index: 2;
  }
  /*＝＝＝＝＝タブレット以下の見え方 ＝＝＝＝＝*/
  @media screen and (max-width:768px) {
    section.fixed {
      position: relative !important; /*sticky解除*/
      top: 0; /*70px⇒0pxに戻す*/
    }
    section.fixed:first-of-type {
      padding-top: 100px;
      /*最初の要素は上部にHeaderの高さ以上の余白をとる*/
    }
  }
}
/*ローディング*/
.loading {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #0F0E0E;
  animation: loading1 1s linear both;
  animation-delay: 4s;
  z-index: 99999;
}
@keyframes loading1 {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
.circle__wapper {
  width: 300px;
  height: 300px;
}
.circle {
  scale: 1.75;
  rotate: 270deg;
  transform-origin: center;
  fill: none;
  stroke: #0B3151;
  stroke-width: 2.5px;
  stroke-dasharray: 100;
  animation: circle 1.75s ease-in both;
}
@keyframes circle {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
}
.loading__logo img {
  object-fit: contain;
  animation: logo 1.5s ease-in both;
  animation-delay: 1.75s;
  opacity: 0;
}
@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}