@charset "utf-8";

/*
.tohoku-rogoWrap,
.gradient,
.global_menu {
  display: none;
}
*/

/*——————————————————————
base
——————————————————————*/
html {
  font-size: 10px;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3e3e;
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #3e3e3e;
}

* {
  box-sizing: border-box;
}

.body_wrapper {
  overflow: hidden;
}

li{
  list-style: none;
}


/*——————————————————————
————————————————————————
全体設定
————————————————————————
——————————————————————*/

.display_flex,
.display_flex-s {
  display: flex;
}

.space._00 {
  height: 0.4rem;
}

.space._01 {
  height: 1rem;
}

.space._02 {
  height: 2rem;
}

.space._03 {
  height: 3rem;
}

.space._04 {
  height: 4rem;
}

.space._06 {
  height: 6rem;
}

.space._08 {
  height: 8rem;
}

.space._16 {
  height: 16rem;
}

/*——————————————————————
hタグフォント指定講習
hタグは基本そのままで使うこと
hタグの前にclass名をつけない
——————————————————————*/

h1{
  font-size: 2.6rem;
}


h1 p{
  text-align: center;
  color: rgba(203,51,45,1);
  border: solid rgba(203, 51, 45, 1)2px;
  padding: 1.6rem 3rem 1.6rem 4rem;
  letter-spacing: 1rem;
}

.h1-wide{
  margin: 0 auto;
  width: 42rem;
}

h2 {
  padding: 1rem;
}

h3 {
  color: rgba(203,51,45,1);
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 13rem;
  font-weight: 500;
  letter-spacing: 22px;
  text-align: center;
  width: 100%;
  border-top: solid rgba(203,51,45,1) 3px;
  border-bottom: solid rgba(203,51,45,1) 3px;
}

h3 span{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  writing-mode: vertical-lr;
  letter-spacing: 0.6rem;
}
/*——————————————————————
メインBOX指定
——————————————————————*/

.field {
  margin: 0 auto;
}

.field._01 {
  position: relative;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------
.entry,.innerは.field._01等で指示した幅(高)に対し
色・写真等の配置、paddingの指定をする
-------------------------------------------*/

.entry {
  margin: auto;
}

.entry._01 {
  width: 100%;
  height: 150rem;
  z-index: 2;
}


.entry._02{
  position: relative;
  width: 100%;
  height: 140rem;
}

.entry._02._a{
  background-image: url(../img/common/back-ime_02.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}

.entry._02._b{
  background-image: url(../img/common/back-ime_03.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}

/*————————————————————————————————
背景画像にドット処理
————————————————————————————————*/

.entry._02::after{
  content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	background-image: radial-gradient(#111 20%, transparent 21%), radial-gradient(#111 20%, transparent 21%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}


.entry._03{
  position: relative;
  width: 104rem;
}

.entry._04{
  margin: 0 auto;
  position: relative;
  width: 76.4rem;
}

.entry._05{
  margin: 0 auto;
  width: 94rem;
}

.entry._05._a{
  width: 61.2rem;
}

.entry._05._b{
  width: 76rem;
}

.entry._06{
  margin: 0 auto;
  width: 100%;
}


.inner {
  width: 100%;
  height: 100%;
}

.inner._01 {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.inner._02 {
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.inner._03 {
  width: 100%;
}

/*————————————————————————————————
border設定 ※基本的にmarginは入れない
————————————————————————————————*/

.border {
  height: 0.2rem;
  background: rgba(203,51,45,1);
}

.border._01 {
  width: 100%;
}

.border._01._a {
  background: #3e3e3e;
}

.border._02 {
  width: 4.8rem;
  /*margin: 1rem 0;*/
  background: rgba(234, 85, 4, 1);
}

.border._03 {
  display: block;
  width: 100%;
  height: 1px;
  margin: 6rem 0;
  background: #e2e2e2;
  align-items: start;
}

/*———————————————————————————————————————
fadeInアクションの一例
translateの()内で縦軸・横軸の
移動量を指示する(.is-showのclass付与)でJQ発動
.inBoxはjQ発動前の位置
————————————————————————————————————————*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.inBox {
  margin: 2.2rem 0;
}

/*———————————————————————————————————————
オープニングアニメーションエリア
————————————————————————————————————————*/


/*——————————————————————
scroll_down 設定の一例
——————————————————————*/
.scroll_down {
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  z-index: 1;
}

.arrow-down,.arrow-up{
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 38px;
}
.arrow-down:after,.arrow-up:before{
  content: '';
  display: block;
  margin: -2.4rem 0;
  /*
  margin: 0;
  padding: 0;
  */
  width: 8px;
  height: 8px;
  border-top: 1px solid #b91a2f;
  border-right: 1px solid #b91a2f;
  behavior: url(-ms-transform.htc);
}

.arrow-down:after{
  transform: rotate(135deg);
}

.arrow-up:before{
  position: absolute;
  top: 4rem;
  transform: rotate(-45deg);
}


.arrow-down::before,.arrow-up::after {
  position: absolute;
  top: 1.4rem;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 5rem;
  background: #b91a2f;
  content: ' ';
}
.arrow-down::before{
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite; 
}

@-webkit-keyframes elasticus {
  0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      transform: scale(1, 0);
  }
  50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
  }
}
@-moz-keyframes elasticus {
  0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
  }
  50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
  }
}
@-o-keyframes elasticus {
  0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
  }
  50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
  }
  100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
      transform-origin: 0% 0%;
      transform: scale(1, 0);
  }
  50% {
      transform-origin: 0% 0%;
      transform: scale(1, 1);
  }
  50.1% {
      transform-origin: 0% 100%;
      transform: scale(1, 1);
  }
  100% {
      transform-origin: 0% 100%;
      transform: scale(1, 0);
  }
}

