@charset "utf-8";
/*---------------------------
CSSリセット
----------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*---------------------------
body設定
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #070707;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  background-image: url("../img/bg-2.jpeg");
}
/*
.container {
	background-color: #C4B996;
}*/

/*---------------------------
header
----------------------------*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 101px;
  height: 100%;
  border-right: 1px solid #f7f7f5;
  z-index: 2;
  transition: 0.3s;
  box-sizing: border-box;
}
.header-nav {
  position: relative;
  width: 100px;
  height: calc(100% - 150px);
}

.fixed {
  background-color: #af9e66;
  transition: 0.3s;
}

/*---------------------------
main-visual
----------------------------*/

.main-logo {
  margin-left: 120px;
}
.main-logo img {
  max-width: 100%;
  height: 100px;
}
.mainvisual__title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 4.8rem;
  color: rgba(241, 241, 241, 1);
  position: absolute;
  left: 300px;
  top: 300px;
}
.mainvisual__title span {
  padding-top: 2em;
}
.container {
  margin-left: 100px;
  height: 100%;
}
.mainvisual {
  width: 100%;
  height: 750px;
  background-image: url("../img/mainvisual.webp");
  background-position: center;
  background-size: cover;
  position: relative;
}

/*---------------------------
nav-btn
----------------------------*/
.nav-btn {
  position: absolute;
  top: 50%;
  left: 25%;
}
.nav-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 1);
}

.logo {
  display: none;
}
/*---------------------------
オープンボタン
----------------------------*/
.g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: rgba(237, 237, 237, 0.7);
  /*動き*/
  transition: all 0.6s;
  opacity: 0;
}

/*アクティブクラスがついたら位置を0に*/
.g-nav.panelactive {
  left: 100px;
  opacity: 1;
}

/*ナビゲーション*/
.g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

/*リストのレイアウト設定*/

.g-nav li {
  list-style: none;
  text-align: center;
}

.g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*---------------------------
概要（read-title）
----------------------------*/
.read {
  width: 100%;
  height: 540px;
  background-image: url("../img/bg-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  margin-bottom: 60px;
}
.read-inner {
  height: 410px;
  margin: 100px 200px 100px 100px;
}
.read-title {
  font-size: 2.4rem;
  margin-left: 200px;
}
.read-text-box {
  margin: 20px 100px;
  font-weight: bold;
}

.section-title {
  text-align: center;
  font-size: 4.8rem;
  margin-top: 200px;
}
/*---------------------------
guid
----------------------------*/
.guid-inner__img img {
  max-width: 800px;
  height: 400px;
  margin: 0 20px;
}
.guid-inner__img,
.guid-textbox {
  display: inline-block;
}
.guid-inner {
  width: 100%;
  display: flex;
  margin-bottom: 110px;
}
.guid-textbox {
  width: 50%;
  text-align: center;
  margin: 110px 10px 0 10px;
}
.guid-textbox__title {
  margin-bottom: 60px;
}
/*---------------------------
section-title
----------------------------*/
.section-title {
  margin-bottom: 120px;
}

/*---------------------------
news
----------------------------*/
.news {
  margin-bottom: 60px;
}
.news-list {
  text-align: center;
}
/*---------------------------
notes
----------------------------*/
.notes {
  margin-bottom: 60px;
}
.notes-list {
  text-align: center;
}

/*========= ふわっとなるCSS ===============*/
/* fadeUp 

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
*/

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}
/*ぱくりぼたん*/
:root {
  /* color type A */
  --main_color: #c24f3c;
  --sub_color: #f7f3ea;
  --base_color: #d3b171;
  --accent_color: #fff;

  /* color type B */
  /* --main_color : #161058 ;
    --sub_color : #E3C3C4  ;
    --base_color : #FFFFFF ;
    --accent_color : #B2626F ; */

  /* color type C */
  /* --main_color : #92001B ;
    --sub_color : #F2F2F2  ;
    --base_color : #FFFFFF ;
    --accent_color : #B08E00 ; */
}

.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 56px;
  text-decoration: none;
  font-size: 14px;
  font-family: serif;
  font-weight: bold;
  box-sizing: border-box;
  border: solid 3px var(--main_color);
  color: var(--main_color);
  background: var(--base_color);
}
.button::before,
.button::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 24px;
  width: 10px;
  height: 3px;
  background: var(--main_color);
  transition: all 0.2s ease;
}
.button::before {
  top: calc(50% - 4px);
  transform: skew(45deg);
}
.button::after {
  bottom: calc(50% - 4px);
  transform: skew(-45deg);
}
.button__cloud1,
.button__cloud2 {
  position: absolute;
  z-index: 4;
  width: 8px;
  height: 8px;
  background: var(--sub_color);
  transition: all ease-in-out 0.6s;
  opacity: 0;
}
.button__cloud1 {
  top: -4px;
  left: -48px;
}
.button__cloud2 {
  bottom: -4px;
  right: -48px;
}
.button__cloud1::before,
.button__cloud1::after,
.button__cloud2::before,
.button__cloud2::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 8px;
  border-radius: 4px;
  background: var(--sub_color);
}
.button__cloud1::before {
  top: -8px;
  left: -16px;
}
.button__cloud1::after {
  bottom: -8px;
  right: -12px;
}
.button__cloud2::before {
  top: -8px;
  left: -24px;
}
.button__cloud2::after {
  bottom: -8px;
  right: -24px;
}
.button__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  box-sizing: border-box;
  border: solid 1px var(--main_color);
}
.button__inner::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 2px;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: calc(100% - 4px);
  background: var(--main_color);
}
.button__pattern {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 2px;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: calc(100% - 4px);
  opacity: 0;
  background-color: var(--accent_color);
  background-image: repeating-linear-gradient(
      45deg,
      var(--base_color) 25%,
      transparent 25%,
      transparent 75%,
      var(--base_color) 75%,
      var(--base_color)
    ),
    repeating-linear-gradient(
      45deg,
      var(--base_color) 25%,
      var(--accent_color) 25%,
      var(--accent_color) 75%,
      var(--base_color) 75%,
      var(--base_color)
    );
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
}
.button__text {
  position: relative;
  z-index: 3;
  transition: all 0.6s ease;
}
.button:hover::before,
.button:hover::after {
  background: var(--base_color);
}
.button:hover .button__cloud1 {
  left: -8px;
  opacity: 1;
}
.button:hover .button__cloud2 {
  right: -8px;
  opacity: 1;
}
.button:hover .button__text {
  color: var(--base_color);
}
.button:hover .button__inner::before {
  animation: bg 1.2s ease;
  animation-fill-mode: forwards;
}
.button:hover .button__inner::before {
  animation: bg 1.2s ease;
  animation-fill-mode: forwards;
}
.button:hover .button__pattern {
  animation: pattern 1.2s ease;
  animation-fill-mode: forwards;
}
@keyframes bg {
  0% {
    width: 0;
  }
  30% {
    width: calc(100% - 4px);
  }
  50% {
    width: calc(100% - 4px);
  }
  100% {
    width: calc(100% - 40px - 6px);
  }
}
@keyframes pattern {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.bbbtn {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
