@charset "UTF-8";
/*
$basecolor2: #D7E98D; // red
$basecolor3: #BE99FF; // red
$basecolor4: #FFF899; // red
$basecolor5: #CCCCCC; // red

$basecolor6: #E199FF; // red
$basecolor7: #99D6FF; // red
$basecolor8: #FF99C3; // red
$basecolor9: #FFCF99; // red
*/
/*
.overflow{
                            
    position: relative;

    &:after{
        content: "";
        display: block;
        width: (40/640)*100vw;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;

        @include gra($monocolor,1); // color,rotate:0 or 1
        transform: scaleX(-1);
        opacity: 0.2;
    }
    .figure{

        display: flex;
        width: 100%;
        box-sizing: border-box;
        overflow: auto;

        img{
            width: (960/640)*100vw;
        }
        &:after{
            content: "■■";
            display: block;
            opacity: 0;
        }
    }
}
*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@font-face {
  font-family: 'tegaki';
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'tex gyre heros r';
  src: url("../webfont/texgyreheros-regular-webfont.eot");
  src: url("../webfont/texgyreheros-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfont/texgyreheros-regular-webfont.woff") format("woff"), url("../webfont/texgyreheros-regular-webfont.ttf") format("truetype");
  font-display: swap;
}

#main-slider {
  display: none;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  padding: 0 0 4em;
  /* -------------------------------------
       main
    ------------------------------------- */
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article #main {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#article #main img {
  display: block;
  width: 100%;
  height: auto;
}

#article #main a,
#article #main a:link {
  display: block;
  text-decoration: none;
}

#article #main .inner {
  width: 100%;
  position: relative;
  /* -------------------------------------
               slider
            ------------------------------------- */
}

#article #main .inner .figure {
  width: 100%;
}

#article #main .inner .slick_slider {
  margin: 0 !important;
  position: relative;
  /* -------------------------------------
                   slider
                */
  /* -------------------------------------
                   slick-arrow
                */
  /* -------------------------------------
                   slick-dots
                */
}

#article #main .inner .slick_slider .slider {
  display: none;
  min-height: 1px;
  opacity: 0;
  transition: 0.3s;
}

#article #main .inner .slick_slider .slider:first-child {
  display: block;
  opacity: 1;
}

#article #main .inner .slick_slider.slick-initialized .slider {
  display: block;
  opacity: 1;
}

#article #main .inner .slick_slider .slick-arrow {
  text-indent: -9999px;
  opacity: 0.1;
  transition: 0.3s;
  display: block;
  width: 6vw;
  height: 6vw;
  background: #999999;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

#article #main .inner .slick_slider .slick-arrow:after {
  content: "";
  display: block;
  width: 2.6vw;
  height: 2.6vw;
  margin: 0px auto 0 auto;
  border-top: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 20%;
}

#article #main .inner .slick_slider .slick-arrow:hover {
  opacity: 0.9;
}

#article #main .inner .slick_slider .slick-arrow.slick-next {
  right: 5px !important;
}

#article #main .inner .slick_slider .slick-arrow.slick-next:after {
  border-right: 2px solid white;
  transform: translate(-68%, -50%) rotate(45deg);
}

#article #main .inner .slick_slider .slick-arrow.slick-prev {
  left: 5px !important;
}

#article #main .inner .slick_slider .slick-arrow.slick-prev:after {
  border-left: 2px solid white;
  transform: translate(-32%, -50%) rotate(-45deg);
}

#article #main .inner .slick_slider .slick-dots {
  bottom: 4px !important;
}

#article #main .inner .slick_slider .slick-dots li {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 0.6em !important;
  background: white;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #999999;
  border-radius: 100%;
  box-sizing: border-box;
}

#article #main .inner .slick_slider .slick-dots li button:before {
  content: "" !important;
}

#article #main .inner .slick_slider .slick-dots li.slick-active {
  background: #666666;
  border: 1px solid white;
}

