@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
    ------------------------------------- */
  /* -------------------------------------
       aside
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           list
        */
  /* -------------------------------------
           detail
        */
}

#article .section.list .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.list .inner .content {
  display: flex;
  flex-wrap: wrap;
  width: 93.33333vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#article .section.list .inner .content .item {
  width: 45vw;
  padding: 0;
  margin: 0 3.33333vw 1.33333vw 0;
  /*
                        &:nth-of-type(1),
                        &:nth-of-type(4),
                        &:nth-of-type(5),
                        &:nth-of-type(8),
                        &:nth-of-type(9),
                        &:nth-of-type(12){
                            
                            a,
                            a:link{
                                background: rgba($basecolor,0.3);
                            }
                        }
                        */
}

#article .section.list .inner .content .item:nth-of-type(2n) {
  margin: 0 0 1.33333vw 0;
}

#article .section.list .inner .content .item a,
#article .section.list .inner .content .item a:link {
  text-decoration: none;
  display: block;
  height: 100%;
  padding: 0 0 13.33333vw;
  background: #f2f2f2;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

#article .section.list .inner .content .item .figure {
  width: 100%;
  height: 45vw;
  position: relative;
  overflow: hidden;
}

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

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

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

#article .section.list .inner .content .item .h3.h3_2 {
  padding: 0.5rem 1rem 0;
}

#article .section.list .inner .content .item .h3.h3_2 span {
  letter-spacing: 0.175em;
  color: black;
  font-size: 1rem;
  line-height: 1.5;
}

#article .section.list .inner .content .item .h4.h4_1 {
  width: 100%;
  min-height: 5.33333vw;
  padding: 0 2rem 0 1rem;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  bottom: 2.66667vw;
  left: 0;
}

#article .section.list .inner .content .item .h4.h4_1:before, #article .section.list .inner .content .item .h4.h4_1:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
}

#article .section.list .inner .content .item .h4.h4_1:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  z-index: 9;
  right: 5.33333vw;
  transform: translateY(-50%) rotate(45deg);
}

#article .section.list .inner .content .item .h4.h4_1:after {
  top: 0.25rem;
  right: 2.66667vw;
  transform: rotate(45deg);
}

#article .section.list .inner .content .item .h4.h4_1 span {
  letter-spacing: 0.175em;
  color: black;
  font-size: 0.9rem;
  line-height: 1;
}

#article .section.list .inner .content .item.new .figure: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;
  background: #FFDD00;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

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

#article .section.detail .inner .content {
  width: 84vw;
  /* -------------------------------------
                       item
                    */
  /* -------------------------------------
                       header
                    */
  /* -------------------------------------
                       qaset / imgset
                    */
}

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

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

#article .section.detail .inner .content .h4.h4_1 {
  margin: 0 auto 2.66667vw;
}

#article .section.detail .inner .content .h4.h4_1 span {
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  line-height: 1.5;
}

#article .section.detail .inner .content .h5.h5_1,
#article .section.detail .inner .content .h6.h6_1 {
  display: flex;
}

#article .section.detail .inner .content .h5.h5_1 span,
#article .section.detail .inner .content .h6.h6_1 span {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

#article .section.detail .inner .content .h5.h5_1 span.en,
#article .section.detail .inner .content .h6.h6_1 span.en {
  flex-shrink: 0;
  color: white;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  width: 5.33333vw;
  height: 5.33333vw;
  padding: 0.1em 0 0;
  margin: 0 0.5em 0 0;
  background: #8FCEF2;
  box-sizing: border-box;
}

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

#article .section.detail .inner .content .h5.h5_1 span.txt {
  font-size: 1.4rem;
  line-height: 1.5;
}

#article .section.detail .inner .content .h6.h6_1 span.en {
  background: #1269B1;
}

#article .section.detail .inner .content.header .item {
  width: 100%;
}

#article .section.detail .inner .content.header .item .figure {
  width: 100%;
  position: relative;
  z-index: 1;
}

#article .section.detail .inner .content.header.new .figure: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;
  background: #FFDD00;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#article .section.detail .inner .content.qaset {
  margin: 6.66667vw auto 0;
}

#article .section.detail .inner .content.qaset .item {
  padding: 0;
  margin: 0 auto 6.66667vw;
}

