/* -------------------------- */
/* base
/* -------------------------- */

html{
  font-size: 62.5%;
}

body{
  font-family: "diazo-mvb-ex-cond", sans-serif;
  font-weight: 100;
  font-size: 1.6rem;
  color: #fff;
  /*background:url("../images/green_bk.webp");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #1f1f1f;
}

@supports (-webkit-overflow-scrolling: touch) {
  body {
    background: none;
  }

body:before {
    background:url("../images/green_bk.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 100%;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
}
    
    
img{
  width: 100%;
  vertical-align: bottom;
}
a{
  font-family: "diazo-mvb-ex-cond", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  letter-spacing: 5%;
  line-height: 23px;
}
p{
	margin:0;
	padding:0;
}

ul, li {
    margin: 0;
    padding: 0;
	line-height: 1;
    list-style: none;
}
input{
  border: 0;
  outline: none;
  appearance: none;
  -webkit-appearance:none;
}
textarea{
  border: 0;
  outline: none;
  resize: none;
}

nav ul {
    list-style: none;     /* リストの「・」を消す */
    margin: 0;
    padding: 0;
    display: flex;        /* 項目を横並びにする（縦並びなら削除） */
}

/* リンクのデザインをリセット */
nav a {
    text-decoration: none; /* 下線を消す */
    color: inherit;        /* 親要素の色を継承させる */
    display: block;        /* クリック範囲を広げるためにブロック化 */
    padding: 10px 15px;    /* 適切な余白を設定（調整してください） */
}

/* ボタンのように見せるためのhover設定（任意） */
nav a:hover {
    opacity: 0.7;
    transition: 0.3s;
}




/* -------------------------- */
/* //base
/* -------------------------- */

/* -------------------------- */
/* 各ページのスライダー設定
/* -------------------------- */

/*背景画像設定*/
/*.slider-item01{
	background:url("../images/2000px×700px.png");
}
.slider-item02{
	background:url("../images/2000px×700px.png");
}
.slider-item03{
	background:url("../images/2000px×700px.png");
}*/

/* -------------------------- */
/* 各ページのスライダー設定
/* -------------------------- */

/* -------------------------- */
/* 共通設定
/* -------------------------- */

.section-block{
	max-width: 90%;
	margin: 10% auto 0 auto;
}

.page-section-block{
	max-width: 90%;
	margin: 15% auto 0 auto;
}

.section-title{
	position: relative;
	font-family: "diazo-mvb-ex-cond", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 0 0%;
	font-size: 8.5rem;
	letter-spacing: 0.1em;
}

.section-subtitle{
	position: relative;
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
    font-style: normal;
	margin: 10% 0 2% 0;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}

.section-caption{
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
    font-style: normal;
	line-height: 2.3rem;
	margin: 0 0 5% 0;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

/*flex設定*/

.flex-rr{
  display: flex;
  justify-content: space-between;
}

.flex-wr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-rl{
  display: flex;
  justify-content: flex-start;
}

.flex-ru{
	display: flex;
    justify-content: flex-start;
}

/*flex設定*/

.questionbtn{
	text-align:left;
	margin: 10% 0 10% 0;
}

.questionbtn a::after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 16px;
    background: url('../images/allow.png') center/contain no-repeat;
    margin-left: 8px;
    vertical-align: text-bottom;
}

.questionbtn a {
　display: inline-block; /* これが重要！ */
  margin: auto;
  text-align: center;
  font-family: "diazo-mvb-ex-cond", sans-serif;
  color: #fffdfa;
  font-weight: 200;
  letter-spacing: 0.15em;
  text-decoration: none;
}

/* -------------------------- */
/* //共通設定
/* -------------------------- */


/* -------------------------- */
/* header
/* -------------------------- */

header{
  width: 90%;
  padding: 4% 4% 4% 4%;
  position: fixed;
  top: 0;
  z-index: 99;
}

.noscroll {
  height: 100%;
  overflow: hidden;
}

.header_under{
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;    
}
/*******************ナビゲーションの設定*******************/
/*==ナビゲーション全体の設定*/
nav{
	text-underline-offset: 10px;
	text-decoration-thickness: 1px;
	/*==ナビゲーション全体高さ中央設定*/
	display: flex;
	align-items: center;
	text-align: center;
	mix-blend-mode: difference; /* 文字を背景に合わせて反転 */
}