#article #main:hover .slick-arrow {
  opacity: 0.4;
}

#article .section {
  width: 100%;
  padding: 3rem 0 2rem;
  position: relative;
  overflow: hidden;
  /* -------------------------------------
           common
        */
  /* -------------------------------------
           information
        */
  /* -------------------------------------
           speciality
        */
  /* -------------------------------------
           about
        */
  /* -------------------------------------
           works
        */
  /* -------------------------------------
           voice
        */
  /* -------------------------------------
           blog
        */
  /* -------------------------------------
           pickup
        */
}

#article .section .inner {
  margin: 0 auto;
  /* -------------------------------------
               slick_slider
            ------------------------------------- */
}

#article .section .inner .content.content_1 {
  margin: 0 0 24px;
  position: relative;
}

#article .section .inner .slick_slider {
  list-style: none;
  margin: 0 auto;
  position: static;
  /* -------------------------------------
                   slider
                */
  /* -------------------------------------
                   slick-dots
                */
  /* -------------------------------------
                   slick-arrow
                */
}

#article .section .inner .slick_slider .slick-list {
  overflow: visible;
}

#article .section .inner .slick_slider .slider {
  line-height: 1.25;
  position: absolute;
}

#article .section .inner .slick_slider .slider:first-child {
  position: static;
}

#article .section .inner .slick_slider .slider a,
#article .section .inner .slick_slider .slider a:link {
  display: block;
}

#article .section .inner .slick_slider .slider .figure {
  margin: 0 auto;
}

#article .section .inner .slick_slider .slider .figcaption {
  margin: 0 auto;
}

#article .section .inner .slick_slider .slider .h4 {
  margin: 0 auto;
}

#article .section .inner .slick_slider .slider p {
  margin: 0 auto;
}

#article .section .inner .slick_slider.show .slider {
  position: static;
}

#article .section .inner .slick_slider .slick-dots {
  padding: 0;
  bottom: -30px !important;
  left: 50%;
  transform: translateX(-50%);
}

#article .section .inner .slick_slider .slick-dots li {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  margin: 0 0.6em !important;
  background: white;
  border: 1px solid #EF4220;
  border-radius: 100%;
  box-sizing: border-box;
}

#article .section .inner .slick_slider .slick-dots li button:before {
  content: "" !important;
}

#article .section .inner .slick_slider .slick-dots li.slick-active {
  background: #EF4220;
  border: 1px solid #EF4220;
}

#article .section .inner .slick_slider .slick-arrow.slick-prev, #article .section .inner .slick_slider .slick-arrow.slick-next {
  z-index: 99;
}

#article .section .inner .slick_slider .slick-arrow.slick-prev {
  left: 0.5rem;
}

#article .section .inner .slick_slider .slick-arrow.slick-next {
  right: 0.5rem;
}

#article .section .inner .slick_slider .slick-arrow.slick-prev:before, #article .section .inner .slick_slider .slick-arrow.slick-next:before {
  color: #EF4220;
}

#article .section .h3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 700;
  font-feature-settings: "pkna";
}

#article .section .h3 span {
  display: block;
  line-height: 1;
}

#article .section .h3.h3_1 {
  text-align: center;
  margin: 0 auto 1rem;
}

#article .section .h3.h3_1 span.txt_1 {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #EF4220;
  font-size: 1.6rem;
  width: auto;
}

#article .section .h3.h3_1 span.txt_1:after {
  content: "";
  display: block;
  width: 4em;
  margin: 1.5rem auto 0;
  border-bottom: 2px solid #EF4220;
  box-sizing: border-box;
}

#article .section .h3.h3_1 span.txt_2 {
  letter-spacing: 0.125em;
  font-size: 1.0rem;
  line-height: 1.5;
  margin: 0.8rem 0 0 0;
}

#article .section .h3.h3_2 span.txt_1 {
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #EF4220;
  font-size: 1.6rem;
  padding: 0 0 1.0rem 0;
  border-bottom: 1px solid #cccccc;
}