/*——————————————————————
マウスストーカー
——————————————————————*/

.js-mouse {
  pointer-events: none;
  position: fixed;
  top: -1rem; 
  left: -1rem;
  width: 2rem;
  height: 2rem;
  background-color:rgba(0,0,102,0.5);
  border-radius: 50%;
  transform: translate(0,0) scale(1.1);
  transition: all 0.3s ease-out;
  z-index: 9999;
  opacity: 0;
}

.js-mouse.js-hover {
  top: -4rem; 
  left: -4rem;
  width: 8rem;
  height: 8rem;
  background-color:rgba(255,191,0,0.5);
}


/*——————————————————————
オープニングアニメーション
——————————————————————*/

/*=============== SVGアニメーション内の指定 =================*/
.cls-1{
  fill:none;
  stroke:#000;
  stroke-width:1;
  stroke-miterlimit:0;
  stroke-dasharray: 1150;
  stroke-dashoffset: 1150;
  animation: strokeAnimation 4s linear 0s;
}
@keyframes strokeAnimation {
  0% { stroke-dashoffset: 1150; }
  80% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: 0; }
}

#splash {
	position: fixed;
  top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#eee;
	text-align:center;
	color:#fff;
}


#splash_logo {
	position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
  height: 100vh;
}


#splash_logo svg{
  background-size: 20%;
  width: 27.4rem;
  height: auto;
}



/*——————————————————————
ナビメニュー
——————————————————————*/

.fs-logo{
  position: fixed;
  width: 100%;
  height: auto;
}

.logo{
  position: relative;
  top: 0rem;
  left: 0.4rem;
}

.logo img{
  width: 20rem;
  height: auto;
}

.header_inner{
  position: relative;
  width: 100%;
  padding: 0 2rem;
  z-index: 2;
}

.header_inner.open .global_menu{
  margin-top: 0rem;
  transition: .4s ease-out;
}


.navArea{
  position: relative;
  max-width: 124rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding-top: 1rem;
  align-items: center;
}

