@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;
}
.fs_20 {
    font-size:20px;
}
.fs_18 {
    font-size:18px;
}
.fs_16 {
    font-size:16px;
    line-height:30px;
}
.fs_16_w {
    font-size:16px;
    font-weight:600;
    line-height:20px;
}
.fs_13 {
    font-size:13px;
    line-height:21px;
}
.fs_10 {
    font-size:12px;
    line-height:16px;
}
#out_wrapper {
    background:#fff;
    width:100%;
}
video {
    width:100%;
}
.sp_off {
    display:block;
}
.sp_on {
    display:none;
}


/* #top */
body#top::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
  background:url(../img/top_image_moji_2000.jpg) no-repeat 65% center/cover;
}

#top header {
    position:relative;
    width:100%;
    height:100vh;
    box-sizing:border-box;
    padding:20px 20px 10px;
}

/* 巣飾り追加 */
#top header .posi_icon {
    position:absolute;
    top:20px;right:20px;
}
#top header .posi_icon a {
    display:block;
    width:80px;
    height:80px;
    transition:0.5s;
}
#top header .posi_icon a:hover {
  transform:scale(1.1);
}

#top h1 {
    background:url(../img/icon_logo_lar.png) no-repeat center/contain;
    width:92px;
    height:158px;
}
.scroll {
    width:100px;
    position:absolute;
    margin:auto;
    bottom:0;top:auto;right:0;left:0;
    text-shadow:0 0 5px #000;
}
.scroll a {
    width:100px;
    display:block;
    text-align:center;
    color:#fff;
    padding:50px 0 30px;
    background:url(../img/icon_bottom_white_2.png) no-repeat center top/contain;
    background-size:20px 40px;
    transition:0.5s;
}
.scroll a:hover {
  transform:scale(1.1);
}

/* nav */
nav.fixed {
    position:fixed;
    top:0;z-index:3;
    width:100%;
}
nav {
    margin-bottom:30px;
}
nav ul {
    width:100%;
    background:#BEBEBE;
    display:flex;
    padding:10px 30px;
    box-sizing:border-box;
    justify-content:flex-start;
    align-items:center;
}
nav li a  {
    margin-right:30px;
    font-size:16px;
    text-align:center;
    color:#fff;
    display:block;
    transition:0.3s;
}
nav li a:hover {
    color:#000;
}
nav li a.actived {
    color:#000;
    text-align:center;
    margin-right:30px;
}
nav li:first-child a {
    width:90px;
    text-align:right;
    background:url(../img/icon_logo_min2.png) no-repeat center left/contain;
    background-size:40px;
    transition:0.3s;
}

nav li:first-child a {
    display:block;
    height:54px;
    line-height:54px;
}
nav li:last-child {
    margin-left:auto;
    margin-right:0;
}
nav li:last-child a {
    width:110px;
    height:48px;
    padding:5px 0 1px;
    margin-right:0;
    text-align:left;
    background:url(../img/icon_kago.png) no-repeat top right/contain,url(../img/icon_right_white.png) no-repeat bottom right/contain;
    background-size:43px,43px 20px;
}
nav span {
    display:block;
    font-size:13px;
    margin-top:5px;
}
nav li:last-child span {
    font-size:20px;
}

/* .containe */
.contain {
    padding:0 20px 20px;
    box-sizing:border-box;
    display:block;
    max-width:1080px;
    margin:auto;
    background:rgba(255,255,255,1);
}
#top .contain h2 {
    background:#a8a8a8;
    width:100%;
    height:35px;
    text-align:center;
    line-height:35px;
    margin:40px 0 30px;
    color:#fff;
}
#it_chu .it_chu_h2 {
    background:#a8a8a8;
    width:100%;
    height:35px;
    text-align:center;
    line-height:35px;
    margin:40px 0 30px;
    color:#fff;
    padding-left:inherit;
}
#top .con01 h2.hide {
    background:none;
    width:inherit;
    height:inherit;
    line-height:1.0;
    margin:auto;
    height:10px;
}
.con01 video {
    width:100%;
}