#article .aside.works .inner .content {
  width: 84vw;
  margin: 0 auto;
  border: 1px solid #cccccc;
  /* -------------------------------------
                       link
                    ------------------------------------- */
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           list
        */
    /* -------------------------------------
           detail
        */
  }
  #article .section.list .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.list .inner .content {
    width: 1020px;
  }
  #article .section.list .inner .content .item {
    width: 240px;
    padding: 0;
    margin: 0 20px 20px 0;
    /*
                        &:nth-of-type(1),
                        &:nth-of-type(4),
                        &:nth-of-type(5),
                        &:nth-of-type(8),
                        &:nth-of-type(9),
                        &:nth-of-type(12){
                            
                            a,
                            a:link{
                                background: none;
                            }
                        }
                        */
  }
  #article .section.list .inner .content .item:nth-of-type(2n) {
    margin: 0 20px 20px 0;
  }
  #article .section.list .inner .content .item:nth-of-type(4n) {
    margin: 0 0 20px 0;
  }
  #article .section.list .inner .content .item a,
  #article .section.list .inner .content .item a:link {
    width: 100%;
    height: 100%;
    padding: 0 0 80px;
  }
  #article .section.list .inner .content .item .figure {
    height: 240px;
  }
  #article .section.list .inner .content .item .h3.h3_2 {
    padding: 10px 10px 0;
  }
  #article .section.list .inner .content .item .h3.h3_2 span {
    font-size: 1.8rem;
  }
  #article .section.list .inner .content .item .h4.h4_1 {
    min-height: 40px;
    padding: 0 10px;
    bottom: 20px;
  }
  #article .section.list .inner .content .item .h4.h4_1:after {
    right: 15px;
  }
  #article .section.list .inner .content .item .h4.h4_1 span {
    font-size: 1.2rem;
  }
  #article .section.list .inner .content .item.new .figure:after {
    font-size: 1.2rem;
    width: 40px;
    height: 18px;
    padding-top: 2px;
  }
  #article .section.detail .inner {
    /* -------------------------------------
                   content
                ------------------------------------- */
    /* -------------------------------------
                   link
                */
  }
  #article .section.detail .inner .content {
    width: 1020px;
    /* -------------------------------------
                       item
                    */
    /* -------------------------------------
                       header
                    */
    /* -------------------------------------
                       qaset / imgset
                    */
  }
  #article .section.detail .inner .content .h3.h3_2 {
    margin: 30px auto 0;
  }
  #article .section.detail .inner .content .h3.h3_2 span {
    font-size: 2.8rem;
    line-height: 1.75;
  }
  #article .section.detail .inner .content .h4.h4_1 {
    width: 100%;
    margin: 0 auto 20px;
  }
  #article .section.detail .inner .content .h4.h4_1 span {
    font-size: 2.4rem;
  }
  #article .section.detail .inner .content .h5.h5_1 span.en,
  #article .section.detail .inner .content .h6.h6_1 span.en {
    font-size: 3rem;
    line-height: 1;
    width: 60px;
    height: 60px;
    padding: 0.5em 0 0;
    margin: -0.35em 1em 0 0;
  }
  #article .section.detail .inner .content .h5.h5_1 {
    margin: 0 auto 40px;
  }
  #article .section.detail .inner .content .h5.h5_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.detail .inner .content .h6.h6_1 span.en {
    background: #1269B1;
  }
  #article .section.detail .inner .content.header.new .figure:after {
    font-size: 1.2rem;
    width: 40px;
    height: 18px;
    padding-top: 2px;
  }
  #article .section.detail .inner .content.qaset {
    margin: 70px auto 0;
  }
  #article .section.detail .inner .content.qaset .item {
    margin: 0 auto;
    margin: 0 auto 60px;
  }
  #article .section.detail .inner .link {
    margin: 120px auto 0;
  }
  #article .section.detail .inner .link a,
  #article .section.detail .inner .link a:link {
    font-size: 1.4rem;
  }
  #article .aside.works {
    width: 100%;
    margin: 0 auto;
  }
  #article .aside.works .inner {
    width: 1080px;
    margin: 0 auto;
  }
  #article .aside.works .inner .content {
    width: 1020px;
    padding: 0 0 50px;
    margin: 0 auto;
    /* -------------------------------------
                       link
                    ------------------------------------- */
  }
}
