@charset "UTF-8";


/* ==========================================================================
   common
   ======================================================================= */
.hero-wrapper {
  overflow: hidden;
}
.hero-slide {
  opacity: 0;
}
.hero-slide li div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slide li div.zoom {
          transform: scale(1.08);
  -webkit-transform: scale(1.08);
          transition:         transform 10000ms linear;
  -webkit-transition: -webkit-transform 10000ms linear;
}
.hero-slide li.hide {
  opacity: 0;
          transition: opacity 2000ms ease-in;
  -webkit-transition: opacity 2000ms ease-in;
}
.hero-slide li div.no-zoom {
}
.hero-slide li.hide {
  opacity: 0;
}
.hero-slide li {
}
.hero-slide li.slide-item--1 div {
  background-image: url(../img/top/img01.jpg);
}
.hero-slide li.slide-item--2 div {
  background-image: url(../img/top/img02.jpg);
}
.hero-slide li.slide-item--3 div {
  background-image: url(../img/top/img03.jpg);
}
.hero-slide li.slide-item--4 div {
  background-image: url(../img/top/img04.jpg);
}
.hero-slide li.slide-item--5 div {
  background-image: url(../img/top/img05.jpg);
}
.hero-slide li.slide-item--6 div {
  background-image: url(../img/top/img06.jpg);
}

/* ==========================================================================
   pc
   ======================================================================= */

@media all and (min-width: 768px){

/* -------------------- hero -------------------- */
.hero-wrapper {
  position: relative;
  width: 100%;
  padding-top: 35.403%;
}
.hero__logo {
  position: absolute;
  width: 45.242%;
  top: 28.2%;
  left: 28%;
  z-index: 3;
  background-image: url(../img/top/hero_logo_pc.png);
}
.hero__logo::after {
  padding-top: 38.177%;
}


/* -------------------- contents -------------------- */
.contents {

}
.contents-row {
  padding: 0.561% 0.361% 0 0.361%;
}
.contents-row--2 {
}
.contents-list {
  padding-bottom: 0.561%;
}
.contents__item {
}
.contents__box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.contents-row--2 .contents__item {
  float: left;
  width: 48.513%; /* 653/1346 */
  padding: 0 0.742%; /* 10/1346 */
}
.contents-row--3 .contents__item {
  float: left;
  width: 32.837%; /* 442/1346 */
  padding: 0 0.248%; /* 5/1346 */
}
.contents-row--4 .contents__item {
  float: left;
  width: 24.50%;
  padding: 0 0.248%; /* 5/1346 */
}
.contents__img {
  line-height: 0;
  overflow: hidden;
}
.contents__img img {
  width: 100%;
  height: auto;
  -ms-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.no-touchevents a.contents__box:hover .contents__img img {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.contents__txtbox {
  background-color: rgb(255, 255, 255);
  opacity: 0.8;
  position: absolute;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  padding: 3.062%;
}
.contents__txt {
  margin-top: 5px;
  font-size: 180%;
  font-weight: bold;
  color: #000000;
}
.contents__date {
  font-size: 150%;
  font-weight: normal;
  color: #a5a5a5;
  line-height: 1;
}
.contents__detail {
}
.contents__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 69px;
  background-image: url(../img/top/new_icon_pc.png);
}
.contents__coming-soon {
  font-size: 260%;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -90px;
}
.contents__coming-soon-bg {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
}

.all_about__txtbox {
  width: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 4.062%;
}
.all_about__txtbox .contents__ttl {
  font-size: 180%;
  font-weight: bold;
  color: #000000;
}
.all_about__txtbox .contents__txt {
  margin-top: 5px;
  font-size: 160%;
  font-weight: normal;
  color: #000000;
}

.contents__allabout::after{
  content: "TOHOKU Blog";
  color: #ffffff;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 1.5px;
  background-color: #fc5d5c;
  padding: 1.67%;
  position: absolute;
  top: 0;
  right: 0;
}
.contents__movie::after{
  content: "MOVIE";
  color: #ffffff;
  font-size: 160%;
  font-weight: bold;
  letter-spacing: 1.8px;
  background-color: #43c3ff;
  padding: 1.67%;
  position: absolute;
  top: 0;
  right: 0;
}

}


/* ==========================================================================
   responsive ajustment
   ======================================================================= */
@media all and (min-width: 768px) and (max-width: 1024px){
.all_about__txtbox .contents__ttl {
  font-size: 140%;
}
.all_about__txtbox .contents__txt {
  font-size: 120%;
}

}


/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

/* -------------------- hero -------------------- */
.hero-wrapper {
  position: relative;
  width: 100%;
  padding-top: 61.654%;
  margin-top: 55px;
}
.hero__logo {
  position: absolute;
  width: 62.875%;
  top: 32%;
  left: 19%;
  z-index: 3;
  background-image: url(../img/top/hero_logo_pc.png);
}
.hero__logo::after {
  padding-top: 86.666%;
}


/* -------------------- contents -------------------- */
.contents {
  padding: 0 2.125% 2.125% 2.125%;
}
.contents-row {
}
.contents-row--2 {
}
.contents-list {
}
.contents__item {

}
.contents__box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 2.598px 1.5px 5.82px 0.18px rgba(0, 0, 0, 0.1);

}
.contents-row--2 .contents__item {
  padding-top: 2.333%;
}
.contents-row--3 .contents__item {
  padding-top: 2.333%;
}
.contents-row--4 .contents__item {
  padding-top: 2.333%;
}
.contents__img {
  line-height: 0;
}
.contents__img img {
  width: 100%;
  height: auto;
}
.contents__txtbox {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  padding: 3.062%;
}
.contents__txt {
  margin-top: 5px;
  font-size: 150%;
  color: #000000;
  font-weight: bold;
}
.contents__date {
  font-size: 110%;
  font-weight: normal;
  color: #a5a5a5;
  line-height: 1;
}
.contents__detail {
}
.contents__arrow {
  position: absolute;
  bottom: 7px;
  right: 10px;
  width: 20px;
  height: 14px;
  background-image: url(../img/common/cmn_ic_arrow_white_sp.png);
}
.contents__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
  background-image: url(../img/top/new_icon_sp.png);
}
.contents__coming-soon {
  font-size: 170%;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -54px;
}
.contents__coming-soon-bg {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.8);
  z-index: 1;
}

.all_about__txtbox{
  background-color: rgba(255, 255, 255, 1.0);
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 4.062%;
}
.all_about__txtbox .contents__ttl{
  font-size: 150%;
  color: #000000;
  font-weight: bold;
}
.all_about__txtbox .contents__txt{
  font-size: 130%;
  line-height: 1.8;
  color: #000000;
  font-weight: normal;
}
.contents__allabout::after{
  content: "TOHOKU Blog";
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1.5px;
  background-color: #fc5d5c;
  padding: 1.67%;
  position: absolute;
  top: 0;
  right: 0;
}
.contents__movie::after{
  content: "MOVIE";
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 1.8px;
  background-color: #43c3ff;
  padding: 1.67%;
  position: absolute;
  top: 0;
  right: 0;
}

}