.con02>p {
    max-width:900px;
    margin:auto;
    line-height:30px;
}
.con02 .flex_box {
    display:flex;
    align-items:center;
    margin:auto;
    margin-top:20px;
}
.con02 li:nth-child(1) {
    order:2;
}
.con02 li:nth-child(2) {
    order:1;
}
.con02 li:nth-child(3) {
    order:3;
}

#top .con02 li:nth-child(2),#top .con02 li:nth-child(3) {
    width:calc((100% - 230px) / 2);
    box-sizing:border-box;
}
#top .con02 li:nth-child(1) {
    width:230px;
    box-sizing:border-box;
}

/* ---------- 吹き出し↓ -------------- */
.con02 li:nth-child(2) {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em 0;
	padding:15px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 1px #555;
 	box-sizing: border-box;
    border-radius: 5px;
}

.con02 li:nth-child(2):before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}

.con02 li:nth-child(2):after{
	content: "";
	position: absolute;
	top: 50%;
	right: -28px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
 	z-index: 1;
}

.con02 li:nth-child(2) p {
	margin: 0;
	padding: 0;
}
.con02 li:nth-child(3) {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 15px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 1px #555;
 	box-sizing: border-box;
    border-radius: 5px
}

.con02 li:nth-child(3):before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.con02 li:nth-child(3):after{
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
 	z-index: 1;
}

.con02 li:nth-child(3) p {
	margin: 0;
	padding: 0;
}
/* ---------- 吹き出し↑ -------------- */
.con02 li:nth-child(1) figure img {
    display:block;
    max-height:150px;
    margin:auto;
    padding:0 10px;
    box-sizing:border-box;
    transition:0.5s;
}
.con02 li:nth-child(1) a:hover img {
    transform:scale(1.1);
}
.con02 li:nth-child(2) p {
    margin-top:5px;
}
.con02 li:nth-child(1) p {
    margin-top:5px;
    text-align:center;
}
.con02 li:nth-child(3) p {
    margin-top:5px;
}

.color .text {
    max-width:900px;
    margin:auto;
}
.color .click {
    width:90px;
    height:16px;
    line-height:1.0;
    margin:20px auto;
    color:#ffc6c6;
    background:url(../img/icon_bottom_pink.png) no-repeat center right/contain;
}
.color ul {
    display:flex;
    flex-wrap:wrap;
    margin:auto;
}
.con03 ul li,.con05_2 ul li {
    width:calc(100% / 10);
    margin-bottom:8px;
}
.color ul li a {
    display:block;
}
.color ul li a p {
    font-size:8px;
    text-align:center;
}
.color ul li a img {
    transition:0.8s;
}
.color ul li a:hover img {
    transform:scale(0.8);
    border-radius:50%;
    transition:0.2s;
}
.color img {
    width:100%;
    height:100%;
    transition:0.8s;
    border-radius:10px;
    box-sizing:border-box;
    padding:2px;
}
.color ul li a:hover img {
    border-radius:50%;
    transition:0.2s;
}

.con04 .item_con {
    max-width:100%;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    margin-bottom:20px;
    padding:20px 20px 0;
    box-sizing:border-box;
}
.item_con h3,#it_150 h2,#it_2 h2,#it_tool h2,#it_chu h2 {
    line-height:30px;
    padding-left:35%;
}
.item_con .middle,#it_150 .middle,#it_2 .middle,#it_tool .middle,#it_chu .middle {
    display:flex;
    align-items:center;
    margin:26px 0 0;
    justify-content:space-between;
}
.middle .wrapper:nth-of-type(1) {
    width:35%;
    padding-right:20px;
    box-sizing:border-box;
    display:flex;
    justify-content:space-around;
    align-items:baseline;
}
.color ul li a p span {
    display:block;
    color:#f00;
    font-weight:bold;
}

.middle .wrapper .wrap {
    width:calc((100% - 40px) / 2);
    text-align:center;
    max-width:100px;
    max-height:200px;
}
.middle .wrapper .it_chupophoto img {
    display:block;
    margin:auto;
    max-height:200px;
}
.middle .wrapper .it_toolphoto {
    width:100%;
    display:block;
    margin:auto;
}
.middle .wrapper .it_primephoto {
    width:100%;
    max-width:220px;
    max-height:inherit;
    display:block;
    margin:auto;
}
.middle .wrapper .wrap p {
    margin-top:10px;
}
.middle .wrapper:nth-of-type(2) {
    width:65%;
}


