/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/*---------------------------------------*/
/* reset */
/*---------------------------------------*/
html {
  color: #444444 !important;
  overflow-x: clip;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

main {
  transition: 0.1s ease;
}

body {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  letter-spacing: 0;
  overflow-x: hidden;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

div {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

span {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #444444;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
  margin-block-end: 0;
}

li {
  color: #333;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a:hover {
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/common/bg-pattern-1.webp");
  background-size: 100% auto;
  background-repeat: repeat;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
h1, h2, h3 {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #883044;
}

p, span {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  line-height: 2;
}

a {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 32px;
}
.section-title h2::first-letter {
  font-size: 40px;
}
.section-title h2 span {
  font-size: 24px;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #883044;
}
.section-title p {
  color: #883044;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.breadcrumbs a {
  color: #333333;
}

.pagetop {
  padding: 80px 0;
}
.pagetop .pagetop-inner {
  text-align: center;
}
.pagetop .pagetop-inner h1 {
  font-size: 56px;
}
.pagetop .pagetop-inner h1::first-letter {
  font-size: 64px;
}
.pagetop .pagetop-inner h1 span {
  font-size: 32px;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #883044;
}
.pagetop .pagetop-inner p {
  color: #883044;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.more-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #883044;
  border-radius: 50%;
  transition: 0.3s ease;
}

.morebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
}
.morebtn:hover .more-arrow {
  scale: 1.2;
  background-color: #883044;
}
.morebtn:hover .more-arrow img {
  filter: brightness(0) invert(1);
}
.morebtn p {
  color: #883044;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.morebtn.white .more-arrow {
  border: 1px solid #fff;
}
.morebtn.white .more-arrow img {
  filter: brightness(0) invert(1);
}
.morebtn.white p {
  color: #fff;
}
.morebtn.white:hover .more-arrow {
  background-color: #fff;
}
.morebtn.white:hover .more-arrow img {
  filter: none;
}

header .header-wrap {
  padding: 0 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .header-logo {
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #883044;
}
header .header-wrap .header-nav ul {
  display: flex;
  align-items: center;
  gap: 48px;
}
header .header-wrap .header-nav ul li a {
  position: relative;
  z-index: 1;
}
header .header-wrap .header-nav ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 136px;
  height: 121px;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/common/paint-top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
}
header .header-wrap .header-nav ul li a p {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #883044;
  transition: 0.3s ease;
}
header .header-wrap .header-nav ul li a:hover p {
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
header .header-wrap .header-nav ul li a:hover::before {
  opacity: 1;
}
header .header-wrap .header-nav ul li a.top::before {
  transform: translate(-46%, -55%);
}
header .header-wrap .header-nav ul li a.news::before {
  width: 145px;
  height: 124px;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/common/paint-news.png");
  transform: translate(-46%, -55%);
}
header .header-wrap .header-nav ul li a.concept::before {
  width: 153px;
  height: 153px;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/common/paint-concept.png");
  transform: translate(-50%, -50%);
}
header .header-wrap .header-nav ul li a.shop::before {
  width: 159px;
  height: 139px;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/common/paint-shop.png");
  transform: translate(-50%, -47%);
}
header .header-wrap .header-nav ul li a.company::before {
  width: 147px;
  height: 125px;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/common/paint-company.png");
  transform: translate(-50%, -50%);
}
header .header-wrap .header-nav ul li a.contact::before {
  width: 185px;
  height: 156px;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/common/paint-contact.png");
  transform: translate(-50%, -53%);
}

footer {
  position: relative;
  background-color: #883044;
  padding-top: 120px;
  padding-bottom: 50px;
}
footer h2, footer p {
  color: #fff;
}
footer .top-btn {
  position: absolute;
  top: 0;
  right: 40px;
}
footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-inner .footer-info-title {
  margin-bottom: 30px;
}
footer .footer-inner .footer-info-title h2 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .footer-inner .footer-info-text {
  margin-bottom: 56px;
}
footer .footer-inner .footer-info-sns {
  display: flex;
  align-items: center;
  gap: 15px;
}
footer .footer-inner .footer-contact .contact-btn {
  position: relative;
  display: block;
  padding: 20px 28px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 307px;
  box-sizing: border-box;
  text-align: right;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/icons/icon-mail.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  transition: 0s;
}
footer .footer-inner .footer-contact .contact-btn::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 15%;
  height: 2px;
  background-color: #fff;
}
footer .footer-inner .footer-contact .contact-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 79%;
  height: 2px;
  background-color: #fff;
}
footer .footer-inner .footer-contact .contact-btn:hover {
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/icons/icon-mail-hover.svg");
  background-position: 20px 14px;
}
footer .footer-inner .footer-contact .contact-btn p {
  font-size: 18px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
footer .footer-bottom {
  text-align: center;
}
footer .footer-bottom a {
  color: #fff;
}
footer .footer-bottom p {
  font-size: 12px;
}

/* Pages */
/*---------------------------------------*/
#front-page .front-section {
  padding: 120px 0;
}
#front-page .front-mv {
  position: relative;
  padding-bottom: 50px;
}
#front-page .front-mv-img {
  width: 60%;
  aspect-ratio: 163/103;
  position: absolute;
  top: 15%;
  right: 0;
  max-width: 815px;
}
#front-page .front-mv-frame {
  z-index: 10;
  position: absolute;
  top: 45%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 114%;
  pointer-events: none;
}
#front-page .front-mv-frame img {
  width: 100%;
}
#front-page .front-mv-bg {
  width: 40%;
  max-width: 540px;
  position: absolute;
  bottom: 20%;
  left: 0;
  transform: translateY(50%);
}
#front-page .front-mv-inner {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  width: 50%;
  margin-right: auto;
  padding: 0 60px;
  box-sizing: border-box;
}
#front-page .front-mv-catch {
  padding-top: 30px;
  max-width: 230px;
}
#front-page .front-mv-catch img {
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.9)) drop-shadow(0 2px 4px rgba(255, 255, 255, 0.9)) drop-shadow(0 2px 4px rgba(255, 255, 255, 0.9)) drop-shadow(0 2px 4px rgba(255, 255, 255, 0.9));
}
#front-page .front-mv-scroll {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#front-page .front-event {
  position: relative;
}
#front-page .front-event .frame-1 {
  position: absolute;
  top: 0;
  right: -150px;
  width: 380px;
  height: auto;
}
#front-page .front-event .frame-2 {
  position: absolute;
  top: 50%;
  left: -150px;
  width: 280px;
  height: auto;
}
#front-page .front-event .section-title {
  margin-bottom: 48px;
}
#front-page .front-event .event-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#front-page .front-event .event-nav li a {
  color: #333333;
}
#front-page .front-event .event-nav li.uk-active {
  border-bottom: 2px solid #883044;
}
#front-page .front-event .event-nav li.uk-active a {
  color: #883044;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-page .front-event .morebtn {
  justify-content: center;
}
#front-page .news-list {
  max-width: 1010px;
  margin: 48px auto;
}
#front-page .news-list ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
#front-page .news-list ul li a:hover {
  transform: rotate(-3deg);
}
#front-page .news-list ul li a .news-img {
  width: 40%;
  height: 100%;
}
#front-page .news-list ul li a .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-page .news-list ul li a .news-info {
  width: 60%;
  padding: 20px;
  box-sizing: border-box;
}
#front-page .news-list ul li a .news-info .info-header {
  margin-bottom: 5px;
  border-bottom: 1px dashed #883044;
}
#front-page .news-list ul li a .news-info .info-header span {
  font-size: 14px;
  color: #883044;
}
#front-page .news-list ul li a .news-info .info-header span.date {
  margin-right: 10px;
}
#front-page .news-list ul li a .news-info p {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
}
#front-page .front-concept {
  background-color: #fff;
  position: relative;
}
#front-page .front-concept .frame-1 {
  position: absolute;
  top: 10%;
  right: -200px;
  width: 415px;
  height: auto;
  transform: translateY(-50%);
}
#front-page .front-concept .concept-grid {
  display: flex;
}
#front-page .front-concept .concept-grid-img {
  width: 50%;
  padding-left: 20px;
  padding-right: 56px;
}
#front-page .front-concept .concept-grid-text {
  width: 50%;
}
#front-page .front-concept .concept-grid-text .section-title {
  text-align: left;
}
#front-page .front-concept .concept-grid-text .concept-lead {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 64px;
  margin-bottom: 32px;
}
#front-page .front-concept .concept-grid-text .morebtn {
  margin-right: 0;
}
#front-page .front-shop {
  padding: 120px 0;
  position: relative;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu//images/common/bg-pattern-2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#front-page .front-shop .frame-1 {
  position: absolute;
  top: 0;
  left: -150px;
  width: 320px;
  transform: translateY(-35%);
}
#front-page .front-shop .frame-2 {
  position: absolute;
  top: 0;
  right: -180px;
  width: 350px;
}
#front-page .front-shop .frame-3 {
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 420px;
}
#front-page .front-shop .section-title {
  margin-bottom: 80px;
}
#front-page .front-shop .shop-grid {
  justify-content: center;
}
#front-page .front-shop .shop-grid .shop-item .shop-img {
  margin-bottom: 12px;
}
#front-page .front-shop .shop-grid .shop-item .shop-floor {
  margin-bottom: 8px;
}
#front-page .front-shop .shop-grid .shop-item .shop-floor span {
  font-size: 16px;
  color: #883044;
  padding: 8px 10px;
  border: 1px solid #883044;
}
#front-page .front-shop .shop-grid .shop-item .shop-title h3 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-page .front-shop .shop-grid .shop-item .morebtn {
  margin: 10px 0 0 0;
}
#front-page .front-news {
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu//images/front/news-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#front-page .front-news-inner {
  max-width: 1015px;
  margin: 0 auto;
}
#front-page .front-news .section-title {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 60px;
}
#front-page .front-news .section-title h2, #front-page .front-news .section-title p {
  color: #fff;
}
#front-page .front-news .front-news-ex {
  display: block;
  background-color: #fff;
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: 0.3s ease;
}
#front-page .front-news .front-news-ex::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  transition: 0.3s ease;
  border: 0 solid transparent;
  z-index: 10;
}
#front-page .front-news .front-news-ex:hover::before {
  border: 5px solid #883044;
}
#front-page .front-news .front-news-ex-inner {
  padding-top: 84px;
  padding-left: 60px;
  padding-bottom: 60px;
}
#front-page .front-news .front-news-ex-inner h4 {
  font-size: 24px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}
