@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
*/
/*
@mixin webfont_j3(){
    font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    font-weight: bold;
}
*/
@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
        */
  /* -------------------------------------
           archive
        */
}

#article .section .inner .content a,
#article .section .inner .content a:link {
  position: relative;
}

#article .section.list .inner {
  width: 100%;
  margin: 0 auto;
}

#article .section.list .inner .content {
  margin: 0 auto;
  /* -------------------------------------
                       item
                    */
  /* -------------------------------------
                       content_1
                    */
}

#article .section.list .inner .content .figure {
  background: black;
  height: 26.66667vw;
  overflow: hidden;
}

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

#article .section.list .inner .content .h4.h4_1 span {
  display: block;
  color: black;
  line-height: 1;
}

#article .section.list .inner .content .h4.h4_1 span.day {
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}

#article .section.list .inner .content .h4.h4_1 span.txt {
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1.25rem 0 0;
}

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

#article .section.list .inner .content .h5.h5_1 a,
#article .section.list .inner .content .h5.h5_1 a:link,
#article .section.list .inner .content .h5.h5_1 .txt {
  text-decoration: none;
  display: inline-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: "palt";
  letter-spacing: 0.05em;
  color: black;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.25em 0.5em;
  margin: 0 0.25em 0 0;
  border: 1px solid #cccccc;
}

#article .section.list .inner .content .item {
  width: 93.33333vw;
  padding: 0 0 2.66667vw;
  margin: 0 auto 2.66667vw;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
  z-index: 1;
}

#article .section.list .inner .content .item a,
#article .section.list .inner .content .item a:link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

#article .section.list .inner .content .item .float_l {
  width: 26.66667vw;
  position: relative;
  z-index: 1;
}

#article .section.list .inner .content .item .float_r {
  width: 62.66667vw;
}

#article .section.list .inner .content .item.new .day:after {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  color: black;
  width: 9.33333vw;
  height: 4vw;
  padding-top: 0.66667vw;
  margin: 0 0 0 1.33333vw;
  background: #FFDD00;
  box-sizing: border-box;
}

#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: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  min-width: 10.66667vw;
  height: 10.66667vw;
  padding: 0;
  margin: 0.3em 0.3em;
  border: solid 1px #cccccc;
  border-radius: 5px;
  background: white;
}

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

#article .section.list .inner .pager .page-numbers.prev, #article .section.list .inner .pager .page-numbers.next {
  padding: 0 2.66667vw;
}

#article .section.list .inner .pager .page-numbers.prev:after {
  content: "Prev";
  margin: 0 0 0 0.75em;
}

#article .section.list .inner .pager .page-numbers.next:before {
  content: "Next";
  margin: 0 0.75em 0 0;
}

#article .section.list .inner .pager .page-numbers.current {
  color: white;
  background: #666666;
  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: #8FCEF2;
  border: solid 1px #cccccc;
}

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

#article .section.detail .inner .content .h3.h3_2 {
  width: 84vw;
  margin: 0 auto;
}

#article .section.detail .inner .content .h3.h3_2 span {
  color: black;
  line-height: 1;
}

#article .section.detail .inner .content .h3.h3_2 span.day {
  display: flex;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}

#article .section.detail .inner .content .h3.h3_2 span.txt {
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1.25rem 0 0;
}

#article .section.detail .inner .content .text {
  margin: 2rem 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;
}

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

#article .section.detail .inner .content .text img.emoji {
  width: 4vw;
}

#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: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  color: black;
  width: 9.33333vw;
  height: 4vw;
  padding-top: 0.66667vw;
  margin: 0 0 0 1.33333vw;
  background: #FFDD00;
  box-sizing: border-box;
}

#article .section.archive .inner .content {
  width: 93.33333vw;
  margin: 8vw auto 0;
  position: relative;
  z-index: 1;
  /* -------------------------------------
                       item
                    */
}

#article .section.archive .inner .content .h3.h3_3 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0.26667vw;
  margin: 0 0 2.66667vw;
  border-bottom: 1px solid #cccccc;
}