#article .section .h4 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
}

#article .section ul {
  list-style: none;
}

#article .section a,
#article .section a:link {
  display: block;
  text-decoration: none;
  position: relative;
}

#article .section img {
  display: block;
  width: 100%;
  height: auto;
}

#article .section .link {
  width: 93.75%;
  padding: 1.5rem 0 0;
  margin: 0 auto;
}

#article .section .link a,
#article .section .link a:link {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
  color: white;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  width: 56.66667%;
  padding: 0.8rem 0 0.8rem;
  margin: 0 auto;
  background: #EF4220;
  box-sizing: border-box;
  position: relative;
}

#article .section .link a:before, #article .section .link a:after,
#article .section .link a:link:before,
#article .section .link a:link:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#article .section .link a:after,
#article .section .link a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}

#article .section.information {
  padding: 2rem 0 2rem;
}

#article .section.information .inner .content {
  display: block;
  width: 84.375%;
}

#article .section.information .inner .content .item {
  padding: 0;
  margin: 1rem 0;
}

#article .section.information .inner .content .item a,
#article .section.information .inner .content .item a:link {
  display: block;
  text-decoration: none;
}

#article .section.information .inner .content .item .h5.h5_1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: black;
  line-height: 1;
  font-size: 1.2rem;
  padding: 0 0 0.6rem;
}

#article .section.information .inner .content .item .h5.h5_1 span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
}

#article .section.information .inner .content .item .h5.h5_1 span.day {
  display: flex;
  align-items: center;
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #EF4220;
  line-height: 1;
  margin: 0 0.5rem 0 0;
}

#article .section.information .inner .content .item .h5.h5_1 span.txt {
  display: block;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1.4rem;
  line-height: 1.25;
  width: 100%;
  margin: 0.8rem 0 0;
}

#article .section.information .inner .content .item.new .day:after {
  content: "NEW";
  display: block;
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  color: white;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 0.5rem;
  background: #EF4220;
}

#article .section.information .inner .content .item p {
  color: black;
  font-size: 1.2rem;
  line-height: 1.5;
}

#article .section.information .inner .content .link {
  padding: 0;
}

#article .section.information .inner .content .link a,
#article .section.information .inner .content .link a:link {
  letter-spacing: 0.05em;
}

#article .section.information .inner .content.content_1 {
  margin: 0 auto 0;
}

#article .section.information .inner .content.content_2 {
  margin: 1.5rem auto 0;
}

#article .section.speciality {
  background: #EF4220;
}

#article .section.speciality .h3.h3_1 span.txt_1 {
  color: white;
}

#article .section.speciality .h3.h3_1 span.txt_1:after {
  border-bottom: 2px solid white;
}

#article .section.speciality .inner {
  width: 93.75%;
  /* -------------------------------------
                   slick_slider
                ------------------------------------- */
}

#article .section.speciality .inner .slick_slider {
  list-style: none;
  width: 62.5%;
  padding: 0;
  margin: 2rem auto 0;
  overflow: visible;
  position: static;
}

#article .section.speciality .inner .slick_slider .slick-list {
  overflow: visible !important;
  position: static !important;
}

#article .section.speciality .inner .slick_slider .slider {
  width: 100%;
  padding: 0;
  margin: 0;
}

#article .section.speciality .inner .slick_slider .slider a,
#article .section.speciality .inner .slick_slider .slider a:link {
  display: block;
  text-decoration: none;
}

#article .section.speciality .inner .slick_slider .slider .figure {
  width: 55vw;
  height: 55vmin;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  border: 2px solid white;
  box-sizing: border-box;
  overflow: hidden;
}

#article .section.speciality .inner .slick_slider .slider .h4.h4_1 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  color: white;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 1rem auto 0;
}

#article .section.speciality .inner .slick_slider .slider p {
  color: white;
  font-size: 1.2rem;
  width: 90%;
  margin: 1rem auto 0;
}

