@charset "utf-8";
/*
Theme Name: Mediacloud2021
Description: Mediacloud2021
Version: 1.0
Author: Mediacloud
*/
/*-------------------
reset 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 {
  line-height: 1.5;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
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;
}
*, *::before, *::after {
  box-sizing: border-box;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
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 #420019;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img, video {
  max-width: 100%;
  height: auto;
}
/*-------------------
共通CSS
-------------------*/
html, body {
  font-size: 16px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #333;
}
p, td, th, li {
  line-height: 2;
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #420019;
  text-decoration: none;
}
a:hover, a:active {
  color: #726A62;
}
section {
  width: 100%;
  padding: 100px 0;
}
section:last-child {
  border-bottom: none;
}
.inner {
  max-width: 1024px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
h1 {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-weight: normal;
}
h2 {
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.1rem;
  color: #420019;
  font-family: "Cinzel", Times, "serif";
  line-height: 1;
  margin-bottom: 20px;
}
h3 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Cinzel", Times, "serif";
  font-weight: normal;
  color: #420019;
}
.bg-light {
	background: #f6f6f6;
}
/*----- Column -----*/
.Column2 {
  flex: 0 0 50%;
  padding: 0 15px;
  max-width: 50%;
  position: relative;
}
.Column3 {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 15px;
  position: relative;
  padding-bottom: 30px;
}
.Column3_1 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  position: relative;
}
.Column3_2 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  position: relative;
}
.Column4 {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 0 15px;
  position: relative;
  padding-bottom: 30px;
}
.Column4_1 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}
.Column4_3 {
  flex: 0 0 75%;
  max-width: 75%;
  position: relative;
  padding-bottom: 30px;
}
/*========================
  HEADER / NAV（上部100px）
========================*/
/******----HEADER（上部100px）-----******/
header {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  background: rgba(66, 0, 25, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
/* navの文字色 */
nav {
  color: #5F564D;
}
nav li {
  font-family: "Cinzel", Times, "serif";
}
/* ----- PCナビ：ロゴ左 / メニュー右 ----- */
#Gnav.container {
  width: 100%;
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: space-between; /* 左右に分ける */
  padding: 0 40px;
  margin: 0 auto;
}
/* 左：ロゴ */
.gnav-left img {
  width: 230px;
  height: 60px;
}
/* 右：メニュー */
.gnav-right .navbar {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end; /* 右寄せ */
}
/* メニューの見た目 */
#Gnav li a {
  color: #fff;
  text-decoration: none;
  font-family: Cinzel, Times, "serif";
  font-size: 16px;
  letter-spacing: 0.05rem;
}
#Gnav li a:hover {
  color: #9fa0a0;
}
.gnav-menu-item a {
  font-size: 16px;
  font-family: Cinzel, Times, "serif";
  letter-spacing: 0.1rem;
}
/*----- Hamburger Menu -----*/
#nav-drawer{
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  transform: none;      /* ★fixed崩れ防止 */
  display: flex;
  align-items: center;  /* 縦中央はこれで取る */
  z-index: 1100;
  padding: 0;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}
/*アイコンのスペース*/
#nav-open {
  display: block;
  width: 30px;
  height: 22px;
  position: relative;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span {
  position: absolute;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background: #fff; /* ✅ 暗背景なので白 */
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav-open span:nth-child(1) {
  top: 0;
}
#nav-open span:nth-child(2) {
  top: 10px;
}
#nav-open span:nth-child(3) {
  top: 20px;
}
/*メニューの中身*/
#nav-content {}
/* SP用：ヘッダー領域 */
.header-logo-menu {
  display: flex;
  flex-direction: row;
  background: transparent;
}
/* ナビ開いてる時のボタン */
#nav-open.active span:nth-child(1) {
  top: 45%;
  left: 0;
  background: #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#nav-open.active span:nth-child(2), #nav-open.active span:nth-child(3) {
  top: 45%;
  left: 0;
  background: #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.active {
  opacity: 1;
  top: 0;
}