#front-page .front-news .front-news-ex-inner h3 {
  font-size: 32px;
}
#front-page .front-news .front-news-ex .deco {
  position: absolute;
  top: 0;
  left: 0;
}
#front-page .front-news .front-news-ex .morebtn {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  background-color: #883044;
  gap: 8px;
  padding: 5px;
}
#front-page .front-news .front-news-ex .morebtn:hover .more-arrow {
  scale: 1;
}
#front-page .front-news .front-news-ex .morebtn .more-arrow {
  border: none;
}
#front-page .front-news .front-news-ex .morebtn p {
  color: #fff;
}
#front-page .front-news .morebtn.white {
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
}
#front-page .front-class {
  position: relative;
}
#front-page .front-class .frame-1 {
  position: absolute;
  top: 10%;
  left: -50px;
  width: 383px;
}
#front-page .front-class .frame-2 {
  position: absolute;
  top: 50%;
  right: -180px;
  width: 360px;
}
#front-page .front-class .section-title {
  margin-bottom: 80px;
}
#front-page .front-class .class-slider .uk-slider-items .class-item {
  padding: 0 20px;
  width: 430px;
}
#front-page .front-class .class-slider .uk-slider-items .class-item a {
  display: block;
  background-color: #fff;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  height: 100%;
}
#front-page .front-class .class-slider .uk-slider-items .class-item a:hover .class-img img {
  transform: scale(1.1);
}
#front-page .front-class .class-slider .uk-slider-items .class-item a .class-img {
  height: 235px;
  overflow: hidden;
}
#front-page .front-class .class-slider .uk-slider-items .class-item a .class-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
#front-page .front-class .class-slider .uk-slider-items .class-item a .class-info {
  padding: 24px;
}
#front-page .front-class .class-slider .uk-slider-items .class-item a .class-info h3 {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
#front-page .front-class .class-slider .uk-slider-items .class-item a .class-info p.date {
  margin-top: 10px;
}
#front-page .front-class .btn-nav {
  padding-top: 120px;
  display: flex;
  justify-content: center;
  gap: 120px;
}
#front-page .front-class .btn-nav a {
  position: relative;
}
#front-page .front-class .btn-nav a svg path {
  stroke-width: 2px;
  transition: 0.3s ease;
}
#front-page .front-class .btn-nav a:hover {
  transform: rotate(-3deg);
}
#front-page .front-class .btn-nav a:hover svg path {
  stroke-width: 3px;
}
#front-page .front-class .btn-nav a.contact:hover {
  transform: rotate(3deg);
}
#front-page .front-class .btn-nav a .title {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translateY(-50%);
}
#front-page .front-class .btn-nav a .title h3 {
  font-size: 32px;
  line-height: 1.2;
}
#front-page .front-class .btn-nav a .title h3:first-letter {
  font-size: 40px;
}
#front-page .front-class .btn-nav a .title p {
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #883044;
}