#article .section.speciality .inner .slick_slider {
  /* -------------------------------------
                       slick-dots
                    */
}

#article .section.speciality .inner .slick_slider .slick-dots li {
  border: 1px solid white;
}

#article .section.speciality .inner .slick_slider .slick-dots li.slick-active {
  border: 1px solid white;
}

#article .section.about .inner .content {
  display: flex;
  flex-wrap: wrap;
  width: 96.875%;
  padding: 0 0 0em 0;
  margin: 3rem auto 0;
}

#article .section.about .inner .content .item {
  width: 48.3871%;
  padding: 0;
  margin: 0 3.22581% 1rem 0;
  position: relative;
}

#article .section.about .inner .content .item:nth-of-type(2n) {
  margin: 0 0 1rem 0;
}

#article .section.about .inner .content .item .figure {
  width: 100%;
  box-sizing: border-box;
}

#article .section.about .inner .content .item .h4.h4_1 {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 0 0 0 0.5em;
  margin: 0.25rem auto 0;
  box-sizing: border-box;
}

#article .section.about .inner .content .item .h4.h4_1 span {
  display: block;
  color: #EF4220;
  font-size: 1.2rem;
  line-height: 1.25;
}

#article .section.about .inner .content .item .h4.h4_1 span.num {
  flex-shrink: 0;
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  margin: 0 0.75rem 0 0;
  transform: translateY(0.1rem);
}

#article .section.about .inner .content .item .h4.h4_1 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-weight: bold;
  width: 100%;
}

#article .section.works {
  background: #f2f2f2;
}

#article .section.works .inner .content.content_1 {
  margin-top: 3rem;
}

#article .section.works .inner .slick_slider {
  width: 84.375%;
  margin: 0 auto;
}

#article .section.works .inner .slick_slider .slider {
  width: 100%;
  padding: 0;
  margin: 0;
}

#article .section.works .inner .slick_slider .slider a,
#article .section.works .inner .slick_slider .slider a:link {
  display: block;
}

#article .section.works .inner .slick_slider .slider .figure {
  width: 78.125vw;
  height: 52vw;
  position: relative;
  overflow: hidden;
}

#article .section.works .inner .slick_slider .slider .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.works .inner .slick_slider .slider .figure img.w {
  width: auto;
  height: 100%;
}

#article .section.works .inner .slick_slider .slider .figure img.h {
  width: 100%;
  height: auto;
}

#article .section.works .inner .slick_slider .slider .h4.h4_1 {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  width: 78.125vw;
  padding: 0.75rem 0 0;
}

#article .section.works .inner .slick_slider .slider .h4.h4_1 span {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
}

#article .section.voice .inner .slick_slider {
  width: 62.5%;
  padding: 0 0 1rem;
  margin: 1rem auto 0;
}

#article .section.voice .inner .slick_slider .slider {
  width: 100%;
  margin: 0;
}

#article .section.voice .inner .slick_slider .slider .figure {
  width: 55vw;
  height: 55vmin;
  position: relative;
  border-radius: 100%;
  border: 1px solid #999999;
  box-sizing: border-box;
  overflow: hidden;
}

#article .section.voice .inner .slick_slider .slider .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.voice .inner .slick_slider .slider .figure img.w {
  width: auto;
  height: 100%;
}

#article .section.voice .inner .slick_slider .slider .figure img.h {
  width: 100%;
  height: auto;
}

#article .section.voice .inner .slick_slider .slider .h4.h4_1 {
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  width: 55vw;
  padding: 0.5em 0 0 0;
}

#article .section.voice .inner .slick_slider .slider .h4.h4_1 span {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
}

#article .section.blog {
  background: #f2f2f2;
}

#article .section.blog .inner .slick_slider {
  width: 90.625%;
  padding: 0 0 1rem 0;
  margin: 1.5rem auto 0;
}