/*ナビゲーションを横並びに*/
nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
}

/*ナビゲーションを縦中央並びに*/
.center{
    /*==ナビゲーション全体高さ中央設定*/
	display: flex;
	align-items: center;
	text-align: center;
}


/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
}

/*下の階層のulや矢印の基店にするためliにrelativeを指定*/
nav ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
	text-align:justify;
	text-align-last:justify;
	font-size: 2.0rem;
	font-weight:100;
	display: block;
	text-decoration: none;
	mix-blend-mode: difference;
	color: #fff;
	padding: 20px 35px;
	transition: all .3s;
    letter-spacing: 0.3rem;	
}

nav ul li li a{
	padding: 10px 35px;
}

nav ul li::after{
	content: '';
    display: inline-block;
    width: 1px; /* 棒の太さ */
    height: 1.5em; /* テキストの高さに合わせる */
    background-color: #fff; /* 棒の色 */
    margin-left: 0px; /* テキストとの間隔 */
    vertical-align: middle /* 位置調整 */
}

nav ul li a:hover{
	opacity: 20%;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	color: #fff;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child a{
	border-bottom: none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	opacity: 20%;
}

/*==３階層目*/

/*３階層目の位置*/
nav li.has-child ul ul{
	top: 0;
	left: 182px;
	background: #225967;
}

nav li.has-child ul ul li a:hover,
nav li.has-child ul ul li a:active{
	background: #225967;
}

.shop-img{
  max-width: 15%;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  filter: invert(1); /* 黒を白に反転 */
}

.shop-img img{
  mix-blend-mode: difference; /* 画像自体にも適用 */
}

.nav-item{
  font-size: 1.6rem;
  padding: 5px 0px;
  margin-right: 20px;
  letter-spacing: 0.08em;
}

.nav-item:last-of-type{
  margin-right: 0;
}

.nav-item:hover{
  transition: .5s;
  opacity: .3;
  text-decoration: underline;
}



/* -------------------------- */
/* //header
/* -------------------------- */

/*******************ナビゲーションの設定最後尾*******************/


/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background:#e2dbc5;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-18%, -70%);
}


/* Loading アイコンの大きさ設定　*/
#splash_logo svg{
    width:500px;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #333;/*線の色*/
	}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path{
	  fill: #333;/*塗りの色*/
	  fill-opacity: 1;/*透過1で見える状態*/
	  stroke: none;/*線の色なし*/
	}

/* -------------------------- */
/* ホバー時写真拡大
/* -------------------------- */

/* 1. 親要素 (枠) の設定 */
.img-container {
  /* 画像を中央に配置*/
  margin: auto;
  /* 枠のサイズを定義 */
  width: 60%;
  /* 枠からはみ出た部分を非表示にする (重要!) */
  overflow: hidden;
  /* 見やすいように影を付けるなど */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 2. 画像自体の設定 */
.img-container img {
  /* 親要素の幅に合わせて初期サイズを設定 */
  width: 100%;
  height: 100%;
  object-fit: cover; /* 枠に合わせて画像をトリミング */

  /* 変化を滑らかにするための設定 (アニメーション時間) */
  transition: transform 0.3s ease;
}

/* 3. マウスオーバー時の設定 (拡大処理) */
.img-container:hover img {
  /* 1.2倍に拡大する */
  transform: scale(1.2);
}

/* -------------------------- */
/* //ホバー時写真拡大
/* -------------------------- */


/* -------------------------- */
/* TOPスライド
/* -------------------------- */

/**************ショップスライドショー設定**************/
	
.slider{
	/*スライドショーの位置の起点とするためposition:relative;をつける*/
	position: relative;
	/*z-indexの値の小さくして背景に回す*/
	z-index: -1;

	width: 100%;
}

.slider-item{
	/*各スライダー全体の横幅を画面の横幅いっぱい 100% にする*/
	width: 100%;
	/*背景画像をリピートしない*/
	background-repeat: no-repeat;
    /*背景画像の位置を中央に*/
	background-position: center;
	/*背景画像が.slider-item全体を覆い表示*/
	/*background-size: cover;*/
	margin: 0px;
}

/**************各ページスライドショー設定**************/
	
.top-slider{
	/*スライドショーの位置の起点とするためposition:relative;をつける*/
	position: relative;
	/*z-indexの値の小さくして背景に回す*/
	z-index: -1;
	/*スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	width: 100%;
}

.top-slider-item{
	/*各スライダー全体の横幅を画面の横幅いっぱい 100% にする*/
	width: 100%;
	/*背景画像をリピートしない*/
	background-repeat: no-repeat;
    /*背景画像の位置を中央に*/
	background-position: center;
	/*背景画像が.slider-item全体を覆い表示*/
	/*background-size: cover;*/
	margin: 200px 10px 0 10px;
}

/*ドットナビゲーションの設定*/

.slick-dots{
	display: none;
}

.slick-dots li{
	display: none;
}

.slick-dots button{
	display: none;
}

.slick-dots .slick-active button{
	display: none;
}

/**************スライドショー設定終了**************/

/* -------------------------- */
/* //TOP スライド
/* -------------------------- */



/* -------------------------- */
/* ABOUT
/* -------------------------- */

.block-1{
	margin: 0 10% 0 0;
}

/* Video */

        .video-container {
            width: 500px;
            height: 500px;
            position: relative;
            background-color: #000;
            overflow: hidden;
            cursor: pointer;
        }

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* 再生/一時停止アイコン */
        .play-pause-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background-color: rgba(0, 0, 0, 0.6);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: none;
        }

        .video-container:hover .play-pause-icon {
            opacity: 1;
        }

        .play-pause-icon::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 0 15px 25px;
            border-color: transparent transparent transparent #fff;
            margin-left: 5px;
        }

        .video-container.playing .play-pause-icon::after {
            border-width: 0 10px;
            border-color: transparent #fff;
            width: 8px;
            height: 30px;
            border-style: double;
            margin-left: 0;
        }

