@charset "UTF-8";
@import url(reset.css);
@import url(library.css);
@import url(lightbox.min.css);
@import url(font.css);


@media only screen and (min-width: 769px) {
  .trans {
    cursor: pointer;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    overflow: hidden;
  }
  .trans:hover {
    opacity: 0.5;
  }
}

html, body {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-feature-settings: "palt";
  color: #333;
  font-size: 15px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
a,
a:visited {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover{
  opacity: 0.6;
}
.font-lifull {
  font-family: 'LIFULL', 'Montserrat','Lato', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo, Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
}


/*
  sections
*/

.wrapper{
  position: relative;
}
.section{
  max-width: 100%;
  padding: 60px 40px;
}
.section__title{
  text-align: center;
  margin-bottom: 24px;
}
.section__title--main{
  font-size: 26px;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.1em;
}
.section__title--sub{
  font-size: 14px;
}
.section__leadtext{
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}
.section__border{
  border: none;
  height: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(246,246,246) 45%, rgb(241,241,241) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(246,246,246) 45%, rgb(241,241,241) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(244,244,244) 0%, rgb(246,246,246) 45%, rgb(241,241,241) 100%);
  margin: 0.5em 0;
}
.for-sp{
  display: none;
}
@media only screen and (max-width: 768px) {
  .section{
    max-width: 420px;
    margin: auto;
    padding: 40px 16px;
  }
  .section__title--main{
    font-size: 24px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.1em;
  }
  .section__leadtext{
    text-align: left;
    font-size: 14px;
  }
  .section__leadtext br{
    display: none;
  }
  .for-pc{
    display: none;
  }
  .for-sp{
    display: block;
  }
}


/*
  top-message
*/
.top-message{
  width: 100%;
  padding: 2em 2em 0;
  font-size: 14px;
}
.top-message__inner{
  padding: 2em;
  border-radius: 4px;
  border: solid 1px rgba(237, 108, 0, 0.5);
  color: #ed6c00;
}
.top-message__inner a{
  text-decoration: underline;
  color: #ed6c00;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.top-message__inner-text{
}
.top-message ul{
  font-weight: bold !important;
}
@media only screen and (max-width: 768px) {
  .top-message{
    padding: 1em 1em 0;
    font-size: 12px;
  }
  .top-message__inner{
    padding: 1em;
  }
  .top-message__inner-text{
    padding-right: 28px;
  }
}

/*
  header
*/

.site-header{
  width: 100%;
  min-height: 280px;
  padding: 40px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.site-header-page{
  width: 100%;
  min-height: auto;
  padding: 40px;
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 80px;
}
.site-header__logo{
  width: 180px;
  height: 40px;
}
.global-navi{
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
}
.global-navi__btn-toggle{
  display: none;
}
.global-navi__list{
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 40px;
}
.global-navi__item{
  display: block;
  padding-left: 24px;
  color: #333;
}
.global-navi__item:hover{
  color: #ed6103;
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .site-header,
  .site-header-page{
    padding: 24px 16px;
  }
  .site-header{
    min-height: 200px;
  }
  .site-header-page{
    margin-bottom: 50px;
  }
  .site-header__logo{
    width: 160px;
    height: 36px;
  }
  .global-navi{
    position: fixed;
    right: -200px;
    transition: all 300ms cubic-bezier(.25,0,.18,1) 0s;
  }
  .global-navi.menu-on{
    right: 0;
  }
  .global-navi__btn-toggle{
    background: #ed6103 url(../img/icon_menu-off.svg) no-repeat center;
    background-size: 40%;
    content: '';
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    left: -248px;
    cursor: pointer;
    border-radius: 0 0 0 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .global-navi.menu-on .global-navi__btn-toggle{
    background: #ed6103 url(../img/icon_menu-on.svg) no-repeat center;
    background-size: 36%;
  }
  .global-navi__list{
    display: block;
    width: 200px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.9);
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    border-radius: 0 0 0 4px;
  }
  .global-navi__item{
    padding: 10px 10px 10px 20px;
    font-size: 16px;
    color: #fff !important;
  }
}


/*
  main-visual
*/

.main-visual{
  background: url(../img/main-visual__bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 740px;
  position: relative;
  z-index: 1;
}
.main-visual__message{
  max-width: 1200px;
  margin: auto;
}
.main-visual__message-contents{
  background: #fff;
  max-width: 460px;
  padding: 40px 40px 0;
  border-radius: 4px 4px 0 0;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.main-visual__message-title{
  font-size: 26px;
  margin-bottom: 0.5em;
  letter-spacing: 0.06em;
}
.main-visual__message-text{
  font-size: 13px;
  margin-bottom: 1em;
  color: #777;
}
.main-visual__info{
  width: 100%;
  background: rgba(17, 17, 17, 0.9);
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.main-visual__info-contents{
  max-width: 1200px;
  margin: auto;
  padding: 30px 30px 30px 460px;
  display: flex;
  justify-content: center;
}
.main-visual__info-item{
  display: flex;
  padding: 0 30px;
}
.main-visual__info-item:first-child{
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.main-visual__info-title{
  font-weight: 600;
  margin-right: 20px;
}
.main-visual__info-text{
  font-size: 13px;
  opacity: 0.7;
}
.main-visual-sp{
  display: none;
}
@media only screen and (max-width: 768px) {
  .main-visual{
    display: none;
  }
  .main-visual-sp{
    display: block;
  }
  .main-visual-sp__image{
    background: url(../img/main-visual__bg--sp.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vw;
    max-height: 480px;
  }
  .main-visual-sp__message{
    width: 100%;
    padding: 22px;
  }
  .main-visual-sp__message-title{
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .main-visual-sp__message-text{
    color: #777;
  }
  .main-visual-sp__info-contents{
    background: #282828;
    color: #fff;
  }
  .main-visual-sp__info-item{
    padding: 22px;
  }
  .main-visual-sp__info-item:first-child{
    padding-bottom: 0;
  }
  .main-visual-sp__info-title{
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 1em;
  }
  .main-visual-sp__info-text{
    font-size: 12px;
  }
}


/*
  workspace
*/

.workspace__img-wrap{
  max-width: 1200px;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}

/*
  service
*/

.service__icon-wrap{
  max-width: 960px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service__icon{
  width: 13.333%;
}
.service__icon-img{
  background: #fff3f0;
  border-radius: 50%;
  margin-bottom: 8px;
}
.service__icon-text{
  text-align: center;
  color: #ed6103;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.service__icon-text--note{
  font-weight: 400;
}
.service__textbox{
  max-width: 960px;
  margin: auto;
  border: 1px solid #eee;
  padding: 1.5em;
  font-size: 12px;
  color: #777;
}
@media only screen and (max-width: 768px) {
  .service__icon-wrap{
    margin-bottom: 0;
  }
  .service__icon{
    width: 30%;
    margin-bottom: 20px;
  }
  .service__icon-text{
    font-size: 13px;
  }
}


/*
  plan
*/

.plan__list-wrap{
  max-width: 1200px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}
.plan__list{
  width: 50%;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.plan__list:nth-child(odd){
  border-right: 1px solid #eee;
  padding-right: 30px;
}
.plan__list:nth-child(even){
  padding-left: 30px;
}
.plan__list:nth-child(-n+2){
  padding-top: 0;
}
.plan__list:nth-last-child(1),
.plan__list:nth-last-child(2){
  border-bottom: none;
}
.plan__list-info{
  width: 50%;
  padding-right: 24px;
}
.plan__list-title--main{
  display: block;
  font-size: 20px;
}
.plan__list-title--sub{
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.plan__list-price--main{
  font-size: 20px;
  color: #ed6103;
  margin-bottom: 10px;
  display: inline-block;
}
.plan__list-price--sub{
  font-size: 14px;
  color: #ed6103;
  font-weight: 600;
}
.plan__list-text{
  font-size: 13px;
  color: #777;
}
.plan__list-img{
  width: 50%;
  border-radius: 4px;
  overflow: hidden;
}
.plan__table-wrap{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.plan__table-dropin{
  width: calc(40% - 15px);
}
.plan__table-menber--pc{
  width: calc(60% - 15px);
}
.plan__table-menber--sp{
  display: none;
}
.plan__table-th{
  padding: 0.5em;
  border: 1px solid #777;
  background: #777;
  color: #fff;
}
.plan__table-td{
  padding: 0.5em;
  border: 1px solid #ddd;
  text-align: center;
}
.plan__table-td--title{
  padding: 0.5em;
  border: 1px solid #ddd;
  text-align: center;
  background: #eee;
}
.plan__table-td--title-50{
  width: 50%;
  padding: 0.5em;
  border: 1px solid #ddd;
  text-align: center;
  background: #eee;
}
.plan__table-td--subtitle{
  padding: 0.5em;
  border: 1px solid #e0e0e0;
  text-align: center;
  background: #e0e0e0;
}
.plan__text-box{
  max-width: 1200px;
  margin: -40px auto 0;
  font-size: 12px;
  color: #777;
}

@media only screen and (max-width: 768px) {
  #plan .section__leadtext{
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-bottom: 20px;
  }
  .plan__list-wrap{
    display: block;
  }
  .plan__list{
    width: 100% !important;
    padding: 0 0 20px !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 20px !important;
    display: block;
  }
  .plan__list-info{
    width: 100%;
    padding: 0;
  }
  .plan__list-img{
    width: 100%;
    max-width: 280px;
    margin: auto;
    padding: 0;
  }
  .plan__list-text{
    margin-bottom: 1em;
  }
  .plan__table-wrap{
    display: block;
  }
  .plan__table-dropin{
    width: 100%;
    margin-bottom: 20px;
  }
  .plan__table-menber--pc{
    display: none;
  }
  .plan__table-menber--sp{
    display: table;
    width: 100%;
  }
  .plan__text-box{
    max-width: 1200px;
    margin: 20px auto 0;
    border: 1px solid #eee;
    padding: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
    .plan__table-dropin {
        width: calc(30% - 15px);
    }
    .plan__table-menber--pc {
        width: calc(70% - 15px);
    }
}


.price__subtitle{
  background-color: #777;
  color: #fff;
  margin: auto;
  font-weight: 600;
  max-width: 380px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 1.5em;
}
.price__note{
  max-width: 960px;
  margin: -0.5em auto 1em;
  font-size: 13px;
  color: #e64a19;
  text-align: right;
}
.price__table{
  border: 1px solid #ddd;
  width: 100%;
  max-width: 960px;
  margin: auto;
  margin-bottom: 2em;
}
.price__table--pc .price__td-title--v-pc{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  padding: 0.8em 0.3em;
  letter-spacing: 0.1em;
}
.price__table--pc td:nth-child(2),
.price__table--pc tr:not(:first-child) td:first-child:not(.price__td-title--v-pc){
  white-space: nowrap;
}
.price__table--pc tr:first-child td:nth-child(n+4),
.price__table--pc tr:nth-child(2) td:nth-child(n+4){
  white-space: nowrap;
}
.price__table td{
  border: 1px solid #ddd;
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
}
.price__td-title{
  background-color: #eee;
}
.price__info{
  max-width: 860px;
  margin: auto;
  font-size: 12px;
  color: #777;
}


/*
  space
*/

.space__content-wrap{
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}
.space__event{
  width: 50%;
  border-right: 1px solid #eee;
  padding-right: 30px;
}
.space__studio{
  width: 50%;
  padding-left: 30px;
}
.space__img{
  border-radius: 4px;
  display: block;
  margin-bottom: 20px;
}
.space__text{
  margin-bottom: 20px;
  min-height: 4.5em;
}
.space__button-wrap{
  display: flex;
  max-width: 400px;
  margin: auto;
  justify-content: center;
}
.space__button{
  display: block;
  background: #ed6103;
  color: #fff !important;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(237, 97, 3, 0.4);
  position: relative;
  font-weight: 600;
}
.space__button::before{
  content: '';
  background: url(../img/icon_arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .space__content-wrap{
    display: block;
  }
  .space__event{
    width: 100%;
    padding: 0;
    border: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }
  .space__studio{
    width: 100%;
    padding: 0;
    border: none;
  }
  .space__button{
    max-width: calc(50% - 8px);
  }
}

/*
  engawa
*/

.engawa__title{
  text-align: center;
  margin-bottom: 30px;
}
.engawa__title--sub{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.3em;
  display: block;
}
.engawa__title--main{
  font-size: 26px;
  display: block;
  letter-spacing: 0.1em;
}
.engawa__lead-text{
  text-align: center;
  margin-bottom: 40px;
}
.engawa__content-wrap{
  display: flex;
  max-width: 1020px;
  margin: auto;
  justify-content: space-between;
}
.engawa__content{
  width: calc(50% - 30px);
}
.engawa__content-title{
  font-size: 20px;
  text-align: center;
  color: #ed6103;
  margin-bottom: 20px;
}
.engawa__img{
  border-radius: 4px;
  display: block;
  margin-bottom: 20px;
}
.engawa__text{
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}
.engawa__button{
  display: block;
  background: #ed6103;
  color: #fff !important;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(237, 97, 3, 0.4);
  position: relative;
  font-weight: 600;
  margin: auto;
}
.engawa__button::before{
  content: '';
  background: url(../img/icon_arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .engawa__title--sub{
    font-size: 16px;
    margin-bottom: 0.4em;
  }
  .engawa__title--main{
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .engawa__lead-text{
    text-align: left;
  }
  .engawa__lead-text br{
    display: none;
  }
  .engawa__content-wrap{
    display: block;
  }
  .engawa__content{
    width: 100%;
  }
  .engawa__content:first-child{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
}

/*
  map
*/

.map__content-wrap{
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}
.map__info{
  width: 50%;
  background: #333;
  color: #fff;
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.map__info-item{
  display: flex;
}
.map__info-item:first-child{
  margin-bottom: 30px;
}
.map__info-title{
  min-width: 7em;
}
.map__info-text{
  font-size: 13px;
}
.map__info-text-spacer{
  font-size: 0.5em;
}
.map__google-map{
  max-width: 50%;
  width: 100%;
  height: 360px;
}
@media only screen and (max-width: 768px) {
  .map__content-wrap{
    flex-wrap: wrap;
  }
  .map__info{
    width: 100%;
    order: 2;
    padding: 16px;
  }
  .map__info-item{
    display: block;
  }
  .map__info-item:first-child {
    margin-bottom: 16px;
  }
  .map__info-title{
    font-size: 13px;
    margin-bottom: 1em;
  }
  .map__info-text{
    font-size: 12px;
  }
  .map__google-map{
    width: 100%;
    max-width: 100%;
    max-height: 70vw;
    order: 1;
  }

}

/*
  blog
*/

.blog__entry-list{
  max-width: 960px;
  margin: auto;
  overflow: hidden;
}
.blog__entry-item{
  max-width: 230px;
  min-height: 260px;
  float: left;
  margin-right: 10px;
}
.blog__entry-img{
  background-size: cover;
  background-position: center;
  width: 230px;
  height: 128px;
  border-radius: 4px;
  display: block;
  margin-bottom: 15px;
}
.blog__entry-info{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 1em;
}
.blog__entry-category{
  color: #ed6101;
  line-height: 1;
}
.blog__entry-time{
  color: #aaa;
  line-height: 1;
}
.blog__entry-title{
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  color: #333;
}
.blog__read-more{
  display: block;
  background: #ed6103;
  color: #fff !important;
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(237, 97, 3, 0.4);
  position: relative;
  font-weight: 600;
  margin: auto;
}
.blog__read-more::before{
  content: '';
  background: url(../img/icon_arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
}
.blog__border{
  max-width: 960px;
  margin: 0 auto 60px;
  border: none;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 768px) {
  .blog__entry-list{
    max-width: 420px;
    padding: 0 16px;
  }
  .blog__entry-item{
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .blog__entry-img{
    width: 100%;
    height: 50vw;
    max-height: 160px;
  }
  .blog__entry-title{
    font-size: 15px;
  }
}


/*
  site-footer
*/
.site-footer{
  background: #333;
  color: #fff;
  padding: 40px 40px 100px;
}
.site-footer__content{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer__title{
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 14px;
}
.site-footer__text{
  font-size: 12px;
}
.site-footer__sns{
  display: flex;
}
.site-footer__sns-icon--fb{
  background: url(../img/icon_facebook.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  margin-left: 20px;
}
.site-footer__sns-icon--tw{
  background: url(../img/icon_twitter.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  margin-left: 20px;
}
.site-footer__sns-icon--in{
  background: url(../img/icon_instagram.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .site-footer{
    padding: 30px 16px 100px;
  }
  .site-footer__content{
    display: block;
  }
  .site-footer__sns{
    margin-top: 20px;
    justify-content: space-between;
  }
  .site-footer__sns-icon--fb,
  .site-footer__sns-icon--in{
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: calc(50vw - 26px);
    height: 64px;
    background-size: 26px;
    border-radius: 2px;
  }
}


/*
  fixed-banner
*/

.fixed-banner{
  background: #fff;
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eee;
  /* animation */
  opacity: 0;
  visibility: hidden;
  transition: all 100ms linear;
}
.fixed-banner__fadein{
  opacity: 1 !important;
  visibility: visible;
}
.fixed-banner__content{
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-banner__text{
  color: #777;
  font-size: 14px;
  padding-right: 1em;
}
.fixed-banner__button{
  display: block;
  background: #ed6103;
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(237, 97, 3, 0.4);
  position: relative;
  font-weight: 600;
  padding: 0 54px;
}
.fixed-banner__button::before{
  content: '';
  background: url(../img/icon_arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .fixed-banner__content{
    display: block;
  }
  .fixed-banner__text{
    display: none;
  }
  .fixed-banner__button{
    max-width: 380px;
    margin: auto;
    padding: 0 12px;
  }
}



/*
----- 下層ページ -----
*/



/*
  blog-archive
*/

.blog-archive{
}
.blog-archive__pager{
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 0 16px;
}
.blog-archive__next-prev{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.blog-archive__btn-prev{
  display: block;
  background: #ed6103;
  color: #fff !important;
  width: 100%;
  max-width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(237, 97, 3, 0.4);
  position: relative;
  font-weight: 600;
  margin-right: 12px;
}
.blog-archive__btn-prev::before{
  content: '';
  background: url(../img/icon_arrow-left.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: 10px;
  position: absolute;
}
.blog-archive__btn-prev--active{
  display: block;
  background: #ddd;
  color: #fff !important;
  width: 100%;
  max-width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  font-weight: 600;
  margin-right: 12px;
}
.blog-archive__btn-prev--active::before{
  content: '';
  background: url(../img/icon_arrow-left.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: 10px;
  position: absolute;
}
.blog-archive__btn-next{
  display: block;
  background: #ed6103;
  color: #fff !important;
  width: 100%;
  max-width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(237, 97, 3, 0.4);
  position: relative;
  font-weight: 600;
  margin-left: 12px;
}
.blog-archive__btn-next::before{
  content: '';
  background: url(../img/icon_arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
}
.blog-archive__btn-next--active{
  display: block;
  background: #ddd;
  color: #fff !important;
  width: 100%;
  max-width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  font-weight: 600;
  margin-left: 12px;
}
.blog-archive__btn-next--active::before{
  content: '';
  background: url(../img/icon_arrow-right.svg) no-repeat center;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
}
.blog-archive__numbers{
  display: flex;
  justify-content: center;
}
.blog-archive__numbers a{
  color: #ed6103 !important;
}
.blog-archive__numbers a,
.blog-archive__numbers span{
  padding: 0 10px;
  font-size: 14px;
}


/*
  page-event
*/

.event{
}
.event .lead-text{
  text-align: center;
  margin-bottom: 40px;
  padding: 0 16px;
}
.event .l-section--01 .event__cover-image {
  width: 100%;
  height: 350px;
  background: url("../img/img_event_main.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .event .lead-text{
    text-align: left;
  }
  .event .lead-text br{
    display: none;
  }
}
/*---*/
.event .l-section--01 .event__calender{
  width: 100%;
  margin: 100px 0 100px;
  padding: 0 5%;
}
.event .l-section--01 .event__calender h4{
  font-size: 25px;
  margin-bottom: 25px;
}

.event .l-section--02 {
  width: 900px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .event .l-section--02 {
    width: auto;
    padding: 0 20px;
  }
}
.event .l-section--02 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}
.event .l-section--02 .l-section__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .event .l-section--02 .l-section__contents {
    display: block;
  }
}
.event .l-section--02 .l-section__contents__left {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .event .l-section--02 .l-section__contents__left {
    width: auto;
  }
}
.event .l-section--02 .l-section__contents__left table {
  text-align: left;
}
.event .l-section--02 .l-section__contents__left table th, .event .l-section--02 .l-section__contents__left table td {
  font-weight: normal;
  line-height: 1.5;
}
.event .l-section--02 .l-section__contents__left table th {
  width: 80px;
  padding: 20px 20px 20px 0;
}
.event .l-section--02 .l-section__contents__left table td {
  padding: 20px;
}
.event .l-section--02 .l-section__contents__right {
  width: 50%;
  padding-left: 7%;
}
@media only screen and (max-width: 768px) {
  .event .l-section--02 .l-section__contents__right {
    width: auto;
    padding-left: 0;
  }
}
.event .l-section--02 .l-section__contents__right__btn {
  margin-top: 30px;
}
.event .l-section--02 .l-section__contents__right__btn a {
  position: relative;
  color: #ea5703;
  padding-left: 40px;
  font-weight: bold;
}
.event .l-section--02 .l-section__contents__right__btn a:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../assets/img/icon_arrow01.png") no-repeat center center;
  background-size: cover;
}
.event .l-section--03 {
  width: 900px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  .event .l-section--03 {
    width: auto;
    padding: 0 20px;
  }
}
.event .l-section--03 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}
.event .l-section--03 .l-section__contents h5 {
  font-weight: normal;
  margin-bottom: 20px;
}
.event .l-section--03 .l-section__contents p {
  margin: 20px 0;
}
.event .l-section--03 .l-section__contents__btn {
  margin-bottom: 100px;
}
.event .l-section--03 .l-section__contents__btn a {
  position: relative;
  color: #ea5703;
  padding-left: 40px;
  font-weight: bold;
}
.event .l-section--03 .l-section__contents__btn a:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../assets/img/icon_arrow01.png") no-repeat center center;
  background-size: cover;
}
.event {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .event a img {
    width: 250px;
  }
}


/*
  page-studio
*/

.studio{
}
.studio .lead-text{
  text-align: center;
  margin-bottom: 40px;
  padding: 0 16px;
}
.studio .l-section--01 .studio__cover-image {
  width: 100%;
  height: 350px;
  background: url("../../assets/img/img_studio_main.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .studio .lead-text{
    text-align: left;
  }
  .studio .lead-text br{
    display: none;
  }
}
/*---*/
.studio .l-section--02 {
  width: 900px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--02 {
    width: auto;
    padding: 0 20px;
  }
}
.studio .l-section--02 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}
.studio .l-section--02 .l-section__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--02 .l-section__contents {
    display: block;
  }
}
.studio .l-section--02 .l-section__contents__left {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--02 .l-section__contents__left {
    width: auto;
  }
}
.studio .l-section--02 .l-section__contents__left table {
  text-align: left;
}
.studio .l-section--02 .l-section__contents__left table th, .studio .l-section--02 .l-section__contents__left table td {
  font-weight: normal;
  line-height: 1.5;
}
.studio .l-section--02 .l-section__contents__left table th {
  width: 80px;
  padding: 20px 20px 20px 0;
}
.studio .l-section--02 .l-section__contents__left table td {
  padding: 20px;
}
.studio .l-section--02 .l-section__contents__right {
  width: 50%;
  padding-left: 7%;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--02 .l-section__contents__right {
    width: auto;
    padding-left: 0;
  }
}
.studio .l-section--02 .l-section__contents__right__btn {
  margin-top: 30px;
}
.studio .l-section--02 .l-section__contents__right__btn a {
  position: relative;
  color: #ea5703;
  padding-left: 40px;
  font-weight: bold;
}
.studio .l-section--02 .l-section__contents__right__btn a:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../assets/img/icon_arrow01.png") no-repeat center center;
  background-size: cover;
}
.studio .l-section--03 {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--03 {
    width: auto;
    padding: 0 20px;
  }
}
.studio .l-section--03 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}
.studio .l-section--03 .l-section__contents h5 {
  font-weight: normal;
  margin-bottom: 20px;
}
.studio .l-section--03 .l-section__contents p {
  margin: 20px 0;
}
.studio .l-section--03 .l-section__contents__btn {
  margin-bottom: 100px;
}
.studio .l-section--03 .l-section__contents__btn a {
  position: relative;
  color: #ea5703;
  padding-left: 40px;
  font-weight: bold;
}
.studio .l-section--03 .l-section__contents__btn a:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../assets/img/icon_arrow01.png") no-repeat center center;
  background-size: cover;
}
.studio .l-section--03 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--03 a img {
    width: 250px;
  }
}
.studio .l-section--04 {
  width: 900px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--04 {
    width: auto;
    padding: 0 20px;
  }
}
.studio .l-section--04 h4 {
  font-size: 25px;
  margin-bottom: 25px;
}
.studio .l-section--04 .studio__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--04 .studio__gallery {
    display: block;
  }
}
.studio .l-section--04 .studio__gallery__item {
  width: 295px;
  height: 221px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--04 .studio__gallery__item {
    position: relative;
    width: auto;
    height: 0;
    padding-top: 74.9152542%;
  }
}
.studio .l-section--04 .studio__gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .studio .l-section--04 .studio__gallery__item a {
    position: absolute;
    top: 0;
  }
}
.studio .l-section--04 .studio__gallery__item .gallery01 {
  background: url("../../assets/img/img_studio01.jpg") no-repeat center center;
  background-size: cover;
}
.studio .l-section--04 .studio__gallery__item .gallery02 {
  background: url("../../assets/img/img_studio02.jpg") no-repeat center center;
  background-size: cover;
}
.studio .l-section--04 .studio__gallery__item .gallery03 {
  background: url("../../assets/img/img_studio03.jpg") no-repeat center center;
  background-size: cover;
}
.studio .l-section--04 .studio__gallery__item .gallery04 {
  background: url("../../assets/img/img_studio04.jpg") no-repeat center center;
  background-size: cover;
}
.studio .l-section--04 .studio__gallery__item .gallery05 {
  background: url("../../assets/img/img_studio05.jpg") no-repeat center center;
  background-size: cover;
}
.studio .l-section--04 .studio__gallery__item .gallery06 {
  background: url("../../assets/img/img_studio06.jpg") no-repeat center center;
  background-size: cover;
}


/*
  page-faq
*/
.faq{
  padding-top: 0;
}
.faq .lead-text{
  text-align: center;
  margin-bottom: 40px;
}
.faq .faq__qa-group{
  margin: auto;
  max-width: 860px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.faq .faq__qa-item{
  border-bottom: 1px solid #eee;
  padding: 1.5em;
}
.faq .faq__qa-item:last-child{
  border-bottom: none;
}
.faq .faq__q-title{
  color: #ED6103;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 0 1.8em;
}
.faq .faq__q-title-icon--q{
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  top: .05em;
  left: 0;
}
.faq .faq__q-title-icon--down{
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  top: .05em;
  right: 0;
  transform: rotate(0deg);
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 300ms;
}
.faq .faq__qa-item.open .faq__q-title-icon--down{
  transform: rotate(180deg);
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 300ms;
}
.faq .faq__q-title-icon--q path,
.faq .faq__q-title-icon--down path{
  fill: #ED6103;
}
.faq .faq__qa-item .faq__a-text{
  display: none;
  width: 100%;
  color: #777;
  position: relative;
  padding: 1em 0;
}
.faq .faq__qa-item.open .faq__a-text{
  display: block;
  animation: fadeIn 300ms ease-out 0s 1 normal;
}

@media only screen and (max-width: 768px) {
  .faq .lead-text{
    text-align: left;
  }
  .faq .lead-text br{
    display: none;
  }
  .faq .faq__qa-item{
    padding: 1em;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/*---*/


@media only screen and (min-width: 769px) {
  .wrapper {
    min-width: 1150px;
    margin: 0 auto;
  }
}
.plan-btn {
  text-align: center;
}
.plan-btn a {
  background: #e16010;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 33px;
}
.post {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .post {
    width: auto;
    padding: 0 20px;
  }
}
.post__front__top {
  position: relative;
  display: flex;
}
.post__front__top .post__date {
  color: #e16010;
  margin-right: 35px;
}
.post__front__top .post__cat {
  font-size: 12px;
  margin-top: 2px;
}
.post__front__top a {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
}
.post__front h3 {
  font-size: 16px;
  text-decoration: underline;
  margin: 40px 0 45px 0;
}
.post__detail p {
  font-size: 16px;
}
.post .recent-posts{
  line-height: 1.5;
  margin-bottom: 40px;
}
.post .recent-posts h3{
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .post .recent-posts h3{
    text-align: left;
  }
}
.post .recent-posts ul{
    display: flex;
}
@media only screen and (max-width: 768px) {
  .post .recent-posts ul{
    display: block;
  }
}
.post .recent-posts li{
    width: 18%;
}
@media only screen and (max-width: 768px) {
  .post .recent-posts li{
    width: 100%;
    margin-bottom: 50px;
  }
}
.post .recent-posts li:not(:last-child){
    margin-right: 2.5%;
}
@media only screen and (max-width: 768px) {
  .post .recent-posts li:not(:last-child) {
    margin-right: 0;
  }
}
.post .recent-posts img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.post .recent-posts a,
.post .recent-posts a img{
  transition: 0.5s;
}
.post .recent-posts a:hover,
.post .recent-posts a:hover img{
  opacity: 0.5;
}
.lightbox .lb-image {
  max-width: 640px;
  max-height: 427px;
}


.price__table--sp{
  display: none;
}
.text-vertical{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.price__td-title--v{
  height: 8em;
  width: 3em;
}
@media only screen and (max-width: 768px) {
  .price__table--sp{
    display: table;
  }
  .price__table--pc{
    display: none;
  }
}
.price__plan-title{
  background-color: #ddd;
}