#article .section.blog .inner .slick_slider .slider {
  width: 100%;
  margin: 0em 1rem;
  position: relative;
  /*
                        .h5.h5_3{

                            width: 40vmin;
                            margin: 0.8rem auto 0;
                            
                            span{
                                
                                display: block;
                                line-height: 1.25;
                                color: $monocolor;
                                
                                &.txt{
                                    // proportional font
                                    font-feature-settings : "pkna";
                                    
                                    letter-spacing: 0.075em;
                                    font-size: 1.2rem;
                                }
                            }
                        }
                        */
}

#article .section.blog .inner .slick_slider .slider .figure {
  width: 40vw;
  height: 26.66667vmin;
  position: relative;
  border: 1px solid #999999;
  box-sizing: border-box;
  overflow: hidden;
}

#article .section.blog .inner .slick_slider .slider .figure img {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.blog .inner .slick_slider .slider .figure img.w {
  width: auto;
  height: 100%;
}

#article .section.blog .inner .slick_slider .slider .figure img.h {
  width: 100%;
  height: auto;
}

#article .section.blog .inner .slick_slider .slider .h4.h4_3 {
  font-size: 1.2rem;
  width: 40vw;
  margin: 0.5rem auto 0;
  position: relative;
}

#article .section.blog .inner .slick_slider .slider .h4.h4_3 span {
  display: block;
  line-height: 1.25;
  color: black;
  font-weight: bold;
}

#article .section.blog .inner .slick_slider .slider .h4.h4_3 span.txt {
  font-feature-settings: "pkna";
  letter-spacing: 0.175em;
}

#article .section.blog .inner .slick_slider .slider .day {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  color: #999999;
  line-height: 1.25;
  font-size: 1.2rem;
  width: 40vw;
  margin: 0.25rem auto 0;
}

#article .section.blog .inner .slick_slider .slider.new:before {
  content: "NEW";
  display: block;
  letter-spacing: 0.05em;
  font-family: Helvetica,Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 0.3rem 0.5rem 0.1rem;
  background: #EF4220;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
}

#article .section.pickup .inner .content.content_1 {
  margin-top: 3rem;
}

#article .section.pickup .inner .slick_slider {
  width: 90.625%;
  padding: 0;
  margin: 0 auto 0;
}

#article .section.pickup .inner .slick_slider .slider {
  width: 100%;
  padding: 0;
  margin: 0 1.5625vw;
}

#article .section.pickup .inner .slick_slider .slider a,
#article .section.pickup .inner .slick_slider .slider a:link {
  display: block;
  width: 100%;
  border: 1px solid white;
  box-sizing: border-box;
}

#article .section.pickup .inner .slick_slider .slider .figure {
  width: 100%;
  background: black;
}

#article .section.pickup .inner .slick_slider .slider .figure img {
  opacity: 0.6;
}

#article .section.pickup .inner .slick_slider .slider .h4.h4_1 {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#article .section.pickup .inner .slick_slider .slider .h4.h4_1 span {
  display: block;
  color: white;
  text-align: center;
  text-shadow: 0 0 10px black;
}

#article .section.pickup .inner .slick_slider .slider .h4.h4_1 span.num {
  font-family: "tex gyre heros r", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  width: 2.2rem;
  padding: 0.35rem 0 0;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: -1px;
}