/* Video */

/* About-Video */

        .about-video-container {
            width: 900px;
            height: 500px;
            position: relative;
            background-color: #000;
            overflow: hidden;
            cursor: pointer;
        }

/* About-Video */

.about-task{
	margin: 10% 0 0 0;
}

.about-task-pic{
	margin: 0 1% 0 0;
}

.about-task-pic:last-of-type{
	margin: 0 0 0 0;
}

.about-caption{
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
    font-style: normal;
	line-height: 2.3rem;
	margin: 5% 0 5% 0;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

/* -------------------------- */
/* //ABOUT
/* -------------------------- */

/* -------------------------- */
/* SAMPLE PAGE
/* -------------------------- */

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 縦横の間隔 */
}

.container .item {
    width: calc((100% - 20px) / 2);
}

.sample-list{
	width: calc(100% / 5); 
}

/* -------------------------- */
/* //SAMPLE PAGE
/* -------------------------- */


/* -------------------------- */
/* MIDDLE
/* -------------------------- */

.middle_back{
	height: 80vh;
	margin: 5% auto -5% auto;
}

.middle-video-container {
     width: 100%;
     height: 80vh;
     position: relative;
     background-color: #000;
     overflow: hidden;
     cursor: pointer;
}

/* -------------------------- */
/* //MIDDLE
/* -------------------------- */

/* -------------------------- */
/* COMPANY
/* -------------------------- */

#map-grayscale {
    height: 300px;
    width: 100%;
    filter: grayscale(100%);
}

/*COMPANY PAGE*/
/* 会社概要ページのスタイル */
.company-info {
  padding: 60px 20px;
  /*background-color: #f9f9f9;*/
}

.company-section {
  margin: 10% auto 0% auto;
}

.company-info .company-section {
  max-width: 900px;
  margin: 0 auto;
}