.global_menu{
  position: absolute;
  min-width: 63%;
  right: 0rem;
  top: 4rem;
  bottom: 0;
}

.header_nav{ 
  align-items: center;
}

.menu{
  border-left: 1px solid rgba(30,30,30,1);
  padding: 1rem;
  height: 2rem;
}

.menu:last-child{
  border-right: 1px solid rgba(30,30,30,1);
  height: 2rem;
}

.navArea,.header_nav{
  justify-content: space-between;
}

.header_nav li a{
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 1.6em;
  font-weight:500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3E3E3E;
  transition: .4s;
  cursor: pointer;
}

.header_nav li a:hover{
  color: rgba(203, 51, 45, 1);
}

/*—————navタブにopen classがついた時の動作—————*/

.header_inner.open{
  overflow-y: auto;
  height: 100%;
}

.navArea.display_flex{
  align-items: initial;
}

.header_inner.open .global_menu{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  /*top: 20rem;*/
}
/*————————————ここまで————————————*/

/*————————————————————————————
  ハンバーガー トグル形状とアクション
————————————————————————————*/

  .toggle_btn.pc-only{
    position: fixed;
    width: 6rem;
    height: 6rem;/*高さ必ず指定してタップ領域確保*/
    display: block;
    top: 0rem;
    right: 0rem;
    transition: .3s;
    z-index: 9999;
    background-color: transparent;
    border: solid rgba(255, 255, 255, 1);
    border-radius: 3rem;
    cursor: pointer;
    outline: none;
    margin: 2.4rem;
    filter: drop-shadow(0px 0px 5px Black);
    transform: translateY(-100px);
  }

  .btn01{
    width: 100%;
    height: 2.2rem;
    padding: 0 1.2rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .toggle_btn span {
    display: block;
    left: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    transition: .4s;
    cursor: pointer;
    z-index: 9999;
  }

  .toggle_btn.open span {
    background-color: rgba(255, 255, 255, 1);
  }

  .toggle_btn.open span:nth-child(1) {
    -webkit-transform: translateY(1.2rem) rotate(30deg);
    transform: translateY(1.0rem) rotate(30deg);
  }
  .toggle_btn.open span:nth-child(2) {
    opacity: 0;
  }
  .toggle_btn.open span:nth-child(3) {
    -webkit-transform: translateY(-1.2rem) rotate(-30deg);
    transform: translateY(-1.0rem) rotate(-30deg);
  }
  /*————————————ここまで————————————*/


/*———————————————————————————————————
ナビメニュー スクロールダウンでハンバーガー
———————————————————————————————————*/

/*====== 上に消えるアニメ ======*/
.global_menu.UpMove, .toggle_btn.pc-only.UpMove,.mask .UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	  transform: translateY(0);
  }
  to {
    opacity: 0;
	  transform: translateY(-100px);
  }
}

/*====== 下に消えるアニメ ======*/
.global_menu.DownMove, .toggle_btn.pc-only.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*————————————1214追記————————————*/
.header_inner .global_menu.UpMove{
  display: block;
  margin-right: -40rem;
  margin-top: 10rem;
  transition: 0.4s;
}
/*====== 下に消えるアニメ ここまで======*/


.mask {
  position: fixed;
  right: -37.6rem;
  transition: 0.4s;
}

.open .mask{
  margin: 0 auto;
  display: block;
  top: 0;
  right: 0;
  width: 37.6rem;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  border-left: solid rgba(203, 51, 45, 1) 2px;
  z-index: -1;
}

.header_inner.open .global_menu.UpMove{
  position: fixed;
  min-width: 0;
  width: 37.6rem;
  animation: none;
  transform: none;
  margin-right: 0;
}

.header_inner.open .header_nav{
  display: block;
}

/*————————————1214追記— ここまで———————————*/

.header_inner.open .menu{
  border-left: none;
  padding-top: 6rem;
}

.header_inner.open .menu:last-child{
  border-right: none;
}


/*———————button——————*/

