@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%;
    height: 0;
    padding-bottom: 130.20%;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/top.png) no-repeat center/cover;
    position: relative;
}

.header .item_text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 480px;
    height: 0;
}

.header .item_text figure {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 60px;
}

.header .item_text p {
    line-height: 1.4;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}

.top_text_wrap {
    margin: 0 auto 120px;
    padding: 0 20px 120px;
    box-sizing: border-box;
    align-items: center;
}

.top_text_wrap figure {
    width: 200px;
    padding-right: 40px;
}

.top_text {
    width: calc(100% - 20px - 200px);
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
}

/* background */
.tokutyo {
    background-image: url(../img/icon_right_01.png);
    background-repeat: no-repeat;
    background-size: 125px 117px;
    background-position: right calc((100% - 880px) / 2) bottom;
}

.youto {
    background-image: url(../img/icon_left_01.png);
    background-repeat: no-repeat;
    background-size: 120px 148px;
    background-position: calc((100% - 980px) / 2) bottom;
}

.jouhou {
    background-image: url(../img/icon_right_02.png);
    background-repeat: no-repeat;
    background-size: 90px 170px;
    background-position: right calc((100% - 940px) / 2) bottom;
}

.color {
    background-image: url(../img/icon_left_02.png), url(../img/icon_left_03.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 120px 200px, 100px 74px;
    background-position: calc((100% - 940px) / 2) 0, calc((100% - 940px) / 2) bottom;
}

.cotton {
    background-image: url(../img/cotton_right.png), url(../img/cotton_left.png);
}

.fossil {
    background-image: url(../img/fossil_right.png), url(../img/fossil_left.png);
}

.desert {
    background-image: url(../img/desert_right.png), url(../img/desert_left.png);
}

.wave {
    background-image: url(../img/wave_right.png), url(../img/wave_left.png);
}

.baobab {
    background-image: url(../img/baobab_right.png), url(../img/baobab_left.png);
}

.choco {
    background-image: url(../img/choco_right.png), url(../img/choco_left.png);
}

.ante {
    background-image: url(../img/ante_right.png), url(../img/ante_left.png);
}

.clover {
    background-image: url(../img/clover_right.png), url(../img/clover_left.png);
}

.panta {
    background-image: url(../img/panta_right.png), url(../img/panta_left.png);
}

.aurora {
    background-image: url(../img/aurora_right.png), url(../img/aurora_left.png);
}

.forest {
    background-image: url(../img/forest_right.png), url(../img/forest_left.png);
}

.wind {
    background-image: url(../img/wind_right.png), url(../img/wind_left.png);
}

.color_img {
    background-repeat: no-repeat, no-repeat;
    background-size: 550px 550px, 430px 430px;
    background-position: right calc((100% - 940px) / 2) top, calc((100% - 940px) / 2) 360px;
}

@media screen and (max-width:980px) {
    .tokutyo {
        background-position: right -20px bottom;
    }

    .youto {
        background-position: -40px bottom;
    }

    .jouhou {
        background-position: right -20px bottom;
    }

    .color {
        background-position: -40px 0, -40px bottom;
    }

    .color_img {
        background-position: right -300px top, -150px 360px;
    }
}

/* tokutyo */
.tokutyo {
    width: 100%;
    margin: -70px auto 120px;
    padding: 0 20px;
    box-sizing: border-box;
}

.con_ttl {
    width: 100%;
    margin: 0 auto 55px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
}

.ttl_img {
    display: block;
    margin: 0 auto 10px;
}

.tokutyo .ttl_img {
    width: 40px;
    height: 70px;
}

.youto .ttl_img {
    width: 75px;
    height: 20px;
}

.jouhou .ttl_img {
    width: 70px;
    height: 47px;
}

.color .ttl_img {
    width: 50px;
    height: 55px;
}

.ttl_big {
    display: block;
    font-size: 30px;
    margin: 0 auto 5px;
    font-family: 'STIX Two Math', serif;
    letter-spacing: 2px;
}

.ttl_little {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
}

.tokutyo .center_wrap,
.youto .center_wrap {
    justify-content: center;
}

.tokutyo_list li {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.tokutyo_list li:last-child {
    margin-bottom: 0;
}

.tokutyo_list .icon_no {
    font-size: 50px;
    margin-right: 20px;
    font-family: 'STIX Two Math', serif;
}

.tokutyo_list p {
    padding-left: 20px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
}

.youto {
    padding: 0 20px 120px;
    margin: 0 auto;
}

.youto li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}


/* .info */
.jouhou {
    padding: 0 20px 100px;
    margin: 0 auto;
}

.jouhou table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
}