/* 会社情報テーブル */
.company-table {
  font-family: "kinuta-maruminfuji-stdn", serif;
  width: 100%;
  letter-spacing: 0.2em;
  line-height: 170%;
  border-collapse: collapse;
  /*background-color: #fff;*/
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.company-table tr {
  border-bottom: 1px solid #e0e0e0;
  height: 30px;
}

.company-table th {
  width: 30%;
  padding: 20px;
  /*background-color: #f5f5f5;*/
  font-weight: bold;
  text-align: left;
  color: #fff;
  vertical-align: top;
}

.company-table td {
  padding: 20px;
  color: #fff;
  line-height: 1.8;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  
  .company-table th {
    background-color: #f0f0f0;
    border-bottom: none;
    padding-bottom: 10px;
  }
  
  .company-table td {
    padding-top: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
}

/* -------------------------- */
/* //COMPANY
/* -------------------------- */

/* -------------------------- */
/* Recruit
/* -------------------------- */


.recruit-title{
	display: flex;
    align-items: center;
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
    font-style: normal;
	margin: 10% 0 2% 0;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
}

.recruit-title::before {
  content: "";
  width: 4px;
  height: 1.2em; /* テキストより少し高めに */
  background-color: #fff;
  margin-right: 10px;
  flex-shrink: 0; /* 縮まないように */
}

.recruit-subtitle{
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
    font-style: normal;
	line-height: 2.3rem;
	margin: 0 0 0.5% 0;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
			  
.recruit-caption{
	font-family: "kinuta-maruminold-stdn", serif;
	font-weight: 400;
    font-style: normal;
	line-height: 2.3rem;
	margin: 0 0 3% 0;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

/* -------------------------- */
/* //Recruit
/* -------------------------- */

/* -------------------------- */
/* Footer
/* -------------------------- */

.footer{
	max-width: 90%;
	margin: auto;
	text-align: center;
}

.footer-left{
	margin: auto;
	align-items: flex-end;
	text-align: left;
	width: 33%;
}

.footer-center{
	margin: auto;
	align-items: flex-end;
	text-align: center;
	width: 33%;
}

.footer-right{
	margin: auto;
	align-items: flex-end;
	text-align: right;
	width: 33%;
}

.copyright{
  font-family: "diazo-mvb-ex-cond", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.3em;
  color: #fff;
}


/* -------------------------- */
/* //Footer
/* -------------------------- */


/* -------------------------- */
/* CSS animation
/* -------------------------- */

.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from{
		opacity: 0;	
        transform: translateY(100px);
	}
	
	to {
		opacity: 1;
        transform: translateY(0px);
	}
}

/* -------------------------- */
/* //CSS animation
/* -------------------------- */


/* ----------------------------------------------------------------スマホ版 レスポンシブ 460px */

@media screen and (max-width:460px){
    
	
	
/* 画面固定関連＋非表示要素 */
	
	.last_illust{
	width: 100%;
	margin: auto auto -5% auto;
    z-index: 0;
    }
 
	
/* -------------------------- */
/* sp-header
/* -------------------------- */

header{
  width: 100%;
  margin-top: 30%;
  margin: auto;	
  padding: 0;
}

.header_under{
  width: 0%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;    
}
	
    
/* ハンバーガーボタン */
.burger-btn{
  display: block;
  width: 30px;
  height: 45px;
  position: relative;
  color: #333333;
}
.bar{
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  position: absolute;
  z-index: 20; /*メニューの下に隠れないようにz-indexを指定する*/
}
.bar_top{
  top: 8px;
  background-color:#333333;
}
/*.bar_middle{
  top: 38px;
}
.bar_bottom{
  top: 68px;
}*/
    
.burger-btn.cross .bar_top{
  transform: rotate(50deg);
  top: 45px;
  transition: .3s;
}
    
.burger-btn.cross .bar_middle{
  opacity: 0;
  transition: .3s;
}
    
.burger-btn.cross .bar_bottom{
  transform: rotate(-50deg);
  bottom: 30px;
  transition: .3s;
} 

    
/* ハンバーガーメニューが開いたときのスタイル */
.header-nav{
  display: none;  /* コメントアウトしてナビゲーションを表示させます */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0.8;
  z-index: 8;
  justify-content: center;
　overflow: hidden;
}
	
.header-nav{
  display: none;  /* コメントアウトしてナビゲーションを表示させます */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  opacity: 0.8;
  z-index: 8;
  justify-content: center;
　overflow: hidden;
}
	

/* -------------------------- */
/* //sp-header
/* -------------------------- */
	
/**************スライドショー枠設定**************/

.border{
	display: none;
}
	
/**************スライドショー枠設定完了**************/

/**************スライドショー設定**************/
	
.slider{
	/*スライドショーの位置の起点とするためposition:relative;をつける*/
	position: relative;
	/*z-indexの値の小さくして背景に回す*/
	z-index: -1;
	width: 100%;
}
	
	.slider .slick-slider{
		margin: 0 10px;
	}

.slider-item{
	/*各スライダー全体の横幅を画面の横幅いっぱい 100% にする*/
	width: 100%;
	/*各スライダー全体の縦幅を画面の高さいっぱい 100vh にする*/
	height: 10vh;
	/*背景画像をリピートしない*/
	background-repeat: no-repeat;
    /*背景画像の位置を中央に*/
	background-position: center;
	/*背景画像が.slider-item全体を覆い表示*/
	/*background-size: cover;*/
}

/*ドットナビゲーションの設定*/

.slick-dots{
	display: none;
}

.slick-dots li{
	display: none;
}

.slick-dots button{
	display: none;
}

.slick-dots .slick-active button{
	display: none;
}

/**************スライドショー設定終了**************/	
	
	
/*flex設定*/
.flex-rr{
  display: flex;
  flex-flow: column;
}

/* -------------------------- */
/* カーソル
/* -------------------------- */

	.cursor{
		display: none;
	}
	
/* -------------------------- */
/* //カーソル
/* -------------------------- */
/* -------------------------- */
/* お知らせ
/* -------------------------- */	
	
.fixed-banner {
    /* 画面上部に固定 */
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%; 
    height: 40px; 
}
	
/* -------------------------- */
/* //お知らせ
/* -------------------------- */
	
/* -------------------------- */
/* Photoセクション
/* -------------------------- */
	
       .photo:nth-child(1) .photo-inner {
            background-image: url("../images/geko_003.png");
        }

        .photo:nth-child(2) .photo-inner {
            background-image: url("../images/tana_tate_012.png");
        }

        .photo:nth-child(3) .photo-inner {
            background-image: url("../images/tana_tate_011.png");
        }

        .photo:nth-child(4) .photo-inner {
            background-image: url("../images/house_007.png");
        }

        .photo:nth-child(5) .photo-inner {
            background-image: url("../images/pop_004.png");
        }

        .photo:nth-child(6) .photo-inner {
            background-image: url("../images/tana_budo_010.png");
        }

        .photo:nth-child(7) .photo-inner {
            background-image: url("../images/slider_1_test.png");
        }

        .photo:nth-child(8) .photo-inner {
            background-image: url("../images/tana_budo_007.png");
        }

        .photo:nth-child(9) .photo-inner {
            background-image: url("../images/tana_tate_006.png");
        }

        .photo:nth-child(10) .photo-inner {
            background-image: url("../images/slider_2.png");
        }
	
  .spacer {
            height: 100vh;
            display: flex;
            padding: 0px;
        }

        .photo-container {
            height: 100vh;
			width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .photo {
            position: absolute;
            background: white;
            border-radius: 0px;
            box-shadow: none;
            padding: 0;
            transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform: none;
            left: 50%;
            top: 50%;
            cursor: pointer;
        }
	
	      .photo.active {
            opacity: 0;
          }

        .photo-inner {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            border-radius: 5px;
			opacity: 0.3;  /*写真の透過率*/
        }
	
	       .photo-label {
            position: absolute;
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 0;
            border-radius: 0px;
            font-size: 14px;
        }
	
           .concept-text-1{
  			margin-top: 4.5%;
  			font-family: "kinuta-maruminfuji-stdn", serif;
  			font-size: 1.7rem;
  			position: absolute;
  			color: #34006B;
  			writing-mode: vertical-rl;
  			letter-spacing: 0.5em;
		  	line-height: 170%;
  			text-align: center;
}
	
/* -------------------------- */
/* //Photoセクション
/* -------------------------- */
	
/* -------------------------- */
/* 商品セクション
/* -------------------------- */
	
	.product-wrapper{
 		max-width: 100%;
  		margin: 0% auto 10%;
  		text-align: center;
	}

	.pro-size {
		width:400px;
		margin:2% auto;
	}
	
	.grape-product-2{
		display: none;
	}
	
/* -------------------------- */
/* //商品セクション
/* -------------------------- */
	
/* -------------------------- */
/* 各ページボタンセクション
/* -------------------------- */

/* 農園を見てみる。*/
/* 葡萄について*/
/* 農園に聞いてみる*/

.grape-wrapper{
  max-width: 100%;
  margin: 0 auto 0%;
  text-align: center;
}
	
.op-pic1 img{
	height: 70vh;
}

/* -------------------------- */
/* ホバー時写真拡大
/* -------------------------- */

/* 1. 親要素 (枠) の設定 */
.img-container {
  /* 画像を中央に配置*/
  margin: auto;
  width: 90%;
}
	
/* -------------------------- */
/* //各ページボタンセクション
/* -------------------------- */


}


