@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;
}
.outwrapper {
    min-height:100vh;
    max-width:980px;
    background-color:#fff;
    margin:auto;
    box-sizing:border-box;
}

/* header */
.header {
  width:100%;
    max-width:980px;
    height:0;
    padding-bottom:55.61%;
  box-sizing:border-box;
  margin:0 auto 30px;
    background:url(../img/top.jpg) no-repeat center/cover;
}

.con {
    width:100%;
    max-width:980px;
    margin:auto;
    padding:0 20px;
    box-sizing:border-box;
}
.kodawari .icon_star {
    width:100%;
    max-width:880px;
    margin:0 auto 50px;
}
.kodawari h2 {
    text-align:center;
    font-size:18px;
    margin-bottom:50px;
    font-weight:bold;
  line-height:1.6;
}
.kodawari .kodawari_img {
    width:100%;
    max-width:880px;
    margin:0 auto 100px;
}
.con_ttl {
    font-size:36px;
    margin-bottom:38px;
}
.con_ttl .ttl_sub {
    font-size:16px;
    margin:0 10px;
  letter-spacing: 3px;
}
.con_ttl::after {
    content:'';
    display:block;
    width:100%;
    height:1px;
    background:#000;
    margin-top:18px;
    box-sizing:border-box;
}

/* tokutyo */
.tokutyo,.youto,.jouhou {
    justify-content:center;
    flex-wrap:nowrap;
    max-width:840px;
    margin:0 auto 100px;
}
.tokutyo .left,.youto .right {
    width:calc(100% - 190px);
  letter-spacing:2px;
}
.tokutyo figure {
  width:100%;
    max-width:160px;
    margin:55px 0 0 30px;
    box-sizing:border-box;
}
.youto figure {
    width:160px;
    margin:55px 30px 0 0;
}
.youto {
    flex-direction:row-reverse;
}

.tokutyo_list,.youto_list {
    font-size:18px;
    font-weight:bold;
    padding-left:1.5em;
    position:relative;
    margin-bottom:20px;
}
.tokutyo_list::before,.youto_list::before {
    content:'';
    display:block;
    width:1em;
    height:1em;
    background:url(../img/icon_star.png) no-repeat center/contain;
    position:absolute;
    margin:auto;
  left:3px;
}
.tokutyo_gyou,.youto_gyou {
    padding-left:2.5em;
    margin-bottom:40px;
}
.tokutyo_gyou li,.youto_gyou li {
    line-height:1.0;
    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;
}
.youto_gyou .kome {
    font-size:10px;
  margin-left:0.5em;
}
.youto_gyou .kome::before {
    content:'※';
}

/* .info */
.jouhou h3 {
    width:100%;
    max-width:840px;
    margin:270px auto 10px;
}
.jouhou .info_wrap {
    position:relative;
    width:100%;
    max-width:840px;
    margin-bottom: 60px;
}
.jouhou .jouhou_ttl_img {
    position:absolute;
    margin:auto;
    top:auto;right:0;left:auto;bottom:27px;
    width:300px;
}
.jouhou table {
  border-collapse: collapse;
  border-spacing:0px;
    width:100%;
    max-width:840px;
    margin:0 auto 40px;
}
.jouhou table:nth-of-type(2) {
  margin:0 auto 120px;
}
.jouhou th,.jouhou td {
    padding:10px;
    line-height:1.8;
    box-sizing:border-box;
  font-size:12px;
  letter-spacing:1px;
}
.jouhou .t_big {
    font-size:24px;
}
.jouhou .t_small {
    font-size:10px;
    text-align:center;
}
.jouhou .t_left_wrap {
    display:flex;
    justify-content:center;
    align-items:center;
}
.jouhou .t_left_wrap span {
  line-height:1.4;
}
.jouhou .t_center {
    text-align:center;
}
.jouhou td {
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
}
.jouhou td:last-child {
    border-right:1px solid #000;
}
.jouhou_img {
    width:100%;
    max-width:880px;
    margin:0 auto 100px;
}
/* .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) {
}
.jouhou .sp_off td:nth-child(5) {
  width:13.03%;
} */
.type_ttl {
  font-weight: bold;
  font-size: 22px;
}