.jouhou th,
.jouhou td {
    padding: 10px;
    line-height: 1.8;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #000;
}

.jouhou th {
    padding: 0 10px;
    font-size: 12px;
}

.jouhou .t_big {
    font-size: 24px;
}

.jouhou .t_small {
    font-size: 10px;
    text-align: center;
}

.jouhou .t_mid {
    font-size: 18px;
}

.jouhou .t_mid2 {
    font-size: 14px;
}

.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: 8.68%;
}

.jouhou .sp_off td:nth-child(2) {
    width: 19.14%;
}

.jouhou .sp_off td:nth-child(3) {
    width: 13.99%;
}

.jouhou .sp_off td:nth-child(4) {
    width: 26.14%;
}

.jouhou .space {
    padding-left: 1em;
    box-sizing: border-box;
}



/* .color */
.color {
    padding: 70px 20px 0;
    margin: 0 auto;
}

.color .ttl_little {
    margin: 0 auto 15px;
}

.color .color_sub {
    text-align: center;
    font-size: 16px;
}

.color .color_sub span {
    font-size: 20px;
}

.color_list {
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 750px;
    margin: auto;
}

.color_list li {
    box-sizing: border-box;
    margin: 0 10px;
    width: calc((100% - 60px) / 3);
}

.color_list a {
    display: block;
    text-align: center;
    margin-bottom: 60px;
    transition: 0.5s;
}

.color_list a:hover {
    opacity: 0.3;
}

.color_list img {
    width: 150px;
    text-align: center;
}

.color_list .color_eng {
    font-size: 25px;
    font-family: 'STIX Two Math', serif;
    letter-spacing: 1px;
}

.color_list .color_kata {
    font-size: 12px;
    letter-spacing: 1px;
}

/* .color_img */
.color_img {
    padding: 600px 0 0;
    margin: 80px 0 0;
}

.color_img.cotton {
    margin: 40px 0 0;
}

.color_img.wind {
    margin: 80px 0 120px;
}

.color_img h3 {
    text-align: center;
}

.color_eng {
    font-size: 30px;
    font-family: 'STIX Two Math', serif;
    letter-spacing: 2px;
}

.color_kata {
    display: block;
    font-size: 18px;
    margin: 10px 0 40px;
}

