@charset "utf-8";
/* ms.martina */
/* Base Style
----------------------- */
@font-face {
  font-family: ' NotoSans ';
  src: url('../../../../fonts/NotoSans/NotoSansJP-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: ' NotoSans ';
  src: url('../../../../fonts/NotoSans/NotoSansJP-Bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: ' NexaDemo ';
  src: url('../../../../fonts/NexaDemo/NexaLight.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: ' NexaDemo ';
  src: url('../../../../fonts/NexaDemo/NexaBold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
}

*, body {
  font-family: ' NotoSans ', "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings : pkna;
  letter-spacing: 1px;
}
.en {
    font-family: ' NexaDemo ', "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
} /* Crearfix for Modern Browsers including Firefox, Opera, Safari, etc */
.clearfix {
  display: inline-block;
} /* For Windows IE7 and Mac IE5 */
* html .clearfix {
  height: 1px;
} /* For Windows IE5/IE6: Hides from IE-mac */
.clearfix {
  display: block;
}
.clear {
  clear: both;
} /* End hide from IE-mac */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
} /* For FireFox scrolling */
img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  vertical-align: bottom;
} /* Better images when resized for IE7, FF3.5+ */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}
html, body {
  height: 100%;
  color: #505050;
}
/* wrapper  ----------------------- */

/* color  ----------------------- */

/* font  ----------------------- */
.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
/* animation  ----------------------- */
.tran {
  -ms-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
/*共通  ----------------------- */

.br_sp_768, .br_sp_480 {
  display: none;
}
.content_max {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.content {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
.content_min {
  width: 65%;
  max-width: 800px;
  margin: 0 auto;
}
.all_title {
  margin-bottom: 60px;
  text-align: center;
}
.all_lead_title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}
.all_title_main {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 4px;
}
.all_title_sub {
  font-size: 15px;
  font-weight: bold;
  color: #bcae89;
}
.all_title_en {
  font-size: 15px;
  font-weight: bold;
  color: #bcae89;
}
.all_text_title {
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}
.all_text {
  font-size: 17px;
  line-height: 1.6;
  text-align: justify;
}
.all_sub_lead {
  font-size: 17px;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1.9;
}
.all_attention {
  display: inline-block;
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}
.all_section_top {
  padding-top: 140px;
}
.all_section {
  padding: 140px 0;
}
/* ボタン */

/* 装飾 */
.gray_box {
  padding: 30px 40px;
  background-color: #f0f0f0;
  border-radius: 10px;
}
.link_red a {
  font-weight: bold;
  color: #d17e75;
}
.link_red span:before {
  padding-right: 5px;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: #d17e75;
}
/* body ページ遷移・ローディング
=========================================== */
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #f6f7f8;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#loading img {
  width: 65px;
}


/* トップページ
=========================================== */
.top_main {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
  /* height: calc(var(--vh, 1vh) * 100); */
  /* padding: 30px 20px 30px 0; */
  color: #555;
}
.column_left {
  width: 400px;
  padding-top: 30px;
  position: relative;
}
/* .column_right { */
  /* width: calc(100% - 400px); */
/* } */
.top_mv {
  background: url(../images/top.jpg) no-repeat top left / cover;
  height: calc(100vh -30px);
  position: fixed;
  width: calc(100% - 420px);
  top: 30px;
  right: 20px;
  bottom: 30px;
}
.main_content {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 30px;
}
.main_head {
  padding: 0 30px;
  line-height: 1.8;
}
.top_logo {
  max-width: 220px;
  margin: 80px auto;
}
.top_logo img {
  width: 100%;
}
.top_logo_sp {
  display: none;
}
.intro-wrap {
  padding: 60px 30px 0;
}
.intro_ja {
  padding-bottom: 40px;
  border-bottom: 2px dashed #d8d8d8;
}
.intro_ja_heading {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 18px;
}
.intro_ja_text {
  font-size: 15px;
}
.intro_en {
  margin-top: 30px;
}
.intro_en_heading {
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 18px;
}
.intro_en_text {
  font-size: 15px;
}
.entrance_btn {
  width: 100%;
  margin: 60px 0;
}
.entrance_btn li {
  border-bottom: 1px solid #e6e6e6;
  background: url(../images/icon_arrow.png) no-repeat center right 30px / 12px;
  position: relative;
}
.entrance_btn a {
  display: block;
  padding: 20px 30px 20px 95px;
}
.entrance_btn .link {
  background: url(../images/icon_link.png) no-repeat center right 30px / 20px;
}
.entrance_btn li::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.entrance_btn #illust:before {
  background: url(../images/icon_gallery.png) no-repeat center left / contain;
}
.entrance_btn #animation:before {
  background: url(../images/icon_video.png) no-repeat center left / contain;
}
.entrance_btn #order:before {
  background: url(../images/icon_order.png) no-repeat center left / contain;
}
.entrance_btn #aboutme:before {
  background: url(../images/icon_aboutme.png) no-repeat center left / contain;
}
.entrance_btn #portpdf:before {
  background: url(../images/icon_pdf.png) no-repeat center left / contain;
}
.entrance_btn #flow:before {
  background: url(../images/icon_flow.png) no-repeat center left / contain;
}
.entrance_btn #contact:before {
  background: url(../images/icon_contact.png) no-repeat center left / contain;
}
.entrance_btn li:first-child {
  border-top: 1px solid #e6e6e6;
}
.entrance_btn li p span {
  display: block;
  text-align: left;
}
.entrance_btn li p .en_title {
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.entrance_btn li p .jp_sub {
  color: #989898;
  font-size: 13px;
}



.banner {
  background-color: #dcc3bc;
  margin-top: 60px;
}
.banner::before {
  background: linear-gradient(-145deg, #fff 12px, transparent 0), linear-gradient(145deg, #fff 12px, transparent 0);
  background-repeat: repeat-x;
  background-size: 20px 20px;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.banner::after {
  background: linear-gradient(-35deg, #fff 12px, transparent 0), linear-gradient(35deg, #fff 12px, transparent 0);
  background-repeat: repeat-x;
  background-size: 20px 20px;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.banner .about_me {
  margin: 0 auto; 
  width: 85%;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.banner .about_me img {
  width: 100px;
  display: block;
  margin: 35px auto 10px;
}

.banner ul {
  padding: 40px 30px;
  width: 100%;
}
.banner li {
  margin-bottom: 20px;
}
.banner li:last-child {
  margin-bottom: 0;
}
.banner img {
  width: 100%;
}
.contact_icon {
  text-align: center;
}
.contact_icon li {
  display: inline-block;
}
.contact_icon li:not(:last-child) {
  padding-right: 10px;
}
.contact_icon img {
  width: 58px;
} 
.copyright {
  margin-top: 25px;
  color: #bcadad;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

@media (max-height: 700px) {
  .column_left { 
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .entrance_btn {
    margin: 60px 0 50px!important;
  }
  
  #nav-drawer .header__nav-item .entrance_btn { 
    margin-bottom: 30px!important;
  }
}

/* #about　わたしのこと
=========================================== */
.page .all_text:not(:last-child) {
  padding-bottom: 20px;
}
.bg_watercolor {
  height: 700px;
  padding-top: 123px;
  background: url("../images/bg_watercolor.jpg") no-repeat top left 100%;
  background-color: #efe7e7;
}
.page_title_main {
  padding-top: 220px;
  padding-bottom: 5px;
  width: 100%;
  color: #e9ac9f;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}
.page_title_main_sub {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.page_main_block {
  margin-top: -380px;
  padding: 165px 0;
}
.page_main_section {
  position: relative;
}
.card {
  position: relative;
  width: 100%;
  margin-left: auto;
  padding: 11% 8%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 17px -7px #685a49;
}
.about_author { 
  background: #fff url("../images/about_author.jpg") no-repeat top 50% left -20px / 278px;
  left: 0;
}
.gray_box {
  margin-top: 40px;
}
.list_pink_square span {
  position: relative;
  padding-left: 0.8em;
  line-height: 1.4;
}
.list_pink_square span:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  color: #e9ac9f;
}
.about_author .text_wrap {
  padding-left: 260px;
  line-height: 1.7;
}

/* #illustration　作品について
=========================================== */
.onegai {
  padding: 70px;
  margin-bottom: 25px;
}
.onegai .all_text_title {
  color: #e9ac9f;
  text-align: center;
}
.illustration_list li p {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 20px -7px #c5bcb1;
}
.illustration_list li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.illustration_list .card_col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.illustration_list .card_col_2 p {
  width: 48.5%; 
}
.illustration_list li p {
  position: relative;
}
.attention {
  position: absolute;
  bottom: 15px;
  right: 20px;
  margin-top: 10px;
  font-size: 13px;
  color: #8f8f8f;
}
.link_attention:before {
  padding-right: 3px;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  color: #e9ac9f;
}
.illust_pc {
  display: block;
}
.illust_sp {
  display: none;
}
/* #shop　ショップ
=========================================== */
.shop_item:not(:last-child) {
  margin-bottom: 70px;
}
.image_wrap {
  margin-bottom: 70px;
}
.image_wrap_img {
  display: inline-block;
  width: 48%;
}
.image_wrap_img:nth-child(odd) {
  margin-right: 8px;
}
.image_wrap_img img {
  width: 100%;
}
.shop_item .text_wrap {
  margin-bottom: 40px;
}
.btn_link_round {
  text-align: center;
}
.shop_item .btn_link_round:nth-child(n+2) {
  margin-top: 10px;
}
.btn_link {
  display: inline-block;
  position: relative;
  width: 212px;
  max-width: 100%;
  padding: 15px 0 18px;
  background-color: #e9ac9f;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_link i {
  padding-left: 5px;
  font-size: 13px;
  vertical-align: middle;
}
/* #footer　フッター
=========================================== */
.contact_area {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
}
.wide_title {
  font-size: 23px;
  letter-spacing: 10px;
}
.pink_text {
  font-size: 15px;
  font-weight: bold;
  color: #e9ac9f;
  text-align: center;
}
.contact_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}
.contact_btn li {
  display: block;
  position: relative;
  width: calc( 100% / 3 );
  border: 1px solid #d2c8c0;
  text-align: center;
}
.contact_btn li a {
  display: block;
  padding: 100px 0;
  vertical-align: middle;
}
.contact_btn li img {
  width: 42px;
}
.contact_btn li span {
  display: block;
  padding-top: 10px;
  color: #555;
  font-size: 14px;
  font-weight: bold;
}
.footer_illust {
  position: relative;
  width: 100%;
  max-width: 2000px;
  height: 480px;
  margin: 0 auto;
  background: #fff url("../images/footer_bg.jpg") no-repeat center bottom / 100%;
}
.footer_copyright {
  position: absolute;
  left: 50%;
  bottom: 17px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  text-align: center;
}
/* ************************************* ↓↓↓↓↓mediaquery↓↓↓↓↓ ****************************************  */
/* *************************  -1200の表示  **************************  */
@media (max-width: 1200px) {
}

/* *************************  -1024の表示  **************************  */
@media (max-width: 1024px) {
  /* 共通 */
  .content {
    width: 90%;
  }

  /* トップページ */
  .top_main {
    flex-direction: column-reverse;
    justify-content: flex-end;
    /* height: 100%; */
  }
  .top_logo {
    display: none;
  }
  .top_logo_sp {
    display: block;
    text-align: center;
    padding: 30px;
  }
  .top_logo_sp img {
    width: 220px;
  }
  .column_left {
    width: 100%;
    margin: 0 auto;
  }
  .column_right {
    width: 100%;
    padding-top: 69.8492462%;
    position: relative;
  }
  .top_mv {
    position: absolute;
    background: url(../images/top.jpg) no-repeat top left / 100%;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .main_head {
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
  }
  .intro-wrap {
    display: flex;
    justify-content: space-between;
  }
  .intro_ja,
  .intro_en {
    width: 50%;
  }
  .intro_ja {
    padding: 20px 40px 20px 0;
    border-bottom: 0;
    border-right: 2px dashed #d8d8d8;
  }
  .intro_en {
    padding: 20px 0 20px 40px;
    margin-top: 0;
  }
  .is-sm {
    display: none;
  }
  .entrance_btn {
    margin: 0px 0 30px;
  }
  .entrance_btn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .entrance_btn ul li {
    width: calc(50% - 20px * 1 / 2);
  }
  .entrance_btn li:nth-child(2) {
    border-top: 1px solid #e6e6e6;
  }

  .banner ul {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
  }
  .banner ul li {
    width: calc(33.3333% - 10px * 2 / 3);
  }

  /* about */
  .card {
    padding: 60px;
  }
  .about_author { 
    background-position: top center;
  }
  .about_author .text_wrap {
    width: 100%;
    padding-top: 300px; 
    padding-left: 0;
  }
  /* footer */
  .contact_btn li a {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer_illust {
    height: 370px;
  }
  .footer_copyright {
    bottom: 10px;
  }
}
/* *************************  -960の表示  **************************  */
@media (max-width: 960px) {

}
/* *************************  -767の表示  **************************  */
@media all and (max-width: 767px) {
/* 共通 */
.br_sp_768, .sp_block {
  display: block;
}
.br_pc_767 {
  display: none;
}
.all_section_top {
  padding-top: 90px;
}
.all_section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.all_title_main {
  font-size: 21px;
}
.all_title_main span {
  display: block;
}

.content_min {
  width: 80%;
}
  .title_text {
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: 2px;
}
  .gray_box {
    padding: 30px;
  }
/**/
  .main_content {
    /* width: 72%; */
    width: 100%;
  }
  .top_main {
    padding: 0;
  }
  /* .top_mv {
    background-position: top left -35px;
  } */
  .column_left {
    width: 400px;
    padding: 0 30px;
  }
  .top_logo {
    width: 132px;
    margin-top: 70px;
  }
  /* .entrance_btn {
    width: 100%;
    margin: 70px 0 90px;
  }
  .entrance_btn li {
    background-position: center right 3px;
    background-size: 27px;
  }
  .entrance_btn li p .en_title {
    font-size: 16px;
  } */
  .contact_icon li:not(:last-child) {
    padding-right: 5px;
  } 
  .contact_icon img {
    width: 40px;
  }  
  /* header */
  .header_logo img {
    width: 160px;
  }
  .page_title_main {
    padding-top: 180px;
  }
  .page_main_block {
    padding-top: 125px;
    padding-bottom: 125px;
  }


  /* トップページ */
  .column_left {
    width: 100%;
  }
  .main_head {
    max-width: 600px;
  }
  .intro-wrap {
    display: block;
  }
  .intro_ja,
  .intro_en {
    width: 100%;
  }
  .intro_ja {
    padding: 0 0 30px 0;
    border-bottom: 2px dashed #d8d8d8;
    border-right: 0;
  }
  .intro_en {
    padding: 30px 0 0 0;
  }
  .entrance_btn ul {
    display: block;
  }
  .entrance_btn ul li {
    width: 100%;
  }
  .entrance_btn li:nth-child(2) {
    border-top: 0;
  }
  .banner ul {
    display: block;
    padding: 20px 30px;
  }
  .banner ul li {
    width: 100%;
  }




/* about */
  .card {
    padding: 50px 40px;
  }
  /* footer */
  .contact_btn li a {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer_illust {
    height: 270px;
  }
  .footer_copyright {
    bottom: 6px;
  }
}
  
/* *************************  -480の表示  **************************  */
@media all and (max-width: 480px) {
  /* 共通 */
  .br_pc_480 {
 display: none;
}
 .br_sp_480 {
 display: block;
}
  .title_block {
    font-size: 17px;
  }
 .lead_text {
 font-size: 15px;
}
 .all_text {
 font-size: 14px;
}
 .all_section_top {
 padding-top: 60px;
}
 .all_section {
 padding-top: 60px;
 padding-bottom: 60px;
}
 .text_normal {
 font-size: 16px;
}
.content_min {
 width: 85%;
}

  /* header */
  .header_logo {
    top: 30%;
    left: 25px;
    transform: translateY(-30%);
  }
  .header_logo img {
    width: 100px;
  }
  .menu_btn {
    width: 100px;
    height: 93px;
    padding-top: 23px;
    font-size: 12px;
  }
  .menu_btn img {
    width: 40px;
  }
  .page_title_main {
    padding-top: 120px;
  }
  .page_main_block {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .nav_open .nav_btn {
    top: 23px;
    right: 33px;
  }



  /* about */
  .list_adjust span {
    display: block;
    line-height: 0.2;
    letter-spacing: 1;
    text-align: left;
  }
  .list_adjust em {
    display: block;
    line-height: 1;
  }
  .gray_box_inner {
    margin-top: 20px;
  }
  .list_pink_square span {
  padding-left: 1.5em;
}
.list_pink_square span:before {
  top: 0.2em;
  font-size: 10px; 
}

  /* illustration */
  .illustration_list li p {
    margin-bottom: 10px;
  }
  .illustration_list .card_col_2 {
    display: block;
  }
  .illustration_list .card_col_2 p {
    width: 100%; 
  }
  .illust_pc {
    display: none;
  }
  .illust_sp {
    display: block;
  }
  /* shop */
  .image_wrap_img {
    width: 100%;
  }
  .image_wrap_img:nth-child(odd) {
    margin-bottom: 10px;
    margin-right: 0;
  }
  /* footer */
  .wide_title {
    font-size: 20px;
  }
  .contact_btn li a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer_illust {
    height: 190px;
  }
  .footer_copyright {
    font-size: 10px;
    bottom: 3px;
  }
  .contact_btn li img {
    width: 25px;
  }
}
/* *************************  -340の表示  **************************  */
@media all and (max-width: 340px) {
  .main_content {
    width: 100%;
  }
  .entrance_btn {
    margin: 30px 0 70px!important;
  }
  .entrance_btn li p .jp_sub {
    font-size: 11px;
  }
  .contact_icon img {
    width: 35px;
  }
  .copyright {
    margin-top: 20px;
  }
    
   /* header */
  .header_logo {
    top: 24%;
    left: 17px;
    transform: translateY(-24%);
  }
  .header_logo img {
    width: 80px;
  }
  .header__nav-item .entrance_btn {
    margin-bottom: 30px!important;
  }
  .page_main_block {
    padding-bottom: 80px;
  }


  /* トップページ */
  .entrance_btn {
    min-width: 320px;
  }
  .entrance_btn li::before {
    left: 20px;
  }
  .banner ul {
    padding: 20px;
  }


  /* footer */
  .wide_title {
    font-size: 15px;
  }
  .contact_btn li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact_btn li span {
    padding-top: 6px;
    font-size: 13px;
  }
  .footer_illust {
    height: 130px;
  }
  
}
/* ************************************* ↑↑↑↑↑↑mediaquery↑↑↑↑↑ ****************************************  */
