@charset "utf-8";
/* ----------------------------------------------------------------
  Reset
----------------------------------------------------------------- */
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}/* ----------------------------------------------------------------
  Base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body,
html {
  line-height: 1.8;
}
@font-face {
  font-family: Yu Gothic M;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: Yu Gothic M;
  src: local("Yu Gothic Bold");
  font-weight: 700;
}
body {
  font-family: 'Lato', 'Noto Sans JP',YuGothic,Yu Gothic M,Yu Gothic Medium,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  letter-spacing: .08em;
  line-break: normal;
}
a,
body {
  color: #0f1010;
}
a {
  cursor: pointer;
}
a,
a:hover {
  text-decoration: none;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-size: 100%;
  font-weight: 700;
}
img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  outline: none;
  padding: 0;
}
:focus {
  outline: none;
}
ul {
  list-style-type: none;
}
.lazy::before {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0;
}
.lazy[data-loaded=true]:before {
  opacity: 1;
}/* ----------------------------------------------------------------
  Component
----------------------------------------------------------------- */
.c-headline {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: .5rem;
  line-height: 1.2;
  margin-bottom: 66px;
}
.c-headline.\--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-headline.\--size-l {
  font-size: 6.2rem;
}
.c-headline > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.c-headline.\--row > span {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-left: 28px;
}/* ----------------------------------------------------------------
  Layout
----------------------------------------------------------------- */
.l-wrapper {
  position: relative;
}
.l-box {
  position: relative;
  background-size: contain;
}
.l-box.\--about {
  background: #51BDCB url(/common/president/images/bg_about-dark-pc.png) no-repeat;
  background-position: right center;
  background-size: 50%;
}
.l-box.\--movie {
  background: #F089C6 url(/common/president/images/bg_movie-dark-pc.png) no-repeat;
  background-position: left top 114px;
}
.l-box.\--workshop {
  background: #F0C022 url(/common/president/images/bg_workshop-dark-pc.png) no-repeat;
  background-position: right top 16px;
}
.l-box.\--dessin {
  background: #51BDCB url(/common/president/images/bg_dessin-dark-pc.png) no-repeat;
  background-position: left top 18px;
}
.l-box.\--article {
  background: #F089C6 url(/common/president/images/bg_article-dark-pc.png) no-repeat;
  background-position: right -500px center;
  height: 716px;
  overflow: hidden;
}
.l-box__inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0;
  width: 1200px;
}
.l-box.\--article .l-box__inner {
  padding-right: 0;
}/* ----------------------------------------------------------------
  Header
----------------------------------------------------------------- */
.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.header-sns {
  position: fixed;
  right: 40px;
  top: 68px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-sns>span {
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-bottom: 20px;
}
.header-sns>a:not(:last-of-type) {
  display: block;
  margin-bottom: 20px;
}
.header-hero {
  padding: 84px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
.header-hero-contents {
  width: 100%;
}
.header-hero-contents__headline {
  font-size: 13rem;
  overflow: hidden;
  margin-bottom: 20px;
}
.header-hero-contents__headline>span {
  display: block;
  font-size: 3rem;
}
.header-hero-contents__srtipline {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-hero-contents__srtipline>span {
  font-size: 3.2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 10px 40px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .5rem;
}
.header-hero-contents__srtipline>span::before {
  top: 0;
}
.header-hero-contents__srtipline>span:after,.header-hero-contents__srtipline>span::before {
  content: "";
  background: #000;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.header-hero-contents__srtipline>span::after {
  bottom: 0;
}
.header-hero-contents__summary {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.8;
}
.header-bottom {
  background: #fff;
}
.header-bottom__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
}
.header-bottom__inner,.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo>a:not(:last-of-type) {
  margin-right: 30px;
}
.header-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-nav,.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav__list>a {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.header-nav__list>a:not(:last-of-type) {
  margin-right: 60px;
}/* ----------------------------------------------------------------
  Box
----------------------------------------------------------------- */
.box {
  margin-bottom: 160px;
}
.box-description {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0 80px;
}
.box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.box-contents::after {
  color: #fff;
  font-size: 12rem;
  font-weight: 700;
  letter-spacing: 1rem;
  position: absolute;
  line-height: 1;
}
.box-contents.\--right::after {
  right: 360px;
}
.box-contents.\--left::after {
  left: 20px;
}
.l-box.\--movie .box-contents::after {
  bottom: -80px;
  content: "MOVIE";
}
.l-box.\--workshop .box-contents::after {
  bottom: -80px;
  content: "WORKSHOP";
}
.l-box.\--dessin .box-contents::after {
  bottom: 30px;
  content: "DESSIN";
}
.box-contents.\--left .box-contents__image-wrap {
  margin-left: 52px;
}
.box-contents.\--right .box-contents__image-wrap {
  margin-right: 52px;
}
.box-contents.\--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.box-contents__image>img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-contents__body {
  width: 100%;
  z-index: 1;
}
.box-contents__image {
  margin-bottom: 20px;
}
.box-contents__image-wrap {
  min-width: 524px;
  width: 524px;
  z-index: 1;
}
.box-contents__thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}
.box-contents__thumbnail > a {
  width: 80px;
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.box-contents__thumbnail span {
  display: inline-block;
  padding: 5px;
  position: absolute;
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.box-contents__thumbnail > a:not(:last-of-type) {
  margin-right: 10px;
}
.box-contents__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-contents__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-contents__text {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.box-contents__btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.box-contents__btn-wrap.\--dessin .box-contents__btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.box-contents__btn {
  display: block;
  margin-bottom: 20px;
  padding: 8px 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}
.box-contents__btn:nth-child(odd) {
  margin-right: 20px;
}
.box-contents__btn.\--color-black {
  background: #0f1010;
  border: 2px solid #0f1010;
  color: #fff;
}
.box-contents__btn.\--color-gray {
  background: #464646;
  border: 2px solid #464646;
  color: #fff;
}
.box-contents__btn.\--color-light-gray {
  background: #999;
  border: 2px solid #999;
  color: #fff;
}
.box-contents__btn.\--color-black:hover,.box-contents__btn.\--color-gray:hover,.box-contents__btn.\--color-light-gray:hover {
  background: #fff;
  border: 2px solid #0f1010;
  color: #0f1010;
}
.box-contents__btn.\--size-s {
  font-size: 1.6rem;
  width: 240px;
}
.box-contents__btn.\--size-l {
  font-size: 1.2rem;
  width: 300px;
}
.box-contents__note {
  color: #444;
  font-size: 1.1rem;
  margin-top: 4px;
}
.box-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.box-profile__image {
  margin-right: 52px;
  height: 200px;
  min-width: 200px;
  width: 200px;
}
.box-profile__image>img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.box-profile__name {
  font-size: 2.4rem;
  font-weight: 700;
}
.box-profile__shoulder {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-profile__text {
  font-size: 1.5rem;
}/* ----------------------------------------------------------------
  About
----------------------------------------------------------------- */
.about {
  width: calc((100% - 64px)  / 2);
}
.about__text {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .2rem;
  line-height: 1.8;
  margin-top: 40px;
}/* ----------------------------------------------------------------
  Article
----------------------------------------------------------------- */
.article {
  background: pink;
  padding-bottom: 10%;
}
.article__headline > span {
  display: inline;
  font-size: 1.6rem;
  margin-left: 20px;
}/* ----------------------------------------------------------------
  Mutualbanner
----------------------------------------------------------------- */
.mutual-banner {
  background: #f0C022;
  padding: 20px 0;
  text-align: center;
}
.mutual-banner__image > a {
  display: inline-block;
}
.mutual-banner__image > a:hover {
  opacity: .8;
}/* ----------------------------------------------------------------
/* ----------------------------------------------------------------
  Contact
----------------------------------------------------------------- */
.contact {
  background: url(/common/president/images/bg_contact.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
  height:280px;
}
.contact__inner {
  background: #0d0e0e;
  display: inline-block;
  padding: 54px 74px;
}
.contact__headline {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
.contact__text {
  color: #fff;
  display: block;
  text-align: center;
}/* ----------------------------------------------------------------
  Footer
----------------------------------------------------------------- */
.footer {
  padding: 40px 0;
  text-align: center;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.footer__sns>a {
  display: block;
}
.footer__sns>a:not(:last-of-type) {
  margin-right: 20px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.footer__nav>a:not(:last-of-type) {
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}
.footer__copyright {
  font-size: 1.4rem;
}/* ----------------------------------------------------------------
  Customize Slick
----------------------------------------------------------------- */
.slick-slider {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
.slick-list {
  margin-bottom: 10px;
}
.slick-slide {
  width: 370px;
  min-width: 370px;
  max-width: 370px;
  height: 370px;
  margin: 0 30px;
}
.slick-slide a {
  position: relative;
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background-size: 0;
  height: 100%;
}
.slick-slide a:hover {
  background: #0f1010;
  color: #fff;
}
.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-item__body {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 100%);
  width: 100%;
}
.article-item__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.article-item__date {
  font-size: 1.4rem;
  font-weight: 700;
}
.article-arrow {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  font-size: 0;
  border: 1px solid #000;
  padding: 10px;
}
.article-arrow__next {
  background: #0f1010;
}
.article-arrow__prev {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  background: #fff;
}
.slick-dots {
  display: flex;
  justify-content: flex-end;
  width: 1200px;
}
.slick-dots li:not(:last-of-type) {
  margin-right: 10px;
}
.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #0f1010;
}
.slick-active button {
  background: #fff;
  border: 2px solid #0f1010;
  width: 18px;
  height: 18px;
}
.fancybox-content.is-active::after {
  content: '撮影＝西田香織';
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  padding: 2px 4px;
  position: absolute;
  right: 0;
}
/* ----------------------------------------------------------------
  Customize fancybox
----------------------------------------------------------------- */
.fancybox-button svg {
  color: #fff;
}
.fancybox-close-small {
  right: 0;
}/* ----------------------------------------------------------------
  @media screen and (max-width: 1280px)
----------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .header-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10vw;
    width: 100%;
  }
  .header-logo {
    margin-bottom: 10px;
  }
  .l-box__inner {
    padding: 80px 40px;
    width: 100%;
  }
  .l-box.\--about {
    background-position: right -500px center;
    background-size: 100%;
  }
  .slick-dots {
    width: 100%;
    padding-right: 100px;
  }
}

/* ----------------------------------------------------------------
  @media screen and (max-width: 1068px)
----------------------------------------------------------------- */
@media screen and (max-width: 1068px) {
  .c-headline.\--row {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-headline.\--row > span {
    margin-left: 0;
    margin-top: 10px;
  }
  .header-hero-contents__headline {
    font-size: 10rem;
  }
  .header-hero-contents__srtipline {
    font-size: 1.8rem;
  }
  .header-hero-contents__srtipline > span {
    font-size: 2rem;
  }
  .header-bottom__inner {
    width: 100%;
  }
  .box-contents {
    margin-bottom: 62px;
  }
  .box-contents__image-wrap {
    min-width: calc(100% / 2);
    width: calc(100% / 2);
  }
  .about {
    width: 70%;
  }
  .l-box__inner {
    padding: 60px 40px;
    width: 100%;
  }
}

/* ----------------------------------------------------------------
  @media screen and (max-width: 896px)
----------------------------------------------------------------- */
@media screen and (max-width: 896px) {
  .c-headline {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .c-headline.\--size-l {
    font-size: 4rem;
  }
  .l-box.\--about {
    background: #51BDCB url(/common/president/images/bg_about-dark-sp.png) no-repeat;
    background-position: right -500px center;
    background-size: cover;
  }
  .l-box.\--movie {
    background: #F089C6 url(/common/president/images/bg_movie-dark-sp.png) no-repeat;
    background-position: left top;
    background-size: 50%;
  }
  .l-box.\--workshop {
    background: #F0C022 url(/common/president/images/bg_workshop-dark-sp.png) no-repeat;
    background-position: right top;
    background-size: 50%;
  }
  .l-box.\--dessin {
    background: #51BDCB url(/common/president/images/bg_dessin-dark-sp.png) no-repeat;
    background-position: left top;
    background-size: 50%;
  }
  .l-box.\--article {
    background: #F089C6 url(/common/president/images/bg_article-dark-sp.png) no-repeat;
    background-position: right -260px center;
    background-size: cover;
  }
  .l-box.\--article {
    height: auto;
  }
  .header-hero {
    padding: 10% 5%;
  }
  .header-hero-contents__headline {
    font-size: 6rem;
    margin-bottom: 0;
  }
  .header-hero-contents__headline > span {
    font-size: 1.8rem;
  }
  .header-hero-contents__srtipline {
    font-size: 1.4rem;
  }
  .header-hero-contents__srtipline > span {
    font-size: 1.6rem;
  }
  .header-hero-contents__summary {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    margin-bottom: 0;
  }
  .header-hero-contents__srtipline {
    margin-bottom: 20px;
  }
  .hero-contents__headline {
    margin-bottom: 10px;
  }
  .hero-contents__headline > span:first-of-type {
    font-size: 2rem;
  }
  .hero-contents__headline > span:last-of-type {
    font-size: 4rem;
    line-height: 1.4;
  }
  .hero-contents__srtipline {
    font-size: 4vw;
    margin-bottom: 20px;
  }
  .hero-contents__summary {
    margin-bottom: 10px;
    padding: 0 5%;
  }
  .box-contents {
    margin-bottom: 20px;
  }
  .box-contents::after {
    opacity: .6;
    font-size: 10rem;
  }
  .box-contents.\--right::after {
    left: 30px;
    right: 0;
  }
  .box-contents.\--left::after {
    left: 30px;
  }
  .box-contents__title {
    font-size: 2rem;
  }
  .box-contents__image-wrap {
    min-width: 100%;
    width: 100%;
  }
  .box-contents__image {
    height: 300px;
    min-width: 100%;
    width: 100%;
  }
  .box-contents.\--left .box-contents__image-wrap {
    margin-left: 0;
  }
  .box-contents.\--right .box-contents__image-wrap {
    margin-right: 0;
  }
  .box-contents.\--left .box-contents__image {
    margin-bottom: 20px;
  }
  .box-contents.\--right .box-contents__image {
    margin-bottom: 20px;
  }
  .box-contents.\--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-contents.\--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-contents__body {
    width: 100%;
  }
  .box-profile__image {
    margin-bottom: 10px;
  }
  .box-profile__name {
    font-size: 2rem;
  }
  .box-profile__shoulder {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .box-profile__text {
    font-size: 1.4rem;
  }
  .about {
    width: 100%;
  }
  .about__text {
    font-size: 1.4rem;
  }
  .article {
    padding: 0;
    margin-bottom: 60px;
  }
  .article__headline > span {
    display: block;
    margin: 0;
  }
  .article-item__title {
    font-size: 1.6rem;
  }
  .article-item__date {
    font-size: 1.2rem;
  }
  .slick-slider {
    position: relative;
  }
  .slick-slide {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    height: 300px;
  }
}

/* ----------------------------------------------------------------
  @media screen and (max-width: 480px)
----------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .c-headline {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .c-headline > span {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .c-headline.\--row > span {
    font-size: 1.2rem;
  }
  .c-headline.\--article {
    padding-right: 20px;
  }
  .c-headline.\--size-l {
    font-size: 2.8rem;
  }
  .header-sns {
    display: none;
  }
  .header-hero-contents__headline > span {
    font-size: 1.3rem;
  }
  .l-box.\--about {
    background-size: 100%;
  }
  .l-box.\--movie {
    background-size: 100%;
  }
  .l-box.\--workshop {
    background-size: 100%;
  }
  .l-box.\--dessin {
    background-size: 100%;
  }
  .l-box__inner {
    padding: 60px 20px;
  }
  .l-box__inner--article {
    padding-bottom: 40px;
  }
  .box-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .box-contents::after {
    font-size: 7rem;
    bottom: auto;
    top: 160px;
  }
  .box-contents.\--right::after {
     right: -40px;
     left: auto;
  }
  .box-contents.\--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-contents.\--right .box-contents__image {
    margin-right: 0;
  }
  .box-contents.\--left .box-contents__image {
    margin-left: 0;
  }
  .box-contents__image {
    margin-bottom: 20px;
    height: 200px;
  }
  .box-contents__title {
    margin-bottom: 10px;
  }
  .box-contents__body {
    width: 100%;
  }
  .box-contents__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center center;';
  }
  .box-contents__title {
    font-size: 1.8rem;
  }
  .box-contents.\--right .box-contents__btn {
    float: none;
  }
  .box-contents.\--left .box-contents__btn {
    float: none;
  }
  .box-contents__text {
    font-size: 1.4rem;
  }
  .box-contents__btn {
    font-size: 1.4rem;
    margin: 20px auto 40px;
    padding: 10px 80px;
    width: 100%;
  }
  .box-profile {
    display: block;
  }
  .box-profile__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box-profile__image {
    margin-right: 16px;
    height: 100px;
    min-width: 100px;
    width: 100px;
  }
  .box-profile__name {
    font-size: 1.8rem;
  }
  .box-profile__text {
    font-size: 1.4rem;
  }
  .slick-slide {
    width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: 260px;
  }
   .sp {
    display: none;
  }
  .header-hero {
    padding: 60px 20px;
  }
  .header-hero-contents__summary {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .header-hero-contents__srtipline > span {
    margin-top: 10px;
    padding: 10px;
  }
  .header-hero-contents__headline {
    font-size: 4rem;
  }
  .about__text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .article-item__body {
    padding: 12px;
  }
  .article-item__title {
    font-size: 1.4rem;
  }
  .article-item__date {
    font-size: 1.1rem;
  }
  .contact__inner {
    padding: 20px 74px;
  }
  .contact__text {
    font-size: 1.4rem;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__sns {
    margin-bottom: 20px;
  }
  .footer__nav > a {
    font-size: 1.4rem;
  }
  .footer__copyright {
    font-size: 1rem;
  }
}