.bottom {
    width:100%;
    position:relative;
    text-align:center;
    line-height:35px;
}
.bottom .kuwasiku a {
    width:80vw;
    max-width:100%;
    display:block;
    margin:auto;
    text-align:center;
    transition:0.3s;
    padding:30px 0;
    box-sizing:border-box;
}
.bottom .kuwasiku a:hover {
    transform:scale(1.2);
}
.bottom .kounyuu a {
    display:block;
    width:150px;
    height:28px;
    position:absolute;
    top:0;bottom:0;right:0;left:auto;margin:auto;
    line-height:28px;
    border:1px solid #848484;
    border-radius:5px;
    box-sizing:border-box;
    transition:0.3s;
}
.bottom .kounyuu a:hover {
    transform:scale(1.2);
}
.kuwasiku {
  position: relative;
}
.kuwasiku span:nth-child(1) {
  display:block;
}
.kuwasiku span:nth-child(1)::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
  position: absolute;
  top:-8px;bottom:0;
  left:8em;right:0;
    margin:auto;
}
.kuwasiku span:nth-child(2) {
  display:block;
}
.kuwasiku span:nth-child(2)::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(135deg);
  position: absolute;
  top:0;bottom:0;
  left:8em;right:0;
    margin:auto;
}

.con04 video {
    width:100%;
}

/* footer */
footer {
    width:100%;
    padding-bottom:20px;
    background:#fff;
}
.on_link {
    display:block;
    max-width:400px;
    height:0;
    padding-bottom:88px;
    margin:30px auto;
    border-radius:5px;
    background:url(../img/icon_online2.png) no-repeat center/contain;
    transition:0.3s;
}
.on_link:hover {
    transform:scale(1.1);
}
.sns {
    margin:auto;
    max-width:350px;
    display:flex;
    justify-content:space-around;
}
.sns a {
    display:block;
    width:50px;
    height:50px;
    transition:0.3s;
}
.sns a:hover {
    transform:scale(1.2);
}
.sns li:nth-child(1) a {
    background:url(../img/icon_youtube_mono2.png) no-repeat center/contain;
}
.sns li:nth-child(2) a {
    background:url(../img/icon_face_mono2.png) no-repeat center/contain;
}
.sns li:nth-child(3) a {
    background:url(../img/icon_insta_mono2.png) no-repeat center/contain;
}
.copyright {
    color:#fff;
    margin-top:30px;
    padding:10px 0;
    background:#bebebe;
    text-align:center;
}

/* 150ml */
#it_150 header,#it_2 header,#it_tool header,#it_chu header,#movie header,#gallery header {
    height:5px;
}
#it_150,#it_2,#it_tool,#it_chu {
    background:#fff;
}
#it_150 .contain,#it_2 .contain,#it_tool .contain,#it_chu .contain,#movie .contain,#gallery .contain {
    background:#fff;
}
#it_150 .it_wrapper,#it_2 .it_wrapper,#it_tool .it_wrapper,#it_chu .it_wrapper,#movie .it_wrapper,#gallery .it_wrapper,#top .other_area_wrapper {
    max-width:100%;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    margin-bottom:20px;
    padding:20px 20px 30px;
    box-sizing:border-box;
}
#gallery .it_wrapper {
    padding:20px 0 30px;
}
#it_2 .item_con {
    padding-bottom:0;
}
.it_wrapper h3 {
    margin-top:54px;
    border-bottom:1px solid #000;
    padding-bottom:10px;
}
.tokutyo p {
    max-width:570px;
    margin:10px auto 26px;
}
.con02_150 ul,.con03_2 .bottom_list,.con03_chu ul {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:calc(54px - 26px);
}
.con02_150 li,.bottom_list li,.con03_chu li {
    width:calc((100% - (34px * 3)) / 4);
    margin:0 34px 0 0;
}
.con02_150 li:nth-child(4n),.bottom_list li:nth-child(4n),.con03_chu li:nth-child(4) {
    margin-right:0;
}
#top .other_area_wrapper {
    padding:20px 20px 0;
}
#top .other_area_katamari {
    padding-bottom: 40px;
}
#top .katamari02 figure {
    text-align: center;
}
#top .katamari02 img {
max-width:250px;
margin:auto;
}

