@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
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           list
        */
  /* -------------------------------------
           detail
        */
  /* -------------------------------------
           staff
        */
  /* -------------------------------------
           newlist
        */
  /* -------------------------------------
           archive
        */
}

#article .section .inner .content .h3.h3_3 {
  width: 100%;
  padding: 6.66667vw 0;
  background: rgba(0, 0, 0, 0.2);
}

#article .section .inner .content .h3.h3_3 span {
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  color: black;
}

#article .section.list .inner .content {
  position: relative;
  z-index: 1;
  /* -------------------------------------
                       item
                    */
}

#article .section.list .inner .content a,
#article .section.list .inner .content a:link {
  position: relative;
  z-index: 1;
}

#article .section.list .inner .content .figure {
  width: 100%;
  height: 26.66667vw;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

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

#article .section.list .inner .content .figure img.h {
  width: 100%;
  height: auto;
}

#article .section.list .inner .content .figure img.w {
  width: auto;
  height: 100%;
}

#article .section.list .inner .content .h4.h4_1 {
  margin: 0.5rem auto 0;
  position: relative;
}

#article .section.list .inner .content .h4.h4_1 span {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  line-height: 1.5;
  color: black;
}

#article .section.list .inner .content .h5.h5_1 {
  margin: 0.8rem auto 0;
}

#article .section.list .inner .content .h5.h5_1 a,
#article .section.list .inner .content .h5.h5_1 a:link {
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.15em;
  line-height: 1.5;
  color: black;
  font-size: 1rem;
  width: auto;
  padding: 0.25rem 1rem;
  border: 1px solid #999999;
}

#article .section.list .inner .content .day {
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  color: #999999;
  line-height: 1;
  font-size: 1.2rem;
}

#article .section.list .inner .content .item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #999999;
  position: relative;
}

#article .section.list .inner .content .item.float {
  display: flex;
  justify-content: space-between;
}

#article .section.list .inner .content .item .float_l {
  width: 26.66667vw;
}

#article .section.list .inner .content .item .float_r {
  width: 70.66667vw;
  padding: 1rem 0 0 0;
  box-sizing: border-box;
}

#article .section.list .inner .content .item.new .day:after {
  content: "NEW";
  display: inline-block;
  letter-spacing: 0.05em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: black;
  width: auto;
  padding: 0.3rem 0.5rem 0.1rem;
  margin: 0 0 0 1rem;
  background: #FFDD00;
}

#article .section.list .inner .pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 2em 0;
}

#article .section.list .inner .pager .page-numbers {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0.5em 1.0em;
  margin: 0.3em 0.3em;
  border: solid 1px #cccccc;
  border-radius: 5px;
  background: #f2f2f2;
}

#article .section.list .inner .pager .page-numbers.prev, #article .section.list .inner .pager .page-numbers.next, #article .section.list .inner .pager .page-numbers.dots {
  background: white;
  border: solid 1px white;
}

#article .section.list .inner .pager .page-numbers.current {
  color: white;
  background: #000;
  border: solid 1px #cccccc;
}

#article .section.list .inner .pager a,
#article .section.list .inner .pager a:link {
  text-decoration: none;
}

#article .section.list .inner .pager a:hover {
  color: white;
  background: #000;
  border: solid 1px #cccccc;
}

#article .section.detail .inner .content {
  /* -------------------------------------
                       item
                    */
  /* -------------------------------------
                       content_1
                    */
}

#article .section.detail .inner .content .h4.h4_1 {
  letter-spacing: 0.175em;
  width: 84vw;
  margin: 1rem auto 0;
}

#article .section.detail .inner .content .h4.h4_1 span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
}

#article .section.detail .inner .content .day {
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  font-size: 1.2rem;
  width: 84vw;
  margin: 3.5rem auto 0;
}

#article .section.detail .inner .content .text {
  margin: 3rem 0 0;
  /* -------------------------------------
                           USER AREA
                        ------------------------------------- */
  /*
    select, 
    input[type=text],
    input[type=number],
    input[type=email],
    input[type=tel],
    input[type=date],
    textarea {
        width: 100%;
    }
    */
}

#article .section.detail .inner .content .text h1 {
  font-size: 2.4rem;
}

#article .section.detail .inner .content .text h2 {
  font-size: 2.1rem;
}

#article .section.detail .inner .content .text h3 {
  font-size: 1.8rem;
}

#article .section.detail .inner .content .text h4 {
  font-size: 1.6rem;
}

#article .section.detail .inner .content .text h5 {
  font-size: 1.4rem;
}

#article .section.detail .inner .content .text h6 {
  font-size: 1.4rem;
}

#article .section.detail .inner .content .text strong {
  font-weight: bold;
}