/* .color */
.color .con_ttl {
    width:100%;
    max-width:820px;
    margin:0 auto 50px;
}
.color .flex {
    width:100%;
    max-width:820px;
    margin:0 auto 160px;
    justify-content: flex-start;
    flex-wrap:wrap;
}
.color .flex li {
    width:calc((100% - 60px) / 6);
    margin:0 10px 30px 0;
    text-align:center;
}
.color .flex li p {
  font-size:13px;
}
.color .flex li p span {
  font-size:0.8em;
}
.color .flex li img {
  margin: 0 auto 5px;
  display: block;
  width: 100%;
  max-width: 85px;
}
.color .flex li:last-child {
    margin-right:0;
}
.color_ttl {
    font-size:24px;
    width:100%;
    max-width:820px;
    margin:0 auto 50px;
    display: flex;
}
.color_ttl:after {
    border-top: 1px solid #000;
    margin-top:0.5em;
    margin-left:1em;
    content: "";
    flex-grow: 1;   
}
.color_mini_list {
    max-width:880px;
    margin:0 auto 50px;
}
.color_mini_list li {
    display:flex;
    justify-content:flex-start;
    width:100%;
    max-width:880px;
    margin:0 auto 40px;
}
.color_mini_list li img {
    width:100%;
    max-width:220px;
  height:auto;
    max-height:125px;
    margin:0 40px 0 0;
}
.color_mini_ttl {
    margin:20px 0 15px;
    font-weight:bold;
    font-size:21px;
}
.color_mini_sub {
    font-size:14px;
    margin-left:10px;
  vertical-align: 3px;
}
.color_story {
    line-height:1.6;
  font-size:13px;
    letter-spacing: 1px;
}
.color_img {
    width:100%;
    max-width:820px;
    margin:0 auto 100px;
    overflow:hidden;
}
.color_img figure:nth-child(1) {
    float:left;
    width:59.88%;
}
.color_img figure:nth-child(2) {
    float:right;
    width:39.77%;
    margin-bottom:3px;
}
.color_img figure:nth-child(3) {
    float:right;
    width:39.77%;
}
.color_img .color_img_atn {
  text-align:right;
  font-size:10px;
  clear:both;
  padding-top:25px;
}

/* .item_link */
.line {
    display:block;
    width:100%;
    max-width:880px;
    height:1px;
    background:#231815;
    margin:0 auto 100px;
}
.item_link {
    width:100%;
    max-width:600px;
    justify-content:center;
    align-items:center;
    margin:0 auto 100px;
}
.item_link img,.item_link .item_wrap {
    width:50%;
}
.link_wrap {
    width:50%;
    border:1px solid #000;
    padding:40px 0;
    margin:0 0 0 30px;
}
.link_wrap .hide {
    background:url(../img/logo.jpg) no-repeat center/contain;
    width:200px;
    height:60px;
    margin:0 auto;
}
.link_wrap .size {
  text-align:center;
  font-size:30px;
  margin:20px 0;
  font-weight:bold;
}
.link_wrap .link a {
    width:200px;
    height:70px;
    display:block;
    background:#000;
    color:#fff;
    text-align:center;
    margin:auto;
    line-height:70px;
}

/* spray */
.spray_con {
  justify-content: center;
  flex-wrap:nowrap;
  align-items:flex-start;
  gap:0 20px
}
.spray_con01 {
  margin-bottom:50px;
}
.spray_con01 li.spray_li01,.spray_con01 li.spray_li02 {
  width:46%;
}
.spray_con02 li.spray_li03 p {
  font-size:20px;
  margin-top: 5px;
}
.spray_con02 li.spray_li04 p {
  font-size:25px;
  margin-top: 5px;
}

.spray_con02 li.spray_liarrow img {
  margin-top: 70px;
}
.spray_con02 {
  margin-bottom:100px;
}



/* other */
.other_con,.set_con {
    max-width:820px;
}
.other_con .flex.set_con .flex {
    box-sizing:border-box;
    padding:0 20px;
    width:100%;
    margin:0 auto 60px;
    justify-content:center;
    align-items:center;
    box-sizing:border-box;
}
.other_con figure.set_con figure {
    width:100%;
    max-width:400px;
    margin-right:20px;
}
.other_con .sub {
    font-size:0.9em;
    margin-bottom:10px;
}
.other_con .name {
    font-size:1.5em;
    margin-bottom:20px;
}
.set_con .name {
    font-size:22px;
    margin-bottom:20px;
}
.other_con .text,.set_con .text {
    font-size:0.8em;
    line-height:1.4;
    margin-bottom:40px;
}
.katamari {
  margin-bottom:20px;
}
.katamari figure {
  max-width:300px;
  margin:0 40px 60px 0;
}
.katamari01 figure {
}
.katamari02 figure {
    text-align: center;
}
.other_con .link01 a,.set_con .link01 a {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #000;
    max-width: 150px;
    text-align: center;
}
a:hover {
    opacity: 0.4;
}


/* set */
.set {
  margin-bottom: 60px;
}
.set figure {
  max-width:300px;
  margin: 0 30px 0 0;

}