#article .section.archive .inner .content .h3.h3_3 span {
  text-align: center;
  line-height: 1.5;
}

#article .section.archive .inner .content .h3.h3_3 span.txt {
  letter-spacing: 0.05em;
  color: #1269B1;
  font-size: 1.6rem;
}

#article .section.archive .inner .content .h3.h3_3 span.txt_2 {
  letter-spacing: 0.15em;
  color: black;
  font-size: 1rem;
  margin: 0 0 0 2.66667vw;
  transform: translateY(0.53333vw);
}

#article .section.archive .inner .content .h4.h4_2 span {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  line-height: 1.5;
  color: black;
}

#article .section.archive .inner .content .item {
  width: 100%;
  padding: 0 0 2.66667vw;
  margin: 0 auto 2.66667vw;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           list
        */
    /* -------------------------------------
           detail
        */
    /* -------------------------------------
           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 {
    overflow: hidden;
  }
  #article .section.list .inner .content .h4.h4_1 span.day {
    font-size: 1.4rem;
  }
  #article .section.list .inner .content .h4.h4_1 span.txt {
    font-size: 2.1rem;
    margin: 14px 0 0;
  }
  #article .section.list .inner .content .h5.h5_1 {
    margin: 10px auto 0;
  }
  #article .section.list .inner .content .figure {
    height: 120px;
  }
  #article .section.list .inner .content .item {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 20px;
  }
  #article .section.list .inner .content .item a,
  #article .section.list .inner .content .item a:link {
    align-items: center;
  }
  #article .section.list .inner .content .item .float_l {
    width: 120px;
  }
  #article .section.list .inner .content .item .float_r {
    width: 880px;
  }
  #article .section.list .inner .content .item.new .day:after {
    font-size: 1.2rem;
    width: 40px;
    height: 18px;
    padding-top: 2px;
    margin: 0 0 0 10px;
  }
  #article .section.list .inner .pager {
    padding: 70px 0 30px;
  }
  #article .section.list .inner .pager .page-numbers {
    min-width: 50px;
    height: 50px;
  }
  #article .section.list .inner .pager .page-numbers.prev, #article .section.list .inner .pager .page-numbers.next {
    padding: 0 20px;
  }
  #article .section.detail .inner .content {
    /* -------------------------------------
                       item
                    */
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.detail .inner .content .h3.h3_2 {
    width: 100%;
  }
  #article .section.detail .inner .content .h3.h3_2 span.day {
    font-size: 1.4rem;
  }
  #article .section.detail .inner .content .h3.h3_2 span.txt {
    font-size: 2.1rem;
    margin: 20px 0 0;
  }
  #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 {
    padding: 0 0 0.5em;
  }
  #article .section.detail .inner .content .text img.emoji {
    width: 14px;
  }
  #article .section.detail .inner .content .item {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
  }
  #article .section.detail .inner .content.new .day:after {
    font-size: 1.2rem;
    width: 40px;
    height: 18px;
    padding-top: 2px;
    margin: 0 0 0 10px;
  }
  #article .section.archive {
    margin: 80px auto 0;
  }
  #article .section.archive .inner {
    display: flex;
    justify-content: space-between;
    width: 1020px;
  }
  #article .section.archive .inner .content {
    width: 306.66667px;
    margin: 0;
    /* -------------------------------------
                       item
                    */
  }
  #article .section.archive .inner .content .h3.h3_3 {
    padding: 0 0 2px;
    margin: 0 0 14px;
  }
  #article .section.archive .inner .content .h3.h3_3 span.txt {
    font-size: 2.1rem;
  }
  #article .section.archive .inner .content .h3.h3_3 span.txt_2 {
    font-size: 1.2rem;
    margin: 0 0 0 20px;
    transform: translateY(3px);
  }
  #article .section.archive .inner .content .h4.h4_2 span {
    font-size: 1.4rem;
  }
  #article .section.archive .inner .content .item {
    padding: 0 0 14px;
    margin: 0 auto 14px;
  }
}