.positions {
  position: absolute;
  width: 100%;
  bottom: 0rem;
  justify-content: center;
}

.positions._a{
  position: initial;
}

.positions._f{
  bottom: auto;
}

.itemss {
  position: relative;
  margin: 0 auto;
  width: 32rem;
  height: 6rem;
   background: rgba(255, 255, 255, 1);
  border: solid rgba(203, 51, 45, 1) 1px;
  border-radius: 3rem;
}

.moji_hover p {
  display: block;
  font-size: 1.6rem;
  color: rgba(203,51,45,1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.itemss::after{
  position: absolute;
  left: 0.7rem;
  content: '';
  width: 95%;
  height: 0.1rem;
  background: rgba(203, 51, 45, 1);
  bottom: 0.8rem;
  transform: scale(0,1);
  transform-origin: left top;
  transition: 0.4s;
}

.itemss:hover::after{
  transform: scale(1,1);
}
/*——————————————ここまで—————————————*/

/*——————————————バツマーク————————————*/

.cross_box{
  padding: 0 1rem;
}
.cross {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.2rem;
  background: rgba(203, 51, 45, 1);
  transform: rotate(45deg);
  vertical-align: middle;
}

.cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(203, 51, 45, 1);
  transform: rotate(90deg);
}
/*——————————————ここまで—————————————*/

/*———————————————————————————
画面いっぱいfirst-view 設定の一例
———————————————————————————*/
#first-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}

#first-view_bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  /*center: calc(50% - 25vh);*/
  background-image: url(../img/common/back-ime_01.jpg);
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

#first-view_bg._top{
  /*マスクの指定*/
  mask-image: url("../img/common/smask_map.svg");  
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 60% 60%;
  -webkit-mask-image: url("../img/common/mask_map.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  /*幅 高さ*/
  -webkit-mask-size: 60% 60%;
}

/*——————————————画面のドット処理—————————————*/

#first-view_bg::after{
  content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.2);
	background-image: radial-gradient(#111 20%, transparent 21%), radial-gradient(#111 20%, transparent 21%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

/*——————————————ここまで—————————————*/


.loop{
  position: relative;
  height: 100%;
}

.loop-title{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}

.loop-title-anime{
  animation: loop_animation_right 15s linear infinite;
  width: 100%;
  font-size: 16rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  white-space: nowrap;
  color:rgba(203,51,45,1)
}

@keyframes loop_animation_right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.first-copy{
  position: fixed;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 1rem;
  display: flex;
  justify-content: center;
  bottom: 6%;
  z-index: 0;
}

.first-copy span{
  color: rgba(203, 51, 45, 1);
}


/*——————————————————————
————————————————————————
美術館・博物館とはエリア
————————————————————————
——————————————————————*/

.h2-title {
  width: 14.3rem;
  height: auto;
  z-index: 2;
}

.h2-title._a {
  position: absolute;
  top: 20%;
}

.h2-title._b{
  position: absolute;
  width: auto;
  height: 100%;
}

.h2_words{
  width: 58rem;
  height: auto;
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.1rem;
  color: rgba(255, 255, 255, 1);
  z-index: 1;
}

.movies {
  /*width: 76rem;*/
  height: 48rem;
}

.movie_01 {
  width: 100%;
  height: 100%;
  margin-top: 10rem;
}

.sab-name {
  font-size: 1.5rem;
  font-weight: 600;
}

.h2-sab{
  position: absolute;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
}


.h2-title img {
  width: 100%;
  height: auto;
}

.h2-title .h2-sab img {
  position: absolute;
  width: auto;
  height: 48%;
}


/*——————————————————————
————————————————————————
美術館・博物館の歴史 エリア
————————————————————————
——————————————————————*/


.side-scroll-list-wrapper{
  background: linear-gradient(to right, #2c2c33 0%,#47444e 80%,#6c666e 100%);
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.back-moji{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-moji img{
  width: auto;
  height: 80%;
  /*
  width: 80rem;
  height: auto;
  */
}

/*——————————————————————
横スクロールセクション 
——————————————————————*/

.side-scroll section{
  padding: 0;
}


.side-scroll-list {
  position: absolute;
  top: 0;
  bottom: 0;
  /*height: 90rem;*/
  display: flex;
  gap: 0 60px;
}

.side-scroll-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.side-scroll-item:last-child{
  margin-right: 50rem;
}

.museums{
  width: 53rem;
}

.m_photos img{
  width: 100%;
  height: auto;
}

.m_mojis{
  color: rgba(255, 255, 255, 1);
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 100;
}

.side-scroll-item + .side-scroll-item {
  margin-left: 60px;
  margin-top: 14rem;
}

.side-scroll-item._a{
  align-items: center;
  width: 100vw;
  height: 100%;
  background: none;
}
/*——————————————————————
————————————————————————
東北の展覧会 エリア
————————————————————————
——————————————————————*/

.pickup{
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.event,.museum{
  height: 35.6rem;
  border: solid rgba(0,0,0,1)1px;
  font-size: 1.6rem;
  margin: 1.4rem 0;
}

.event{
  width: 24rem;
}

.museum{
  width: 29.9rem;
}

.event img,.museum img{
  width: 92%;
  height: auto;
  transition: 0.4s;
}

.box_space{
  padding: 1rem;
}

.event_title,.museum_name{
  color: rgba(203, 51, 45, 1);
}

.new-w{
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 1);
  background: rgba(203, 51, 45, 1);
  width: 4.8rem;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
}

.event_titles,.event_diarys{
  color: rgba(0, 134, 205, 1);
  font-size: 1.4rem;
}

.caption{
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.place{
  writing-mode: vertical-lr;
  color: rgba(255, 255, 255, 1);
  padding: 1.8rem 1rem 1rem 1rem;
  background: rgba(203, 51, 45, 1);
  border-radius: 1.8rem 1.8rem 0 0;
  margin-right: 1rem;
}

.place span{
  background: rgba(255, 255, 255, 1);
  padding: 0.5px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.event:hover img{
  opacity: 0.6;
}


/*——————————————————————
————————————————————————
ランキング エリア
————————————————————————
——————————————————————*/

.bju_ime{
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.bju_ime img{
  width: auto;
  height: 60rem;
}

.ranking_top{
  justify-content: space-between;
}

.left_side,.right_side{
  flex-flow: column;
  justify-content: space-between;
}

.left_side{
  align-items: center;
}

.right_side._a{
  align-items: center;
}

.left_side img{
  width: 36.2rem;
  height: auto;
}

.left_side._a img{
  width: 23rem;
}

.left_side a{
  transition: 0.4s;
}

.left_side a:hover{
  opacity: 0.5;
}

.evaluation{
  font-size: 1.6rem;
  color: rgba(203, 51, 45, 1);
  line-height: 3.6rem;
}

.ranking_moji{
  color: rgba(203, 51, 45, 1);
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.ranking_moji._a{
  text-align: center;
}

.ranking_moji p{
  font-size: 1.6rem;
}

.explan{
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 500;
}

.explanation{
  width: 36rem;
  font-size: 1.6rem;
  color: rgba(62,62,62,1);
  letter-spacing: 0.05rem;
  line-height: 2.8rem;
}

.explanation._a{
  width: 32rem;
}

.ranking_under{
  justify-content: space-between;
}

.ranking_under_base{
  position: relative;
  width: 100%;
}


/*——————————————————————————————————
————————————————————————————————————
footerベーシック
————————————————————————————————————
——————————————————————————————————*/

.f_field {
  position: relative;
}

.f_front_top{
  margin: 0 auto;
  width: 62rem;
}

.f_top{
  justify-content: space-between;
}

.f_front_bottom{
  font-size: 1.6rem;
  flex-flow: column;
  align-items: center;
}

.f_nav li{
  padding: 0 1rem;
}

.f_nav li a{
  position: relative;
}

.copyright {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  background: rgba(203,51,45,1);
  text-align: center;
  padding: 1.6rem;
}

.f_nav li a::after{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 0.1rem;
  background: rgba(203, 51, 45, 1);
  bottom: -0.8rem;
  transform: scale(0,1);
  transform-origin: left top;
  transition: 0.4s;
}

.f_nav li a:hover::after{
  transform: scale(1,1);
}


/*——————————————————————————————————
page_topアイコン指示
——————————————————————————————————*/

/*————————なぜかpage_top表示でpcハンバーガーがバグるため非表示————————*/


.page_top {
  width: 8rem;
  position: fixed;
  bottom: 82rem;
  right: 2rem;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 1));
  transform: translateY(100px);
}

.page_top.active {
  animation: UpAni 1s forwards;
}


@keyframes UpAni {
  from {
    bottom: 14rem;
  }
  to {
    bottom: 34rem;
  }
}

.page_top {
  animation: DownAni 0.5s forwards;
}
@keyframes DownAni {
  from {
    bottom: 34rem;
  }
  to {
    bottom: 14rem;
  }
}


/*-----------jQのclass付与指示------------*/
.change {
  color: #fff;
  background: #fff;
}

.page_top.change {
  background: none;
}

.page_top.pc-only.change span::before,
.page_top.pc-only.change span::after {
  background: #fff;
}

/*——————————————————————————————————
————————————————————————————————————
以下 下層ページ
————————————————————————————————————
——————————————————————————————————*/

/*——————————————————————
————————————————————————
下層 東北の美術館・博物館
————————————————————————
——————————————————————*/
#first-view_bg_a._under{
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-size: cover;
  height: 38.6rem;
  /*—————————————————————————————————————————
  以下を入れないと左右に不明な隙間が—できる場合がある
  —————————————————————————————————————————*/
  overflow: hidden;
}

#first-view_bg_a._under._01{
  background-image: url(../img/listing/image-listing.jpg);
}

#first-view_bg_a._under._02{
  background-image: url(../img/event/image-event.jpg);
}

.under_line{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.7rem;
  background: rgba(203,51,45,1);
  z-index: 1;
}

.breadcrumb p{
  margin: 0 auto;
  width: 60%;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 1);
}


/*——————————————————————
東北の美術館・博物館 エリア
——————————————————————*/

.search_area{
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.search{
  font-size: 1.6rem;
  border: solid rgba(175, 168, 165, 1)2px;
  padding: 1.0rem 2.0rem 0.8rem 2rem;
}


/*
.search::after{
  content: "";
  position: absolute;
  margin-top: 1rem;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #adadad;
  border-left: 0.2rem solid #adadad;
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
  margin-left: 4.8rem;
}
*/

select {
  outline: none;
}

.sbtn2{
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  background: rgba(203, 51, 45, 1);
  text-align: center;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 1);
  margin-left: 1.6rem;
  transition: 0.4s;
}

/*—————————ソーター　　--静的環境用————————*/
.display_flex-s.sorter{
  position: relative;
}

.display_flex.group-item{
  justify-content: space-between;
  flex-wrap: wrap;
}

/**/
.display_flex.group-item::after{
  display: block;
  content: '';
  width: calc((100% - 11rem) / 3);
}

.under-line{
  position: absolute;
  bottom: 0;
  height: 1.4px;
  background-color:#3E3E3E;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}


.sorter li{
  width: 8rem;
  text-align: center;
  padding-bottom: 1rem;
}

.sorter li a{
  font-size: 1.6rem;
}

.calc._02{
  width: calc((100% - 11rem) / 3);
}

.pict_box span{
  position: fixed;
  padding: 0.5rem 1rem;
  background: #fff;
  border: solid 1px #3E3E3E;
}



/*------ページネーションデザイン------*/

.pagination{
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}


.pagination li{
  margin: 5px;
  border: 1px solid #3E3E3E;
}

.pagination a{
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #3E3E3E;
  padding: 1rem;
}

.pagination a:hover{
  background-color: #3E3E3E;
  color: aliceblue;
}

.active{
  background-color: #A2E3DC;
}

/*------ソーターここまで(wp時カット)------*/

/*——————————————————————
最新イベント情報 エリア
——————————————————————*/

.calendars{
  width: 100%;
  justify-content: center;
}

.monthly{
  width: 100%;
  height: auto;
  margin-left: 1.6rem;
}

.monthly img{
  width: 30rem;
  height: 37rem;
}

/*——————————————————————
最新イベント情報 詳細 エリア
——————————————————————*/

.swiper{
  position: relative;
  /*width: 100%;*/
  height: 62rem;
}


.aquamarine-back{
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.aquamarine-back img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.swiper-slide{
  display: flex;
  justify-content: center;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .aquamarine-back,
.swiper-slide-duplicate-active .aquamarine-back,
.swiper-slide-prev .aquamarine-back{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.aquamarine-back img{
  display: block;
}

.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 54px;
  height: 5px;
  background: skyblue;
  opacity: 0.19;
}
.swiper-pagination-bullet-active {
  background: skyblue;
  opacity: 1;
}

.overview-w{
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.05rem;
}

/*------table設定------*/

table{
  width: 100%;
}

._com td{
  font-size: 1.6rem;
  padding: 2.6rem 1.6rem;
  line-height: 2.6rem;
}


.td_pro01{
  font-weight: 600;
  color: rgba(203,51,45,1);
  width: 20rem;
  text-align: center;
}

.td_pro01:first-child{
  border-right:dotted rgba(203, 51, 45, 1)1px;
}

.detail{
  border-top: solid rgba(203, 51, 45, 1)1px;
}

.detail:last-child{
  border-bottom: solid rgba(203, 51, 45, 1)1px;
}


/*——————————————————————
————————————————————————
下層 イベント情報
————————————————————————
——————————————————————*/

.events{
  width: 76.8rem;
  border-top: solid rgba(203, 51, 45, 1)2px;
}

.events:last-child{
  border-bottom: solid rgba(203, 51, 45, 1)2px;
}

.event_space{
  margin: 0 auto;
  width: 72rem;
  justify-content: space-between;
  padding: 2rem 0;
}

.left_event{
  width: 16.6rem;
  height: auto;
}

.left_event img{
  width: 100%;
}

.right_event{
  width: 49.6rem;
  font-size: 1.6rem;
}

.event_ti a{
  color: rgba(203, 51, 45, 1);
  font-weight: 600;
  line-height: 1.4;
  border-bottom: solid rgba(203, 51, 45, 1)1px;
}


.details{
  padding: 0.4rem 0;
  font-weight: 600;
}

.detail_plus{
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 0.3rem 0;
  background: rgba(203, 51, 45, 1);
  border-radius: 1.3rem;
  width: 9rem;
  height: 2.6rem;
}

.details p{
  width: 39.4rem;
  margin-left: 1rem;
}

.positions._red{
  position: initial;
  background: rgba(203, 51, 45, 1);
  padding: 3rem;
  /*————————————内罫の書き方———————————*/
  outline: solid rgba(255, 255, 255, 1)1px;
  outline-offset: -0.6rem; 
}

.positions._red span{
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

/*——————————————————————
周辺観光・宿泊施設 エリア
——————————————————————*/

.Highlights{
  justify-content: space-between;
}

.Highlight_pho{
  width: 16rem;
  height: auto;
}

.Highlight_pho p{
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: rgba(203, 51, 45, 1);
  margin-top: 1rem;
}

.Highlight_pho img{
  width: 100%;
}



/*——————————————————————
display: none
——————————————————————*/

/*.toggle_btn,*/
.no-section,
.abc_icon._02,
.form3,
.leads._02,
.sp-only,
.sp-only_01,
.sp-only_02,
.icon-e {
  display: none;
}