/* footer */
footer {
  text-align:center;
}
footer ul {
  justify-content:center;
  align-items:center;
  margin-bottom:30px;
}
footer a {
  display:block;
  box-sizing:border-box;
  width:33px;
  height:33px;
  border-radius:3px;
  transition:0.3s;
}
footer a:hover {
  opacity:0.3;
}
footer li:nth-child(1) a {
  margin-right:25px;
  background:url(../img/icon_fb.png) no-repeat center/contain;
}
footer li:nth-child(2) a {
  margin-right:25px;
  background:url(../img/icon_ig.png) no-repeat center/contain;
}
footer li:nth-child(3) a {
  background:url(../img/icon_yt.png) no-repeat center/contain;
}
footer .foo_text {
  font-size:13px;
  margin-bottom:30px;
}
footer .last_text {
  font-size:10px;
  margin-bottom:10px;
}
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;
}

/* 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;
}*/

/* youtube */
.youtube_wrap {
    padding:0 20px;
    box-sizing:border-box;
}
.youtube_wrap h3 {
    width:100%;
    max-width:820px;
    margin: 0 auto 50px;
}
.youtube2 {
  position: relative;
  width: 100%;
    max-width:820px;
    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: 980px) {
    .header {
        height:550px;
        padding:0;
    }
    .youtube2 {
        width:820px;
        height:468px;
        padding:0;
    }
}

/* サイズ別設定 */
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
  .jouhou .jouhou_ttl_img.sp_off {
    display:none;
  }
  .jouhou .jouhou_ttl_img.sp_on {
    display:block;
    position:inherit;
    width:inherit;
  }
  .jouhou .jouhou_ttl_img.sp_on img {
    width:100%;
  }
  .jouhou h3 {
    margin:0 auto 40px;
  }
}
@media screen and (max-width: 574px) {
  .sp_on {
    display:block;
  }
  .sp_off {
    display:none;
  }
  .jouhou .jouhou_ttl_img.sp_on {
    margin-bottom:20px;
  }
  .jouhou th, .jouhou td {
    font-size:12px;
  }
  .jouhou td {
    border:none;
    border-top:1px solid #000;
    border-right:1px solid #000;
    border-left:1px solid #000;
  }
  .jouhou th {
    border-top:1px solid #000;
    border-left:1px solid #000;
  }
  .jouhou tr:last-child th,.jouhou tr:last-child td {
    border-bottom:1px solid #000;
  }
  .jouhou .th {
    width:30%;
  }
  .jouhou .td {
    width:70%;
  }
  .jouhou .t_left_wrap {
    width:100%;
  }
}

@media screen and (max-width: 500px) {
  .flex {
    display:block;
  }
  .tokutyo .left, .youto .right {
    width:100%;
  }
  .tokutyo figure,.youto figure {
    margin:0 0 0 auto;
  }
  .color .color_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
  }
  .color .color_list li {
    margin:0;
    padding:5px;
    box-sizing:border-box;
    text-align:center;
  }
  .color .flex li {
  width: calc((100% - 20px) / 2);
}
  .color_mini_list li {
    display:block;
  }
  .color_mini_list li img {
    width:100%;
    max-width:100%;
    height:auto;
      max-height:100%;
  }
  .color_img figure:nth-child(1) {
    width:100%;
  }
  .color_img figure:nth-child(2) {
    float:left;
    width:49.5%;
    margin-top:3px;
  }
  .color_img figure:nth-child(3) {
    float:right;
    width:49.5%;
    margin-top:3px;
  }
  .item_link {
    display:flex;
  }
  .link_wrap .hide {
    width:100%;
  }
  .link_wrap .link a {
    width:100%;
    height:auto;
    line-height:1.4;
    padding:10px 0;
  }
  .header {
    width:100%;
    padding-bottom:96.06%;
    background:url(../img/top_sp.jpg) no-repeat center/contain;
  }
  footer ul.flex {
    display:flex;
  }
  .tokutyo_gyou, .youto_gyou {
    padding-left:1em;
  }
  .spray_con {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
  }
  .spray_con01 li.spray_li01,.spray_con01 li.spray_li02 {
    width: calc((100% - 20px) / 2);
  }
  .spray_con01 li.spray_lip,.spray_con01 li.spray_li03,.spray_con01 li.spray_li04 {
    width:100%;
  }
  .spray_con02 li.spray_liarrow img {
    margin:0;
    transform: rotate(90deg);
    max-width: 80px;
  }
  .set figure {
    margin:0 auto 40px;
  }
  .other_con .link01 a, .set_con .link01 a {
    display: block;
    margin: auto;
  }
  .katamari {
    margin-bottom:100px;
  }
  .set {
    margin-bottom: 100px;
  }
  .katamari figure {
    margin:0 auto 40px;
  }
  .other_con .text, .set_con .text {
    margin-bottom:20px;
  }
}
@media screen and (max-width: 420px) {
  #page_top {
    width:75px;
    right:5px;
    bottom:0;
  }
  .tokutyo, .youto, .jouhou {
    margin:0 auto 40px;
  }
  .jouhou table {
    margin-bottom:40px;
  }
}