/* Scss Document */ $breakpoint-sm: 374px; $breakpoint: 768px; $breakpoint-md: 1100px; $txtcolor: #000000; @mixin sm { @media screen and (max-width: $breakpoint-sm) { @content; } } @mixin mq { @media screen and (max-width: $breakpoint) { @content; } } @mixin lg { @media screen and (min-width: $breakpoint) { @content; } } @mixin mq-md { @media screen and (max-width: $breakpoint-md) { @content; } } //共通css * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a{ color: inherit; &:hover{ opacity: 0.7 !important; transition: 0.5s; } } img{ max-width: 100%; width: 100%; } html,body{ font-family: "Hiragino Sans","ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif; font-size: 62.5%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body{ font-size: 1.6rem; font-weight: 300; line-height: 1.75; color: $txtcolor; font-feature-settings : "palt"; animation: fadeIn 2s ease 0s 1 normal; -webkit-animation: fadeIn 2s ease 0s 1 normal; display: flex; flex-direction: column; min-height: 100vh; @include mq{ font-size: 1.4rem; } &.add_overray{ overflow: hidden; } } svg{fill: currentColor;} .sp{ display: none; @include mq{ display: block !important; } } .tb{ display: none; @include mq-md{ display: block !important; } } .pc{ display: block; @include mq{ display: none !important; } } //フォント .bodoni{ font-family: bodoni-urw, serif; font-weight: 500; font-style: normal; } .bodoniBold{ font-family: bodoni-urw, serif; font-weight: 700; font-style: normal; } .calson{ font-family: big-caslon-fb, serif; font-weight: 400; font-style: normal; } .bebas{ font-family: bebas-neue-pro, sans-serif; font-weight: 400; font-style: normal; } .matis{ font-family: fot-matisse-pron, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; font-weight: 900; transform: scale(0.75,1); width: 142.857%; transform-origin: left; } .futura{ font-family: futura-pt, sans-serif; } //ローディング @-webkit-keyframes sk-scaleout { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(0.6); opacity: 0; } } @keyframes sk-scaleout { 0% { -webkit-transform: scale(0.7); transform: scale(0.7); } 100% { -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; } } //フェードイン @keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} } @-webkit-keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} } .fadein { opacity : 0.5; transform : translate(0, 40px); transition : all 500ms; @include mq{ transform : translate(0, 30px); } } .fadein.scrollin { opacity : 1; transform : translate(0, 0); } @keyframes fadeIn2 { 0% {opacity: 0} 100% {opacity: 1} } @-webkit-keyframes fadeIn2 { 0% {opacity: 0} 100% {opacity: 1} } .fadein2 { opacity : 0; transform : translate(0, 0); transition : all 2s; transition-delay: 1000ms; } .fadein2.scrollin { opacity : 1; transform : translate(0, 0); } //震える @keyframes flash { 0% {opacity: 1;} 25% {opacity: 0.1;} 50% {opacity: 1;} 75% {opacity: 0.1;} 100% {opacity: 1;} } //header header{ position: fixed; height: 80px; padding: 0; width: 100%; top: 0; left: 0; z-index: 9999; transition: .7s; color: #fff; @include mq{ height: 50px; } #gnav_btn{ position: absolute; width: 80px; height: 80px; top: 0; left: 0; z-index: 99999; background: #C5000B; cursor: pointer; @include mq{ width: 50px; height: 50px; } &:hover{ transition: 0.5s; } & .btn:hover{ animation: flash 1s infinite; } &.open span{ animation: nav_anim1 .5s forwards; &::after{ animation: nav_anim2 .5s forwards; } &::before{ animation: nav_anim3 .5s forwards; } } } nav{ display: none; position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.80); z-index: 1000; overflow-y: scroll; color: #000000; height: 100%; @include mq{ bottom: 0; } .allitem_head{ color: #fff !important; text-align: center; padding: 90px 0 60px; h3{ max-width: 265px; margin: 0 auto; } h4{ text-align: center; margin: 0 auto 40px; display: inline-block; line-height: 1; max-width: 223px; @include mq{ max-width: 150px; margin: 0 auto 30px; } } ul{ display: flex; justify-content: center; flex-wrap: wrap; width: 90%; max-width: 1170px; margin: 0 auto; @include mq{ justify-content: flex-start; } li{ position: relative; width: 24%; padding: 10px 10px 40px; @include mq{ padding: 10px 10px 30px; width: 49%; } .allitem_inner{ overflow: hidden; background: #fff; padding: 10px 0; img{ transition: 0.5s; &:hover{ transform: scale(1.5,1.5); } &.pc{ display: inline; @include mq{ display: none; } } &.sp{ display: none; @include mq{ display: inline !important; } } } } } &.nav_nav{ padding: 40px 0; justify-content: space-between; max-width: 560px; @include mq{ padding: 45px 0; } li{ width: auto; font-size: 2.5rem; text-align: center; line-height: 1; @include mq{ font-size: 2rem; width: 100%; padding: 0; margin-bottom: 30px; &:last-child{ margin-bottom: 0; } } a{ padding-bottom: 10px; border-bottom: 1px solid #fff; @include mq{ padding-bottom: 5px; } } } } .allitem_head_txt{ display: flex; align-items: flex-start; line-height: 1; text-align: left; margin-top: 15px; @include mq{ display: block; } p{ margin-right: 15px; height: 35px; @include mq-md{ height: 30px; } @include mq{ height: 20px; margin-bottom: 10px; } img{ height: 100%; width: inherit; max-width: inherit; } } dl{ dt{ font-size: 1.6rem; @include mq-md{ font-size: 1.4rem; } } dd{ margin: 7px 0; height: 20px; @include mq-md{ height: 16px; } &.ev06{ height: 75px; @include mq-md{ height: 57px; } } img{ height: 100%; width: inherit; max-width: inherit; } } } } } .link_box{ display: block; width: 90%; text-align: center; margin: 25px auto 25px; max-width: 1150px; } } #nav_back{ background: #000; color: #fff; text-align: center; padding: 35px 0 60px; a{ margin-bottom: 25px; display: block; img{ width: 158px; } } .outside{ padding: 10px 50px; border: 1px solid #fff; margin: 0 auto; display: block; width: 20%; font-size: 1.4rem; @include mq{ width: 60%; } } } } } #intro{ text-align: center; padding: 80px 0 90px; background: url("../img/top/img_intro_left.png") left top no-repeat,url("../img/top/img_intro_right.png") right bottom no-repeat; background-size: 33.8%,31.2%; margin-bottom: 20px; @include mq-md{ background: none; padding: 40px 0 0; margin-bottom: 35px; } .inner{ width: 30%; margin: 0 auto; @include mq-md{ width: 90%; } } .intro_logo{ max-width: 382px; margin: 0 auto 95px; @include mq{ max-width: 197px; margin: 0 auto 70px; } } p{ position: relative; &::after{ position: absolute; width: 80px; height: 1px; top: -35px; left: 50%; transform: translateX(-50%); background: #000; content: ""; } @include mq-md{ margin-bottom: 60px; } } } #image{ background: url("../img/top/bg_img_left.png") left top no-repeat,url("../img/top/bg_img_right.png") right top no-repeat,#000; padding: 150px 0 140px; text-align: center; background-size: 36.8%,37.1%; @include mq{ padding: 150px 0 50px; background-size: 48%,48%; } h2{ margin-bottom: 165px; @include mq{ margin-bottom: 40px; } img{ max-width: 386px; @include mq{ max-width: 250px; } } } .inner{ width: 100%; margin: 0 auto; ul{ li{ &.img01{ width: 80%; margin: 0 auto 77px; @include mq{ width: 100%; margin: 0 auto 20px; } } &.img02{ width: 54.666%; margin: 0 auto 75px; position: relative; @include mq{ width: 65.6%; margin: 0 auto 20px; } &::after{ position: absolute; content: url("../img/top/txt_img_02.svg"); top: 65%; right: 0; transform: translate(50%,-50%); width: 250px; @include mq{ width: 75px; } } } &.img34{ width: 62.666%; position: relative; display: flex; z-index: 2; justify-content: space-between; margin: 0 auto; @include mq{ width: 85.3%; } div{ width: 47.35%; } } &.img05{ width: 90%; position: relative; z-index: 1; margin: -27% auto 0; @include mq{ width: 100%; margin: -27% auto 0; } } &.img06{ width: 80%; margin: 0 auto 135px; position: relative; @include mq{ width: 100%; margin: 0 auto 25px; } &::after{ position: absolute; content: url("../img/top/txt_img_02.svg"); top: 50%; left: 5%; transform: translate(0,-50%); width: 250px; @include mq{ width: 75px; } } } &.img78{ width: 100%; display: flex; justify-content: space-between; margin: 0 auto 170px; @include mq{ margin: 0 auto 55px; } div{ width: 46%; } } &.img09{ width: 100%; margin: 0 auto 120px; @include mq{ margin: 0 auto 35px; } } &.img10{ width: 54%; margin: 0 auto 120px; @include mq{ width: 66.666%; margin: 0 auto 40px; } } &.img11{ width: 80%; margin: 0 auto; display: flex; justify-content: space-between; div{ width: 47%; } @include mq{ width: 100%; } } } } } } #prodtcts{ .products_txt{ padding: 125px 0 75px; background: url("../img/top/img_item_left.png") top left no-repeat,url("../img/top/img_item_right.png") top right no-repeat; background-size: contain; @include mq{ background: none; padding: 45px 0 75px; } p{ width: 31%; padding: 35px 0; margin: 0 auto; border-top: 1px solid #000; border-bottom: 1px solid #000; @include mq{ width: 90%; padding: 40px 0; } } } .inner{ width: 100%; margin: 0 auto 90px; padding: 0 10%; @include mq-md{ padding: 0; margin-bottom: 120px; } ul.products_box{ display: flex; justify-content: space-between; margin-top: 60px; @include mq-md{ display: block; margin-top: 35px; } &:nth-child(2n){ flex-flow: row-reverse; .products_img_buy{ left: -50px; right: inherit; @include mq{ left: inherit; right: 3%; } } } li{ a{ display: block; } &.products_img{ position: relative; width: 61%; z-index: 999; &:hover{ .products_img_buy{ animation: flash 1s infinite; } } @include mq-md{ width: 100%; } .products_img_buy{ position: absolute; top: 50%; right: -50px; width: 100px; margin-top: -50px; transition: 1.0s; z-index: 999; @include mq-md{ bottom: -125px; top: auto; margin-top: 0; width: 100px; right: 5%; left: inherit; } @include mq{ width: 70px; bottom: -95px; } } } &.products_img02{ width: 64.8%; right: -3.8%; @include mq-md{ width: 100%; right: 0; } } &.products_img04{ width: 63.8%; right: -2.8%; @include mq-md{ width: 100%; right: 0; } } &.products_img06{ width: 67.41%; right: -6.09%; @include mq-md{ width: 100%; right: 0; } } &.products_img07{ width: 66.33%; left: -5.33%; @include mq-md{ width: 100%; left: 0; } } &.product_txt{ width: 32%; padding-top: 6.5%; position: relative; z-index: 1; @include mq-md{ width: 90%; margin: 0 auto 0; padding-top: 25px; } dl{ dt{ line-height: 1; font-size: 2.3rem; @include mq{ font-size: 1.8rem; } &:nth-child(2){ font-size: 2.6rem; @include mq{ font-size: 2rem; } } } dd{ height: 45px; margin: 7px 0; @include mq{ height: 27px; } &.ev06{ height: 156px; @include mq{ height: 95px; } } img{ width: auto; height: inherit; } } } .price{ padding: 20px 0; border-bottom: 1px solid #000; border-top: 1px solid #000; margin: 20px 0 25px; @include mq{ padding: 15px 0; margin: 20px 0; } p{ float: left; width: 50%; } } .com_txt{ font-size: 1.4rem; } } } } } } #look{ text-align: center; h3{ width: 143px; margin: 0 auto 40px; @include mq{ margin: 0 auto 20px; width: 90px; } } .slick-next:before { content: url("../img/top/ico_right.svg"); width: 30px; @include mq{ width: 15px; } } .slick-prev:before { content: url("../img/top/ico_left.svg"); width: 30px; @include mq{ width: 15px; } } .slick-slide img{ @include mq{ margin-left: -25%; } } } .allitem_footer{ padding: 70px 0 0; } #allitem_intro{ padding: 0 0 40px; @include mq{ padding: 0 0 70px; } } .allitem{ text-align: center; h2{ width: 233px; margin: 0 auto 40px; @include mq{ margin: 0 auto 20px; width: 147px; } } .inner{ max-width: 1200px; width: 94%; margin: 0 auto; position: relative; } ul{ display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 35px; @include mq{ margin-bottom: 50px; } li{ position: relative; width: 24%; padding: 10px 10px 35px; border-left: 1px solid #000; margin-bottom: 20px; @include mq{ padding: 10px 10px 70px; } &::after{ content: ""; width: 100%; height: 1px; position: absolute; bottom: -10px; right: 0; border-bottom: 1px solid #000; } &:last-child{ border-right: 1px solid #000; } &:nth-child(4){ border-right: 1px solid #000; } &:nth-child(5),&:nth-child(6),&:nth-child(7){ &::after{ content: none; } } @include mq{ width: 49%; &:nth-child(2n+1){ border-left: 0; } &:nth-child(4){ border-right: none; } &:nth-child(5),&:nth-child(6){ &::after{ content: ""; width: 100%; height: 1px; position: absolute; bottom: -10px; right: 0; border-bottom: 1px solid #000; } } &:nth-child(7){ border: none; margin-bottom: 0; &::after{ content: none; } } } img{ width: 94%; } .product_no{ img{ height: 48px; margin-bottom: 20px; @include mq{ height: 40px; } } } .allitem_inner{ overflow: hidden; img{ transition: 0.5s; &:hover{ transform: scale(1.5,1.5); } &.pc{ display: inline; @include mq{ display: none; } } &.sp{ display: none; @include mq{ display: inline !important; } } } } } } .detail_box{ background: #000; color: #fff; display: block; padding: 5px 20px; font-size: 1.4rem; text-align: center; position: absolute; left: 50%; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translate(-50%); /*位置調整*/ bottom: -10px; @include mq{ bottom: 20px; } } .link_box{ display: block; width: 90%; text-align: center; margin: 25px auto 25px; } } #glamb{ .glamb_inner{ width: 88%; max-width: 900px; margin: 90px auto 0; position: relative; z-index: 3; @include mq{ margin: 70px auto 0; } .glamb_detail{ padding: 50px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; display: flex; align-items: center; font-size: 1.2rem; margin-bottom: 40px; line-height: 2; letter-spacing: 1px; @include mq{ padding: 30px 0; display: block; margin-bottom: 70px; } img{ padding: 0 40px; width: 220px; @include mq{ padding: 0 0 25px; width: 110px; display: block; margin: 0 auto; } } } } .glamb_ext{ width: 88%; margin: 0 auto; position: relative; z-index: 3; @include mq{ width: 100%; } } } #footer{ background: #000; color: #fff; padding-bottom: 50px; .footer_inner{ width: 88%; max-width: 900px; margin: -240px auto 0; padding-top: 240px; @include mq{ margin: 0 auto; padding-top: 30px; } .shop{ ul{ display: flex; flex-wrap: nowrap; padding: 30px 0 40px; @include mq{ display: block; padding: 0; } li{ width: 41%; border-left: 1px solid #fff; padding: 5px 20px; font-size: 1.2rem; @include mq{ margin-bottom: 20px; width: 100%; } &:first-child{ border-left: none; padding-right: 0; } &.flag{ width: 18%; font-size: 1.4rem; padding-left: 0; letter-spacing: 1px; @include mq{ width: 100%; margin-bottom: 30px; } } h3{ font-size: 2rem; margin-bottom: 20px; letter-spacing: 2px; } a{ padding: 5px 5px 5px 6px; border: 1px solid #fff; margin-left: 10px; color: #fff; } } } .shop_tel{ width: 58%; margin: 0 auto; display: flex; font-size: 1.4rem; text-align: center; justify-content: space-between; @include mq{ width: 100%; display: block; } a{ width: 48%; padding: 10px; line-height: 1.2; background: #333; @include mq{ width: 100%; margin-bottom: 10px; display: block; } img{ width: 18px; margin-right: 5px; } } } } .footer_content{ width: 100%; border: 1px solid #fff; padding: 3%; display: flex; font-size: 1.4rem; margin: 60px auto 35px; h4{ width: 14%; border-right: 1px solid #fff; @include mq{ width: 40%; } } ul{ padding: 0 6%; display: flex; flex-wrap: wrap; width: 86%; @include mq{ width: 60%; display: block; } li{ width: 25%; @include mq{ width: 100%; } } } } .link_app{ text-align: center; font-size: 1.2rem; margin-bottom: 40px; } .link_icos{ display: flex; justify-content: space-between; width: 40%; flex-wrap: wrap; margin: 0 auto; @include mq{ width: 100%; } li{ a{ display: block; } } } .footer_logo{ text-align: center; margin: 60px auto 25px; width: 116px; } .footer_copy{ text-align: center; font-size: 1.4rem; } } }