//@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://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; } // 全体のデザイン $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-container{ max-width:100%; margin:0 auto; } @media screen and (max-width:30rem) { .kanban-container{} } .kanban-pc{ max-width:1960px; margin:0 auto; display:block; text-align: left; img{max-width:100%;} p.title{ position: relative; width:30%; margin:-30% auto 30%; @include DM; font-size:5rem; letter-spacing: 0.3rem; color:$white; span.sub-title{ @include DM; font-size:1rem; padding-top:30px; display: block; } } } .kanban-sp{display: none;} @media screen and (max-width:30rem) { .kanban-sp{ display:block; text-align: left; img{max-width:100%;} p.title{ position: relative; width:92%; margin:-78% auto 78%; @include DM; font-size:2.5rem; letter-spacing: 0.3rem; color:$white; span.sub-title{ @include DM; font-size:0.7rem; display: block; } } } .kanban-pc{display: none;} } //あたまがき .atamagaki{ max-width:1000px; text-align:left; margin:0 auto; border-left:4px solid #303030; border-radius: 2px; /* 線幅の半分 */ p{ font-size:0.9rem; line-height: 2rem; padding-left:3%; } } @media screen and (max-width:30rem) { .atamagaki{ max-width:96%; text-align:left; margin:0 auto; p{ font-size:0.8rem; line-height: 1.6rem; } } } .contant-container{ text-align:left; max-width:1000px; margin: 0 auto; } @media screen and (max-width:30rem) { .contant-container{ max-width:92%; } } //アイテム .item{ overflow: hidden; clear: both; max-width: 100%; margin:0 auto; padding:80px 0; position: relative; } @media screen and (max-width:30rem) { .item{ margin:0 auto; padding:60px 0 0 0; } } //メイン画像 .item-main-container{ max-width: 1000px; margin:0 auto 120px; position: relative; img{width:100%;} p{font-size:0.8rem; line-height: 1.2rem; font-weight:normal; span{font-size:0.9rem; display: block; padding:5px 0;}} } @media screen and (max-width:30rem) { .item-main-container{ max-width: 100%; margin:0 auto 80px; p{font-size:0.6rem; line-height: 1rem; span{font-size:0.8rem; padding:3px 0;}} } } .qa-container{margin:0 auto 120px;} @media screen and (max-width:30rem) { .qa-container{margin:0 auto 80px;} } p.question{ font-size:1.2rem; line-height: 1.5rem; letter-spacing: 4px; padding: 0 0 2rem 6rem; position: relative; } p.question::before { content: ""; height: 0.5px; width: 5rem; 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 3rem 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; } } //サブ画像 .item-sub{ max-width: 1000px; width:100%; text-align: right; margin:0 auto 120px; display: flex; img{width:98%; margin:0 1%;} } @media screen and (max-width:30rem) { .item-sub{ max-width: 1000px; width:100%; text-align: right; margin:0 auto; display: block; div{padding:40px 0 !important;} img{width:98%; margin:0 1%;} } } //アイテムリンク .item-title{ @include DM; font-size:1.4rem; display: block; padding: 0 0 60px 0; } .item-link-container{ display: flex; max-width:1260px; margin:0 auto; text-align: left; } .item-link{ max-width: 30%; margin:0 1.5% 100px; position: relative; text-align: left; img{width:100%;} ul.styling_list{ padding:0; text-align: left; font-size: 0.7rem; li{margin:10px 0; span.brand{ @include DM; padding:0 6px 0 0; } color: #fff; } } } @media screen and (max-width:30rem) { .item-link-container{ flex-wrap: wrap; justify-content: flex-start; max-width:100%; margin:0 auto; } .item-link{ max-width: 46%; margin:0 2%; padding:20px 0; ul.styling_list{ font-size: 0.7rem; li{margin:10px 0; line-height: 1rem; } } } .item-title{ font-size:1.2rem; padding: 0 0 20px 0; } } //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; } } ////////// CROUKAとLRの相互リンクの設定はここ .crouka_croukalr{ background:$white; padding:4rem 0; margin:2rem 0 4rem 0; } @media screen and (max-width:50rem) { .crouka_croukalr{ padding: 4rem 0; margin:0; } } .cooperation{ background:$soft-gray; padding:6rem 0 8rem 0; margin:2rem 0; } .cooperation_layout{ max-width: 900px; margin:0 auto; overflow: hidden; .cooperation_article{ padding: 2% 0 0 0; margin: 0; max-width: 100%; text-align: center; p{ padding:2rem 0 0 0; } a{margin:0 auto;} } } @media screen and (max-width:50rem) { .cooperation{ padding:0; margin:2rem 0; } .cooperation_layout{ max-width: none; width:90%; margin:0 auto; overflow: hidden; .cooperation_article{ float: none; padding: 0; margin: 0; max-width: 100%; text-align: center; p{ padding:2rem 0 0 0; font-size:0.75rem; } } } } // フッター footer { clear: both; background:$dark-gray; padding:40px; font-size:0.6rem; margin:100px 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; } }