//@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css"); @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP"); @import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP"); @import url("https://fonts.googleapis.com/css?family=Montserrat"); @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1'); @import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho'); @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap'); @import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css"); * { padding:0; margin:0; outline:none; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight:600; -webkit-appearance:none; border-radius:0; } html,body { width:100%; height:100%; color:#111111; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;; font-size:16px; letter-spacing:1px; line-height:1.5em; padding:0; margin:0; background:#FFFFFF; text-align: center; } // スマホのスクロールをスムーズに html { -webkit-overflow-scrolling:touch; } a { color:#111111; text-decoration:none; transition:all 0.1s linear; &:hover { animation-name:delay; animation-duration:0.2s; transition:all 0.2s linear; } } @keyframes delay { 0% { opacity:0.5; } 100% { opacity:1; } } ul { list-style:none; padding:0; } // Font Awesome @mixin ICON { //font-family:"Font Awesome 5 Free","Font Awesome 5 Brands"; font-family:"Line Awesome Free","Line Awesome Brands"; font-weight:900; } // Noto Sans JP @mixin SANS { font-family:"Noto Sans JP"; font-weight:100; } // Noto Serif JP @mixin SERIF { font-family: 'Shippori Mincho'; font-weight:400; } // Montserrat @mixin MON { font-family:"Montserrat"; } // DM+Sans @mixin DM { font-family: "DM Sans"; font-weight:600; } // Zen Maru Gothic @mixin ZenMaru { font-family: 'Zen Maru Gothic', sans-serif; font-weight: 500; } // Quicksand @mixin Quicksand { font-family: "Quicksand"; font-weight:600; } // 全体のデザイン $white:#ffffff; $gray:#999999; $dark-gray:#303030; $light-gray:#cccccc; $soft-gray:#eeeeee; $orange:#ff6633; $blue:#2d98da; $green:#0fb9b1; a { color:#303030; text-decoration:none; transition:all 0.1s linear; &:hover { animation-name:delay; animation-duration:0.2s; transition:all 0.2s linear; } } @keyframes delay { 0% { opacity:0.5; } 100% { opacity:1; } } /* 全体の読み込みをふわっと */ body { -webkit-animation: fadeIn 1.5s ease 0s 1 normal; animation: fadeIn 1.5s ease 0s 1 normal; } @keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes fadeIn { 0% { opacity: 0 } 100% { opacity: 1 } } /* じわっと画像が表示される */ @keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/ 0% {opacity: 0} /* 始め */ 100% {opacity: 1} /* 終わり */ } @-webkit-keyframes fadeIn { 0% {opacity: 0} 100% {opacity: 1} } // マウスホバーでちょっと大きくなるやつ a.zoom{display: inline-block; &:hover {-webkit-animation: zoom .3s; animation: zoom .3s;} @-webkit-keyframes zoom {50% { -webkit-transform: scale(1.05);}} @keyframes zoom {50% {transform: scale(1.05);}} .cp_link:hover::after {width: 100%;} } // KANBAN // KANBAN // KANBAN .kanban-container{ max-width:100%; margin:0 auto; } .kanban-pc{ max-width:1080px; margin:0 auto; display:block; text-align: left; img{max-width:100%;} } .kanban-sp{display: none;} @media screen and (max-width:30rem) { .kanban-sp{ display:block; text-align: left; img{max-width:100%;} } .kanban-pc{display: none;} } //ATAMAGAKI //ATAMAGAKI //ATAMAGAKI .atamagaki{ max-width:1000px; text-align:left; margin:8% auto 10%; p{ font-size:1rem; line-height: 2rem; @include ZenMaru; font-weight: 600; } } @media screen and (max-width:30rem) { .atamagaki{ max-width:90%; text-align:left; margin:14% auto 15%; p{ font-size:0.8rem; line-height: 1.6rem; } } } //CONTAINER //CONTAINER //CONTAINER .contant-container{ text-align:left; max-width:1000px; margin: 0 auto; } @media screen and (max-width:30rem) { .contant-container{ max-width:92%; } } //UNCHIKU //UNCHIKU //UNCHIKU .qa-container{margin:0 auto 120px;} @media screen and (max-width:30rem) { .qa-container{margin:0 auto 30px;} } p.question{ font-size:1.2rem; line-height: 1.5rem; letter-spacing: 4px; padding: 0 0 2rem 4rem; position: relative; } p.question::before { content: ""; height: 1.5px; width: 3rem; position: absolute; top: 12px; left: 0; background-color: #595757;} p.answer{ max-width:100%; line-height: 1.8rem; font-size:0.8rem; } p.answer i{ font-weight: normal; display: block; font-size:0.8rem; line-height: 1.5rem; padding: 1rem 0 2rem 1.4rem; position: relative; } p.answer i::before { content: ""; height: 0.5px; width: 0.8rem; position: absolute; top: 1.6rem; left: 0; background-color: #595757;} @media screen and (max-width:30rem) { p.question{ font-size:1rem; line-height: 1.4rem; letter-spacing: 2px; padding: 0 0 20px 1.6rem; position: relative; } p.question::before { content: ""; height: 1px; width: 1rem; position: absolute; top: 12px; left: 0; background-color: #595757;} p.answer{ max-width:100%; line-height: 1.6rem; letter-spacing: 1px; font-size:0.7rem; } p.answer i{ font-size:0.7rem; } } //POINT //POINT //POINT .point_container{ max-width:616px; margin: 4rem auto 6rem; } /* リンクバナー */ .link a{ @include ZenMaru; width:100%; color:#ffffff; background:#bf0000; display:block; line-height:3rem; text-align:center; font-size:2rem; font-weight:700; border-radius:2px; margin:20px auto; padding:20px 0 25px; opacity:1; } .link time { @include ZenMaru; display:block; font-size:0.9rem; line-height:1.3rem; } .link a:hover { opacity:0.5; } .pointup_text_big a{ display: block; line-height: 20px; @include ZenMaru; font-weight: 600; margin:30px 0 20px; font-size:0.9rem; } @media screen and (max-width:30rem) { .point_container{ max-width:616px; width:95%; margin: 0 auto 4rem; img{width:100%;} } .link a{ width:100%; color:#ffffff; background:#bf0000; display:block; line-height:2rem; text-align:center; font-size:1.2rem; font-weight:700; border-radius:2px; margin: 5px auto; padding: 15px 0 20px; opacity:1; } .link time { @include ZenMaru; display:block; font-size:0.9rem; line-height:1.3rem; } .link a:hover { opacity:0.5; } .pointup_text_big a{ display: block; line-height: 20px; @include ZenMaru; font-weight: 600; margin:20px 0 10px; font-size: 0.7rem; line-height: 1.1rem; } } //ITEM //ITEM //ITEM h2{ padding:8% 0 3%; margin:0 auto; max-width:450px; img{width:100%;} span{display:block; padding:2% 0 3%; @include ZenMaru; font-weight: 900; font-size:1.2rem; } } .item-text{@include ZenMaru; font-weight: 600; font-size:1rem; padding:0 20%; } @media screen and (max-width:30rem) { h2{ padding:5% 0 3%; margin:0 auto; max-width:60%; span{ font-weight: 900; font-size:0.9rem; } } .item-text{ font-weight: 600; font-size:0.7rem; padding:0 5%; text-align: left; } } ul.item_list{ width: 72%; margin: 4% auto; display:flex; flex-wrap:wrap; list-style-type: none; li{ width:19%; margin:0.5%; background-color: #FFF; span{ @include ZenMaru; display: block; font-size:0.8rem;} .name_container{ @include ZenMaru; padding:5% 10% 10%; .point-coupon_container{ width:100%; margin:0 auto; display: flex; .point{ width:48%; font-size:0.6rem; @include Quicksand; display: block; background-color: #BF0000; color: #FFFFFF; padding: 2px 0; margin: 0 auto;} .coupon{ width:50%; font-size:0.6rem; @include Quicksand; display: block; background-color: #6447b6; color: #FFFFFF; padding: 2px 0; margin: 0 auto;} }} img{width:100%;} } } @media screen and (max-width: 30rem) { ul.item_list{ width:94%; margin:4% 3% 26%; display:flex; flex-wrap:wrap; list-style-type: none; li{ width:30%; margin:1.5%; background-color: #FFF; span{ display: block; font-size:0.6rem; line-height: 1rem;} .name_container{ padding:6% 0% 10% 0%; .point-coupon_container{ width:100%; margin:0 auto; display: block; .point{ width:70%; font-size:0.5rem; @include Quicksand; display: block; background-color: #BF0000; color: #FFFFFF; letter-spacing: 0px; padding: 2px 0; margin: 2px auto;} .coupon{ width:70%; font-size:0.5rem; @include Quicksand; display: block; letter-spacing: 0px; background-color: #6447b6; color: #FFFFFF; padding: 2px 0; margin: 2px auto;} } } img{width:100%;} } } } //BUY a.btn_04 { max-width:400px; margin:10px 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; position: relative; background: $dark-gray; border: 2px solid $dark-gray; box-sizing: border-box; padding: 0 25px 0 40px; color: $white; @include DM; font-size: 16px; letter-spacing: 0.1em; line-height: 1.3; text-align: left; text-decoration: none; transition-duration: 0.3s; } a.btn_04:before { content: ''; width: 8px; height: 8px; border: 0; border-top: 2px solid $white; border-right: 2px solid $white; transform: rotate(45deg); position: absolute; top: 50%; left: 25px; margin-top: -6px; } a.btn_04:hover { background: $white; color: $dark-gray; } a.btn_04:hover:before { border-top: 2px solid $dark-gray; border-right: 2px solid $dark-gray; } @media screen and (max-width:30rem) { a.btn_04 { max-width:100%; margin:5px 0; height: 40px; font-size: 12px; } a.btn_04:before { content: ''; width: 6px; height: 6px; top: 50%; left: 50px; margin-top: -4px; } } // フッター footer { clear: both; background:$dark-gray; padding:40px; font-size:0.6rem; margin:260px 0 0 0; ul { display:flex; flex-wrap:wrap; justify-content:center; } li { margin:0 10px 0 0; &:first-child { margin:0 auto 0 0; } } @media screen and (max-width:30rem) { footer { margin:100px 0 0 0; } li { margin:5px 10px; &:first-child { margin:auto; width:100%; } } } a { @include DM; color:$soft-gray; &:hover { color:$orange; } i { margin:0 0.25rem 0 0; } } } #footer-logo { width:160px; fill:$soft-gray; } @media screen and (max-width:30rem) { #footer-logo { width:160px; fill:$soft-gray; margin:0 auto 24px auto; display:block; } }