/******----MAIN----******/
main{
  overflow-x: hidden;
  overflow-y: hidden;
}
#MAIN {
  margin-top: -100px;
}
#MAIN .slider {
  background-size: cover;
}
#MAIN .slide1 {
  background: url(../img/slider1.jpg) center no-repeat;
  background-size: cover;
  height: 100vh;
}
#MAIN .slide2 {
  background: url(../img/slider2.jpg) center no-repeat;
  background-size: cover;
  height: 100vh;
}
#MAIN .slide3 {
  background: url(../img/slider3.jpg) center no-repeat;
  background-size: cover;
  height: 100vh;
}
.main-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  margin: 0 auto;
  color: #fff;
}
.en {
  font-family: "Cinzel", Times, "serif";
  font-size: 60px;
  text-shadow: 2px 2px 6px #00000087;
  line-height: 1.2;
  margin-bottom: 20px;
}
.ja {
  font-size: 20px;
  text-shadow: 2px 2px 6px #00000087;
  line-height: 1.5;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	margin-bottom: 1em;
}
.h2-ja {
  line-height: 1;
  font-size: 30px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
/*-------------------
Top共通（アニメーション）
-------------------*/
.fadeIn {
  opacity: 0;
  transition: .8s;
  position: relative;
  top: 80px;
}
.active {
  opacity: 1;
  top: 0;
}
.l-in {
  opacity: 0;
  transition: .8s;
  position: relative;
  left: -10vw;
}
.active-l {
  opacity: 1;
  left: 0;
}
.r-in {
  opacity: 0;
  transition: .8s;
  position: relative;
  right: -10vw;
}
.active-r {
  opacity: 1;
  right: 0;
}
.for-sp {
  display: none;
}
/******----GREETING----******/
#GREETING {
  max-width: 1920px;
  margin: auto;
}
/******----SERVICE----******/
#SERVICE {
  max-width: 1920px;
  margin: auto;
}
.sv .Column2:first-child {
  padding: 0;
}
.sv.row {
  margin: 0 0 110px;
}
.sv.row .Column2:nth-child(2) {
  padding: 0 110px;
}
.r-sv.row .Column2:first-child {
  padding: 0 110px;
}
.r-sv.row .Column2:nth-child(2) {
  padding: 0;
}
.sv-img img, .r-sv.row .sv-img img {
  max-width: 100%;
  box-shadow: 30px 30px #ddd;
}
.r-sv.row .sv-img img {
  float: right;
}
.sv-intro {
  width: 80%;
}
.sv-subtitle {
  font-size: 26px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #a67c52;
  color: #333;
}
.sec-inner {
  width: 90%;
  margin: 0 auto;
}
.h3-greeting {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto 40px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}
.p-greeting {
  margin: 0 auto 30px;
	max-width: 70%;
}
.greeting-img {
  display: block;
  margin: auto;
  padding: 60px 0;
}
/******----COMPANY----******/
.com-detail__wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.com-detail__title {
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  width: 25%;
  padding: 2.5em 0;
  border-bottom: 1px solid #666;
}
.com-detail__text {
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  width: 75%;
  padding: 2.5em 0;
  border-bottom: 1px solid #ccc;
}
.com-detail__text a {
  color: #022945;
}
/******----CONTACT----******/
#CONTACT {
  /*margin-bottom: 70px;*/
}
.w1020 {
  max-width: 1020px;
  margin: 0 auto;
}
button, input, select, textarea {
  border: 1px solid #ccc;
}
#CONTACT p {
  text-align: center;
  margin-bottom: 40px;
}
.contact .h2-ja {
  margin-bottom: 40px;
}
#CONTACT table {
  width: 100%;
  margin-bottom: 40px;
}
#CONTACT table th, #CONTACT table td {
  padding: 15px 0;
}
#CONTACT table th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  color: #333;
}
#CONTACT table td {
  width: 70%;
}
#CONTACT table td input, #CONTACT table textarea {
  background: #fff;
  width: 100%;
  padding: 5px 10px;
}
.need {
  color: #420019;
  font-size: .8rem;
}
.note {
  color: #420019;
}
.agree {
  border-bottom: 1px solid #420019;
}
.submit {
  background: #420019;
  padding: 5px 60px;
  border-radius: 2px;
  color: #fff;
}
/******----PRIVACYPOLICY----******/
.privacy-policy span {
  font-weight: bold;
}
/******----FOOTER-----******/
footer {
  background-color: #420019;
}
footer .inner_wrapper {
  max-width: 100%;
  position: relative;
}
.footer_inner {
  position: relative;
  padding: 50px 0;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.footer_inner img {
  width: 100px;
  margin: 30px 0 50px;
}
address {
  color: #fff;
  font-style: normal;
  font-size: 12px;
}
.company {
  margin: 0 auto;
}
.menulist {
  writing-mode: vertical-rl;
  margin-bottom: 40px;
}
footer li a {
  color: #fff;
  font-weight: normal;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
footer li a:hover {
  color: #9fa0a0;
  text-decoration: none;
}
footer li {
  line-height: 1.8;
  padding: 0 10px;
}
footer p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 30px;
  color: #fff;
}
footer .inner .Column3_1 {
  display: block;
}
.footer_ramen {
  max-width: 150%;
  position: absolute;
  top: -160px;
  right: -90px;
}
footer .instagram {
  width: 80%;
  left: 15px;
  position: absolute;
}
footer .instagram:hover {
  filter: brightness(70%);
}
footer .instagram img {
  max-width: 120px;
}
.footer_logo {
  z-index: 10;
  max-width: 550px;
  margin: 0 auto;
  right: 0;
  left: 0;
  height: auto;
  position: absolute;
  top: 50px;
}
footer address a {
  color: #231815;
}
footer address a:hover {
  color: #000;
  text-decoration: none;
}
footer address {
  margin-bottom: 0;
}

/* ===== SP Drawer（checkbox方式・最終版）===== */

/* メニュー背景（画面全体） */
#nav-content{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 2000;
  display: none;
}

/* 背景クリックで閉じる */
#nav-close{
  position: fixed;
  inset: 0;
  z-index: 2001;
  display: none;
}

/* メニュー本体 */
#nav-content .SPnav{
  position: relative;
  z-index: 2002;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#nav-content .li_wrapper{
  position: static;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav-content .menu-item a{
  display: block;
  color: #fff;
  padding: 14px 0;
  font-size: 18px;
}

#nav-content .menu-item img{
  width: 72px;
  margin: 0 auto 18px;
}

/* チェックONで表示 */
#nav-input:checked ~ #nav-content{
  display: block;
}
#nav-input:checked ~ #nav-close{
  display: block;
}

/* ×変形 */
#nav-input:checked + #nav-open span:nth-child(1){
  top: 45%;
  transform: rotate(315deg);
}
#nav-input:checked + #nav-open span:nth-child(2){
  opacity: 0;
}
#nav-input:checked + #nav-open span:nth-child(3){
  top: 45%;
  transform: rotate(-315deg);
}
@media screen and (max-width:1024px){
  #nav-open{
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 3000;
  }
}


html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, video {
  max-width: 100%;
  height: auto;
}

/* 固定ヘッダーの高さに合わせて調整（例：100px） */
section[id]{
  scroll-margin-top: 110px;
}