.youto h3 {
    margin-top:0;
}
.youto p {
    max-width:570px;
    margin:10px auto 0;    
}

.con04_150 ul li {
    width:calc(100% / 10);
    height:auto;
    margin-bottom:8px;
}

.item_info table {
    margin-top:26px;
    border-collapse:collapse;
    width:100%;
    text-align:center;
    table-layout:fixed;
}
.item_info th {
    font-size:13px;
    padding:10px;
    border:1px solid #000;
    box-sizing:border-box;
}
.item_info td {
    font-size:18px;
    padding:20px;
    border:1px solid #000;
    box-sizing:border-box;
}
.item_info span {
    line-height:1.0;
    font-size:10px;
}
.item_info th:nth-child(1) {
    width:12%;
}
.item_info th:nth-child(2) {
    width:23%;
}
.item_info th:nth-child(3) {
    width:19%;;
}
.item_info th:nth-child(4) {
    width:38%;
}
.item_info th:nth-child(5) {
    width:9%;
}
.item_info td:nth-child(4) {
    text-align:left;
}

.item_kounyuu {
    margin:54px auto;
    max-width:540px;
    display:flex;
    justify-content:space-between;
}
.item_kounyuu li {
    width:220px;
    height:190px;
    margin:auto;
}
.item_kounyuu a {
    display:block;
    width:100%;
    height:100%;
    /*border:1px solid #000;*/
    border-radius:5px;
    position:relative;
    transition:0.3s;
}
.item_kounyuu a:hover {
    transform:scale(1.1);
}
.item_kounyuu .wrap {
    position:absolute;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
}
#it_150 .item_kounyuu figure,#it_150 .item_kounyuu img {
    width:60px;
    padding:5px;
    margin:auto;
}
.item_kounyuu p {
    text-align:center;
    padding-top:5px;
}
.item_kounyuu p:nth-of-type(1) {
    font-weight:bold;
}

/* 2kg */
.set .it_top {
    width:250px;
    margin:26px auto;
}
.set .set_list p {
    text-align:center;
    font-size:15px;
}
.set .set_list p:first-child {
    color:#f00;
}
.set .set_list li p:nth-child(2) {
    font-weight:bold;
    margin-top:10px;
}
.set_list ul {
    display:flex;
    align-items:baseline;
}
.set_list li {
    width:calc(( 100% - 60px ) / 4);
    margin-right:20px;
}
.set_list li:last-child {
    margin-right:0;
}

.set_list {
    padding:26px;
    border-radius:5px;
    position: relative;
	display:block;
 	margin: 10px auto;
	min-width: 120px;
 	max-width: 864px;
 	color: #555;
	background: #FFF;
 	border: solid 1px #555;
 	box-sizing: border-box;
}
.set_list:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}

.set_list:after{
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #555;
 	z-index: 1;
}

.set_list ul {
	margin: 0;
	padding: 0;
}

.con03_2 .top_list {
    display:flex;
    justify-content:center;
    align-items:center;
}
.con03_2 .top_list li {
    margin-right:15px;
}
.con03_2 .top_list li:last-child {
    margin-right:0;
}
.con03_2 .top_list li img {
    width:100%;
}
.con03_2 .top_list+p {
    margin-bottom:40px;
}
.con03_2 .text {
    max-width:100%;
}
#it_2 .item_kounyuu figure,#it_2 .item_kounyuu img {
    width:160px;
    padding:5px;
    margin:auto;
}
#it_2 .item_kounyuu .wrap {
    bottom:20px;
}

/* tool */
.con02_tool .set_list ul {
    flex-wrap:wrap;
}
.con02_tool .set_list ul li {
    margin:0;
    width:calc((100% - 150px) / 3);
}
.con02_tool .set_list ul li:nth-child(-n+3) {
    margin-right:50px;
    margin-bottom:30px;
}
.con02_tool .set_list ul li:nth-child(n+4) {
    margin-left:50px;
}
.con02_tool .set_list ul li img {
    width:100%;
}
.con02_tool span {
    display:block;
    font-size:13px;
    font-weight:normal;
}

