@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.flex {
  box-sizing:border-box;
  display:flex;
}

/* #top */
body {
    width:100%;
    height:100vh;
}

/* header */
.header {
  width:100%;
    max-width:620px;
    height:0;
    padding-bottom:80.76%;
  box-sizing:border-box;
  margin:80px auto 120px;
    background:url(../img/top.jpg) no-repeat center/cover;
}
.top_text_wrap {
    width:100%;
    max-width:880px;
    margin:0 auto 120px;
    padding:0 20px;
    justify-content:center;
    box-sizing:border-box;
}
.top_text {
    line-height:1.8;
    font-size:16px;
}
.con_ttl {
    font-size:36px;
    margin-bottom:38px;
  color:#7dadbf;
}
.con_ttl .ttl_sub {
    font-size:16px;
    margin:0 10px;
  letter-spacing: 3px;
  color:#7dadbf;
}

.line {
  width:100%;
  max-width:980px;
  height:30px;
  background:url(../img/line.jpg) no-repeat center/contain;
  margin:0 auto 120px;
  box-sizing:border-box;
}
.line_wrap {
  padding:0 20px;
}

/* tokutyo */
.tokutyo {
    width:100%;
    max-width:840px;
    margin:0 auto 80px;
    padding:0 20px;
    box-sizing:border-box;
  justify-content: space-between:
}
.tokutyo .left {
    width:65%;
  letter-spacing:1px;
}
.tokutyo .right {
    width:35%;
    max-width:240px;
    padding:5px 0 0 30px;
    box-sizing:border-box;
}
.tokutyo .right img {
    width:100%;
  max-width:180px;
}
.tokutyo_list,.youto_list {
    font-size:18px;
    font-weight:bold;
    position:relative;
    margin-bottom:20px;
}
.tokutyo_gyou {
    margin-bottom:40px;
    padding-left:1em;
}
.youto_gyou {
    padding-left:1em;
}
.tokutyo_gyou li,.youto_gyou li {
    line-height:1.6;
    position:relative;
    margin-bottom:10px;
  font-size:14px;
}
.tokutyo_gyou li::before,.youto_gyou li::before {
    content:'・';
    display:block;
    width:1.5em;
    height:1.5em;
    position:absolute;
    margin:auto;left:-1.2em;
    top:0;
}
.kome {
    font-size:12px;
    margin-left:0.5em;
    width:100%;
}
.kome::before {
    content:'※';
}

/* .info */
.jouhou h3 {
    width:100%;
    max-width:840px;
    margin:0 auto 40px;
    box-sizing:border-box;
    padding:0 20px;
}
.jouhou .table_wrap {
    padding:0 20px;
}
.jouhou table {
    border-collapse: collapse;
  border-spacing:0px;
    width:100%;
    max-width:750px;
    margin:0 auto 120px;
    box-sizing:border-box;
}
.jouhou th,.jouhou td {
    padding:10px;
    line-height:1.8;
    box-sizing:border-box;
  font-size:12px;
  letter-spacing:1px;
    border:1px solid #95a6ae;
}
.jouhou th {
    background:#a7bbc5;
    color:#fff;
}
.jouhou th:nth-child(1) {
  width:20%;
}
.jouhou th:nth-child(2) {
  width:30%;
}
.jouhou th:nth-child(3) {
  width:20%;
}
.jouhou th:nth-child(4) {
  width:30%;
}


.jouhou .t_big {
    font-size:24px;
}
.jouhou .t_small {
    font-size:10px;
    text-align:center;
}
.jouhou .t_left_wrap {
    display:flex;
    justify-content:center;
}
.jouhou .t_left_wrap span {
  line-height:1.4;
}
.jouhou .t_center {
    text-align:center;
}
.jouhou .sp_off td:nth-child(1) {
  width:13.68%;
}
.jouhou .sp_off td:nth-child(2) {
  width:24.14%;
}
.jouhou .sp_off td:nth-child(3) {
  width:14.99%;
}
.jouhou .sp_off td:nth-child(4) {
  /*width:26.14%;*/
}
.jouhou .sp_off td:nth-child(5) {
  width:13.03%;
}



/* .color */
.color {
  margin:0 auto 80px;
}
.color .con_ttl {
    max-width:880px;
    margin:0 auto 80px;
  padding:0 20px;
  box-sizing:border-box;
}
.color_list {
    margin:auto;
    width:100%;
    max-width:820px;
    padding:0 20px;
    box-sizing:border-box;
    justify-content: space-around;
    flex-wrap:wrap;
  align-items:flex-start;
}
.color_list li {
  width:calc((100% - 40px) / 2);
  padding:0 10px;
  margin:0 auto 60px;
}
.color_list figure {
  width:100%;
  max-width:220px;
  margin:0 0 20px -10px;
}
.color_name {
  margin-bottom:20px;
  font-size:16px;
}
.color_name_iro {
    color:#a9a8a8;
    font-size:0.9em;
}
.color_text {
  line-height:1.8;
  font-size:14px;
}
.color_list .flex {
}