#page-company h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#page-company .company-info {
  padding-bottom: 120px;
}
#page-company .company-info-img {
  max-width: 840px;
  margin: 0 auto 56px auto;
}
#page-company .company-info-list {
  max-width: 412px;
  margin: 0 auto;
}
#page-company .company-info-list li {
  display: flex;
  border-bottom: 1px solid #883044;
  padding: 20px 0;
}
#page-company .company-info-list li p.title {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #883044;
  width: 120px;
}
#page-company .company-info-list li .info-text a {
  display: flex;
  align-items: center;
  gap: 10px;
}
#page-company .company-history {
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu/images/company/history-bg.webp");
  background-size: cover;
  background-position: center;
  padding-top: 88px;
  padding-bottom: 200px;
  position: relative;
  margin-bottom: -120px;
}
#page-company .company-history .frame-1 {
  position: absolute;
  top: 20%;
  left: -40px;
  width: 30%;
}
#page-company .company-history .frame-2 {
  position: absolute;
  top: 40%;
  right: -40px;
  width: 30%;
}
#page-company .company-history-list {
  max-width: 412px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#page-company .company-history-list li {
  display: flex;
}
#page-company .company-history-list li .year {
  width: 80px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #883044;
}
#page-company .company-history-list li .text {
  width: calc(100% - 80px);
  padding-left: 24px;
  position: relative;
  padding-bottom: 30px;
}
#page-company .company-history-list li .text::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #883044;
  border-radius: 50%;
}
#page-company .company-history-list li .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 100%;
  background-color: #883044;
  transform: translateX(-50%);
}
#page-company .company-history-list li:first-child .text::after {
  top: 14px;
}
#page-company .company-history-list li:last-child .text::after {
  top: 0;
  height: 14px;
}