.houhou ul {
    margin-top:26px;
    display:flex;
}
.houhou .left {
    width:184px;
}
.houhou .right {
    width:calc(100% - 184px);
    padding:5px 0 0 26px;
    box-sizing:border-box;
}
.houhou .right h4 {
    margin-bottom:10px;
    color:#000;
}
.houhou .right p {
    font-size:13px;
    line-height:20px;
}

#it_tool .item_kounyuu,#it_chu .item_kounyuu {
    display:inherit;
}
#it_tool .item_kounyuu li,#it_chu .item_kounyuu li {
    margin:auto;
}
#it_tool .item_kounyuu .wrap {
    bottom:20%;
}
#it_tool .item_kounyuu figure,#it_tool .item_kounyuu img {
    width:180px;
    padding:5px;
    margin:auto;
}

/* chupot */
.osusume h3 {
    border:none;
    background:url(../img/chupot_02.png) no-repeat center/contain;
    width:200px;
    height:70px;
    margin:auto;
}
.osusume .text_list {
    background:url(../img/chupot_01.png) no-repeat center right/contain;
    width:630px;
    margin:26px auto 10px;
}
.osusume .exe {
    color:#ff3b3b;
    max-width:420px;
    margin:auto;
}

.con03_chu h3 {
    margin-bottom:26px;
}

#it_chu .item_kounyuu .wrap {
    bottom:10%;
}
#it_chu .item_kounyuu figure,#it_chu .item_kounyuu img {
    height:120px;
    padding:5px;
    margin:auto;
    display:block;
}
#it_chu .item_kounyuu figure {
    height:200px;
}
#it_chu .item_kounyuu img {
    height:200px;
    padding-bottom:20px;
}
.con03_chu ul {
    margin:0;
}

/* movie.html */
#movie .contain h2,#gallery h2 {
    background:#a8a8a8;
    width:100%;
    height:35px;
    text-align:center;
    line-height:35px;
    margin:40px 0 30px;
    color:#fff;
}
.movie_area {
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    margin-bottom:60px;
}
.movie_area02 {
    align-items:center;
}
.movie_area .left {
    width:30%;
    max-width:300px;
    margin-right:20px;
    box-sizing:border-box;
}
.movie_area .right {
    width:65%;
    max-width:600px;
}
.movie_area .text_area {
    box-sizing:border-box;
    padding:0 5px;
}
.movie_area .text_area p {
    line-height:1.7;
}
.movie_area .left_name {
    text-align:center;
    font-size:1.3em;
    margin-bottom:0.5em;
    font-weight:bold;
}
.movie_area .left_name span {
    font-size:15px;
    margin-left:0.5em;
}
.movie_area .left_text {
    font-size:15px;
}
.movie_area .left_text::before {
    content:'　';
}
.movie_area .link_area {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    align-items:baseline;
}
.movie_area .link_area li {
    width:50%;
}
.movie_area .link_area li a {
    display:block;
    width:100%;
    text-align:center;
    padding:0 5px;
    box-sizing:border-box;
}
.movie_area .link_area li a img {
    width:100%;
    transition:0.5s;
}
.movie_area .link_area li a:hover img {
    transform:scale(1.1);
}
.movie_area .item_name {
    font-size:12px;
    line-height:1.4;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
  margin-bottom:5px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
  bottom: 0;
  right: 0;
     left: 0;
  margin:auto;
     width: 100%;
     height: 100%;
}
.movie-wrap iframe {
     width: 100%;
     height: 100%;
}
.movie_area .right .right_title {
    font-size:12.3px;
    line-height:1.4;
}

/* indexのmovie_arer */
#top .movie_area_wrapper {
    max-width:100%;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    margin-bottom:20px;
    padding:20px 20px 0;
    box-sizing:border-box;
}
#top .movie_area {
    margin-bottom:0;
}
#top .movie_area_wrapper .kuwasiku span:nth-child(1)::after {
    left:10em;
}
#top .movie_area_wrapper .kuwasiku span:nth-child(2)::after {
    left:10em;
}

