@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;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

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

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

#article .section.list .inner .h3.h3_0 {
  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.15em;
  color: #FFAB99;
  font-size: 1.6rem;
  width: 90.625%;
  margin: 0 auto 0.5rem;
}

#article .section.list .inner .content {
  display: block;
  width: 93.75%;
  margin: 0 auto;
  /* -------------------------------------
                       item
                    */
  /* -------------------------------------
                       content_1
                    */
}

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

#article .section.list .inner .content .h3.h3_1 {
  line-height: 1;
  font-size: 1.4rem;
}

#article .section.list .inner .content .h3.h3_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;
  font-size: 1.2rem;
  margin: 0 0.5rem 0 0;
}

#article .section.list .inner .content .h3.h3_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.15em;
  display: block;
  color: black;
  line-height: 1.25;
  width: 100%;
  margin: 1rem 0 0;
}

#article .section.list .inner .content .text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0.5rem 0 0;
}

#article .section.list .inner .content .text p {
  display: block;
}

#article .section.list .inner .content .item {
  width: 100%;
  padding: 1.4rem 0;
  margin: 0 auto 1.4rem;
  border: 1px solid #cccccc;
}

#article .section.list .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.075em;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 0.75rem;
  background: #EF4220;
}

#article .section.list .inner .content.content_1 .item.float .float_l,
#article .section.list .inner .content.content_1 .item.float .float_r {
  width: 90%;
}

#article .section.list .inner .content.content_1 .item.float .float_l {
  margin: 0 auto;
}

#article .section.list .inner .content.content_1 .item.float .float_r {
  margin: 1rem auto 0;
}

#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: #EF4220;
  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: #EF4220;
  border: solid 1px #cccccc;
}

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

#article .section.detail .inner .content {
  width: 84.375%;
  margin: 0 auto;
  /* -------------------------------------
                       item
                    */
  /* -------------------------------------
                       content_1
                    */
}

#article .section.detail .inner .content .h3 {
  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: "pkna";
  letter-spacing: 0.175em;
}

#article .section.detail .inner .content .h3.h3_1 {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 1.25;
  width: 100%;
  padding: 0 0 1rem;
  margin: 0 auto 1.25rem;
  border-bottom: 1px solid #cccccc;
}

#article .section.detail .inner .content .h3.h3_1 span {
  display: block;
}

#article .section.detail .inner .content .h3.h3_1 span.txt strong {
  color: #EF4220;
}

#article .section.detail .inner .content .h4.h4_1 {
  width: 100%;
  margin: 1rem auto 0;
}

#article .section.detail .inner .content .h4.h4_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;
  font-size: 1.2rem;
  margin: 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;
  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 .item {
  width: 100%;
  padding: 0;
  margin: 1rem auto 1.4rem;
}

#article .section.detail .inner .content.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.075em;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 0.75rem;
  background: #EF4220;
}

@media screen and (min-width: 768px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           list
        */
    /* -------------------------------------
           detail
        */
  }
  #article .section.list {
    overflow: hidden;
  }
  #article .section.list .inner {
    width: 920px;
  }
  #article .section.list .inner .h3.h3_0 {
    font-size: 1.8rem;
    width: 880px;
    margin: 0 auto 20px;
  }
  #article .section.list .inner .content {
    width: 880px;
    /* -------------------------------------
                       item
                    */
  }
  #article .section.list .inner .content .h3.h3_1 {
    /*
                        display: flex;
                        align-items: flex-start;
                        justify-content: space-between;
                        flex-wrap: nowrap;
                        */
  }
  #article .section.list .inner .content .h3.h3_1 span.day {
    word-wrap: normal;
  }
  #article .section.list .inner .content .h3.h3_1 span.txt {
    font-size: 1.8rem;
    margin: 14px 0 0;
  }
  #article .section.list .inner .content .text {
    font-size: 1.4rem;
    line-height: 1.75;
    margin: 14px 0 0 0;
  }
  #article .section.list .inner .content .item {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    margin: 0 0 20px;
  }
  #article .section.list .inner .content .item:last-of-type {
    margin: 0;
  }
  #article .section.list .inner .content .item.new .day:before {
    /*
                                width: 40px;
                                padding: 0.3rem 0 0.1rem;
                                margin: 0 10px 0;
                                box-sizing: border-box;
                                */
  }
  #article .section.list .inner .content.content_1 .item.float {
    display: flex;
    justify-content: center;
  }
  #article .section.list .inner .content.content_1 .item.float .float_l,
  #article .section.list .inner .content.content_1 .item.float .float_r {
    margin: 0 10px;
  }
  #article .section.list .inner .content.content_1 .item.float .float_l {
    width: 240px;
  }
  #article .section.list .inner .content.content_1 .item.float .float_r {
    width: 580px;
  }
  #article .section.list .inner .pager {
    padding: 70px 0 30px 0;
  }
  #article .section.detail {
    overflow: hidden;
  }
  #article .section.detail .inner {
    width: 920px;
  }
  #article .section.detail .inner .content {
    width: 100%;
    /* -------------------------------------
                       item
                    */
    /* -------------------------------------
                       content_1
                    */
  }
  #article .section.detail .inner .content .h3.h3_1 {
    font-size: 3rem;
    width: 100%;
    padding: 0 0 14px;
    margin: 0 auto 20px;
  }
  #article .section.detail .inner .content .h4.h4_1 {
    width: 100%;
    margin: 14px auto 0;
  }
  #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;
  }
}
