@charset "UTF-8"; /* $gray:#808080; $purple:#805380; $pink:#d4456e; $blue:#507aba; $y_green:#adb23d; $orange:#cd8b4c; //bg color $header_scroll_bg:rgba(255,255,255,1); */ /* $font_pc_l:18px; $font_pc_xm:16px; $font_pc_m:14px; */ /* @include animation(anime-opening_face 4s ease 0.5s); @include keyframes(anime-opening_face){ 0% { transform: translate(-50%,100%); } 30% { transform: translate(-50%,0); } 70% { transform: translate(-50%,0); } 100%{ transform: translate(-50%,100%); } } */ /*! Lity - v2.4.1 - 2020-04-26 * http://sorgalla.com/lity/ * Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */ .lity { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; white-space: nowrap; background: #0b0b0b; background: rgba(0, 0, 0, 0.9); outline: none !important; opacity: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .lity.lity-opened { opacity: 1; } .lity.lity-closed { opacity: 0; } .lity * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .lity-wrap { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center; outline: none !important; } .lity-wrap:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; } .lity-loader { z-index: 9991; color: #fff; position: absolute; top: 50%; margin-top: -0.8em; width: 100%; text-align: center; font-size: 14px; font-family: Arial,Helvetica,sans-serif; opacity: 0; -webkit-transition: opacity .3s ease; -o-transition: opacity .3s ease; transition: opacity .3s ease; } .lity-loading .lity-loader { opacity: 1; } .lity-container { z-index: 9992; position: relative; text-align: left; vertical-align: middle; display: inline-block; white-space: normal; max-width: 100%; max-height: 100%; outline: none !important; } .lity-content { z-index: 9993; width: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; -o-transition: -o-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; } .lity-loading .lity-content, .lity-closed .lity-content { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); } .lity-content:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .lity-close { z-index: 9994; width: 35px; height: 35px; position: fixed; right: 0; top: 0; -webkit-appearance: none; cursor: pointer; text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial,Baskerville,monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; } .lity-close::-moz-focus-inner { border: 0; padding: 0; } .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited { text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial,Baskerville,monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; } .lity-close:active { top: 1px; } .lity-image img { max-width: 100%; display: block; line-height: 0; border: 0; } .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container { width: 100%; max-width: 964px; } .lity-iframe-container { width: 100%; height: 0; padding-top: 56.25%; overflow: auto; pointer-events: auto; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-overflow-scrolling: touch; } .lity-iframe-container iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } .lity-hide { display: none; } /* ======================================== 共通スタイル ========================================*/ .mod-freeHTML { /* opacity: 1; transition: opacity .5s; */ background: #000000; /* .cmn-area { position: relative; background: #FFF; padding: 95px 0; &:not(.cmn-area_cream) + .cmn-area { padding-top: 20px; } &.cmn-area_cream { background: #FFF0DC; padding: 70px 0; } .link-point { position: absolute; top: 0; left: 0; } } .js-opa0 { opacity: 0; pointer-events: none; * { opacity: 0; pointer-events: none; } } .cmn-clm { display: flex; justify-content: center; align-items: center; > { .box-left, .box-right { display: inline-block; } } } */ } .mod-freeHTML.js-page_loaded { opacity: 1; } .mod-freeHTML h1, .mod-freeHTML h2, .mod-freeHTML h3 { margin: 0; font-size: 100%; } .mod-freeHTML ul { margin: 0; padding: 0; list-style: none; } .mod-freeHTML p { margin: 0; } .mod-freeHTML img { height: auto; max-width: 100%; width: auto; } .mod-freeHTML img[src$=".svg"] { width: 100%; } .mod-freeHTML sup { font-size: 0.714em; } .mod-freeHTML .iBlock { display: inline-block; *display: inline; *zoom: 1; } .mod-freeHTML * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .mod-freeHTML *::after, .mod-freeHTML *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } .mod-freeHTML input[type="text"] { -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100%; padding: 0; border: none; height: 1.5em; } .mod-freeHTML .inner { width: 90%; max-width: 1200px; margin: 0 auto; color: #FFFFFF; } .mod-freeHTML .cmn-blue { display: inline-block; color: #60c1cb; } .mod-freeHTML .cmn-center { text-align: center; } .mod-freeHTML .cmn-left { text-align: left; } .mod-freeHTML .cmn-right { text-align: right; } .mod-freeHTML .cmn-tit_bar { font-size: 30px; font-weight: normal; color: #FFFFFF; text-align: center; padding: 1.0416666667%; border-top: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; margin-top: 8.8541666667%; margin-bottom: 8.3333333333%; } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-tit_bar { padding: 3.125%; margin-top: 14.84375%; margin-bottom: 7.03125%; font-size: 16px; line-height: 140%; } } .mod-freeHTML .js-inview.inview-fadein { opacity: 0; } .mod-freeHTML .js-inview.inview-fadein.js-inview_active { -webkit-animation: inview-fadein 1.5s ease 0.5s; -moz-animation: inview-fadein 1.5s ease 0.5s; animation: inview-fadein 1.5s ease 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes inview-fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes inview-fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes inview-fadein { 0% { opacity: 0; } 100% { opacity: 1; } } .mod-freeHTML .js-inview.inview-rotate.js-inview_active { -webkit-animation: inview-rotate 1.5s ease 1s; -moz-animation: inview-rotate 1.5s ease 1s; animation: inview-rotate 1.5s ease 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes inview-rotate { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } } @-moz-keyframes inview-rotate { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } } @keyframes inview-rotate { 0% { transform: rotate(360deg); } 100% { transform: rotate(0deg); } } .mod-freeHTML .section-main { position: relative; overflow: hidden; } .mod-freeHTML .section-main * { pointer-events: none; } .mod-freeHTML .section-main .inner { width: 100%; max-width: none; } @-webkit-keyframes anime-main_fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes anime-main_fadein { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes anime-main_fadein { 0% { opacity: 0; } 100% { opacity: 1; } } .mod-freeHTML .section-main .wrap-main_bg { position: relative; z-index: 1; } .mod-freeHTML .section-main .wrap-main_bg img { width: 100%; } .mod-freeHTML .section-main .wrap-main_txt, .mod-freeHTML .section-main .wrap-main_logo, .mod-freeHTML .section-main .wrap-main_layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .mod-freeHTML .section-main .wrap-main_txt img, .mod-freeHTML .section-main .wrap-main_logo img, .mod-freeHTML .section-main .wrap-main_layer img { width: 100%; } .mod-freeHTML .section-main .wrap-main_txt { z-index: 3; -webkit-animation: anime-main_fadein 1s linear 2.5s; -moz-animation: anime-main_fadein 1s linear 2.5s; animation: anime-main_fadein 1s linear 2.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } .mod-freeHTML .section-main .wrap-main_logo { z-index: 2; } .mod-freeHTML .section-main .wrap-main_logo img { -webkit-animation: anime-main_fadein_out 0.5s linear 2s; -moz-animation: anime-main_fadein_out 0.5s linear 2s; animation: anime-main_fadein_out 0.5s linear 2s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; /* @include animation(anime-main_logo_light 2.5s linear 0.5s); @include keyframes(anime-main_logo_light){ 0%{ opacity: 0; } 18%, 22%, 25%, 53%, 57%, 100% { opacity: 1; } 20%, 24%, 55% { opacity: 0.175; } } */ } @-webkit-keyframes anime-main_fadein_out { 0% { opacity: 1; } 100% { opacity: 0.175; } } @-moz-keyframes anime-main_fadein_out { 0% { opacity: 1; } 100% { opacity: 0.175; } } @keyframes anime-main_fadein_out { 0% { opacity: 1; } 100% { opacity: 0.175; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice { position: absolute; top: 0; left: 0; width: 100%; height: 40%; } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li { display: block; width: 100%; height: 10%; background: #000000; position: absolute; top: 0; right: 0; transform: skew(-32rad); } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li { height: 5%; top: 10%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(1) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.1s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.1s 1 forwards; margin-top: 2%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(1) { margin-top: 1.8%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(2) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.2s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.2s 1 forwards; margin-top: 4%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(2) { margin-top: 3.6%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(3) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.3s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.3s 1 forwards; margin-top: 6%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(3) { margin-top: 5.4%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(4) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.4s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.4s 1 forwards; margin-top: 8%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(4) { margin-top: 7.2%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(5) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.5s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.5s 1 forwards; margin-top: 10%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(5) { margin-top: 9%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(6) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.6s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.6s 1 forwards; margin-top: 12%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(6) { margin-top: 10.8%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(7) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.7s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.7s 1 forwards; margin-top: 14%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(7) { margin-top: 12.6%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(8) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.8s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.8s 1 forwards; margin-top: 16%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(8) { margin-top: 14.4%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(9) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 0.9s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 0.9s 1 forwards; margin-top: 18%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(9) { margin-top: 16.2%; } } .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(10) { -webkit-animation: anime-main_logo_slice_move 0.7s ease 1s 1 forwards; animation: anime-main_logo_slice_move 0.7s ease 1s 1 forwards; margin-top: 20%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_logo .wrap-main_logo_slice li:nth-child(10) { margin-top: 18%; } } @-webkit-keyframes anime-main_logo_slice_move { 0% { margin-right: 0%; } 100% { margin-right: 100%; } } @-moz-keyframes anime-main_logo_slice_move { 0% { margin-right: 0%; } 100% { margin-right: 100%; } } @keyframes anime-main_logo_slice_move { 0% { margin-right: 0%; } 100% { margin-right: 100%; } } .mod-freeHTML .section-main .wrap-main_layer { z-index: 4; -webkit-animation: anime-main_fadein 1s linear 2.5s; -moz-animation: anime-main_fadein 1s linear 2.5s; animation: anime-main_fadein 1s linear 2.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } .mod-freeHTML .section-main .wrap-main_layer li { position: absolute; left: 0; margin-left: -10%; z-index: 5; width: 120%; /* @include animation(anime-main_down 4s linear 0.5s infinite); @include keyframes(anime-main_down){ 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } } */ } @-webkit-keyframes anime-main_up_down { 0% { transform: translateY(-2%); } 50% { transform: translateY(2%); } 100% { transform: translateY(-2%); } } @-moz-keyframes anime-main_up_down { 0% { transform: translateY(-2%); } 50% { transform: translateY(2%); } 100% { transform: translateY(-2%); } } @keyframes anime-main_up_down { 0% { transform: translateY(-2%); } 50% { transform: translateY(2%); } 100% { transform: translateY(-2%); } } @media (min-width: 641px) { .mod-freeHTML .section-main .wrap-main_layer li { top: 0; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-main .wrap-main_layer li { bottom: 0; } } @-webkit-keyframes anime-main_side { 0% { transform: translateX(-2%); } 50% { transform: translateX(2%); } 100% { transform: translateX(-2%); } } @-moz-keyframes anime-main_side { 0% { transform: translateX(-2%); } 50% { transform: translateX(2%); } 100% { transform: translateX(-2%); } } @keyframes anime-main_side { 0% { transform: translateX(-2%); } 50% { transform: translateX(2%); } 100% { transform: translateX(-2%); } } .mod-freeHTML .section-main .wrap-main_layer li:nth-child(1) { animation-delay: 0s; animation-duration: 4s; } .mod-freeHTML .section-main .wrap-main_layer li:nth-child(1) img { animation-duration: 2.5s; } .mod-freeHTML .section-main .wrap-main_layer li:nth-child(2) { animation-delay: 1s; animation-duration: 6s; } .mod-freeHTML .section-main .wrap-main_layer li:nth-child(2) img { animation-duration: 3s; } .mod-freeHTML .section-main .wrap-main_layer li:nth-child(3) { animation-delay: 1.5s; animation-duration: 8s; } .mod-freeHTML .section-main .wrap-main_layer li:nth-child(3) img { animation-duration: 4.5s; } .mod-freeHTML .section-read { text-align: center; padding-top: 8.3333333333%; margin-bottom: 4.5833333333%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-read { padding-top: 10.8333333333%; margin-bottom: 10.8333333333%; } } .mod-freeHTML .section-read .wrap-read_logo { width: 37.25%; margin: 0 auto; margin-bottom: 1.6666666667%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-read .wrap-read_logo { width: 74.5%; margin-bottom: 3.3333333333%; } } .mod-freeHTML .section-read .wrap-read_mid01 { font-size: 25px; margin-bottom: 1.6666666667%; line-height: 1; } @media screen and (max-width: 640px) { .mod-freeHTML .section-read .wrap-read_mid01 { font-size: 14px; margin-bottom: 1.6666666667%; } } .mod-freeHTML .section-read .wrap-read_mid02 { font-size: 36px; margin-bottom: 6.25%; line-height: 1; } @media screen and (max-width: 640px) { .mod-freeHTML .section-read .wrap-read_mid02 { font-size: 16px; margin-bottom: 10.8333333333%; } } .mod-freeHTML .section-read .wrap-read_txt { font-size: 18px; line-height: 200%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-read .wrap-read_txt { font-size: 12px; } } .mod-freeHTML .section-tip { margin-bottom: 7.5%; /* .wrap-read_logo{ width: percentage( 447 / $base_pc_inner ); margin: 0 auto; margin-bottom: percentage( 20 / $base_pc_inner ); } .wrap-read_mid01{ font-size: $font_pc_xl; margin-bottom: percentage( 20 / $base_pc_inner ); line-height: 1; } .wrap-read_mid02{ font-size: $font_pc_xxl; margin-bottom: percentage( 75 / $base_pc_inner ); line-height: 1; } .wrap-read_txt{ font-size: $font_pc_sl; line-height: 200%; } */ } .mod-freeHTML .section-tip .wrap-tip_border { position: relative; border: 2px solid #FFFFFF; width: 80%; max-width: 815px; padding: 30px 0; margin: 0 auto; display: flex; justify-content: center; align-items: center; } @media screen and (max-width: 640px) { .mod-freeHTML .section-tip .wrap-tip_border { flex-direction: column; padding: 20px; } } .mod-freeHTML .section-tip .wrap-tip_border::before, .mod-freeHTML .section-tip .wrap-tip_border::after { content: ""; display: block; width: 24px; height: 20px; background: #000000; position: absolute; z-index: 2; } @media screen and (max-width: 640px) { .mod-freeHTML .section-tip .wrap-tip_border::before, .mod-freeHTML .section-tip .wrap-tip_border::after { width: 12px; height: 10px; } } .mod-freeHTML .section-tip .wrap-tip_border::before { top: -2px; left: -2px; } .mod-freeHTML .section-tip .wrap-tip_border::after { bottom: -2px; right: -2px; } .mod-freeHTML .section-tip .wrap-tip_border.inview-tip::before { top: -2px; left: 100%; } .mod-freeHTML .section-tip .wrap-tip_border.inview-tip::after { bottom: -2px; right: 100%; } .mod-freeHTML .section-tip .wrap-tip_border.inview-tip.js-inview_active::before { -webkit-animation: inview-tip_before 1.5s ease 0.5s; -moz-animation: inview-tip_before 1.5s ease 0.5s; animation: inview-tip_before 1.5s ease 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes inview-tip_before { 0% { left: 100%; } 100% { left: -2px; } } @-moz-keyframes inview-tip_before { 0% { left: 100%; } 100% { left: -2px; } } @keyframes inview-tip_before { 0% { left: 100%; } 100% { left: -2px; } } .mod-freeHTML .section-tip .wrap-tip_border.inview-tip.js-inview_active::after { -webkit-animation: inview-tip_after 1.5s ease 0.5s; -moz-animation: inview-tip_after 1.5s ease 0.5s; animation: inview-tip_after 1.5s ease 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes inview-tip_after { 0% { right: 100%; } 100% { right: -2px; } } @-moz-keyframes inview-tip_after { 0% { right: 100%; } 100% { right: -2px; } } @keyframes inview-tip_after { 0% { right: 100%; } 100% { right: -2px; } } .mod-freeHTML .section-tip .wrap-tip_border .wrap-tip_img { width: 38.036809816%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-tip .wrap-tip_border .wrap-tip_img { width: 57.5%; } } .mod-freeHTML .section-tip .wrap-tip_border .wrap-tip_txt { width: 40.490797546%; color: #FFFFFF; font-size: 18px; line-height: 200%; } @media (min-width: 641px) { .mod-freeHTML .section-tip .wrap-tip_border .wrap-tip_txt { margin-left: 5.5214723926%; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-tip .wrap-tip_border .wrap-tip_txt { margin-top: 3.3333333333%; width: 100%; font-size: 12px; text-align: center; } } .mod-freeHTML .section-strong { text-align: center; margin-bottom: 14.1666666667%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong { margin-bottom: 15%; } } .mod-freeHTML .section-strong .wrap-strong_tit { width: 45.8333333333%; margin: 0 auto; margin-bottom: 5%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_tit { width: 96.6666666667%; margin-bottom: 6.6666666667%; } } .mod-freeHTML .section-strong .wrap-strong_circle { display: flex; justify-content: center; margin-bottom: 8.3333333333%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_circle { flex-wrap: wrap; margin: 0 auto; margin-bottom: 10.8333333333%; width: 85%; } } .mod-freeHTML .section-strong .wrap-strong_circle li { position: relative; width: 20%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_circle li { width: 36.6666666667%; } } @media (min-width: 641px) { .mod-freeHTML .section-strong .wrap-strong_circle li + li { margin-left: 5.4166666667%; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_circle li:nth-child(1) { margin-left: 31.6666666667%; margin-right: 31.6666666667%; margin-bottom: 2.5%; } .mod-freeHTML .section-strong .wrap-strong_circle li:nth-child(2) { margin-right: 13.3333333333%; } } .mod-freeHTML .section-strong .wrap-strong_circle li .wrap-strong_circle_txt { position: relative; z-index: 2; width: 100%; } .mod-freeHTML .section-strong .wrap-strong_circle li .wrap-strong_circle_bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; } .mod-freeHTML .section-strong .wrap-strong_block { display: flex; justify-content: center; } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_block { flex-wrap: wrap; margin: 0 auto; width: 50%; } } .mod-freeHTML .section-strong .wrap-strong_block li { position: relative; width: 25.3333333333%; /* &::before{ top: -2px; left: percentage( 255 / 300 ); } &::after{ bottom: -2px; right: percentage( 255 / 300 ); } */ } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_block li { width: 100%; } } @media (min-width: 641px) { .mod-freeHTML .section-strong .wrap-strong_block li + li { margin-left: 5.4166666667%; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_block li + li { margin-top: 6.6666666667%; } } .mod-freeHTML .section-strong .wrap-strong_block li::before, .mod-freeHTML .section-strong .wrap-strong_block li::after { content: ""; display: block; width: 15px; height: 15px; background: #000000; position: absolute; z-index: 2; } @media screen and (max-width: 640px) { .mod-freeHTML .section-strong .wrap-strong_block li::before, .mod-freeHTML .section-strong .wrap-strong_block li::after { width: 12px; height: 10px; } } .mod-freeHTML .section-strong .wrap-strong_block li.inview-strong::before { top: -2px; left: 100%; } .mod-freeHTML .section-strong .wrap-strong_block li.inview-strong::after { bottom: -2px; right: 100%; } .mod-freeHTML .section-strong .wrap-strong_block li.inview-strong.js-inview_active::before { -webkit-animation: inview-strong_before 1.5s ease 0.5s; -moz-animation: inview-strong_before 1.5s ease 0.5s; animation: inview-strong_before 1.5s ease 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes inview-strong_before { 0% { left: -100%; } 100% { left: 85%; } } @-moz-keyframes inview-strong_before { 0% { left: -100%; } 100% { left: 85%; } } @keyframes inview-strong_before { 0% { left: -100%; } 100% { left: 85%; } } .mod-freeHTML .section-strong .wrap-strong_block li.inview-strong.js-inview_active::after { -webkit-animation: inview-strong_after 1.5s ease 0.5s; -moz-animation: inview-strong_after 1.5s ease 0.5s; animation: inview-strong_after 1.5s ease 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes inview-strong_after { 0% { right: -100%; } 100% { right: 85%; } } @-moz-keyframes inview-strong_after { 0% { right: -100%; } 100% { right: 85%; } } @keyframes inview-strong_after { 0% { right: -100%; } 100% { right: 85%; } } .mod-freeHTML .section-link { margin-bottom: 5.2083333333%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-link { margin-bottom: 5%; } } .mod-freeHTML .section-link .inner { width: 100%; max-width: none; } .mod-freeHTML .section-link .wrap-link_bar { display: flex; justify-content: center; } @media (min-width: 641px) { .mod-freeHTML .section-link .wrap-link_bar { border-top: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-link .wrap-link_bar { flex-direction: column; } } .mod-freeHTML .section-link .wrap-link_bar li { padding: 1.5625% 3.6458333333%; /* &:nth-child(1) a::before{ @include media-pc { left: 0; margin-left: -50px; transform: translateY(-50%) rotate(-45deg); } }*/ } @media screen and (max-width: 640px) { .mod-freeHTML .section-link .wrap-link_bar li { border: 2px solid #FFFFFF; width: 85%; margin: 0 auto; } } @media (min-width: 641px) { .mod-freeHTML .section-link .wrap-link_bar li + li { border-left: 2px solid #FFFFFF; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-link .wrap-link_bar li + li { margin-top: 5%; } } .mod-freeHTML .section-link .wrap-link_bar li a { position: relative; color: #FFFFFF; font-size: 22px; } @media screen and (max-width: 640px) { .mod-freeHTML .section-link .wrap-link_bar li a { text-align: center; display: inline-block; width: 100%; font-size: 14px; } } .mod-freeHTML .section-link .wrap-link_bar li a::before { content: ""; position: absolute; top: 50%; display: block; width: 14px; height: 14px; border-top: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; } @media screen and (max-width: 640px) { .mod-freeHTML .section-link .wrap-link_bar li a::before { right: 0; margin-right: 0px; transform: translateY(-50%) rotate(-225deg); } } @media (min-width: 641px) { .mod-freeHTML .section-link .wrap-link_bar li:nth-child(1) a::before { right: 0; margin-right: -50px; transform: translateY(-50%) rotate(-225deg); } } .mod-freeHTML .cmn-strong { padding-top: 11.25%; padding-bottom: 9.1666666667%; } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong { padding-top: 16.6666666667%; padding-bottom: 10%; } } .mod-freeHTML .cmn-strong .inner { max-width: 1054px; } .mod-freeHTML .cmn-strong:nth-child(2n) { background: #282828; } .mod-freeHTML .cmn-strong:nth-child(2n) .wrap-strong .wrap-strong_left .wrap-strong_tit::after { background: #282828; } .mod-freeHTML .cmn-strong .wrap-strong { display: flex; flex-wrap: wrap; } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong { flex-direction: column; } } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt { margin-bottom: 40px; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt p { font-size: 18px; line-height: 175%; } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt p { padding: 0 20px; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt p { font-size: 14px; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt p br { display: none; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt .wrap-strong_txt_large { font-size: 30px; line-height: 120%; margin-bottom: 20px; } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt .wrap-strong_txt_large { font-size: 18px; margin-bottom: 6.6666666667%; text-align: center; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt .wrap-strong_txt_att { font-size: 12px; margin-top: 20px; } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_txt .wrap-strong_txt_att { font-size: 10px; margin-top: 3.3333333333%; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left { width: 340px; } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left { width: 100%; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left { width: 100%; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left .wrap-strong_tit { position: relative; display: inline-block; margin-bottom: 40px; /* &::after{ position: absolute; top: 50%; left: 0; z-index: 1; content: ""; display: block; width: 100%; height: 100%; background: $black; transform: translateY(-50%); @include media-pc { height: 140px; } @include media-sp { height: $strongs_tit_bg_height_sp; } } &.js-inview_active::after{ @include media-pc { @include animation(inview-strong_tit_pc 0.5s ease 1.0s); @include keyframes(inview-strong_tit_pc){ 0% { height: 140px; } 100% { height: 100%; } } } @include media-sp { @include animation(inview-strong_tit_sp 0.5s ease 1.0s); @include keyframes(inview-strong_tit_sp){ 0% { height: $strongs_tit_bg_height_sp; } 100% { height: 100%; } } } }*/ /* .wrap-strong_tit_bar{ z-index: 0; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); height: 140px; @include media-sp { height: auto; height: $strongs_tit_bg_height_sp; } img{ width: auto; max-width: none; height: 100%; } }*/ } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left .wrap-strong_tit { flex-grow: 1; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left .wrap-strong_tit { width: 100%; margin-bottom: 6.6666666667%; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left .wrap-strong_tit .wrap-strong_tit_txt { position: relative; z-index: 2; display: inline-block; font-weight: bold; white-space: nowrap; text-align: center; background: #FFFFFF; background: -webkit-linear-gradient(right, #FFFFFF 0%, #00a2f0 46%, #36ffc6 100%); background: linear-gradient(to right, #FFFFFF 0%, #00a2f0 46%, #36ffc6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; opacity: 0; } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_left .wrap-strong_tit.js-inview_active .wrap-strong_tit_txt { -webkit-animation: inview-strong_tit_txt 0.5s ease 0.5s; -moz-animation: inview-strong_tit_txt 0.5s ease 0.5s; animation: inview-strong_tit_txt 0.5s ease 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes inview-strong_tit_txt { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes inview-strong_tit_txt { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes inview-strong_tit_txt { 0% { opacity: 0; } 100% { opacity: 1; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right { width: calc( 100% - $strong_left_width - 8.3333333333% ); display: flex; justify-content: space-between; align-items: center; } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right { flex-grow: 1; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right { width: 100%; flex-direction: column; margin-top: 9.1666666667%; } } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right .wrap-strong_txt { margin-right: 40px; margin-bottom: 0; } } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right .wrap-strong_img + .wrap-strong_movie { margin-left: 20px; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right .wrap-strong_img + .wrap-strong_movie { margin-top: 9.1666666667%; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right .wrap-strong_movie { margin-top: 0; margin-bottom: 0; } @media (min-width: 641px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right .wrap-strong_movie { max-width: 400px; width: 56.7375886525%; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right .wrap-strong_movie { width: 100%; } } .mod-freeHTML .cmn-strong .wrap-strong .wrap-strong_right.justify-center { justify-content: center; } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong.section-s_quality .wrap-strong .wrap-strong_txt .cmn-right { text-align: left; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong.section-s_durable .wrap-strong .wrap-strong_txt .cmn-center { text-align: left; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong.section-s_cost .wrap-strong .cmn-center { text-align: left; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong.section-s_utility .wrap-strong .wrap-strong_right { margin-top: 0; } } @media screen and (max-width: 640px) { .mod-freeHTML .cmn-strong.section-s_utility .wrap-strong .wrap-strong_right .wrap-strong_txt { margin-top: 0; margin-bottom: 6.6666666667%; } } .mod-freeHTML .section-scene { text-align: center; color: #FFFFFF; /* .wrap-read_logo{ width: percentage( 447 / $base_pc ); margin: 0 auto; margin-bottom: percentage( 20 / $base_pc ); } .wrap-read_mid01{ font-size: $font_pc_xl; margin-bottom: percentage( 20 / $base_pc ); line-height: 1; } .wrap-read_mid02{ font-size: $font_pc_xxl; margin-bottom: percentage( 75 / $base_pc ); line-height: 1; } .wrap-read_txt{ font-size: $font_pc_sl; line-height: 200%; } */ } @media (min-width: 641px) { .mod-freeHTML .section-scene .inner { width: auto; max-width: none; } } .mod-freeHTML .section-scene .wrap-scene { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; } .mod-freeHTML .section-scene .wrap-scene li { width: 27.34375%; } @media screen and (max-width: 640px) { .mod-freeHTML .section-scene .wrap-scene li { width: 100%; } } .mod-freeHTML .section-scene .wrap-scene li .wrap-scene_txt { display: block; font-size: 18px; line-height: 140%; margin-top: 10px; } @media screen and (max-width: 640px) { .mod-freeHTML .section-scene .wrap-scene li .wrap-scene_txt { font-size: 12px; } } @media (min-width: 641px) { .mod-freeHTML .section-scene .wrap-scene li:nth-child(2), .mod-freeHTML .section-scene .wrap-scene li:nth-child(5) { margin-left: 6.25%; } .mod-freeHTML .section-scene .wrap-scene li:nth-child(3) { margin-left: 36.328125%; margin-right: 36.328125%; } .mod-freeHTML .section-scene .wrap-scene li:nth-child(3), .mod-freeHTML .section-scene .wrap-scene li:nth-child(4), .mod-freeHTML .section-scene .wrap-scene li:nth-child(5) { margin-top: 4.4270833333%; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-scene .wrap-scene li + li { margin-top: 9.1666666667%; } } .mod-freeHTML .section-lineup { text-align: center; padding-top: 8.3333333333%; padding-bottom: 4.5833333333%; /* .wrap-read_logo{ width: percentage( 447 / $base_pc_inner ); margin: 0 auto; margin-bottom: percentage( 20 / $base_pc_inner ); } .wrap-read_mid01{ font-size: $font_pc_xl; margin-bottom: percentage( 20 / $base_pc_inner ); line-height: 1; } .wrap-read_mid02{ font-size: $font_pc_xxl; margin-bottom: percentage( 75 / $base_pc_inner ); line-height: 1; } .wrap-read_txt{ font-size: $font_pc_sl; line-height: 200%; } */ } @media screen and (max-width: 640px) { .mod-freeHTML .section-lineup { padding-top: 6.6666666667%; padding-bottom: 17.5%; } } .mod-freeHTML .section-lineup .wrap-lineup_mid { position: relative; display: flex; justify-content: space-between; align-items: center; /* &::before{ content: ""; display: block; width: 1em; height: 100%; background: #F00; }*/ } .mod-freeHTML .section-lineup .wrap-lineup_mid b { font-size: 18px; color: #FFFFFF; text-align: left; white-space: nowrap; width: 18em; } @media screen and (max-width: 640px) { .mod-freeHTML .section-lineup .wrap-lineup_mid b { font-size: 10px; } } .mod-freeHTML .section-lineup .wrap-lineup_mid::after { content: ""; display: block; flex-grow: 1; height: 1px; background: #FFFFFF; /* position: absolute; top: 50%; left: 0; transform: translateY(-50%); */ } .mod-freeHTML .section-lineup .wrap-lineup > ul { display: flex; justify-content: center; padding-top: 40px; padding-bottom: 75px; } @media screen and (max-width: 640px) { .mod-freeHTML .section-lineup .wrap-lineup > ul { justify-content: flex-start; flex-wrap: wrap; padding-top: 5%; padding-bottom: 9.1666666667%; } } .mod-freeHTML .section-lineup .wrap-lineup > ul > li { /* width: calc( ( 100% / 4 ) - ( 2.5% * 3 ) ); */ } @media screen and (max-width: 640px) { .mod-freeHTML .section-lineup .wrap-lineup > ul > li { width: calc( ( 100% / 2 ) - ( 5% * 1 ) ); } } @media (min-width: 641px) { .mod-freeHTML .section-lineup .wrap-lineup > ul > li + li { margin-left: 6.25%; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-lineup .wrap-lineup > ul > li:nth-child(2n) { margin-left: 11.6666666667%; margin-left: auto; } .mod-freeHTML .section-lineup .wrap-lineup > ul > li:nth-child(n + 3) { margin-top: 9.1666666667%; } } .mod-freeHTML .section-lineup .wrap-lineup > ul > li a { position: relative; display: block; } .mod-freeHTML .section-lineup .wrap-lineup > ul > li a .wrap-lineup_icon { width: 22%; max-width: 44px; position: absolute; top: 0; left: 50%; /* margin-top: 70%; margin-left: 45%; */ margin-top: 115%; margin-left: -53%; } .mod-freeHTML .section-lineup .wrap-lineup + .wrap-lineup { border-top: 1px solid #FFFFFF; } .mod-freeHTML .section-lineup .wrap-lineup + .wrap-lineup ul li a .wrap-lineup_icon { margin-top: 108%; } .mod-freeHTML .section-banner { text-align: center; padding-bottom: 8.3333333333%; } /* add 2306 ここから */ @media screen and (max-width: 640px) { .mod-freeHTML .section-lineup .wrap-lineup > ul > li { width: calc( ( 100% / 2 ) - ( 5% * 1 ) ); } } @media (min-width: 641px) { .mod-freeHTML .section-lineup .wrap-lineup > ul > li { width: 16.6666666667%; } .mod-freeHTML .section-lineup .wrap-lineup > ul > li + li { margin-left: 4.1666666667%; } } @media screen and (max-width: 640px) { .mod-freeHTML .section-lineup .wrap-lineup > ul > li:nth-child(2n) { margin-left: 11.6666666667%; margin-left: auto; } .mod-freeHTML .section-lineup .wrap-lineup > ul > li:nth-child(n + 3) { margin-top: 9.1666666667%; } } .mod-freeHTML .section-lineup .wrap-lineup > ul > li a .wrap-lineup_icon { margin-top: 90%; margin-left: -50%; } /* add 2306 ここまで */ /* ======================================== .area-main ========================================*/