/* gallery */
.gallery_con {
    width:100%;
    max-width:980px;
    margin:auto;
    box-sizing:border-box;
    position:relative;
}
.gallery_area {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    padding: 0;
}
.instagram-media {
    width:98% !important;
    box-sizing:border-box;
    min-width:inherit !important;
  margin:0 auto !important;
    border:none !important;
}
.gallery_area li {
  width:calc((100% / 3) - 30px);
    opacity: 1;
    transition: all 0.8s ease 0s;
  margin:0 10px 20px;
    border:1px solid #ddd;
    border-radius:3px;
}
.gallery_area li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
.more_btn {
    display:flex;
    align-items:flex-end;
    justify-content:center;
    margin-top: 20px;
    width:100%;
    height:300px;
    text-align:center;
    z-index:890;
    background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
    position:absolute;
    bottom:0;
}
.more_btn p {
    font-size:16px;
    width:200px;
    border-radius:3px;
    cursor: pointer;
    margin-bottom:20px;
    padding:10px 40px;
    box-sizing:border-box;
    transition:0.4s;
}
.more_btn p:hover {
    transform:scale(1.2);
}

/* other */
.other_con {
    box-sizing:border-box;
    padding:0 10px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.other_con .flex {
    box-sizing:border-box;
}
.other_con figure {
    width:100%;
    max-width:400px;
    margin-right:20px;
}
.other_con .sub {
    font-size:1em;
    margin-bottom:10px;
}
.other_con .name {
    font-size:1.5em;
    margin-bottom:20px;
    font-weight:bold;
}
.other_con .text {
    font-size:0.8em;
    line-height:1.4;
}

/* 缶タイプ追加 */
.it_2_kan .middle .wrapper:nth-of-type(1) {
    flex-wrap:wrap;
}
.it_2_kan .middle .wrapper .wrap {
    width:calc((100% - 40px) / 2);
    max-width:100%;
}

/* バケットタイプ追加 */
.style_colo_yoryo{
    margin-top: -15px !important;
}
.tokutyo_corocoro p{
    margin-top: 10px;
}
.tokutyo_corocoro figure{
    max-width: 490px;
    margin: 20px auto 0px auto;
}
.howto_corocoro ul{
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
}
.howto_corocoro ul li{    max-width: 225px;
}
.howto_corocoro ul li p{
    font-size: 13px;
    line-height: 21px;
    margin: 10px 0px 0px 0px;
}
.coro_img{
    margin-bottom: -24px !important;
}
.video_corocoro{
    width: 60%;
    margin: auto;
}

@media screen and (max-width:1080px) {
    .contain {
        padding:0 10px 10px;
        width:100%;
    }
    #top .contain h2 {
        margin:15px 0;
    }
    .con02>p {
        width:100%;
        padding:0 30px;
        line-height:25px;
        text-indent:1em;
    }
    .con02 li:nth-child(2),.con02 li:nth-child(3) {
        padding:15px 5px;
    }
    .con02_150 li,.bottom_list li,.con03_chu li {
        width:calc((100% - (10px * 3)) / 4);
        margin:0 10px 0 0;
    }
    .item_info td {
        padding:10px;
    }
    .set_list {
        padding:10px;
    }
}

