@charset "utf-8";
/*##################################################
 *トップページ */
.index_firstview {
  width: 100%;
  margin: -112px 0 120px 0;
}
.index_firstview .layoutarea {
  overflow: hidden;
  background-image: url("../../image/common_texture01.png");
  background-repeat: no-repeat;
  background-position: right -80px bottom -40px;
  background-size: auto;
}
.index_firstview .layoutarea .main-visual {
  width: 56%;
  float: left;
}
.index_firstview .layoutarea .main-visual img {
  width: 100%;
  height: auto;
  opacity: 0;
  filter: blur(40px);
  transition: opacity 3s ease, filter 3s ease;
}
.index_firstview .layoutarea .main-visual img.show {
  opacity: 1;
  filter: blur(0);
}
.index_firstview .layoutarea .main-message {
  width: calc(100% - 56%);
  float: right;
  padding: 240px 16px 0 16px;
}
.index_firstview .layoutarea .main-message .logo {
  width: 40%;
  margin: 0 auto 80px auto;
}
.index_firstview .layoutarea .main-message .logo img {
  width: 100%;
  height: auto;
}
.index_firstview .layoutarea .main-message h1 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 24px 0;
}
.index_firstview .layoutarea .main-message p {
  font-size: 18px;
  line-height: 2.8em;
  text-align: center;
  margin: 0 0 32px 0;
  padding-left: 1em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.index_firstview .layoutarea .main-message p:last-of-type {
  margin-bottom: 96px;
}
.index_firstview .layoutarea .main-message .btn-scroll {
  display: inline-block;
  margin: 0 auto 64px auto;
}
.index_firstview .layoutarea .main-message .btn-scroll a {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #333;
  padding: 0 0 88px 0;
  background-image: url("../../image/common_icon-arw-scroll.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 28px;
}
.index_firstview .layoutarea .main-message .btn-scroll a:hover {
  text-decoration: none;
  color: #e93300;
  background-image: url("../../image/common_icon-arw-scroll-on.png");
}
.index_commentary {
  background-image: url("../../image/common_texture01.png"), url("../../image/common_texture01.png");
  background-repeat: no-repeat;
  background-position: left -520px top, right -240px bottom 120px;
  background-size: auto;
}
.index_commentary div.cbox_layout1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.index_commentary h1 {
  margin: 0 0 0 40px !important;
}
.index_commentary .inscription-txet {
  padding: 56px 0 0 0;
}
.index_commentary .inscription-txet .original, .index_commentary .inscription-txet .translation {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.index_commentary .inscription-txet .original {
  margin: 0 0 120px 0;
}
.index_commentary .inscription-txet .translation {
  margin: 0;
}
.index_commentary .inscription-txet .original h2, .index_commentary .inscription-txet .translation h2 {
  font-size: 20px;
  line-height: 80px;
  font-weight: bold;
  text-align: start;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.index_commentary .inscription-txet .original p, .index_commentary .inscription-txet .translation p {
  font-size: 28px;
  line-height: 80px;
  font-weight: bold;
  text-align: start;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  display: inline-block;
}
.index_commentary .inscription-txet .original p {
  letter-spacing: 0.4em;
}
.index_commentary .inscription-txet .original p ruby {
  font-weight: bold;
}
.index_commentary .inscription-txet .translation p {
  letter-spacing: 0.2em;
}
/* 1520px未満 */
@media screen and (max-width: 1519px) {
  .index_firstview .layoutarea {
    background-position: right -80px bottom -80px;
  }
  .index_firstview .layoutarea .main-message .btn-scroll {
    display: none;
  }
  .index_firstview .layoutarea .main-message p:last-of-type {
    margin-bottom: 0;
  }
}
/* 1280px未満 */
@media screen and (max-width: 1279px) {
  .index_firstview {
    margin: -112px 0 0 0;
  }
  .index_firstview .layoutarea {
    background-position: center bottom 0;
    padding-bottom: 360px;
  }
  .index_firstview .layoutarea .main-message {
    padding-top: 184px;
  }
  .index_firstview .layoutarea .main-message .logo {
    margin: 0 auto 64px auto;
  }
  .index_firstview .layoutarea .main-message h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .index_firstview .layoutarea .main-message p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .index_commentary {
    background-image: none;
    margin-top: -80px;
  }
}
/* 1025px未満 */
@media screen and (max-width: 1024px) {
  .index_firstview .layoutarea {
    background-size: 90%;
    padding-bottom: 304px;
  }
  .index_firstview .layoutarea .main-visual {
    width: 50%;
  }
  .index_firstview .layoutarea .main-message {
    width: 50%;
    padding-top: 160px;
  }
  .index_firstview .layoutarea .main-message .logo {
    margin: 0 auto 48px auto;
  }
  .index_firstview .layoutarea .main-message p {
    line-height: 2em;
  }
    .index_commentary {
    margin-top: -40px;
  }
.index_commentary .inscription-txet .original h2, .index_commentary .inscription-txet .translation h2 {
  line-height: 64px;
}
.index_commentary .inscription-txet .original p, .index_commentary .inscription-txet .translation p {
  line-height: 64px;
}
}
/* 980px未満 */
@media screen and (max-width: 979px) {
  .index_firstview {
    margin: -96px 0 0 0;
  }
  .index_firstview .layoutarea {
    padding-bottom: 160px;
  }
  .index_firstview .layoutarea .main-visual {
    width: 100%;
    float: none;
  }
  .index_firstview .layoutarea .main-message {
    width: auto;
    float: none;
    padding: 0;
    margin: 0 16px 0 16px;
    transform: translateY(-84px);
  }
  .index_firstview .layoutarea .main-message .logo {
    width: 300px;
    margin: 0 auto 28px auto;
  }
  .index_commentary .inscription-txet .original {
  margin: 0 0 80px 0;
}
}
/* 768px未満 */
@media screen and (max-width: 767px) {
  .index_firstview {
    margin: -72px 0 0 0;
  }
  .index_firstview .layoutarea {
    padding-bottom: 120px;
  }
    .index_commentary {
    margin-top: -16px;
  }
  .index_commentary h1 {
  margin: 0 0 0 16px !important;
}
.index_commentary .inscription-txet {
  padding: 36px 0 0 0;
}
.index_commentary .inscription-txet .original {
  margin: 0 0 64px 0;
}
.index_commentary .inscription-txet .original h2, .index_commentary .inscription-txet .translation h2 {
  font-size: 16px;
  line-height: 48px;
}
.index_commentary .inscription-txet .original p {
  font-size: 20px;
  line-height: 48px;
}
.index_commentary .inscription-txet .translation p {
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.1em;
}
}
/*560px未満*/
@media screen and (max-width: 559px) {
  .index_firstview .layoutarea {
    padding-bottom: 80px;
  }
  .index_firstview .layoutarea .main-message {
    transform: translateY(-56px);
  }
  .index_firstview .layoutarea .main-message .logo {
    width: 200px;
    margin: 0 auto 24px auto;
  }
  .index_firstview .layoutarea .main-message h1 {
    font-size: 32px;
  }
  .index_firstview .layoutarea .main-message p {
    text-align: left;
    margin-bottom: 28px;
    padding-left: 0;
  }
  .index_firstview .layoutarea .main-message p br {
    display: none;
  }
}
/*##################################################
 *水彩画作品 */
.works_index {}
.works_single {}
.works_single .work-eyecatch {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 auto;
}
.works_single .work-eyecatch .painting {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.works_single .work-eyecatch .painting .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.works_single .work-eyecatch .painting .image img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2);
}
.works_single .work-detail {
  width: 720px;
  margin: 0 auto 0 auto;
}
.works_single .work-detail .article-title h1 {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0 40px 0;
}
.works_single .work-detail .article-cate1 {
  text-align: left;
  line-height: 36px;
}
.works_single .work-detail .article-cate1 a {
  display: inline-block;
  margin: 0 32px 0 0;
}
.works_single .work-detail .article-cate2 {
  text-align: left;
  line-height: 36px;
  margin: 0 0 32px 0;
}
.works_single .work-detail .article-body {
  margin: 0 0 64px 0;
  padding: 0 0 56px 0;
  border-bottom: 1px solid #e4e4e4;
}
.works_single .work-detail .article-foot p {
  text-align: left;
  margin: 0 0 32px 0;
}
.works_single .work-detail .article-foot p:last-of-type {
  text-align: left;
  margin: 0;
}
.works_single .work-detail .article-foot .article-subtitle {
  border-left: 3px double #a08c4f;
  margin: 0 0 8px 0;
  padding: 3px 0 0 13px;
}
.works_single .work-detail .article-foot .article-subtitle p {
  line-height: 24px;
  margin: 0 !important;
}
/* 1280px未満 */
@media screen and (max-width: 1279px) {}
/* 1025px未満 */
@media screen and (max-width: 1024px) {}
/* 980px未満 */
@media screen and (max-width: 979px) {
  .works_index {
    margin-top: -32px !important;
  }
  .works_single {
    margin-top: -32px !important;
  }
}
/* 768px未満 */
@media screen and (max-width: 767px) {
  .works_index {
    margin-top: -16px !important;
  }
  .works_single {
    margin-top: -16px !important;
  }
  .works_single .work-eyecatch {
    width: auto;
    margin: 0 16px 0 16px;
  }
  .works_single .work-detail {
    width: auto;
    margin: 0 16px 0 16px;
  }
  .works_single .work-detail .article-title h1 {
    padding: 24px 0 32px 0;
  }
  .works_single .work-detail .article-cate1 {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
  .works_single .work-detail .article-cate1 a {
    margin: 0 7px 0 7px;
  }
  .works_single .work-detail .article-cate2 {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
  }
  .works_single .work-detail .article-body {
    margin: 0 0 40px 0;
    padding: 0 0 32px 0;
  }
  .works_single .work-detail .article-foot .article-subtitle {
    padding: 0 0 0 13px;
  }
}
/*560px未満*/
@media screen and (max-width: 559px) {}
/*##################################################
 *プロフィール */
.profile-face {
  margin: 0 0 48px 0;
  padding: 48px 0 0 0;
}
.profile-face p {
  text-align: center !important;
}
.profile-face .portrait {
  width: 200px;
  margin: 0 auto 24px auto;
}
.profile-face .portrait img {
  width: 100%;
  height: auto;
}
.profile-career {
  width: 640px;
  margin: 0 auto 0 auto;
}
.profile-career p {
  text-align: left;
  margin: 0 0 24px 0;
}
.profile-career p:last-of-type {
  text-align: left;
  margin: 0;
}
/* 1280px未満 */
@media screen and (max-width: 1279px) {}
/* 1025px未満 */
@media screen and (max-width: 1024px) {}
/* 980px未満 */
@media screen and (max-width: 979px) {}
/* 768px未満 */
@media screen and (max-width: 767px) {
  .profile-face {
    margin: 0 0 32px 0;
    padding: 32px 0 0 0;
  }
  .profile-face .portrait {
    width: 180px;
  }
  .profile-career {
    width: 100%;
  }
}
/*560px未満*/
@media screen and (max-width: 559px) {}
/*##################################################
 *コレクション */
.collection-desc {
  width: 100%;
  margin: 0 0 48px 0;
  padding: 48px 0 48px 0;
  border-bottom: 1px solid #e4e4e4;
}
.collection-desc ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 16px;
  margin: 0 0 40px 0;
}
.collection-desc ul li {
  width: calc((100% - 16px) / 2);
}
.collection-desc ul li img {
  width: 100%;
  height: auto;
}
.collection-desc .guidance {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
.collection-desc .guidance figure {
  width: 300px;
}
.collection-desc .guidance figure img {
  width: 100%;
  height: auto;
}
.collection-desc .guidance .text {
  width: calc(100% - 340px);
  text-align: left;
}
.collection-desc .guidance .text h2 {
  text-align: left !important;
  text-indent: 0 !important;
  margin: 0 0 8px 0;
}
/* 1280px未満 */
@media screen and (max-width: 1279px) {}
/* 1025px未満 */
@media screen and (max-width: 1024px) {}
/* 980px未満 */
@media screen and (max-width: 979px) {
  .collection-desc .guidance {
    gap: 0 24px;
  }
  .collection-desc .guidance .text {
    width: calc(100% - 324px);
  }
}
/* 768px未満 */
@media screen and (max-width: 767px) {
  .collection-desc {
    margin: 0 0 24px 0;
    padding: 32px 0 24px 0;
  }
  .collection-desc ul {
    gap: 0 8px;
    margin: 0 0 16px 0;
  }
  .collection-desc ul li {
    width: calc((100% - 8px) / 2);
  }
  .collection-desc .guidance {
    gap: 0;
  }
  .collection-desc .guidance figure {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .collection-desc .guidance .text {
    width: 100%;
  }
}
/*560px未満*/
@media screen and (max-width: 559px) {}
/*##################################################
 *お問い合わせ */
.contact_mailform {}
.contact_mailform .guidance {
  margin: 0 0 48px 0;
  padding: 48px 0 48px 0;
  border-bottom: 1px solid #e8e8e8;
}
.contact_mailform .mailform {
  width: 720px;
  margin: 0 auto 0 auto;
}
.contact_mailform .mailform .input-field {
  width: 100%;
  margin: 0 0 48px 0;
}
.contact_mailform .mailform .input-field h2 span.req {
  font-size: 14px;
  color: #e07575;
  padding: 0 0 0 18px;
}
.contact_mailform .mailform .input-field h2 span.ele {
  font-size: 14px;
  color: #999;
  padding: 0 0 0 18px;
}
.contact_mailform .mailform .input-field p:not(:first-of-type) {
  line-height: 32px;
  margin-top: -16px !important;
}
.contact_mailform .mailform .input-field label {
  line-height: 48px;
  display: block;
  float: left;
  margin: 4px 16px 4px 0;
}
.contact_mailform .mailform .input-field .input-item {
  text-align: left;
  margin: 0 0 32px 0;
}
.contact_mailform .mailform .input-field .input-item .textbox1, .contact_mailform .mailform .input-field .input-item .textbox2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 8px 0 8px 0;
  padding: 8px 12px 8px 12px;
  font-weight: normal;
  line-height: 36px;
  border-radius: 4px;
}
.contact_mailform .mailform .input-field .input-item .textbox1 {
  width: 100% !important;
}
.contact_mailform .mailform .input-field .input-item .textbox2 {
  width: 40% !important;
}
.contact_mailform .mailform .input-field .input-item .selectbox1 {
  width: 100%;
  margin: 8px 0 24px 0;
  padding: 8px 12px 8px 12px;
  font-weight: normal;
  line-height: 36px;
  border-radius: 4px;
}
.contact_mailform .mailform .input-field .input-item .confirm-check {
  width: 100%;
  text-align: center !important;
  margin: 8px 0 8px 0;
  padding: 8px 12px 8px 12px;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: all 0.3s;
}
.contact_mailform .mailform .input-field .input-item .confirm-check:hover {
  color: #a08c4f;
  background-color: #f8f7f3;
}
.contact_mailform .mailform .input-field .input-item .confirm-check label {
  display: block;
  width: 100%;
  line-height: 36px;
  float: none;
}
.contact_mailform .mailform .input-field .privacy-check {
  text-align: center !important;
  margin-bottom: 40px !important;
}
.contact_mailform .mailform .input-field .btn-submit {
  width: 100%;
  max-width: 320px;
  text-align: center !important;
  margin: 0 auto 0 auto;
}
.contact_mailform .mailform .input-field .btn-submit input {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  text-align: center;
  padding: 2px 0 0 0;
  background-color: #333;
  border-radius: 28px;
  transition: all 0.3s;
}
.contact_mailform .mailform .input-field .btn-submit input:hover {
  background: #a08c4f;
}
.contact_mailform .mailform .notice-field {
  width: 100%;
}
.contact_mailform .mailform .notice-field p {
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
/* 1280px未満 */
@media screen and (max-width: 1279px) {}
/* 1025px未満 */
@media screen and (max-width: 1024px) {}
/* 980px未満 */
@media screen and (max-width: 979px) {
  .contact_mailform .mailform {
    width: 100%;
  }
}
/* 768px未満 */
@media screen and (max-width: 767px) {
  .contact_mailform {
    margin: -40px 0 0 0;
  }
  .contact_mailform .guidance {
    margin: 0 0 32px 0;
    padding: 32px 0 32px 0;
  }
  .contact_mailform .mailform .input-field .input-item {
    margin: 0 0 24px 0;
  }
  .contact_mailform .mailform .input-field .input-item .confirm-check:hover {
    color: #333;
    background-color: #f5f5f5;
  }
  .contact_mailform .mailform .input-field .btn-submit input:hover {
    background: #333;
  }
}
/*##################################################
 *プライバシーポリシー */
.policy_content {
  width: 100%;
}
.policy_content .policy-text {
  padding: 48px 0 48px 0;
  border-top: solid 1px #e8e8e8;
}
.policy_content .policy-text:first-child {
  border-top: none;
}
.policy_content .policy-text h2 {
  text-align: left !important;
  margin: 0 0 24px 0;
}
.policy_content .policy-text p {
  text-align: left;
}
.policy_content .policy-text ol {
  margin-top: 24px;
}
.policy_content .policy-text ol li {
  font-size: 16px;
  text-align: left;
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 16px 32px;
}
.policy_content .policy-text ol li:last-child {
  margin-bottom: 0px;
}
/* 1280px未満 */
@media screen and (max-width: 1279px) {}
/* 1025px未満 */
@media screen and (max-width: 1024px) {}
/* 980px未満 */
@media screen and (max-width: 979px) {}
/* 768px未満 */
@media screen and (max-width: 767px) {
  .policy_content {
    margin: -40px 0 0 0;
  }
  .policy_content .policy-text {
    padding: 32px 0 32px 0;
  }
  .policy_content .policy-text h2 {
    margin: 0 0 16px 0;
  }
  .policy_content .policy-text ol {
    margin-top: 16px;
  }
  .policy_content .policy-text ol li {
    margin: 0 0 8px 32px;
  }
}
/*560px未満*/
@media screen and (max-width: 559px) {}
/*##################################################
 *404*/
.notfound {
  padding-top: 48px !important;
}
.notfound p {
  margin: 0 0 24px 0;
}
/* 1280px未満 */
@media screen and (max-width: 1279px) {}
/* 1025px未満 */
@media screen and (max-width: 1024px) {}
/* 980px未満 */
@media screen and (max-width: 979px) {
  .notfound {
    padding-top: 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
/* 768px未満 */
@media screen and (max-width: 767px) {}
/*560px未満*/
@media screen and (max-width: 559px) {}
/*##################################################
 *コンテンツ */
.xxxxx_xxxxx {}
/* 1280px未満 */
@media screen and (max-width: 1279px) {}
/* 1025px未満 */
@media screen and (max-width: 1024px) {}
/* 980px未満 */
@media screen and (max-width: 979px) {}
/* 768px未満 */
@media screen and (max-width: 767px) {}
/*560px未満*/
@media screen and (max-width: 559px) {}
/*360px未満*/
@media screen and (max-width: 359px) {}