#article .section.pickup .inner .slick_slider .slider .h4.h4_1 span.txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  font-size: 1.2rem;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #main_slider {
    display: block;
  }
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    padding: 0;
    /* -------------------------------------
       main
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article #main {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #article #main .inner {
    width: 960px;
    margin: 0 auto;
    /* -------------------------------------
               slider
            ------------------------------------- */
  }
  #article #main .inner .slick_slider {
    display: block;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    /* -------------------------------------
                   slider
                */
    /* -------------------------------------
                   slick-arrow
                */
    /* -------------------------------------
                   slick-dots
                */
  }
  #article #main .inner .slick_slider .slick-list {
    overflow: visible !important;
  }
  #article #main .inner .slick_slider .slider {
    width: 960px !important;
    position: relative;
    transform: scaleY(0.9);
    transition: 0.5s;
  }
  #article #main .inner .slick_slider .slider a,
  #article #main .inner .slick_slider .slider a:link,
  #article #main .inner .slick_slider .slider .img {
    width: 100%;
    background: white;
  }
  #article #main .inner .slick_slider .slider a img,
  #article #main .inner .slick_slider .slider a:link img,
  #article #main .inner .slick_slider .slider .img img {
    opacity: 0.4;
    transition: 0.5s;
  }
  #article #main .inner .slick_slider .slider.slick-current {
    z-index: 9;
    transform: scaleY(1);
    box-shadow: 0 0 20px black;
  }
  #article #main .inner .slick_slider .slider.slick-current a img,
  #article #main .inner .slick_slider .slider.slick-current a:link img,
  #article #main .inner .slick_slider .slider.slick-current .img img {
    opacity: 1;
  }
  #article #main .inner .slick_slider .slick-arrow {
    width: 50px;
    height: 50px;
    opacity: 0.4;
  }
  #article #main .inner .slick_slider .slick-arrow:after {
    width: 16px;
    height: 16px;
    border-top: 3px solid white;
  }
  #article #main .inner .slick_slider .slick-arrow:hover {
    opacity: 1;
  }
  #article #main .inner .slick_slider .slick-arrow.slick-next {
    right: -30px !important;
  }
  #article #main .inner .slick_slider .slick-arrow.slick-next:after {
    border-right: 3px solid white;
  }
  #article #main .inner .slick_slider .slick-arrow.slick-prev {
    left: -30px !important;
  }
  #article #main .inner .slick_slider .slick-arrow.slick-prev:after {
    border-left: 3px solid white;
  }
  #article #main .inner .slick_slider .slick-dots {
    bottom: 16px !important;
  }
  #article #main .inner .slick_slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 10.66667px !important;
  }
  #article #main:hover .slick-arrow {
    opacity: 1;
  }
  #article .section {
    width: 100%;
    padding: 60px 0 50px;
    /* -------------------------------------
           common
        */
    /* -------------------------------------
           information
        &*/
    /* -------------------------------------
           speciality
        */
    /* -------------------------------------
           about
        */
    /* -------------------------------------
           works
        */
    /* -------------------------------------
           voice
        */
    /* -------------------------------------
           blog
        */
    /* -------------------------------------
           pickup
        */
  }
  #article .section .inner {
    width: 960px;
    padding: 0;
    /* -------------------------------------
               slick_slider
            ------------------------------------- */
  }
  #article .section .inner .slick_slider {
    /* -------------------------------------
                   slider
                */
    /* -------------------------------------
                   slick-dots
                */
  }
  #article .section .inner .slick_slider .slider a,
  #article .section .inner .slick_slider .slider a:link {
    overflow: hidden;
  }
  #article .section .inner .slick_slider .slider .figure {
    overflow: hidden;
  }
  #article .section .inner .slick_slider .slick-dots {
    padding: 0;
    position: absolute !important;
    bottom: -64px !important;
  }
  #article .section .h3.h3_1 {
    width: 530px;
  }
  #article .section .h3.h3_1 span.txt_1 {
    font-size: 3rem;
  }
  #article .section .h3.h3_1 span.txt_1:after {
    width: 3.6em;
    margin: 20px auto 0;
  }
  #article .section .h3.h3_1 span.txt_2 {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 20px 0 0 0;
  }
  #article .section .h3.h3_2 span.txt_1 {
    font-size: 2.4rem;
    padding: 0 0 14px;
  }
  #article .section .link {
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  #article .section .link a,
  #article .section .link a:link {
    font-size: 1.4rem;
    width: 240px;
    height: 40px;
    padding: 12px 0 0 0;
    box-sizing: border-box;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #article .section .link a:after,
  #article .section .link a:link:after {
    right: 16px;
  }
  #article .section.information {
    padding: 40px 0 30px;
  }
  #article .section.information .inner {
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
  }
  #article .section.information .inner .content {
    width: 450px;
  }
  #article .section.information .inner .content .item {
    overflow: hidden;
    margin: 20px 0 0;
  }
  #article .section.information .inner .content .item .h5.h5_1 {
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 0;
  }
  #article .section.information .inner .content .item .h5.h5_1 span.day {
    font-size: 1.2rem;
    width: 150px;
    margin: 0;
  }
  #article .section.information .inner .content .item .h5.h5_1 span.txt {
    line-height: 1.5;
    font-size: 1.2rem;
    width: 100%;
    margin: 10px 0 0;
  }
  #article .section.information .inner .content .item.new .day:after {
    width: 30px;
    padding: 0.3rem 0 0.1rem;
    margin: 0 10px 0;
    box-sizing: border-box;
  }
  #article .section.information .inner .content .item p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #article .section.information .inner .content .link {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0 0 0;
  }
  #article .section.information .inner .content .link a,
  #article .section.information .inner .content .link a:link {
    text-align: left;
    font-size: 1.4rem;
    width: 140px;
    height: 30px;
    padding: 8px 0 0 20px;
    margin: 0;
    /*
    &:before{
        width: 16px;
        height: 16px;
        background: $monocolor2;
        border-radius: 100%;
        right: 10px;
        transform: translateY(-50%);
    }
    */
  }
  #article .section.information .inner .content .link a:after,
  #article .section.information .inner .content .link a:link:after {
    right: 10px;
  }
  #article .section.information .inner .content.content_1 {
    margin: 0;
  }
  #article .section.information .inner .content.content_2 {
    margin: 0;
  }
  #article .section.speciality {
    padding: 40px 0 30px;
  }
  #article .section.speciality .inner {
    width: 960px;
    padding: 0;
  }
  #article .section.speciality .inner .content.content_1 {
    margin: 0;
  }
  #article .section.speciality .inner .slick_slider {
    display: flex;
    justify-content: space-between;
    width: 940px;
  }
  #article .section.speciality .inner .slick_slider .slider {
    width: 260px;
    margin: 0;
    box-sizing: border-box;
    position: static;
  }
  #article .section.speciality .inner .slick_slider .slider .figure {
    width: 100%;
    height: 260px;
  }
  #article .section.speciality .inner .slick_slider .slider .h4.h4_1 {
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 14px 0 0;
  }
  #article .section.speciality .inner .slick_slider .slider .h4.h4_1:after {
    margin: 10px auto 0;
    border-bottom: 6px solid white;
  }
  #article .section.speciality .inner .slick_slider .slider p {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    margin: 10px auto 0;
  }
  #article .section.about .inner .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 940px;
    padding: 0;
    margin: 40px auto 0;
  }
  #article .section.about .inner .content .item {
    width: 300px;
    padding: 0;
    margin: 0 0 20px;
  }
  #article .section.about .inner .content .item a,
  #article .section.about .inner .content .item a:link {
    overflow: visible;
  }
  #article .section.about .inner .content .item .figure {
    height: 120px;
    overflow: hidden;
  }
  #article .section.about .inner .content .item .h4.h4_1 {
    margin: 5px auto 0;
  }
  #article .section.about .inner .content .item .h4.h4_1 span.num {
    font-size: 1.6rem;
  }
  #article .section.about .inner .content .item .h4.h4_1 span.txt {
    font-size: 1.4rem;
  }
  #article .section.works {
    overflow: hidden;
  }
  #article .section.works .inner {
    width: 960px;
  }
  #article .section.works .inner .content.content_1 {
    margin: 30px 0 0;
  }
  #article .section.works .inner .slick_slider {
    width: 960px;
    padding: 0;
    margin: 40px 0 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #article .section.works .inner .slick_slider .slider {
    width: 300px;
    margin: 0 5px;
    box-sizing: border-box;
    position: relative;
  }
  #article .section.works .inner .slick_slider .slider a,
  #article .section.works .inner .slick_slider .slider a:link {
    width: 300px;
    margin: 0 auto;
  }
  #article .section.works .inner .slick_slider .slider .figure {
    width: 100%;
    height: 200px;
  }
  #article .section.works .inner .slick_slider .slider .h4.h4_1 {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    padding: 14px 0 0 0;
  }
  #article .section.works .inner .slick_slider .slider .h4.h4_1 span {
    letter-spacing: 0.15em;
  }
  #article .section.voice .inner .slick_slider {
    width: 960px;
    padding: 0;
    margin: 40px 0 40px;
  }
  #article .section.voice .inner .slick_slider .slider {
    width: 260px;
    margin: 0;
    box-sizing: border-box;
    position: static;
  }
  #article .section.voice .inner .slick_slider .slider a,
  #article .section.voice .inner .slick_slider .slider a:link {
    width: 260px;
    margin: 0 auto;
  }
  #article .section.voice .inner .slick_slider .slider .figure {
    width: 100%;
    height: 260px;
  }
  #article .section.voice .inner .slick_slider .slider .h4.h4_1 {
    font-size: 1.4rem;
    width: 100%;
    padding: 14px 0 0 0;
  }
  #article .section.voice .inner .slick_slider .slider .h4.h4_1 span {
    letter-spacing: 0.175em;
  }
  #article .section.blog .inner .slick_slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 960px;
    padding: 0;
    margin: 0;
  }
  #article .section.blog .inner .slick_slider .slider {
    width: 300px;
    padding: 0;
    margin: 40px 0 0;
    position: relative;
  }
  #article .section.blog .inner .slick_slider .slider a,
  #article .section.blog .inner .slick_slider .slider a:link {
    width: 100%;
    margin: 0;
    overflow: visible;
  }
  #article .section.blog .inner .slick_slider .slider .figure {
    width: 100%;
    height: 200px;
  }
  #article .section.blog .inner .slick_slider .slider .h4.h4_3 {
    font-size: 1.4rem;
    width: 100%;
    margin: 1rem 0 0;
  }
  #article .section.blog .inner .slick_slider .slider .h5.h5_3 {
    width: 100%;
    margin: 0.8rem auto 0;
  }
  #article .section.blog .inner .slick_slider .slider .h5.h5_3 span {
    display: block;
    line-height: 1.5;
    color: black;
  }
  #article .section.blog .inner .slick_slider .slider .h5.h5_3 span.txt {
    font-feature-settings: "pkna";
    letter-spacing: 0.075em;
    font-size: 1.2rem;
  }
  #article .section.blog .inner .slick_slider .slider .day {
    width: 100%;
    margin: 1.2em 0 0;
  }
  #article .section.blog .inner .slick_slider .slider.new:before {
    width: 40px;
    padding: 0.3rem 0 0.1rem;
    box-sizing: border-box;
  }
  #article .section.pickup .inner .content.content_1 {
    margin: 30px 0 0;
  }
  #article .section.pickup .inner .slick_slider {
    display: flex;
    justify-content: space-between;
    width: 940px;
    margin: 0 auto;
  }
  #article .section.pickup .inner .slick_slider .slider {
    width: 180px;
    margin: 0;
    position: static;
  }
  #article .section.pickup .inner .slick_slider .slider a,
  #article .section.pickup .inner .slick_slider .slider a:link {
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  #article .section.pickup .inner .slick_slider .slider .figure {
    height: 100px;
  }
  #article .section.pickup .inner .slick_slider .slider .h4.h4_1 span.num {
    text-align: left;
    font-size: 2.1rem;
    width: auto;
    padding: 2px 6px;
  }
  #article .section.pickup .inner .slick_slider .slider .h4.h4_1 span.txt {
    font-size: 1.4rem;
  }
}