@media screen and (max-width:750px) {
    /* youtube動画 */
    .sp_off {
        display:none;
    }
    .more_btn {
        display:none;
    }
    .sp_on {
        display:block;
    }
    .videoBox {
        position:relative;
        width:100%;
        margin:auto;
    }
    .videoBox .video img {
        width:100%;
        display:block;
    }
    .videoBox .play img {
        max-width:calc(100% / 3);
        display:block;
        position:absolute;
        top:0;bottom:0;right:0;left:0;
        margin:auto;
        opacity:0.9;
    }
    .videoBox {
        transition: 0.5s ease-in-out;
    }
    .videoBox:hover {
      opacity: 0.7;
    }
    
    nav ul {
        display:inherit;
        padding:10px;
    }
    nav li a,nav li:first-child a,nav li:last-child a {
        display:block;
        box-sizing:border-box;
        margin:0;
        padding:20px 10px;
        border-bottom:1px solid #fff;
        width:100%;
        height:auto;
        line-height:1.0;
        text-align:center;
    }
    nav li:first-child a {
        background:url(../img/icon_logo_min2.png) no-repeat contain;
        background-size:30px;
        background-position:35% center;
        text-indent:1em;
        border-top:1px solid #fff;
    }
    nav li:last-child a {
        background:url(../img/icon_kago.png) no-repeat,none;
        background-size:40px;
        background-position:83% center;
        text-indent:-1em;
    }
    nav a span {
        display:inline;
        font-size:20px;
    }
    nav {
        opacity:0;
        display:none;
        position:fixed;
        top:0;right:0;
        z-index:999;
        transition:0.5s;
    }
    nav.menu_on {
        opacity:1;
        display:block;
    }
    .hunber {
        display:block;
        width:60px;
        height:60px;
        position:fixed;
        top:10px;
        right:10px;
        background:rgba(100, 100, 100,0.8);
        border-radius:5px;
        z-index:1000;
    }
    .hunber span {
        display:block;
        width:40px;
        height:3px;
        background:#fff;
        border-radius:2px;
        position:absolute;
        top:0;bottom:0;right:0;left:0;
        margin:auto;
        transition:0.5s;
    }
    .hunber span:before {
        display:block;
        content:"";
        width:40px;
        height:3px;
        background:#fff;
        border-radius:2px;
        position:absolute;
        top:15px;bottom:auto;right:0;left:0;
        margin:auto;
        transition:0.5s;
    }
    .hunber span:after {
        display:block;
        content:"";
        width:40px;
        height:3px;
        background:#fff;
        border-radius:2px;
        position:absolute;
        top:auto;bottom:15px;right:0;left:0;
        margin:auto;
        transition:0.5s;
    }
    .hunber.btn_on span {
        background:rgba(0,0,0,0);
    }
    .hunber.btn_on span:before {
        transform:rotate(-45deg);
        top:0;
    }
    .hunber.btn_on span:after {
        transform:rotate(45deg);
        bottom:0;
    }
    
    /* .index */
    .fs_20,.fs_18,.fs_16,.fs_16_w {
        font-size:13px;
    }
    .con02 > p {
        max-width:100%;
        padding:0;
        text-indent:inherit;
    }
    .con02 .flex_box {
        display:inherit;
    }
    #top .con02 li:nth-child(2),#top .con02 li:nth-child(3) {
        width:100%;
        max-width:400px;
        border:none;
        display:block;
        margin:auto;
        padding:10px 0;
    }
    #top .con02 li:nth-child(1) {
        margin:30px auto 0;
    }
    .con02 li:nth-child(2):before,.con02 li:nth-child(3):before{
        border:none;
        border-left:none;
    }
    .con02 li:nth-child(2):after,.con02 li:nth-child(3):after{
        border:none;
        border-right:none;
    }
    .color .click {
        border:1px solid #ffc6c6;
        padding:10px;
        border-radius:5px;
        background:url(../img/icon_bottom_pink.png) no-repeat 80% center/contain;
        background-size:16px;
        cursor:pointer;
    }
    .con03 ul li,.con05_2 ul li,.con04_150 ul li {
        width:50%;
        height:60px;
    }
    .color ul li a p {
        font-size:10px;
        line-height:60px;
        text-align:left;
        max-width:230px;
        margin:auto;
    }
    .color ul li a img {
        display:inline;
        width:60px;
        height:60px;
        margin-right:10px;
    }
    
    /*  */
    .con04 .item_con {
        padding:10px;
        text-align:center;
    }
    .item_con h3,#it_150 h2,#it_2 h2,#it_tool h2,#it_chu h2 {
        padding:0;
        display:inline-block;
        text-align:left;
    }
    .item_con .middle,#it_150 .middle,#it_2 .middle,#it_tool .middle,#it_chu .middle {
        display:inherit;
    }
    .middle .wrapper:nth-of-type(1) {
        width:100%;
        margin:10px auto;
        padding:0;
        justify-content:center;
    }
    .middle .wrapper:nth-of-type(1) figure {
        margin:0 10px;
    }
    .middle .wrapper:nth-of-type(2) {
        width:100%;
    }
    
    .bottom .kounyuu a {
        position:inherit;
        margin-bottom:20px;
    }
    
    /* footer */
    .on_link a {
        margin:20px 10px;
        box-sizing:border-box;
    }
    
    /* 150ml */
    .con02_150 ul,.con03_2 .bottom_list,.con03_chu ul {
        display:inherit;
    }
    .con02_150 li,.bottom_list li,.con03_chu li {
        width:100%;
        max-width:400px;
        margin:auto;
    }
    .con02_150 li:nth-child(4n),.bottom_list li:nth-child(4n),.con03_chu li:nth-child(4) {
        margin:auto;
    }
    .item_info dl {
        max-width:400px;
        margin:25px auto 0;
    }
    .item_info dt {
        font-weight:600;
    }
    .item_info dd {
        padding-left:2em;
        margin:15px 0 25px;
    }
    .item_kounyuu {
        display:inherit;
    }
    .item_kounyuu li {
        margin-bottom:25px;
    }
    
    /* 2kg */
    #it_150 .it_wrapper,#it_2 .it_wrapper,#it_tool .it_wrapper,#it_chu .it_wrapper,#movie .it_wrapper,#gallery .it_wrapper {
        padding:10px;
    }
    #gallery .it_wrapper {
        padding:10px 0;
    }
    .set_list ul {
        display:inherit;
    }
    .set_list li {
        width:100%;
        max-width:200px;
        margin:15px auto;
    }
    .set_list li:last-child {
        margin:auto;
    }
    .con03_2 .top_list {
        display:inherit;
    }
    .con03_2 .top_list li {
        max-width:400px;
        margin:auto;
    }
    .con03_2 .top_list li:nth-child(2n) {
        display:none;
    }
    .con03_2 .top_list li:nth-child(2n+1)::after {
        width:0;height:0;
        margin:20px auto 0;
        display:block;
        content:"";
        border:20px solid;
        border-color:#ffc6c6 transparent transparent transparent;
    }
    .con03_2 .top_list li:last-child {
        margin:auto;
    }
    .con03_2 .top_list li:last-child::after {
        border:none;
    }
    
    /* chupot */
    .osusume .text_list {
        background:url(../img/chupot_01.png) no-repeat center top/contain;
        background-size:200px;
        width:100%;
        max-width:350px;
        margin:auto;
        padding-top:100px;
    }
    .osusume .exe {
        max-width:350px;
    }
    .middle .wrapper .it_chupophoto {
        max-height:300px;
    }
    .middle .wrapper .it_toolphoto {
        max-width:400px;
    }
    
    /* tool */
    .con02_tool .set_list ul li {
        width:100%;
        max-width:400px;
        margin:15px auto;
    }
    .con02_tool .set_list ul li:nth-child(-n+3) {
        margin:15px auto;
    }
    .con02_tool .set_list ul li:nth-child(n+4) {
        margin:15px auto;
    }
    .houhou ul {
        display:inherit;
    }
    .houhou .left {
        width:100%;
        max-width:400px;
        margin:auto;
    }
    .houhou .right {
        width:100%;
        padding:10px;
    }
    .bottom .kuwasiku a {
        border:1ps solid #000;
    }
    .kuwasiku span:nth-child(1) {
      display:none;
    }
    .kuwasiku span:nth-child(2) {
      display:none;
    }
    .movie_area,.other_con {
        display:inherit;
    }
    .other_con figure {
        margin:auto;
    }
    .movie_area .left {
        width:100%;
        max-width:100%;
        margin-right:0;
        margin-bottom:30px;
    }
    .movie_area .right {
        width:100%;
        max-width:100%;
    }
    .movie_area .link_area li {
        width:calc(100% / 3);
    }
    .movie_area br {
        display:none;
    }
    .movie_area .item_name br {
        display:block;
    }
}

@media screen and (max-width: 1080px){
    body#top::before {
        background:url(../img/top_image_moji_1080.jpg) no-repeat 65% center/cover;
    }
}
@media screen and (max-width: 768px){
    body#top::before {
        background:url(../img/top_image_moji_768.jpg) no-repeat 65% center/cover;
    }
    
.gallery_area li {
  width:calc((100% / 2) - 30px);
}
}
@media screen and (max-width: 450px){
    body#top::before {
        background:url(../img/top_image_moji_768.jpg) no-repeat top center/contain;
    }
  #top header {
    width:100%;
    height:0;

    padding:10px 10px  64.05%;
  }
  #top h1 {
    width:60px;
    height:103px;
  }
  .scroll a {
    padding:50px 0 30px;    
  } 
    .on_link {
        margin:30px 10px;
    }
    
.gallery_area li {
  width:100%;
}
}