#article .section.detail .inner .content .text em {
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  transform: skewX(-5deg);
}

#article .section.detail .inner .content .text ul, #article .section.detail .inner .content .text ol {
  padding: 0 0 0 1.5em;
}

#article .section.detail .inner .content .text blockquote {
  padding: 0 0 0 1.0em;
}

#article .section.detail .inner .content .text p {
  display: block;
  font-size: 1.2rem;
}

#article .section.detail .inner .content .text img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

#article .section.detail .inner .content .text a,
#article .section.detail .inner .content .text a:link {
  display: inline-block;
}

#article .section.detail .inner .content .text iframe {
  max-width: 100%;
  max-height: 47.25vw;
  box-sizing: border-box;
}

#article .section.detail .inner .content .item {
  width: 84vw;
  padding: 0;
  margin: 1rem auto 1.4rem;
}

#article .section.detail .inner .content.new .day:after {
  content: "NEW";
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  color: black;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 0.75rem;
  background: #FFDD00;
}

#article .section.staff {
  background: rgba(0, 0, 0, 0.05);
}

#article .section.staff .inner {
  padding: 2.5rem 0;
}

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

#article .section.staff .inner .content .h3.h3_2 {
  margin: 0 auto 1.5rem;
}

#article .section.staff .inner .content .h3.h3_2 span {
  text-align: center;
  font-size: 1.8rem;
}

#article .section.staff .inner .content .h4.h4_1 {
  margin: 1rem auto 0;
}

#article .section.staff .inner .content .h4.h4_1 span {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}

#article .section.staff .inner .content .h5.h5_1 {
  margin: 1.5rem auto 0;
}

#article .section.staff .inner .content .h5.h5_1 span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
}

#article .section.staff .inner .content .figure {
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

#article .section.staff .inner .content .figure img {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#article .section.newlist .inner .content {
  position: relative;
  z-index: 1;
  /* -------------------------------------
                       item
                    */
}

#article .section.newlist .inner .content a,
#article .section.newlist .inner .content a:link {
  position: relative;
  z-index: 1;
}

#article .section.newlist .inner .content .h4.h4_1 {
  margin: 0;
  position: relative;
}

#article .section.newlist .inner .content .h4.h4_1 span {
  display: block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝","游明朝体",YuMincho,"Yu Mincho","Times New Roman","メイリオ",Meiryo,serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "pkna";
  letter-spacing: 0.15em;
  font-size: 1.2rem;
  line-height: 1.5;
  color: black;
}

#article .section.newlist .inner .content .day {
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em;
  color: #999999;
  line-height: 1.5;
  font-size: 1.2rem;
}

#article .section.newlist .inner .content .item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #999999;
  position: relative;
}

#article .section.newlist .inner .content .item.float a,
#article .section.newlist .inner .content .item.float a:link {
  display: flex;
  justify-content: space-between;
  padding: 1.33333vw 1.33333vw 1.33333vw 2.66667vw;
}

#article .section.newlist .inner .content .item .float_l {
  width: 30.66667vw;
}

#article .section.newlist .inner .content .item .float_r {
  width: 66.66667vw;
}

#article .section.newlist .inner .content .item.new .day:after {
  content: "NEW";
  display: inline-block;
  letter-spacing: 0.05em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
  color: black;
  width: auto;
  padding: 0.3rem 0.5rem 0.1rem;
  margin: 0 0 0 1rem;
  background: #FFDD00;
}

#article .section.archive {
  margin: 0 auto 2rem;
}

#article .section.archive .inner .content {
  display: flex;
  flex-wrap: wrap;
  /* -------------------------------------
                       item
                    */
}

#article .section.archive .inner .content .day {
  display: block;
  letter-spacing: 0.025em;
  text-align: center;
  color: black;
  line-height: 1;
  font-size: 1.2rem;
  width: 100%;
}

#article .section.archive .inner .content .item {
  width: 25%;
  margin: 0;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  box-sizing: border-box;
}

#article .section.archive .inner .content .item:nth-of-type(4n) {
  border-right: none;
}