.color_text {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

.img_out {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.img_wrap {
    width: 100%;
    max-width: 900px;
    height: 0;
    padding-bottom: 67.33%;
    box-sizing: border-box;
    margin: 0 auto 15px;
    position: relative;
}

.img_wrap .img_mono {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    transition: 5.0s;
}

.img_wrap .img_color {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 101;
}

.kounyu_wrap {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.kounyu_icon {
    width: 100px;
    height: 80px;
    margin-right: 20px;
}

.kounyu_name {
    font-size: 22px;
    margin-right: 20px;
    line-height: 1.8;
    padding-bottom: 10px;
    font-family: 'STIX Two Math', serif;
}

.kounyu_name span {
    display: block;
    font-size: 14px;
}

.kounyu_btn a {
    display: block;
    width: 160px;
    height: 40px;
    transition: 0.5s;
}

.kounyu_btn p {
    text-align: center
}

.kounyu_btn a figure {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 130px;
}

.kounyu_btn a:hover {
    opacity: 0.3;
}

/* line */
.line {
    padding: 0 20px;
}

.line span {
    display: block;
    width: 100%;
    max-width: 820px;
    height: 1px;
    background: #b5b5b5;
    margin: 0 auto 80px;
}

/* .item_link */
.item_link {
    width: 100%;
    max-width: 600px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 100px;
    padding: 0 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.item_link .left {
    width: 50%;
    max-width: 250px;
}

.item_link .right {
    width: 50%;
    margin: 0 0 0 auto;
}

.item_link .colorname {
    margin: 0 auto 40px;
}

.item_link .colorname02 {
    line-height: 1.4;
    text-align: center;
}

.item_link .kounyu_btn a {
    margin: auto;
}

/* 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: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}*/

.sp_on {
    display: none;
}

/*.sp_off {
  display:block;
}*/
.box {
    opacity: 0;
}

.fadeIn {
    transition: all 1s ease-in;
    transition-delay: 1s;
    opacity: 1 !important;
}

/* fade */
.fade_img:nth-child(1) {
    opacity: 0;
    transition-delay: 1s;
    transition: all 1000ms;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
}

.fade_img:nth-child(1).active {
    opacity: 1;
}

.fade_img:nth-child(2) {
    opacity: 0;
    transition: all 1000ms;
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
}

.fade_img:nth-child(2).active {
    opacity: 1;
}

.youtube2 {
    position: relative;
    width: 100%;
      max-width:980px;
      margin:0 auto 100px;
    padding:0 0 56.25%;
  }
  .youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

@media screen and (min-width: 1260px) {
    .header {
        background: url(../img/top.png) no-repeat center/contain;
    }
}

@media screen and (min-width: 980px) {
    .header {
        height: 1276px;
        padding: 0;
    }

    .img_wrap {
        height: 606px;
        padding: 0;
    }
    .youtube2 {
      width:980px;
      height:560px;
      padding:0;
  }
}

/* サイズ別設定 */
@media screen and (max-width: 850px) {
    .tokutyo {
        margin: 0 auto 120px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 1180px;
        padding-bottom: 0;
    }

    .tokutyo {
        margin: 0 auto 120px;
    }
}

@media screen and (max-width: 695px) {
    .header {
        height: 1100px;
    }
}

@media screen and (max-width: 574px) {
    .sp_on {
        display: block;
    }

    .sp_off {
        display: none;
    }

    .header {
        height: 700px;
    }

    .tokutyo {
        margin: 220px auto 120px;
    }

    .youto {
        background-position: -40px 300px;
    }

    .jouhou {
        padding: 0 20px 0;
    }

    .color_img {
        padding: 270px 0 0;
        background-size: 250px 250px, 200px 200px;
        background-position: right -50px top, -50px 100px;
    }

    .jouhou th:nth-child(1) {
        width: inherit;
    }

    .jouhou table {
        width: inherit;
    }

    .color .con_ttl {
        margin: 0 auto 55px;
    }

    .color_list li,
    .color_list li:nth-child(-n+3),
    .color_list li:nth-child(n+4) {
        width: 100%;
    }

    .color_list li:nth-child(2) a,
    .color_list li:nth-child(4) a,
    .color_list li:nth-child(5) a,
    .color_list li:nth-child(6) a,
    .color_list li:nth-child(7) a {
        padding: 0;
    }

    .color_list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 30px;
    }

    .color_list li a figure {
        width: 100px;
    }

    .color_list li a .color_name {
        width: calc(100% - 150px);
    }

    .img_top {
        flex-wrap: wrap;
        margin: 0 auto 40px;
        justify-content: center;
    }

    .img_top .left {
        margin-bottom: 40px;
    }

    .img_top .right {
        width: 100%;
        box-sizing: border-box;
    }

    .top_text_wrap figure {
        width: 100px;
        padding-right: 20px;
    }

    .top_text {
        width: calc(100% - 20px - 100px);
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 420px) {
    .tokutyo_list p {
        padding-left: 0;
    }

    .color_list .color_eng {
        font-size: 26px;
    }

    .color_list .color_japa {
        font-size: 14px;
    }

    .color_list p {
        margin-bottom: 5px;
    }

    #page_top {
        width: 40px;
        right: 10px;
        bottom: 10px;
    }

    .kounyu_wrap {
        flex-wrap: wrap;
    }

    .kounyu_icon {
        width: 100px;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }

    .kounyu_name,
    .kounyu_name span {
        font-size: 16px;
        margin-right: 0;
    }

    .kounyu_name,
    .img_wrap {
        margin-bottom: 20px;
    }

    .kounyu_name {
        width: calc(100% - 150px);
    }

    .kounyu_btn a {
        margin: auto;
    }

    .color_text {
        margin-bottom: 40px;
    }

    .color_img {
        background-size: 200px 200px, 180px 180px;
    }

    .item_link .left,
    .item_link .right {
        width: 100%;
    }

    .item_link .colorname {
        margin: 20px auto;
    }

}

@media screen and (max-width: 695px) {}