@charset "UTF-8";
/*====================

RESET/BASE

====================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
body {
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  width: 100% !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
ul, li {
  list-style: none;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}
br {
  letter-spacing: 0;
}
/*------------------clearfix----------------- */
.-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.-clearfix {
  min-height: 1px;
}
* html .-clearfix {
  height: 1px;
  /*\*/ /*/
 height: auto;
 overflow: hidden;
  /**/
}
/*------------------other------------------ */
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover {
  opacity: 0.8;
}
img {
  width: 100%;
}
/*------------------BaseFont------------------ */
#container {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}
.-serif {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
@media screen and (max-width: 767px) {
  #container {
    font-size: 14px;
    overflow-x: hidden;
  }
}
/*====================

VIEW

====================*/
.sp_view {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: inline-block;
  }
  .header_sp.sp_view {
    display: block;
  }
}
/*====================

HEADER

====================*/
.nbo_header {
  max-width: 1000px;
  margin: 0 auto;
}
.nbo_header img {
  width: 100%;
}
.header {
  background: url(head_bg.jpg) no-repeat center bottom;
}
/*====================

ANIMATION

====================*/
.load-fade {
  opacity: 0;
  transition: all 4s;
}
.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.load-up.type2 {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s 0.5s;
}
.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.scroll-fade {
  opacity: 0;
  transition: all 3s;
}
.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}
.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.scroll-slide_l {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s;
}
.scroll-slide_r {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s;
}
.scroll-slide_l.done, .scroll-slide_r.done {
  opacity: 1;
  transform: translate(0, 0);
}
/*====================

BG COLOR

====================*/
.content-wrap--bg::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
.content-wrap--bg.show::before {
  opacity: 1;
}
.content-wrap--bg002::before {
  background: #fceadb;
}
.content-wrap--bg003::before {
  background: #fee8ef;
}
.content-wrap--bg004::before {
  background: #f0e5f5;
}
.content-wrap--bg001::before {
  background: #fff;
}
/*====================

MV

====================*/
header {
  overflow: hidden;
}
.mv {
  position: relative;
  overflow: hidden;
}
.mv__h1 {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
header h1.movetext {
  opacity: 0;
  font-size: 40px;
  line-height: 1.6;
  font-weight: 900;
}
header h1.movetext span {
  opacity: 0;
}
.mv__shoulder {
  background: #881d52;
  border-radius: 50px;
  padding: 0.2em 1.5em;
  color: #fff;
  display: inline-block;
  margin: 0 0 0.5em;
}
header img {
  animation: animationZoom1 10s ease-in-out forwards;
  padding-left: 20%;
  box-sizing: border-box;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1)
  }
}
@media screen and (max-width: 1200px) {
  header h1.movetext {
    font-size: 3.5vw;
  }
  .mv__shoulder {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  header .mv {
    position: inherit;
  }
  header img {
    padding: 0;
  }
  .mv__h1 {
    position: inherit;
    transform: none;
    padding: 8% 5% 5%;
    background: #000;
    color: #fff;
  }
  header h1.movetext {
    font-size: 5.5vw;
  }
  .mv__shoulder {
    font-size: 2.5vw;
  }
}
/*====================

LEAD

====================*/
.lead {
  max-width: 720px;
  margin: 5% auto 5%;
  font-size: 18px;
  line-height: 2.2;
  padding: 0 8%;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 15px;
  }
}
/*====================

COLUMN

====================*/
.column__wrap {
  display: flex;
  margin: auto;
  max-width: 1200px;
  justify-content: space-between;
  padding: 0 8%;
  font-size: 15px;
  line-height: 2;
}
.column__wrap.-type2 {
  flex-direction: row-reverse;
}
.column__h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.6;
  padding: 80px 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;

}

.column__h2.-block1 {
    
}

.column__h2.-block2 {
 height: 20em; 
}

.column__h2.-block3 {
 height: 17em; 
}

.column__h2.-block4 {
 height: 14em; 
}