/* .scheme */
.color_scheme {
    width:100%;
    max-width:880px;
    margin:0 auto 120px;
}
.color_scheme .con_ttl {
    width:100%;
    max-width:880px;
  padding:0 20px;
  box-sizing:border-box;
}
.scheme {
    margin:0 auto 80px;
    width:100%;
    max-width:860px;
    padding:0 20px;
    box-sizing:border-box;
}
.scheme .left {
    width:55%;
    max-height:520px;
}
.scheme .right {
    width:45%;
    box-sizing:border-box;
    padding:0 0 0 20px;
  display:flex;
  flex-direction: column;
    max-height:520px;
}
.scheme .right .before {
  margin-top: auto;
}
.scheme_text {
  font-size:16px;
  margin:20px 0 20px;
}
.scheme_name {
  font-size:20px;
}


/* .item_link */
.item_link {
    width:100%;
    max-width:600px;
    justify-content:space-around;
    align-items:center;
    margin:0 auto 100px;
    padding:0 20px;
    box-sizing:border-box;
}
.item_link .item {
    width:50%;
    max-width:250px;
}
.link {
    width:50%;
    max-width:250px;
}
.item_link .right {
    width: 50%;
    margin-left: 45px;
    box-sizing: border-box;
}
.link a {
    display:block;
    height:180px;
    background:url(../img/icon_kounyu.jpg) no-repeat center/cover;
    transition:0.3s;
}
.link a:hover {
  opacity:0.3;
}
.item_link .right .colorname {
    line-height:1.4;
    margin-bottom:20px;
}
.item_link .right .link a {
    height: 130px;
    max-width: 250px;
    width: 250px;
}

/* footer */
footer {
  text-align:center;
    padding-bottom:20px;
}
footer ul {
  justify-content:center;
  align-items:center;
  margin-bottom:30px;
}
footer a {
  display:block;
  box-sizing:border-box;
  width:43px;
  height:43px;
  border-radius:3px;
  transition:0.3s;
}
footer a:hover {
  opacity:0.3;
}
footer .link_fb {
  background:url(../img/icon_fb.png) no-repeat center/contain;
}
footer .link_ig {
  margin-right:30px;
  background:url(../img/icon_ig.png) no-repeat center/contain;
}
footer .link_yt {
  background:url(../img/icon_yt.png) no-repeat center/contain;
  margin-right:30px;
}
footer .foo_text {
  font-size:12px;
  margin-bottom:10px;
    color:#727171;
}
footer .last_text {
  font-size:10px;
    color:#727171;
}
footer .nho_t {
  font-size:12px;
  margin:30px 0 10px;
    color:#727171;
}
footer .nho_link a {
  display:block;
  width:100%;
  height:100%;
  max-height:34px;
  max-width:300px;
  margin:0 auto 40px;
    padding:0 10px;
}
footer .pw_link a {
  display:block;
  width:100%;
  height:100%;
  max-height:58px;
  max-width:240px;
  margin:0 auto 40px;
    padding:0 10px;
}

/* topへ */
#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 5px;
  bottom: 10px;
  opacity: 0.6;
  z-index:900;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: '';
  font-size: 13px;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}

.sp_on {
  display:none;
}
/*.sp_off {
  display:block;
}*/



@media screen and (min-width: 620px) {
    .header {
        height:500px;
        padding:0;
    }
}

/* サイズ別設定 */
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
    
  .sp_off_text {
    display:none;
  }
}
@media screen and (max-width: 574px) {
  .sp_on {
    display:block;
  }
  .sp_off {
    display:none;
  }
    .header {
        margin-bottom:40px;
    }
    .top_text_wrap {
        margin-bottom:80px;
        padding-bottom:0;
        border-bottom:none;
    }
  .flex {
    display:block;
  }
    .tokutyo .flex {
    display:flex;
        flex-wrap:wrap;
    }
    .tokutyo .left,.tokutyo .right {
        width:100%;
    }
    .tokutyo .right {
        order:-1;
      text-align:center;
        padding:0 0 80px;
        margin:auto;
    }
    .color .left {
        margin:auto;
    }
    .color .flex {
        margin:0 auto 40px;
      display:flex;
    }
  .color_list li {
    width:calc((100% - 60px) / 2);
  }
  .scheme {
        display:flex;
    flex-direction: column-reverse;
    margin:0 auto 40px;
  }
  .scheme .right .before {
    padding:0;
    width:60%;
  margin:20px auto;
  }
  .scheme_text {
    text-align:center;
  }
  .scheme_name {
    text-align:center;
  }
    .scheme .left {
        width:100%;
        margin-bottom:40px;
    }
    .scheme .right {
      border:-1;
        width:100%;
        padding:0;
    }
    .scheme .right li {
        display:flex;
        align-items:center;
        margin-bottom:40px;
    }
    .scheme li img {
        padding-left:15%;
    }
    .item_link img,.link_wrap {
        width:100%;
        margin:auto;
    }
    footer .flex {
        display:flex;
    }
    .color .kome {
        margin:0 auto 80px;
    }
    .line {
        margin-bottom:50px;
    }
    .item_link .item {
        width:100%;
        margin:0 auto 20px;
    }
    .link {
        margin:auto;
        width:100%;
    }
    .item_link .right .colorname {
        text-align:center;
    }
    .item_link .right {
        margin:auto;
        width:100%;
    }
    .item_link .right .link a {
        height: 130px;
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
}
@media screen and (max-width: 420px) {
}