#article .section.archive .inner .content .item a,
#article .section.archive .inner .content .item a:link {
  padding: 1.33333vw 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           list
        */
    /* -------------------------------------
           detail
        */
    /* -------------------------------------
           staff
        */
    /* -------------------------------------
           newlist
        */
    /* -------------------------------------
           archive
        */
  }
  #article .section .inner .content .h3.h3_3 {
    padding: 50px 0;
    background: none;
  }
  #article .section .inner .content .h3.h3_3 span {
    font-size: 2.4rem;
  }
  #article .section.list .inner .content .figure {
    width: 100%;
    height: 140px;
  }
  #article .section.list .inner .content .h4.h4_1 {
    margin: 10px auto 0;
  }
  #article .section.list .inner .content .h4.h4_1 span {
    font-size: 1.8rem;
  }
  #article .section.list .inner .content .h5.h5_1 {
    margin: 8px auto 0;
  }
  #article .section.list .inner .content .h5.h5_1 span.txt {
    font-size: 1.2rem;
  }
  #article .section.list .inner .content .item {
    margin: 20px 0 0;
  }
  #article .section.list .inner .content .item .float_l {
    width: 140px;
    margin: 0;
  }
  #article .section.list .inner .content .item .float_r {
    width: 880px;
    padding: 5px 0 0 20px;
    margin: 0;
  }
  #article .section.list .inner .content .item.new .day:after {
    padding: 0.3rem 0.5rem 0.1rem;
    margin: 0 0 0 10px;
  }
  #article .section.list .inner .pager {
    padding: 70px 0 30px 0;
  }
  #article .section.detail .inner .content {
    /* -------------------------------------
                       item
                    */
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.detail .inner .content .h4.h4_1 {
    width: 100%;
    margin: 14px auto 0;
  }
  #article .section.detail .inner .content .h4.h4_1 span {
    font-size: 3rem;
  }
  #article .section.detail .inner .content .day {
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto;
  }
  #article .section.detail .inner .content .thumb .figure img {
    width: auto;
    max-width: 100%;
  }
  #article .section.detail .inner .content .text {
    margin: 40px 0 0;
    /* -------------------------------------
                           USER AREA
                        ------------------------------------- */
  }
  #article .section.detail .inner .content .text h1 {
    font-size: 3.0rem;
  }
  #article .section.detail .inner .content .text h2 {
    font-size: 2.8rem;
  }
  #article .section.detail .inner .content .text h3 {
    font-size: 2.4rem;
  }
  #article .section.detail .inner .content .text h4 {
    font-size: 2.0rem;
  }
  #article .section.detail .inner .content .text h5 {
    font-size: 1.8rem;
  }
  #article .section.detail .inner .content .text h6 {
    font-size: 1.6rem;
  }
  #article .section.detail .inner .content .text p {
    font-size: 1.4rem;
    padding: 0 0 0.5em 0;
  }
  #article .section.detail .inner .content .item {
    width: 100%;
    padding: 0;
    margin: 40px auto 20px;
  }
  #article .section.detail .inner .content.new .day:after {
    width: 40px;
    padding: 0.3rem 0 0.15rem;
    margin: 0 10px 0;
    box-sizing: border-box;
  }
  #article .section.staff .inner {
    padding: 40px 0;
  }
  #article .section.staff .inner .content .h3.h3_2 {
    margin: 0 auto 40px;
  }
  #article .section.staff .inner .content .h3.h3_2 span {
    font-size: 2.4rem;
  }
  #article .section.staff .inner .content .h4.h4_1 {
    margin: 10px auto 0;
  }
  #article .section.staff .inner .content .h4.h4_1 span {
    font-size: 2.4rem;
  }
  #article .section.staff .inner .content .h5.h5_1 {
    margin: 20px auto 0;
  }
  #article .section.staff .inner .content .h5.h5_1 span {
    font-size: 1.4rem;
  }
  #article .section.staff .inner .content .figure {
    width: 300px;
    height: 300px;
  }
  #article .section.newlist .inner .content {
    /* -------------------------------------
                       item
                    */
  }
  #article .section.newlist .inner .content .h4.h4_1 span {
    font-size: 1.8rem;
  }
  #article .section.newlist .inner .content .day {
    font-size: 1.4rem;
  }
  #article .section.newlist .inner .content .item.float a,
  #article .section.newlist .inner .content .item.float a:link {
    padding: 14px 10px 14px 20px;
  }
  #article .section.newlist .inner .content .item .float_l {
    width: 160px;
  }
  #article .section.newlist .inner .content .item .float_r {
    width: 840px;
  }
  #article .section.newlist .inner .content .item.new .day:after {
    font-size: 1rem;
  }
  #article .section.archive {
    margin: 0 auto 40px;
  }
  #article .section.archive .inner .content {
    /* -------------------------------------
                       item
                    */
  }
  #article .section.archive .inner .content .day {
    font-size: 1.4rem;
  }
  #article .section.archive .inner .content .item {
    width: 127.5px;
    margin: 0 0 10px;
    border: 1px solid #999999;
    border-right: none;
  }
  #article .section.archive .inner .content .item:nth-of-type(8n) {
    border-right: 1px solid #999999;
  }
  #article .section.archive .inner .content .item:last-of-type {
    border-right: 1px solid #999999;
  }
  #article .section.archive .inner .content .item a,
  #article .section.archive .inner .content .item a:link {
    padding: 20px 0;
  }
}