#page-contact .contact-block {
  max-width: 830px;
  margin: 0 auto 120px auto;
  padding: 56px 15px;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #883044;
  text-align: center;
}
#page-contact .contact-block h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
#page-contact .contact-block.contact-block-top p {
  font-size: 18px;
}
#page-contact .contact-block.contact-block-top .tel-block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #883044;
}
#page-contact .contact-block.contact-block-top .tel-block span {
  font-size: 40px;
  color: #883044;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
#page-contact .contact-block.contact-block-top .tel-info span {
  margin-left: 10px;
  font-size: 20px;
}
#page-contact .contact-block.form-block h2 {
  margin-bottom: 64px;
}
#page-contact .contact-block .form-wrap {
  max-width: 590px;
  margin: 0 auto;
}
#page-contact .contact-block .form-wrap .uk-form-label {
  font-size: 16px;
  color: #883044;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
}
#page-contact .contact-block .form-wrap .uk-form-label span.req {
  background-color: #883044;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
  padding: 2px 6px;
  line-height: 1.5;
}
#page-contact .contact-block .form-wrap .uk-form-controls {
  width: calc(100% - 160px);
  max-width: 360px;
}
#page-contact .contact-block .form-wrap .uk-form-controls input, #page-contact .contact-block .form-wrap .uk-form-controls textarea, #page-contact .contact-block .form-wrap .uk-form-controls select {
  border-radius: 5px;
  border: 1px solid #883044;
}
#page-contact .contact-block .form-wrap .uk-form-controls .wpcf7-not-valid-tip {
  text-align: left;
  font-size: 14px;
}
#page-contact .contact-block .form-wrap .uk-margin {
  margin-bottom: 40px;
}
#page-contact .contact-block .form-wrap .uk-flex {
  justify-content: space-between;
}
#page-contact .contact-block .form-wrap .accept {
  margin: 50px 0;
}
#page-contact .contact-block .form-wrap .accept a {
  color: #333333;
  text-decoration: underline;
}
#page-contact .contact-block .form-wrap .morebtn {
  padding-right: 0;
}
#page-contact .contact-block .form-wrap .morebtn::before {
  right: 20px;
}
#page-contact .contact-block .form-wrap .morebtn .more-arrow {
  aspect-ratio: 1/1;
}
#page-contact .contact-block .form-wrap .morebtn p {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
#page-contact .contact-block .form-wrap .morebtn input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  color: #883044;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#page-contact .contact-block .form-wrap .morebtn input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#archive {
  padding-bottom: 120px;
}
#archive .news-wrap {
  display: flex;
  gap: 64px;
}
#archive .news-wrap .news-archive {
  min-width: 164px;
  padding-top: 60px;
}
#archive .news-wrap .news-archive-inner h4 {
  font-size: 16px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid #883044;
  color: #883044;
  text-align: center;
  padding: 5px 0;
}
#archive .news-wrap .news-archive-inner ul {
  padding-left: 14px;
}
#archive .news-wrap .news-archive-inner ul li {
  margin-top: 15px;
}
#archive .news-wrap .news-archive-inner ul li a {
  color: #333333;
}
#archive .news-wrap .news-contents {
  width: calc(100% - 184px);
  max-width: 906px;
}
#archive .news-wrap .news-contents ul {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.13));
}
#archive .news-wrap .news-contents ul li:nth-child(odd) {
  background-color: #FCF8EF;
}
#archive .news-wrap .news-contents ul li:nth-child(even) {
  background-color: #FFFDF8;
}
#archive .news-wrap .news-contents ul li .news-item {
  display: flex;
  align-items: center;
  padding: 20px 32px;
  gap: 40px;
  position: relative;
}
#archive .news-wrap .news-contents ul li .news-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #883044;
  transition: width 0.3s ease;
}
#archive .news-wrap .news-contents ul li .news-item:hover::before {
  width: 100%;
}
#archive .news-wrap .news-contents ul li .news-item:hover .more-arrow {
  scale: 1.2;
  background-color: #883044;
}
#archive .news-wrap .news-contents ul li .news-item:hover .more-arrow img {
  filter: brightness(0) invert(1);
}
#archive .news-wrap .news-contents ul li .news-item-thumb {
  max-width: 187px;
}
#archive .news-wrap .news-contents ul li .news-item-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#archive .news-wrap .news-contents ul li .news-item-text {
  width: 100%;
}
#archive .news-wrap .news-contents ul li .news-item-text .date-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #883044;
}
#archive .news-wrap .news-contents ul li .news-item-text .date-wrap p.date {
  color: #883044;
}
#archive .news-wrap .news-contents ul li .news-item-text .date-wrap span.cat {
  font-size: 14px;
  color: #883044;
  border: 1px solid #883044;
  line-height: 1;
  padding: 4px 8px;
}
#archive .news-wrap .news-contents ul li .news-item-text h4 {
  font-size: 16px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#archive .wp-pagenavi {
  text-align: center;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