.column__box {
  padding: 80px 0 5% 10%;
}
.-type2 .column__box {
  padding: 80px 10% 5% 0;
}
.column__p {
  padding: 0 0 2em;
  word-break: break-all;
}
.column__p.-quest {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 900;
}
.column__p.-name1::before {
  font-weight: bold;
  content: "森：";
  color: #881d52;
}
.column__p.-name2::before {
  font-weight: bold;
  content: "久志：";
  color: #881d52;
}
.column__p.-name3::before {
  font-weight: bold;
  content: "関根：";
  color: #881d52;
}
.column__p.-name4::before {
  font-weight: bold;
  content: "後藤：";
  color: #881d52;
}
.column__prof {
  margin: 2em 0 5em;
  line-height: 1.6;
  position: relative;
}
.column__prof--dl {
  background-color: rgba(136, 29, 82, 0.8);
  /*background: #021c3a;*/
  color: #fff;
  padding: 2em;
  font-size: 12px;
  position: absolute;
  right: -3em;
  bottom: -2em;
  text-align: right;
  font-weight: 500;
}
.column__prof--dd {
  font-size: 24px;
  padding: 0.5em 0 0;
}
.column__figure {
  margin: 2em auto;
}
.column__figure--cap {
  font-size: 12px;
  border: 1px solid #000;
  padding: 2em;
  margin: 2em 0 0;
}
.cap {
  font-size: 11px;
}
sup {
  font-size: 10px;
  vertical-align: top;
}
@media screen and (max-width: 1100px) {
  .column__wrap {
    display: block;
  }
  .column__h2 {
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 3vw;
    padding: 0 0 0;
    position: inherit;
    text-align: center;
  }
    
.column__h2.-block2 {
 height: auto; 
}

.column__h2.-block3 {
 height: auto; 
}

.column__h2.-block4 {
 height: auto; 
}
  .column__box {
    padding: 10% 0;
  }
  .-type2 .column__box {
    padding: 10% 0;
  }
  .column__p.-quest {
    font-size: 16px;
  }
  .column__prof {
    width: 90%;
    margin: 2em auto 5em;
  }
  .column__prof--dl {
    font-size: 10px;
    right: -2em;
    bottom: -4em;
    padding: 1em;
  }
  .column__prof--dd {
    font-size: 16px;
    padding: 0.5em 0 0;
  }
}

@media screen and (max-width: 765px) {

  .column__h2 {
      font-size: 4.5vw;
    }
}
/*====================

INFO

====================*/
.info {
  text-align: center;
  margin: 10% 0;
}
.info__banner {
  max-width: 720px;
  margin: auto;
  padding: 0 5% 5%;
}
.info__store--title {
  font-size: 18px;
  font-weight: 600;
}
.info__store {
  max-width: 720px;
  margin: auto;
  font-size: 18px;
  font-weight: 500;
  padding: 1% 5% 5%;
}
.info__store {
  display: flex;
  justify-content: space-between;
}
.info__store--item {
  width: 30%;
  background: #000;
  color: #fff;
  padding: 0.5em;
  margin: 1em 0.2em 0;
  justify-content: middle;
}
.info__store a {
  color: #fff;
  text-decoration: none;
}
.info__logo {
  max-width: 500px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 5% 8%;
}
.info__logo li {}
@media screen and (max-width: 767px) {
  .info__banner {
    max-width: inherit;
    width: calc((300/375)*100%);
    margin: auto;
  }
  .info__store {
    width: calc((300/375)*100%);
    margin: auto;
    display: block;
  }
  .info__store--item {
    width: auto;
  }
  .info__store {
    font-size: 14px;
  }
}
/*====================

PAGETOP

====================*/
.pagetop {
  position: fixed;
  right: 3%;
  bottom: 3%;
}
.pagetop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
  background: #881d52;
  border-radius: 50%;
  opacity: 0.8;
}
.pagetop a::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pagetop a {}
}