#archive .wp-pagenavi a, #archive .wp-pagenavi span {
  border: none;
  font-size: 24px;
  padding: 5px;
  margin: 0 6px;
  color: #333333;
  font-family: dnp-shuei-nshogomincho-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#archive .wp-pagenavi span.current {
  color: #883044;
  border-bottom: 1px solid #883044;
}
#archive .wp-pagenavi .pages {
  display: none;
}
#archive .wp-pagenavi .nextpostslink, #archive .wp-pagenavi .previouspostslink {
  color: #fff;
  position: relative;
}
#archive .wp-pagenavi .nextpostslink::before, #archive .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-image: url("http://morioka-gjsha.com/wp/wp-content/themes/morioka_geijyutsu//images/icons/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) rotate(180deg);
}
#archive .wp-pagenavi .nextpostslink::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#archive .single-content {
  max-width: 840px;
  margin: 0 auto;
  padding-top: 8px;
}
#archive .single-content .content .date-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
#archive .single-content .content .date-wrap p.date {
  color: #883044;
}
#archive .single-content .content .date-wrap span.cat {
  font-size: 14px;
  color: #883044;
  border: 1px solid #883044;
  line-height: 1;
  padding: 4px 8px;
}
#archive .single-content .content h2 {
  font-size: 24px;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
}
#archive .single-content .content-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
#archive .single-content .content-nav:hover .more-arrow {
  scale: 1.2;
  background-color: #883044;
}
#archive .single-content .content-nav:hover .more-arrow img {
  filter: brightness(0) invert(1);
}
#archive .single-content .content-nav p {
  color: #883044;
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#archive .artwork-list-wrap {
  margin: 30px 0;
}
#archive .artwork-list-wrap .artwork-list ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
#archive .artwork-list-wrap .artwork-list ul li img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 250px;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  #page-company .company-history .frame-1 {
    width: 360px;
  }
  #page-company .company-history .frame-2 {
    width: 360px;
  }
}
@media screen and (max-width: 639px) {
  .pagetop {
    padding: 40px 0;
  }
  .pagetop .pagetop-inner h1 {
    font-size: 32px;
  }
  .pagetop .pagetop-inner h1::first-letter {
    font-size: 40px;
  }
  .pagetop .pagetop-inner h1 span {
    font-size: 24px;
  }
  .pagetop .pagetop-inner p {
    font-size: 16px;
  }
  header .header-wrap {
    height: 80px;
    padding: 0 20px;
  }
  header .header-wrap .header-logo {
    font-size: 24px;
  }
  footer .footer-inner {
    flex-flow: column;
  }
  #front-page .front-section {
    padding: 80px 0;
  }
  #front-page .front-mv-inner {
    padding: 0 20px;
  }
  #front-page .front-mv-catch {
    max-width: 110px;
  }
  #front-page .front-event .frame-1 {
    display: none;
  }
  #front-page .front-event .frame-2 {
    display: none;
  }
  #front-page .front-concept .frame-1 {
    display: none;
  }
  #front-page .front-concept .concept-grid {
    flex-flow: column;
  }
  #front-page .front-concept .concept-grid-img {
    width: 80%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #front-page .front-concept .concept-grid-text {
    width: 100%;
  }
  #front-page .front-shop .frame-1 {
    display: none;
  }
  #front-page .front-shop .frame-2 {
    display: none;
  }
  #front-page .front-shop .frame-3 {
    display: none;
  }
  #front-page .front-shop .section-title {
    margin-bottom: 50px;
  }
  #front-page .front-news .front-news-ex {
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
  }
  #front-page .front-news .front-news-ex-inner {
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #front-page .front-news .front-news-ex-inner h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #front-page .front-news .front-news-ex-inner h3 {
    font-size: 24px;
  }
  #front-page .front-news .front-news-ex .deco {
    width: 180px;
  }
  #front-page .front-class .frame-1 {
    top: 0%;
    left: -190px;
  }
  #front-page .front-class .frame-2 {
    top: 43%;
    right: -250px;
  }
  #front-page .front-class .section-title {
    margin-bottom: 50px;
  }
  #front-page .front-class .class-slider .uk-slider-items .class-item {
    padding: 0 10px;
    width: 260px;
  }
  #front-page .front-class .class-slider .uk-slider-items .class-item a .class-img {
    height: 180px;
  }
  #front-page .front-class .class-slider .uk-slider-items .class-item a .class-info {
    padding: 15px;
  }
  #front-page .front-class .btn-nav {
    flex-flow: column;
    gap: 40px;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-company .company-info {
    padding-bottom: 60px;
  }
  #page-company .company-info h2 {
    font-size: 24px;
  }
  #page-company .company-info-img {
    margin-bottom: 24px;
  }
  #page-company .company-info-list li {
    padding: 10px 0;
  }
  #page-company .company-history .frame-1 {
    display: none;
  }
  #page-company .company-history .frame-2 {
    display: none;
  }
  #page-contact .contact-block {
    padding: 30px 15px;
    margin: 0 auto 60px auto;
  }
  #page-contact .contact-block h2 {
    font-size: 24px;
  }
  #page-contact .contact-block.contact-block-top p {
    font-size: 16px;
  }
  #page-contact .contact-block.contact-block-top .tel-block span {
    font-size: 32px;
  }
  #page-contact .contact-block.form-block h2 {
    margin-bottom: 24px;
  }
  #page-contact .contact-block .form-wrap .uk-form-label {
    font-size: 16px;
  }
  #page-contact .contact-block .form-wrap .uk-form-controls {
    width: 100%;
  }
  #page-contact .contact-block .form-wrap .uk-margin {
    margin-bottom: 20px;
  }
  #page-contact .contact-block .form-wrap .uk-flex {
    gap: 10px;
    flex-direction: column;
  }
  #page-contact .contact-block .form-wrap .accept {
    margin: 30px 0;
  }
  #archive .news-wrap {
    flex-flow: column;
    gap: 20px;
  }
  #archive .news-wrap .news-archive {
    padding-top: 30px;
  }
  #archive .news-wrap .news-contents ul li .news-item {
    flex-flow: column;
    gap: 20px;
    padding: 20px;
  }
  #archive .news-wrap .news-contents ul li .news-item-arrow {
    margin-left: auto;
  }
  #archive .artwork-list-wrap .artwork-list ul li {
    flex-flow: column;
    gap: 10px;
  }
  #archive .artwork-list-wrap .artwork-list ul li img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  header .header-wrap .header-nav ul {
    gap: 30px;
  }
  header .header-wrap .header-nav ul li a p {
    font-size: 16px;
  }
  #front-page .front-mv {
    min-height: 580px;
  }
  #front-page .front-mv-inner {
    width: 35%;
  }
  #front-page .front-mv-catch {
    max-width: 170px;
  }
}
@media screen and (min-width: 1600px) {
  #front-page .front-mv {
    min-height: 800px;
  }
  #front-page .front-mv-img {
    max-width: 1000px;
  }
  #front-page .front-mv-inner {
    width: 1500px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #front-page .front-mv-inner {
    width: 35%;
  }
  #front-page .front-mv-catch {
    max-width: 150px;
  }
  #front-page .front-class .btn-nav {
    gap: 40px;
    padding: 80px 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  #front-page .front-mv-inner {
    width: 40%;
  }
}
