@charset "UTF-8"; /** * Swiper 3.4.1 * Most modern mobile touch slider and framework with hardware accelerated transitions * * http://www.idangero.us/swiper/ * * Copyright 2016, Vladimir Kharlampidi * The iDangero.us * http://www.idangero.us/ * * Licensed under MIT * * Released on: December 13, 2016 */ .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; } .swiper-container-no-flexbox .swiper-slide { float: left; } .swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate(0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; } .swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform,height; } .swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; } .swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; } .swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; } .swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 7; cursor: pointer; -moz-background-size: 27px 44px; -webkit-background-size: 27px 44px; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); left: 10px; right: auto; } .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); right: 10px; left: auto; } .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); } .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); } .swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 7; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 0; width: 100%; } .swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-white .swiper-pagination-bullet { background: #fff; } .swiper-pagination-bullet-active { opacity: 1; background: #007aff; } .swiper-pagination-white .swiper-pagination-bullet-active { background: #fff; } .swiper-pagination-black .swiper-pagination-bullet-active { background: #000; } .swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -o-transform: translate(0, -50%); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); } .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 5px 0; display: block; } .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; } .swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; } .swiper-pagination-progress .swiper-pagination-progressbar { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; } .swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top; } .swiper-container-horizontal > .swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0; } .swiper-container-vertical > .swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0; } .swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); } .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff; } .swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000; } .swiper-container-3d { -webkit-perspective: 1200px; -moz-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; } .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; } .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 7; } .swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px; } .swiper-container-cube, .swiper-container-flip { overflow: visible; } .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; } .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; } .swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; } .swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible; } .swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; } .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; } .swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; } .swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; text-align: center; } .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg { max-width: 100%; max-height: 100%; object-fit: contain; } .swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); } .swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; } .swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; } .swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; } .swiper-scrollbar-cursor-drag { cursor: move; } .swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 7; -webkit-transform-origin: 50%; -moz-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; } .swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url(/about/design/tag/iot/-/media/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; -webkit-background-size: 100%; background-size: 100%; background-repeat: no-repeat; } .swiper-lazy-preloader-white:after { background-image: url(/about/design/tag/iot/-/media/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); } } /* https://github.com/tobiasahlin/SpinKit The MIT License (MIT) Copyright (c) 2015 Tobias Ahlin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .spinner { width: 40px; height: 40px; position: relative; margin: 100px auto; } .double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #4fc3f7; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 3.0s infinite ease-in-out; animation: sk-bounce 3.0s infinite ease-in-out; } .double-bounce2 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0); } 50% { -webkit-transform: scale(1); } } @keyframes sk-bounce { 0%, 100% { transform: scale(0); -webkit-transform: scale(0); } 50% { transform: scale(1); -webkit-transform: scale(1); } } @keyframes modal-video { from { opacity: 0; } to { opacity: 1; } } @keyframes modal-video-inner { from { transform: translate(0, -20px); } to { transform: translate(0, 0); } } .modal-video { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000000; cursor: pointer; opacity: 1; animation-timing-function: ease-out; animation-duration: 0.3s; animation-name: modal-video; transition: opacity 0.3s ease-out; } .modal-video-close { opacity: 0; } .modal-video-close .modal-video-movie-wrap { transform: translate(0, -20px); } .modal-video-body { max-width: 940px; width: 100%; height: 100%; margin: 0 auto; display: table; } .modal-video-inner { display: table-cell; vertical-align: middle; width: 100%; height: 100%; } .modal-video-movie-wrap { width: 100%; height: 0; position: relative; padding-bottom: 56.25%; background-color: #333; animation-timing-function: ease-out; animation-duration: 0.3s; animation-name: modal-video-inner; transform: translate(0, 0); transition: transform 0.3s ease-out; } .modal-video-movie-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .modal-video-close-btn { position: absolute; z-index: 2; top: -35px; right: -35px; display: inline-block; width: 35px; height: 35px; overflow: hidden; border: none; background: transparent; } .modal-video-close-btn:before { transform: rotate(45deg); } .modal-video-close-btn:after { transform: rotate(-45deg); } .modal-video-close-btn:before, .modal-video-close-btn:after { content: ''; position: absolute; height: 2px; width: 100%; top: 50%; left: 0; margin-top: -1px; background: #fff; border-radius: 5px; margin-top: -6px; } /*dg_common fix*/ @media (max-width: 767px) { .set-responsiveWebDesign #HeaderShrinking { background-color: #fff; position: relative !important; } } #BreadcrumbsWrap { background-color: white; background-color: rgba(255, 255, 255, 0.5); } .dd-top #BreadcrumbsWrap, .dd-about #BreadcrumbsWrap { position: absolute; top: 50px; left: 0; } #BreadcrumbsWrap a:link { color: #0099cc !important; } #BreadcrumbsWrap a:visited { color: #464f9a !important; } #BreadcrumbsWrap a:hover, #BreadcrumbsWrap a:active, #BreadcrumbsWrap a:focus { color: #0099cc !important; } /*dj_common fix*/ @media (max-width: 767px) { .g-header { background-color: #fff; } } @media (max-width: 767px) { .g-header_inner { border-bottom: 0 none; } } .g-breadcrumbs { margin: 0; padding: 12px 0 11px; background-color: white; background-color: rgba(255, 255, 255, 0.5); position: relative; width: auto; } .dd-top .g-breadcrumbs, .dd-about .g-breadcrumbs { width: 100%; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 980px) { .g-breadcrumbs { padding-left: 15px; padding-right: 15px; } } .g-breadcrumbs a { color: #000 !important; } .g-breadcrumbs a:visited { color: #4c3c94 !important; } .dd { position: relative; font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; color: #424242; word-wrap: break-word; overflow-wrap: break-word; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; box-sizing: content-box; /** header **/ /** heading **/ } .dd a { color: #00cdff; } .dd-bg-color1 { background-color: #eeeeee; } .dd-bg-color2 { background-color: #f7f7f7; } .dd-content { max-width: 960px; margin-left: auto; margin-right: auto; overflow: visible; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 980px) { .dd-content { padding-left: 15px; padding-right: 15px; } } @media (max-width: 767px) { .dd-content { padding-left: 10px; padding-right: 10px; } } @media (max-width: 767px) { html:lang(ja) .dd-content { padding-left: 15px; padding-right: 15px; } } @media (min-width: 981px) { .dd-content--contain-tile { max-width: 980px; } } @media (max-width: 980px) { .dd-content--contain-tile { padding-left: 10px; padding-right: 10px; } } @media (max-width: 980px) { html:lang(ja) .dd-content--contain-tile { padding-left: 15px; padding-right: 15px; } } .dd-header { position: relative; font-weight: normal; background-color: #1e2326; color: #fff; width: 100%; height: 50px; font-size: 12px; font-weight: normal; } @media (max-width: 767px) { .dd-header { color: #424242; z-index: 9; background-color: #fff; } } .dd-header a { color: inherit; } .dd-header li a.is-active { color: #60c9f8; } .dd-header__inner { margin: 0 auto; max-width: 960px; } .dd-header__inner:before, .dd-header__inner:after { display: table; content: ''; } .dd-header__inner:after { clear: both; } .dd-header__name { float: left; font-size: 26px; line-height: 50px; } @media (max-width: 960px) { .dd-header__name { padding-left: 10px; font-size: 20px; } } @media (max-width: 960px) { html:lang(ja) .dd-header__name { padding-left: 15px; } } @media (max-width: 767px) { .dd-header__name { display: none; } } .dd-header__name a { text-decoration: none !important; } .dd-header__nav { float: right; font-size: 14px; text-align: right; line-height: 50px; } @media (max-width: 960px) { .dd-header__nav { padding-right: 10px; font-size: 12px; } } @media (max-width: 767px) { .dd-header__nav { padding-left: 10px; float: none; font-size: 14px; border-top: 3px solid #eeeeee; border-bottom: 1px solid #eeeeee; background-color: #fff; line-height: 46px; text-align: left; } } @media (max-width: 960px) { html:lang(ja) .dd-header__nav { padding-right: 15px; font-size: 11px; } } @media (max-width: 767px) { html:lang(ja) .dd-header__nav { font-size: 12px; padding-left: 15px; } } .dd-header__nav ul { display: inline-block; } @media (max-width: 767px) { .dd-header__nav ul { display: block; margin-right: 35px; } .dd-header__nav ul:before, .dd-header__nav ul:after { display: table; content: ''; } .dd-header__nav ul:after { clear: both; } } @media (max-width: 767px) { html:lang(ja) .dd-header__nav ul { margin-right: 40px; } } .dd-header__nav li { display: inline-block; } @media (max-width: 767px) { .dd-header__nav li { float: left; display: block; width: 30%; text-align: center; position: relative; } .dd-header__nav li a { display: block; } } .dd-header__nav li:before { content: " | "; margin: 0 1em; opacity: 0.25; } @media (max-width: 960px) { .dd-header__nav li:before { margin: 0 0.5em; } } @media (max-width: 767px) { .dd-header__nav li:before { position: absolute; top: 0; left: 0; margin: 0; } } @media (max-width: 767px) { .dd-header__nav li:first-child:before { display: none; } } @media (max-width: 767px) { .dd-header__nav li:nth-child(3) { width: 40%; } } @media (max-width: 767px) { .dd-header__nav li:nth-child(3):after { content: " | "; opacity: 0.25; position: absolute; top: 0; right: 0; } } @media (max-width: 767px) { .dd-header__nav li:nth-child(n+4) { display: none; } } .dd-header__nav li:last-child { display: none; } .dd-header__lang { display: inline-block; margin-left: 20px; padding: 15px 0; } .dd-header__lang a { text-align: center; width: 90px; height: 20px; font-size: 10px; line-height: 20px; display: block; background-color: #fff; color: #424242; transition-property: background-color, color; transition-duration: .2s; transition-timing-function: linear; } .dd-header__lang a:hover { text-decoration: none; color: #fff; background-color: rgba(55, 71, 79, 0.9); } @media (max-width: 767px) { .dd-header__lang { display: none; } } .dd-header__nav-swicth { display: none; position: absolute; z-index: 2; right: 10px; top: 0; width: 24px; height: 50px; cursor: pointer; background: url("/-/media/Project/Daikin/daikin_com/about/design/dept_common/images/pict-arrow-nav-swicth png") no-repeat 0 50%; -ms-transform: rotate(180deg); transform: rotate(180deg); transition: transform 0.3s; } html:lang(ja) .dd-header__nav-swicth { right: 15px; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-header__nav-swicth { background-image: url("/-/media/Project/Daikin/daikin_com/about/design/dept_common/images/pict-arrow-nav-swicth2x png"); background-size: auto 15px; } } @media (max-width: 767px) { .dd-header__nav-swicth { display: block; } } .dd-header__clone-nav { overflow: hidden; opacity: 0; z-index: -1; position: absolute; top: 50px; left: 0; width: 100%; background: #fff; padding: 45px 0; transform: translateY(-100%); transition: all 0.3s; display: none; } @media (max-width: 767px) { .dd-header__clone-nav { display: block; } } .dd-header__clone-nav--open .dd-header__nav-swicth { -ms-transform: rotate(0deg); transform: rotate(0deg); } .dd-header__clone-nav--open .dd-header__clone-nav { opacity: 1; transform: translateY(0); } .dd-header__clone-nav li:nth-child(1), .dd-header__clone-nav li:nth-child(2), .dd-header__clone-nav li:nth-child(3) { display: none; } .dd-header__clone-nav li { padding: 0 10px; } html:lang(ja) .dd-header__clone-nav li { padding-left: 15px; padding-right: 15px; } .dd-header__clone-nav li a { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; line-height: 45px; font-size: 16px; display: block; text-align: center; } .dd-header__clone-nav li + li { margin-top: -1px; } .dd-header__clone-nav .dd-header__lang { display: block; font-size: 10px; margin: 35px 0 0 0; padding: 0; text-align: center; } .dd-header__clone-nav .dd-header__lang a { width: auto; border-bottom: 1px solid #eeeeee; display: inline-block; padding: 0 15px; } .dd-header__clone-nav .dd-header__lang a:hover { text-decoration: none; color: inherit; background-color: transparent; } .dd:before { content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 104, 183, 0.5); position: absolute; top: 0; left: 0; z-index: -1; opacity: 0; cursor: pointer; transition: opacity 0.3s; } .dd.dd-header__clone-nav--open:before { z-index: 8; opacity: 1; } .dd-heading { color: #424242; text-align: center; font-size: 26px; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: 200; text-transform: uppercase; margin-bottom: 30px; } @media (max-width: 767px) { .dd-heading { font-size: 18px; } } .dd-list { padding: 0 0 60px 0; border-bottom: 60px solid #fff; } .dd-list.dd-list-content { padding-top: 90px; } @media (max-width: 767px) { .dd-list.dd-list-content { padding-top: 60px; } } @media (max-width: 767px) { .dd-list { padding-bottom: 60px; border-bottom-width: 0; } } .dd-list-header { padding: 90px 0 60px 0; text-align: center; color: #424242; } @media (max-width: 767px) { .dd-list-header { padding-top: 60px; padding-bottom: 30px; } } .dd-list-header p { color: inherit; line-height: 1; font-size: 13px; text-transform: uppercase; margin: 0 0 15px 0; } @media (max-width: 767px) { .dd-list-header p { margin-bottom: 10px; font-size: 10px; } } .dd-list-header h1, .dd-list-header h2 { color: inherit !important; line-height: 1 !important; margin: 0 !important; font-size: 60px !important; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif !important; font-weight: 200 !important; text-transform: none !important; } @media (max-width: 767px) { .dd-list-header h1, .dd-list-header h2 { font-size: 40px !important; } } .loading { z-index: 10; position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .loading .spinner { position: absolute; z-index: 15; left: 0; right: 0; top: 0; bottom: 0; margin: auto; } #loadingTarget { opacity: 0; transition-property: opacity; transition-duration: 1s; transition-delay: 1s; } .loaded #loadingTarget { opacity: 1; } .dd-top-pickup { margin-left: auto; margin-right: auto; padding: 60px 10px 90px 10px; max-width: 1300px; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (min-width: 1340px) { .dd-top-pickup { padding-left: 0; padding-right: 0; } } @media (max-width: 980px) { .dd-top-pickup { padding-bottom: 150px; } } @media (max-width: 767px) { .dd-top-pickup { padding-left: 0; padding-right: 0; } } .dd-top-latest { padding: 60px 0 120px 0; } @media (max-width: 980px) { .dd-top-latest { padding-bottom: 90px; } } @media (max-width: 767px) { .dd-top-latest { padding-top: 40px; padding-bottom: 60px; } } /** Slide **/ .dd-slide { position: relative; width: 100%; height: calc(100vw * 0.375); background-color: #fff; } @media (max-width: 980px) { .dd-slide { height: calc(100vw * 0.5); } } @media (max-width: 767px) { .dd-slide { height: calc(100vw * 0.75); } } .dd-slide__wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #eeeeee; text-align: center; } .dd-slide__wrapper .swiper-slide { background-position: 50% 50%; background-repeat: no-repeat; background-size: auto 100%; text-decoration: none !important; width: 100%; height: 100%; display: table; opacity: 0; } .loaded .dd-slide__wrapper .swiper-slide { opacity: 1; } @media (min-width: 981px) { .dd-slide__wrapper .swiper-slide { background-size: cover; } } .dd-slide__wrapper .swiper-slide--2 { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/home/hero-2 jpg"); } @media (max-width: 767px) { .dd-slide__wrapper .swiper-slide--2 { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/home/hero-2--sp jpg"); } } .dd-slide__wrapper .swiper-slide--5 { color: #fff; } .dd-slide__wrapper .swiper-slide--5 .dd-slide__title, .dd-slide__wrapper .swiper-slide--5 .dd-slide__lead { color: #fff; } .dd-slide__text { padding: 2em 1em 0 1em; display: table-cell; vertical-align: middle; text-align: center; opacity: 0; transform: translateY(-10px); transition-property: opacity, transform; transition-duration: 1s; transition-delay: 2s; } @media (max-width: 767px) { .dd-slide__text { padding-top: 0; transform: translateY(-5px); } } .swiper-slide-active .dd-slide__text { transform: translateY(0); opacity: 1; transition-delay: 2s; } .loop-mode .swiper-slide-active .dd-slide__text { transition-duration: 2s 1s; transition-delay: 0.5s; } .dd-slide__title { font-size: 36px; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: 200; line-height: 1.9; color: #424242; } @media (max-width: 980px) { .dd-slide__title { font-size: 32px; } } @media (max-width: 767px) { .dd-slide__title { font-size: 18px; } } .dd-slide__title span { padding: 5px 10px; } .dd-slide__title img { height: 36px; } @media (max-width: 980px) { .dd-slide__title img { height: 32px; } } @media (max-width: 767px) { .dd-slide__title img { height: 20px; } } .dd-slide__lead { margin-top: 20px; font-size: 16px; line-height: 2; color: #757575; } @media (max-width: 767px) { .dd-slide__lead { margin-top: 10px; font-size: 13px; } } .dd-slide__lead span { padding: 5px; } .dd-slide__link { position: relative; display: inline-block; margin-top: 40px; padding: 12px 74px; line-height: 1; font-weight: bold; font-size: 14px; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; color: #fff; cursor: pointer; background-color: rgba(55, 71, 79, 0.5); } .dd-slide__link:before { content: ""; position: absolute; top: 50%; right: 12px; margin-top: -4px; display: block; width: 6px; height: 6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; -ms-transform: rotate(-45deg); transform: rotate(-45deg); } @media (min-width: 981px) { .dd-slide__link { transition: background-color .2s linear; } .dd-slide__link:hover, .dd-slide__link:active { background-color: rgba(55, 71, 79, 0.9); } } @media (max-width: 767px) { .dd-slide__link { font-size: 12px; padding-left: 45px; padding-right: 45px; margin-top: 20px; } } .dd-slide__prev-btn, .dd-slide__next-btn { position: absolute; z-index: 5; top: 0; left: 15px; bottom: 0; margin: auto; padding: 18px 0; width: 65px; height: 65px; border-radius: 50%; box-sizing: border-box; text-align: center; background-color: rgba(55, 71, 79, 0.3); cursor: pointer; opacity: 0; transition-property: background-color, opacity; transition-duration: 0.2s, 2s; transition-delay: 0s, 2s; } .dd-slide__prev-btn:before, .dd-slide__next-btn:before { content: ""; position: absolute; top: 50%; left: 50%; margin-top: -6.5px; margin-left: -3px; display: block; width: 10px; height: 10px; border-bottom: 3px solid #fff; border-right: 3px solid #fff; -ms-transform: rotate(135deg); transform: rotate(135deg); } @media (min-width: 981px) { .dd-slide__prev-btn:hover, .dd-slide__next-btn:hover { background-color: rgba(55, 71, 79, 0.9); } } @media (max-width: 767px) { .dd-slide__prev-btn, .dd-slide__next-btn { display: none; } } .loaded .dd-slide__prev-btn, .loaded .dd-slide__next-btn { opacity: 1; } .dd-slide__next-btn { left: auto; right: 15px; } .dd-slide__next-btn:before { margin-left: -10px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .dd-slide__pagination { -js-display: flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; justify-content: center; margin-top: 30px; position: relative; } .dd-slide__pagination span { opacity: 1; border-radius: 0; display: block; margin: 0 5px; width: 50px; height: 2px; background-color: #b0bec5; cursor: pointer; transition: background-color .2s linear; } .dd-slide__pagination span:hover, .dd-slide__pagination span:active, .dd-slide__pagination span.swiper-pagination-bullet-active { background-color: #00cdff; } .dd-share { height: auto; z-index: 10; position: fixed; top: 0; bottom: 0; right: 0; height: 100%; line-height: 1; } @media (max-width: 980px) { .dd-share { position: relative; height: auto; text-align: center; margin-top: 30px; } } @media (max-width: 980px) { .dd-article__author + .dd-share { border-top: 1px solid #e0e0e0; padding-top: 30px; } } @media (max-width: 767px) { .dd-article__author + .dd-share { margin-top: 20px; } } .dd-share ul { position: relative; top: 50%; transform: translateY(-50%); background-color: #fff; box-shadow: rgba(33, 33, 33, 0.2) 0 0 20px; padding: 12px 20px; } @media (max-width: 980px) { .dd-share ul { margin: 0; padding: 0; top: 0; transform: translateY(0); box-shadow: none; background-color: transparent; } } .dd-share li { display: block; padding: 8px 0; } @media (max-width: 980px) { .dd-share li { padding: 0 8px; display: inline-block; vertical-align: middle; } } .dd-share li img { width: 32px; height: auto; } @media (min-width: 981px) { .dd-share a { transition: opacity 0.35s ease-in-out; } } @media (min-width: 981px) { .dd-share a:hover { opacity: 0.7; } } .dd-article img { width: 100%; } .dd-article__header { padding: 120px 0 90px; max-width: 780px; margin: 0 auto; position: relative; } @media (max-width: 810px) { .dd-article__header { margin-left: 15px; margin-right: 15px; } } @media (max-width: 767px) { .dd-article__header { margin-left: 10px; margin-right: 10px; padding: 90px 0 30px; } html:lang(ja) .dd-article__header { margin-left: 15px; margin-right: 15px; } } .dd-article__category { position: absolute; top: 70px; left: 0; display: inline-block; padding: 0.75em 0; min-width: 110px; line-height: 1; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: bold; font-size: 14px; text-align: center; color: #fff; background-color: #60c9f8; } @media (max-width: 767px) { .dd-article__category { top: 40px; min-width: 75px; font-size: 9px; } } .dd-article__date { position: absolute; top: 70px; right: 0; line-height: 1; text-align: right; font-size: 12px; color: #757575; } @media (max-width: 767px) { .dd-article__date { top: 50px; font-size: 9px; } } .dd-article__title { font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif !important; font-weight: normal !important; font-size: 32px !important; line-height: 1.1 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; color: #424242 !important; text-transform: none !important; } @media (max-width: 767px) { .dd-article__title { font-size: 24px !important; } } html:lang(ja) .dd-article__title { line-height: 1.3 !important; } .dd-article__lead { margin: 20px 0; font-size: 18px; line-height: 1.4; color: #757575; } @media (max-width: 767px) { .dd-article__lead { font-size: 15px; } } .dd-article__cast:before, .dd-article__cast:after, .dd-article__author:before, .dd-article__author:after { display: table; content: ''; } .dd-article__cast:after, .dd-article__author:after { clear: both; } .dd-article-content .dd-article__cast, .dd-article-content .dd-article__author { margin: 60px 0; } @media (max-width: 767px) { .dd-article-content .dd-article__cast, .dd-article-content .dd-article__author { margin: 30px 0; } } .dd-article-content .dd-article__cast, .dd-article__footer .dd-article__cast, .dd-article-content .dd-article__author, .dd-article__footer .dd-article__author { padding: 30px; background-color: #fff; line-height: 1.4; } @media (max-width: 767px) { .dd-article-content .dd-article__cast, .dd-article__footer .dd-article__cast, .dd-article-content .dd-article__author, .dd-article__footer .dd-article__author { padding: 15px; } } .dd-article__cast__avatar, .dd-article__author__avatar { width: 60px; float: left; } .dd-article-content .dd-article__cast__avatar, .dd-article__footer .dd-article__cast__avatar, .dd-article-content .dd-article__author__avatar, .dd-article__footer .dd-article__author__avatar { width: 90px; } @media (max-width: 767px) { .dd-article-content .dd-article__cast__avatar, .dd-article__footer .dd-article__cast__avatar, .dd-article-content .dd-article__author__avatar, .dd-article__footer .dd-article__author__avatar { width: 60px; } } .dd-article__cast__name, .dd-article__author__name { font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: bold; padding-left: 75px; line-height: 1.1; } html:lang(ja) .dd-article__cast__name, html:lang(ja) .dd-article__author__name { line-height: 1.3; } .dd-article-content .dd-article__cast__name, .dd-article__footer .dd-article__cast__name, .dd-article-content .dd-article__author__name, .dd-article__footer .dd-article__author__name { padding-left: 110px; } @media (max-width: 767px) { .dd-article-content .dd-article__cast__name, .dd-article__footer .dd-article__cast__name, .dd-article-content .dd-article__author__name, .dd-article__footer .dd-article__author__name { padding-left: 75px; } } .dd-article__cast__role, .dd-article__author__role { font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: normal; color: #757575; font-size: 10px; line-height: 1; display: block; margin: 0 0 5px 0; } .dd-article__cast__belong, .dd-article__author__belong { color: #757575; font-size: 12px; padding-left: 75px; line-height: 1.4; margin: 10px 0 0 0; } .dd-article-content .dd-article__cast__belong, .dd-article__footer .dd-article__cast__belong, .dd-article-content .dd-article__author__belong, .dd-article__footer .dd-article__author__belong { padding-left: 0; margin: 0; display: inline; color: #424242; } .dd-article-content .dd-article__cast__belong:before, .dd-article__footer .dd-article__cast__belong:before, .dd-article-content .dd-article__author__belong:before, .dd-article__footer .dd-article__author__belong:before { content: "/"; margin: 0 0.5em 0 0; } @media (max-width: 767px) { .dd-article-content .dd-article__cast__belong:before, .dd-article__footer .dd-article__cast__belong:before, .dd-article-content .dd-article__author__belong:before, .dd-article__footer .dd-article__author__belong:before { display: none; } } @media (max-width: 767px) { .dd-article-content .dd-article__cast__belong, .dd-article__footer .dd-article__cast__belong, .dd-article-content .dd-article__author__belong, .dd-article__footer .dd-article__author__belong { color: #757575; font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: normal; margin-top: 10px; display: block; padding-left: 0; } } .dd-article__cast__desc, .dd-article__author__desc { color: #757575; font-size: 12px; padding-left: 75px; margin: 10px 0 0 0; } .dd-article-content .dd-article__cast__desc, .dd-article__footer .dd-article__cast__desc, .dd-article-content .dd-article__author__desc, .dd-article__footer .dd-article__author__desc { padding-left: 110px; } @media (max-width: 767px) { .dd-article-content .dd-article__cast__desc, .dd-article__footer .dd-article__cast__desc, .dd-article-content .dd-article__author__desc, .dd-article__footer .dd-article__author__desc { clear: both; margin-top: 0; padding-top: 10px; padding-left: 0; } } .dd-article__footer { padding: 0 0 60px 0; max-width: 780px; margin: 0 auto; position: relative; } @media (max-width: 810px) { .dd-article__footer { margin-left: 15px; margin-right: 15px; } } @media (max-width: 767px) { .dd-article__footer { padding-bottom: 30px; margin-left: 10px; margin-right: 10px; } html:lang(ja) .dd-article__footer { margin-left: 15px; margin-right: 15px; } } .dd-article__tag { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; margin: 0 0 30px 0; padding: 20px 0 30px; } @media (max-width: 767px) { .dd-article__tag { padding: 10px 0 15px; margin-bottom: 20px; } } .dd-article__tag li { padding: 10px 10px 0 0; display: inline-block; } @media (max-width: 767px) { .dd-article__tag li { padding: 5px 5px 0 0; } } .dd-article__tag a { display: inline-block; background-color: #90a4ae; color: #fff; text-decoration: none !important; border-radius: 3px; font-size: 13px; font-weight: bold; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; padding: 10px 20px; line-height: 1; white-space: pre; } @media (min-width: 981px) { .dd-article__tag a { transition: background-color .2s linear; } } @media (max-width: 767px) { .dd-article__tag a { font-size: 10px; padding: 7px 12px; } } @media (min-width: 981px) { .dd-article__tag a:hover { background-color: rgba(55, 71, 79, 0.9); } } .dd-article-content { padding: 60px 0 0 0; max-width: 780px; margin: 0 auto 60px auto; position: relative; font-size: 15px; } @media (max-width: 810px) { .dd-article-content { margin-left: 15px; margin-right: 15px; } } @media (max-width: 767px) { .dd-article-content { font-size: 14px; padding-top: 30px; margin-bottom: 30px; margin-left: 10px; margin-right: 10px; } html:lang(ja) .dd-article-content { margin-left: 15px; margin-right: 15px; } } .dd-article-content .caption { line-height: 1.3; color: #757575; font-size: 10px; border-left: 3px solid #60c9f8; padding: 5px 0 5px 1em; } .dd-article-content .img { margin: 0 0 30px 0; line-height: 1; overflow: hidden; position: relative; } @media (max-width: 767px) { .dd-article-content .img { margin-bottom: 20px; } } .dd-article-content .img--vertical { display: table; margin: 0 auto; } .dd-article-content .img--vertical img { width: auto; } .dd-article-content .img img { position: relative; vertical-align: top; opacity: 0; transform: scale(1.05); transition: transform 1.75s .25s, opacity 0.75s .25s; } .dd-article-content .img + .caption { margin-top: -20px; } @media (max-width: 767px) { .dd-article-content .img + .caption { margin-top: -10px; } } .dd-article-content .img + .img, .dd-article-content .img + .embed { border-top: 2px solid #fff; margin-top: -30px; } @media (max-width: 767px) { .dd-article-content .img + .img, .dd-article-content .img + .embed { margin-top: -20px; } } .dd-article-content .img:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #eeeeee; transition: opacity 1s, visibility 1s; } .dd-article-content .img.is-active:before { opacity: 0; visibility: hidden; } .dd-article-content .img.is-active img { opacity: 1; transform: scale(1); } .no-js .dd-article-content .img:before { opacity: 0; visibility: hidden; } .no-js .dd-article-content .img img { opacity: 1; transform: scale(1); } .dd-article-content .txt-r { text-align: right; } .dd-article-content .txt-l { text-align: left; } .dd-article-content .txt-c { text-align: center; } .dd-article-content .embed { padding-top: 56.25%; position: relative; width: 100%; margin: 60px auto; text-align: center; display: block; overflow: hidden; line-height: 1; } @media (max-width: 767px) { .dd-article-content .embed { margin: 40px auto; } } .dd-article-content .embed + .caption { margin-top: -50px; margin-bottom: 60px; } @media (max-width: 767px) { .dd-article-content .embed + .caption { margin-top: -30px; margin-bottom: 40px; } } .dd-article-content .embed + .embed, .dd-article-content .embed + .img { border-top: 2px solid #fff; margin-top: -60px; } @media (max-width: 767px) { .dd-article-content .embed + .embed, .dd-article-content .embed + .img { margin-top: -40px; } } .dd-article-content .embed video, .dd-article-content .embed iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; opacity: 0; transform: scale(1.05); transition: transform 1.75s .25s, opacity 0.75s .25s; } .dd-article-content .embed:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #eeeeee; transition: opacity 1s, visibility 1s; } .dd-article-content .embed.is-active:before { opacity: 0; visibility: hidden; } .dd-article-content .embed.is-active video, .dd-article-content .embed.is-active iframe { opacity: 1; transform: scale(1); } .no-js .dd-article-content .embed:before { opacity: 0; visibility: hidden; } .no-js .dd-article-content .embed iframe { opacity: 1; transform: scale(1); } .dd-article-content .link { position: relative; padding-left: 14px; } html:lang(ja) .dd-article-content .link { padding-left: 17px; display: inline-block; font-size: 14px; } .dd-article-content .link:before { content: ""; display: inline-block; background-image: url("/-/media/project/daikin/daikin_com/dg_common/images/mkr_sprite png"); background-repeat: no-repeat; vertical-align: middle; background-position: -20px -20px; width: 10px; height: 10px; position: absolute; left: 0; top: 3px; } html:lang(ja) .dd-article-content .link:before { overflow: hidden; vertical-align: middle; font-family: "icon"; font-style: normal; font-weight: normal; font-variant: normal; letter-spacing: 0; text-transform: none; pointer-events: none; speak: none; content: "\EA07"; top: 0; background: none; width: auto; height: auto; } .dd-article-content .link--blank:after { content: ""; display: inline-block; background: url("/-/media/project/daikin/daikin_com/dg_common/images/icon_blank png") no-repeat 0 0; background-size: 13px 10px; vertical-align: middle; margin: -2px 5px 0; width: 13px; height: 10px; } html:lang(ja) .dd-article-content .link--blank:after { overflow: hidden; font-family: "icon"; font-style: normal; font-weight: normal; font-variant: normal; letter-spacing: 0; text-transform: none; pointer-events: none; speak: none; content: "\EA01"; margin: 0 0 0 7px; font-size: 16px; color: #999; background: none; width: auto; height: auto; } .dd-article-content h2 { margin: 0 0 30px 0; font-size: 28px; font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: normal; text-transform: none; } html:lang(ja) .dd-article-content h2 { line-height: 1.3; } @media (max-width: 767px) { .dd-article-content h2 { font-size: 20px; } } .dd-article-content * + h2 { margin-top: 60px; } @media (max-width: 767px) { .dd-article-content * + h2 { margin-top: 45px; } } .dd-article-content h3 { margin: 40px 0 30px 0; font-size: 24px; font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: normal; text-transform: none; line-height: 1.1; } html:lang(ja) .dd-article-content h3 { line-height: 1.3; } @media (max-width: 767px) { .dd-article-content h3 { font-size: 18px; margin-top: 30px; } } .dd-article-content li { margin: 15px 0; padding: 0 0 0 25px; line-height: 1.6; position: relative; } .dd-article-content li ol, .dd-article-content li ul { margin: 15px 0; } .dd-article-content li:before { content: ""; display: block; position: absolute; top: 0; left: 0; } .dd-article-content ul { margin: 30px 0; } @media (max-width: 767px) { .dd-article-content ul { margin: 20px 0; } } .dd-article-content ul > li:before { top: 1em; margin-top: -4px; width: 4px; height: 4px; background-color: #60c9f8; border-radius: 50%; } .dd-article-content ol { counter-reset: num; margin: 30px 0; } @media (max-width: 767px) { .dd-article-content ol { margin: 20px 0; } } .dd-article-content ol > li:before { content: counter(num) ". "; counter-increment: num; } .dd-article-content p { margin: 30px 0; line-height: 2; } @media (max-width: 767px) { .dd-article-content p { margin: 20px 0; } } .dd-article-content blockquote { position: relative; margin: 60px 0; padding: 0 0 0 50px; color: #757575; font-style: italic; line-height: 1.6; } html:lang(ja) .dd-article-content blockquote { font-style: normal; } @media (max-width: 767px) { .dd-article-content blockquote { margin: 40px 0; padding: 0 0 0 25px; } } .dd-article-content blockquote:before { content: ""; position: absolute; top: -0.25em; left: 0; line-height: 1; width: 32px; height: 24px; background: url("/-/media/Project/Daikin/daikin_com/about/design/dept_common/images/pict-blockquote png") no-repeat 0 0; background-size: auto 100%; color: #424242; padding: 0; margin: 0; background: none; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-article-content blockquote:before { background-image: url("/-/media/Project/Daikin/daikin_com/about/design/dept_common/images/pict-blockquote2x png"); background-size: auto 100%; } } @media (max-width: 767px) { .dd-article-content blockquote:before { width: 19px; height: 15px; } } .dd-article-content blockquote:after { display: none; } .dd-article-content blockquote p { line-height: 1.8; } .dd-article-content table { table-layout: fixed; border-collapse: collapse; border-spacing: 0; empty-cells: show; width: 100%; background-color: #fff; line-height: 1.3; font-size: 12px; text-align: center; margin: 60px 0; } @media (max-width: 767px) { .dd-article-content table { margin: 40px 0; } } .dd-article-content table + .caption { margin-top: -50px; margin-bottom: 60px; } @media (max-width: 767px) { .dd-article-content table + .caption { margin-top: -30px; margin-bottom: 40px; } } .dd-article-content caption { text-align: left; font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: normal; font-size: 20px; line-height: 1.1; margin-bottom: 20px; } html:lang(ja) .dd-article-content caption { line-height: 1.3; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: bold; } @media (max-width: 767px) { .dd-article-content caption { font-size: 16px; margin-bottom: 10px; } } .dd-article-content thead th { font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: bold; color: #fff; background-color: #60c9f8; } .dd-article-content thead th + th { border-left: 1px solid #9ae2fa; } .dd-article-content th { padding: 20px 0; font-weight: normal; background-color: #f0f0f0; border-top: 1px solid #e0e0e0; } @media (max-width: 767px) { .dd-article-content th { padding: 10px 0; } } .dd-article-content th + td { border-left: 1px solid #e0e0e0; } .dd-article-content td { padding: 20px 0; border-top: 1px solid #e0e0e0; } @media (max-width: 767px) { .dd-article-content td { padding: 10px 0; } } .dd-article-content td + td { border-left: 1px solid #e0e0e0; } .dd-article-content tr:first-child th, .dd-article-content tr:first-child td { border-top: 0 none; } .dd-article-content hr { height: 1px; border: 0 none; background-color: #e0e0e0; color: #e0e0e0; margin: 60px 0; } @media (max-width: 767px) { .dd-article-content hr { margin: 40px 0; } } .dd-notes { margin: 30px 0 !important; position: relative !important; padding: 0 0 0 1.25em !important; font-size: 12px !important; color: #757575 !important; list-style: none !important; line-height: 1.2 !important; } .dd-notes li { padding: 0 !important; margin: 0 !important; position: relative !important; list-style: none !important; } .dd-notes li:before { display: none !important; } .dd-notes li + li { margin-top: 0.25em !important; } .dd-notes__head { position: absolute; top: 0; left: -1.25em; } .dd-notes__anchor { font-size: 10px !important; color: #757575 !important; text-decoration: underline !important; } .dd-notes__anchor:hover { text-decoration: none !important; } p + .dd-notes { margin: -20px 0 30px 0 !important; } .dd-about { padding: 0 0 90px 0; width: 100%; border-bottom: 60px solid #fff; overflow: hidden; } @media (max-width: 767px) { .dd-about { padding-bottom: 30px; border-bottom: 0 none; } } .dd-about__header { text-align: center; height: 630px; padding-top: 0; padding-bottom: 200px; color: #fff; width: 100%; display: table; z-index: 1; overflow: hidden; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 767px) { .dd-about__header { height: auto; padding-top: 15%; padding-bottom: 15%; } } .dd-about__header:before { content: ""; display: block; z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/about-us/bg jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; opacity: 0; transform: scale(1.05); transition: opacity 2s 1s, transform 2s 1s; } @media (max-width: 767px) { .dd-about__header:before { background-position: 50% 0%; background-size: auto 122.5%; } } .dd-about__header.loaded:before { transform: scale(1); opacity: 1; } .dd-about__header .loading { margin-top: -100px; } @media (max-width: 767px) { .dd-about__header .loading { margin-top: 0; } } .dd-about__header p { margin: 0; padding: 20px 0; } .dd-about__header h1 { color: inherit !important; margin: 0 !important; padding: 40px 0 0 0 !important; line-height: 60px !important; letter-spacing: 0.5em !important; font-size: 36px !important; font-weight: 200 !important; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif !important; text-transform: none !important; } @media (max-width: 767px) { .dd-about__header h1 { padding-top: 0 !important; } } .dd-about__header h1 img { height: 120px; vertical-align: middle; } .dd-about__header .video { cursor: pointer; display: inline-block; } .dd-about__header .video__btn { position: relative; display: inline-block; padding: 12px 74px; line-height: 1; font-weight: bold; font-size: 14px; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; background-color: rgba(79, 195, 247, 0.9); cursor: pointer; transition: background-color .2s linear; } .dd-about__header .video__btn:before { content: ""; position: absolute; top: 50%; right: 12px; margin-top: -4px; display: block; width: 6px; height: 6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; -ms-transform: rotate(-45deg); transform: rotate(-45deg); } @media (max-width: 767px) { .dd-about__header .video__btn { font-size: 12px; padding-left: 45px; padding-right: 45px; } } @media (min-width: 981px) { .dd-about__header .video:hover .video__btn, .dd-about__header .video:active .video__btn { background-color: #15b2f9; } } .dd-about__cv { color: #fff; text-decoration: none; display: table-cell; vertical-align: middle; text-align: center; } .dd-about__content { z-index: 1; position: relative; text-align: center; margin: -150px auto 0 auto; max-width: 1040px; background-color: rgba(255, 255, 255, 0.8); box-shadow: rgba(33, 33, 33, 0.2) 0 0 20px; padding: 120px; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 1080px) { .dd-about__content { margin-left: 20px; margin-right: 20px; } } @media (max-width: 980px) { .dd-about__content { padding: 90px 60px 60px 60px; } } @media (max-width: 767px) { .dd-about__content { background-color: #f7f7f7; margin: 0 0 40px 0; padding: 60px 0 0 0; } } .dd-about__content h2 { margin: 0 0 45px 0; padding: 0 0 30px 0; line-height: 1; font-size: 13px; font-weight: normal; font-family: "FrutigerLTW02-55Roman", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; text-transform: uppercase; position: relative; } @media (max-width: 767px) { .dd-about__content h2 { font-size: 12px; padding-bottom: 15px; margin-bottom: 20px; } } .dd-about__content h2:after { content: ""; display: block; width: 20px; height: 1px; position: absolute; bottom: 0; left: 50%; margin-left: -10px; background-color: #60c9f8; } .dd-about__content .dd-about__copy { margin: 45px 0 30px 0; font-size: 30px; line-height: 1.1; } html:lang(ja) .dd-about__content .dd-about__copy { line-height: 1.3; } @media (max-width: 767px) { .dd-about__content .dd-about__copy { font-size: 20px; text-align: left; margin: 0 0 20px 0; } } .dd-about__content p { line-height: 2; } @media (max-width: 767px) { .dd-about__content p { text-align: left; } } .dd-about__content__br { display: block; } @media (max-width: 767px) { .dd-about__content__br { display: inline; } } .dd-about__content figure { margin: 60px 0 120px 0; padding: 0; } @media (max-width: 980px) { .dd-about__content figure { margin: 30px 0 90px 0; } } @media (max-width: 767px) { .dd-about__content figure { margin-bottom: 0; } } @media (max-width: 767px) { html:lang(ja) .dd-about__content figure { margin-left: -15px; margin-right: -15px; } } .dd-about__content figure img { width: 100%; } @media (max-width: 767px) { .dd-about__content figure ~ section { padding-top: 60px; padding-bottom: 60px; } } @media (max-width: 767px) { .dd-about__content section { padding-left: 10px; padding-right: 10px; } } @media (max-width: 767px) { html:lang(ja) .dd-about__content section { padding-left: 15px; padding-right: 15px; } } .dd-about__content section + section { margin-top: 120px; } @media (max-width: 980px) { .dd-about__content section + section { margin-top: 90px; } } @media (max-width: 767px) { .dd-about__content section + section { padding-top: 0; margin-top: 0; } } .dd-about__category { -js-display: flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .dd-about__category li { width: calc(33.3%); } .dd-about__category li:first-child { width: calc(33.4%); } @media (max-width: 767px) { .dd-about__category li:first-child { width: 100%; } } @media (max-width: 767px) { .dd-about__category li { width: 100%; } } @media (max-width: 767px) { .dd-about__category li + li { margin-top: 40px; } } .dd-about__category li a { color: #424242; text-decoration: none !important; display: inline-block; } .dd-about__category li a:before { content: ""; display: block; background-repeat: no-repeat; background-position: 50% 50%; height: 54px; width: 100%; margin: 0 auto 20px auto; } .dd-about__category--1 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/about-us/icon1 gif"); background-size: auto 46px; } .dd-about__category--2 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/about-us/icon2 gif"); background-size: auto 46px; } .dd-about__category--3 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/about-us/icon3 gif"); background-size: auto 44px; } .dd-about__category-label { display: inline-block; padding: 0.75em 0; min-width: 140px; line-height: 1; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: bold; font-size: 14px; text-align: center; color: #fff; background-color: #60c9f8; } @media (max-width: 767px) { .dd-about__category-label { font-size: 12px; } } .dd-about__category-desc { margin: 20px 0 0 0; line-height: 1.4; font-size: 13px; } .dd-history { width: 100%; border-bottom: 60px solid #fff; overflow: hidden; } @media (max-width: 767px) { .dd-history { border-bottom: 0 none; } } .dd-history__header { text-align: center; padding-top: 7.5%; padding-bottom: 7.5%; width: 100%; } @media (min-width: 1340px) { .dd-history__header { padding-top: 80px; padding-bottom: 80px; } } @media (max-width: 767px) { .dd-history__header { height: auto; padding-top: 15%; padding-bottom: 15%; } } .dd-article .dd-history__header { padding-top: 50px; padding-bottom: 50px; } .dd-history__header p { margin: 1.5em 0 0 0; padding: 0; } @media (max-width: 767px) { .dd-history__header p { font-size: 13px; margin-left: 10px; margin-right: 10px; } html:lang(ja) .dd-history__header p { margin-left: 15px; margin-right: 15px; } .dd-history__header p br { display: none; } } .dd-article .dd-history__header p { margin-top: 0; margin-bottom: 10px; letter-spacing: 0.15em; text-align: center; } .dd-history__header h1 { color: inherit !important; margin: 0 !important; padding: 0 !important; line-height: 1.1 !important; letter-spacing: 0.2em !important; font-size: 44px !important; font-weight: 200 !important; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif !important; text-transform: none !important; } .dd-article .dd-history__header h1 { line-height: 1 !important; } .dd-history__content { padding: 60px 0; } @media (max-width: 767px) { .dd-history__content { padding: 30px 0; } } .dd-history__content h2 { margin: 0 0 45px 0; padding: 0 0 30px 0; line-height: 1; font-size: 13px; font-weight: bold; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; text-align: center; text-transform: uppercase; position: relative; } .dd-history__content h2.year { font-size: 18px; } @media (max-width: 767px) { .dd-history__content h2.year { font-size: 16px; } } @media (max-width: 767px) { .dd-history__content h2 { font-size: 12px; padding-bottom: 15px; margin-bottom: 20px; } } .dd-history__content h2:after { content: ""; display: block; width: 20px; height: 1px; position: absolute; bottom: 0; left: 50%; margin-left: -10px; background-color: #60c9f8; } .dd-history__index { overflow: hidden; max-width: 920px; margin: 0 auto 30px auto; font-size: 15px; background-color: #f7f7f7; } @media (max-width: 980px) { .dd-history__index { margin-bottom: 20px; } } @media (max-width: 960px) { .dd-history__index { margin-left: 20px; margin-right: 20px; } } @media (max-width: 767px) { .dd-history__index { margin-left: 10px; margin-right: 10px; } html:lang(ja) .dd-history__index { margin-left: 15px; margin-right: 15px; } } .dd-history__index.dd-history__unit { box-shadow: rgba(33, 33, 33, 0.15) 0 0 20px; } .dd-history__index a { overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; height: 100%; width: 100%; display: table; color: #424242; text-align: center; text-decoration: none !important; -webkit-box-sizing: border-box; box-sizing: border-box; } .dd-history__index a:before { content: ""; display: block; z-index: -1; position: absolute; top: 0; width: 50%; height: 100%; background-color: #fff; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; } .dd-history__index a:after { content: ""; display: none; z-index: 1; position: absolute; top: 0; width: 10px; height: 100%; background-color: #f7f7f7; } @media (min-width: 981px) { .dd-history__index a:after { display: block; } } @media (min-width: 981px) { .dd-history__index a { height: 226px; } .dd-history__index a:before { transition: transform .35s ease-in-out; } .dd-history__index a:hover:before { transform: scale(1.04); } } @media (max-width: 980px) { .dd-history__index a { padding-top: 3.5em; padding-bottom: 3.5em; } } @media (max-width: 767px) { .dd-history__index a { padding-top: 2em; padding-bottom: 2em; } } .dd-history__index dl { display: table-cell; vertical-align: middle; } .dd-history__index dt { line-height: 1; font-style: italic; font-size: 32px; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: 200; color: #000; margin: 0 0 0.5em 0; padding: 0; } @media (max-width: 767px) { .dd-history__index dt { font-size: 24px; } } .dd-history__index dd { margin: 0; padding: 0 1em; font-size: 16px; } @media (max-width: 767px) { .dd-history__index dd { padding: 0 10px; font-size: 13px; } } .dd-history__index--1951 a { padding-right: 50%; } .dd-history__index--1951 a:before { right: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-1 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--1951 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-12x jpg"); } } .dd-history__index--1951 a:after { right: 50%; } .dd-history__index--1958 a { padding-left: 50%; } .dd-history__index--1958 a:before { left: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-2 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--1958 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-22x jpg"); } } .dd-history__index--1958 a:after { left: 50%; } .dd-history__index--1972 a { padding-right: 50%; } .dd-history__index--1972 a:before { right: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-3 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--1972 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-32x jpg"); } } .dd-history__index--1972 a:after { right: 50%; } .dd-history__index--1987 a { padding-left: 50%; } .dd-history__index--1987 a:before { left: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-4 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--1987 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-42x jpg"); } } .dd-history__index--1987 a:after { left: 50%; } .dd-history__index--1999 a { padding-right: 50%; } .dd-history__index--1999 a:before { right: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-5 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--1999 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-52x jpg"); } } .dd-history__index--1999 a:after { right: 50%; } .dd-history__index--2003 a { padding-left: 50%; } .dd-history__index--2003 a:before { left: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-6 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2003 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-62x jpg"); } } .dd-history__index--2003 a:after { left: 50%; } .dd-history__index--2003-2 a { padding-right: 50%; } .dd-history__index--2003-2 a:before { right: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-7 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2003-2 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-72x jpg"); } } .dd-history__index--2003-2 a:after { right: 50%; } .dd-history__index--2004 a { padding-left: 50%; } .dd-history__index--2004 a:before { left: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-8 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2004 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-82x jpg"); } } .dd-history__index--2004 a:after { left: 50%; } .dd-history__index--2010 a { padding-right: 50%; } .dd-history__index--2010 a:before { right: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-9 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2010 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-92x jpg"); } } .dd-history__index--2010 a:after { right: 50%; } .dd-history__index--2012 a { padding-left: 50%; } .dd-history__index--2012 a:before { left: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-10 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2012 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-102x jpg"); } } .dd-history__index--2012 a:after { left: 50%; } .dd-history__index--2012-2 a { padding-right: 50%; } .dd-history__index--2012-2 a:before { right: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-11 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2012-2 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-112x jpg"); } } .dd-history__index--2012-2 a:after { right: 50%; } .dd-history__index--2012-3 a { padding-left: 50%; } .dd-history__index--2012-3 a:before { left: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-12 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2012-3 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-122x jpg"); } } .dd-history__index--2012-3 a:after { left: 50%; } .dd-history__index--2014 a { padding-right: 50%; } .dd-history__index--2014 a:before { right: 0; background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-13 jpg"); } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__index--2014 a:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/index-132x jpg"); } } .dd-history__index--2014 a:after { right: 50%; } @media (max-width: 767px) { .dd-history__index a { padding: 0; display: block; } .dd-history__index a:before { display: block; z-index: 1; position: relative; top: 0; left: 0; right: auto; width: 100%; height: 0; padding-top: 50%; background-color: transparent; background-position: 50% 0; background-size: 100% auto; } .dd-history__index a:after { background-color: #fff; } .dd-history__index a dl { display: block; padding: 20px 0; } } .dd-history__award-banner { display: block; width: 100%; max-width: 640px; height: 150px; box-shadow: rgba(33, 33, 33, 0.15) 0 0 20px; margin: 120px auto 0; position: relative; line-height: 1; font-size: 40px; overflow: hidden; } @media (max-width: 980px) { .dd-history__award-banner { margin-top: 90px; } } @media (max-width: 767px) { .dd-history__award-banner { font-size: 20px; margin-top: 60px; margin-bottom: 30px; min-height: 0; height: 23.45vw; width: calc(100% - 20px); } html:lang(ja) .dd-history__award-banner { width: calc(100% - 30px); } } .dd-history__award-banner:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("/-/media/project/daikin/daikin_com/about/design/images/history/banner-awards jpg") no-repeat 50% 50%; background-size: cover; } @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) { .dd-history__award-banner:before { background-image: url("/-/media/project/daikin/daikin_com/about/design/images/history/banner-awards2x jpg"); } } @media (min-width: 981px) { .dd-history__award-banner:before { transition: transform .35s ease-in-out; } .dd-history__award-banner:hover:before { transform: scale(1.02); } } .dd-history__award-banner:after { content: ""; z-index: 1; position: absolute; top: 50%; left: 50%; margin-top: -5px; margin-left: 2em; display: block; width: 8px; height: 8px; border-bottom: 2px solid #90a4ae; border-right: 2px solid #90a4ae; -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .dd-history__award-banner a { z-index: 2; position: relative; width: 100%; height: 100%; display: table; color: #424242; text-decoration: none !important; } .dd-history__award-banner a span { text-align: center; vertical-align: middle; display: table-cell; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: 200; letter-spacing: 0.1em; position: relative; padding-right: 30px; } @media (max-width: 767px) { .dd-history__award-banner a span { letter-spacing: 0.2em; padding-right: 20px; } } .dd-history .dd-article-content { max-width: 630px; margin-top: 0; } @media (max-width: 980px) { .dd-history .dd-article-content { margin-left: auto; margin-right: auto; } } @media (max-width: 767px) { .dd-history .dd-article-content { max-width: none; margin-left: 10px; margin-right: 10px; } html:lang(ja) .dd-history .dd-article-content { margin-left: 15px; margin-right: 15px; } } @media (max-width: 767px) { .dd-history .dd-article-content h2 br { display: none; } } .dd-history .dd-article-content .img { margin-left: -10px; margin-right: -10px; } @media (max-width: 767px) { .dd-history .dd-article-content .img { margin-left: 0; margin-right: 0; } } .dd-history__item { background: #fff; display: table; position: relative; } @media (max-width: 767px) { .dd-history__item { padding: 10px; display: block; } } .dd-history__item figure { margin: 0; padding: 1em 0; vertical-align: middle; text-align: center; display: table-cell; width: 30%; } @media (max-width: 767px) { .dd-history__item figure { display: block; width: auto; padding: 0; } } .dd-history__item p { line-height: 1.65; margin: 0; padding: 1em 10% 1em 0; vertical-align: middle; display: table-cell; } html:lang(ja) .dd-history__item p { line-height: 1.8; } @media (max-width: 767px) { .dd-history__item p { display: block; width: auto; padding: 0; margin: 0; } } .dd-history__nav { margin: 90px 0 0 0; padding: 60px 0; } .dd-history__nav ul { max-width: 1040px; margin: 0 auto; -js-display: flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (max-width: 1080px) { .dd-history__nav ul { margin-left: 20px; margin-right: 20px; } } @media (max-width: 767px) { .dd-history__nav ul { margin-left: 10px; margin-right: 10px; } html:lang(ja) .dd-history__nav ul { margin-left: 15px; margin-right: 15px; } } .dd-history__nav ul li { box-shadow: rgba(33, 33, 33, 0.15) 0 0 10px; max-width: 150px; margin-right: 25px; } @media (max-width: 1080px) { .dd-history__nav ul li { width: calc(16.66% - 20px); margin-right: 24px; max-width: none; } } .dd-history__nav ul li:nth-child(6n) { margin-right: 0; } @media (max-width: 1080px) { .dd-history__nav ul li:nth-child(6n) { margin-right: 0; width: calc(16.7% - 20px); } } @media (max-width: 980px) { .dd-history__nav ul li:nth-child(6n) { margin-right: 20px; width: calc(25% - 15px); } } .dd-history__nav ul li:nth-child(n+7) { margin-top: 25px; } @media (max-width: 1080px) { .dd-history__nav ul li:nth-child(n+7) { margin-top: 24px; } } @media (max-width: 980px) { .dd-history__nav ul li { width: calc(25% - 15px); margin-right: 20px; } .dd-history__nav ul li:nth-child(4n) { margin-right: 0; } .dd-history__nav ul li:nth-child(n+5) { margin-top: 20px; } } @media (max-width: 767px) { .dd-history__nav ul li { width: calc(33.3% - 7px); margin-left: 0 !important; margin-right: 10.5px !important; } .dd-history__nav ul li:nth-child(3n) { width: calc(33.4% - 7px); margin-right: 0 !important; } .dd-history__nav ul li:nth-child(n+4) { margin-top: 10.5px; } html:lang(ja) .dd-history__nav ul li { width: calc(33.3% - 10px); margin-right: 15px !important; } html:lang(ja) .dd-history__nav ul li:nth-child(3n) { width: calc(33.4% - 10px); margin-right: 0 !important; } html:lang(ja) .dd-history__nav ul li:nth-child(n+4) { margin-top: 15px; } } .dd-history__nav ul li a { position: relative; display: block; font-weight: 200; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; color: #424242; overflow: hidden; } .dd-history__nav ul li a span { position: absolute; bottom: 7px; left: 10px; display: block; text-align: right; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 767px) { .dd-history__nav ul li a span { bottom: 5px; left: 5px; } } .dd-history__nav ul li a.is-active:before { content: ""; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 3px solid rgba(79, 195, 247, 0.9); -webkit-box-sizing: border-box; box-sizing: border-box; } @media (min-width: 981px) { .dd-history__nav ul li a img { transition: transform .35s ease-in-out; } .dd-history__nav ul li a:hover img { transform: scale(1.04); } .dd-history__nav ul li a.is-active img { transform: inherit; } } .dd-history__nav ul li img { line-height: 1; vertical-align: middle; } .dd-history__section { max-width: 780px; margin: 0 auto 60px auto; position: relative; font-size: 15px; } @media (max-width: 810px) { .dd-history__section { margin-left: 15px; margin-right: 15px; } } @media (max-width: 767px) { .dd-history__section { font-size: 14px; padding-top: 30px; margin-bottom: 30px; margin-left: 10px; margin-right: 10px; } html:lang(ja) .dd-history__section { margin-left: 15px; margin-right: 15px; } } .dd-history .dd-tile__item--half { -webkit-box-sizing: border-box; box-sizing: border-box; } .dd-history .dd-tile__item--half:nth-child(odd) { padding-right: 10px; } .dd-history .dd-tile__item--half:nth-child(even) { padding-left: 10px; } .dd-history .dd-tile__item--half:nth-child(n+3) { margin-top: 20px; } @media (max-width: 767px) { .dd-history .dd-tile__item--half:nth-child(odd) { padding-right: 0; } .dd-history .dd-tile__item--half:nth-child(even) { padding-left: 0; } .dd-history .dd-tile__item--half + .dd-tile__item--half { padding-top: 0; margin-top: 20px; } } .dd-history .dd-tile__item--quarter { padding: 0 10px; -webkit-box-sizing: border-box; box-sizing: border-box; } .dd-history .dd-tile__item--quarter:nth-child(n+5) { margin-top: 20px; } @media (max-width: 767px) { .dd-history .dd-tile__item--quarter { padding: 0 5px; } } .dd-history__unit { box-shadow: rgba(33, 33, 33, 0.15) 0 0 10px; opacity: 0; transform: translateY(-10px); transition-property: opacity, transform; transition-duration: .35s, .35s; transition-timing-function: linear, ease-out; } .dd-history__unit.is-active { opacity: 1; transform: translateY(0); } .dd-history__award-box { height: 120px; width: 100%; display: table; position: relative; background-color: #fff; } @media (max-width: 767px) { .dd-history__award-box { height: 90px; } } .dd-history__award-box figure { position: absolute; top: 0; left: 0; margin: 0; padding: 0; } .dd-history__award-box figure img { height: 120px; vertical-align: middle; } @media (max-width: 767px) { .dd-history__award-box figure img { height: 90px; } } .dd-history__award-box dl { line-height: 1.2; padding: 0 20px 0 150px; display: table-cell; vertical-align: middle; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 767px) { .dd-history__award-box dl { font-size: 12px; padding-left: 100px; padding-right: 10px; } } .dd-history__award-box dl dt { font-weight: bold; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; margin: 0; padding: 0; } .dd-history__award-box dl dd { margin: 5px 0 0 0; } @media (max-width: 767px) { .dd-history__award-box dl dd { margin-top: 3px; } } .dd-history__award-box dl dd + dd { line-height: 1.4; font-size: 13px; color: #696969; } @media (max-width: 767px) { .dd-history__award-box dl dd + dd { font-size: 11px; line-height: 1.2; } } .dd-history__award-link { padding-top: 0; margin-top: 90px; margin-bottom: 90px; font-size: 12px; } @media (max-width: 767px) { .dd-history__award-link { font-size: 9px; margin-top: 60px; margin-bottom: 60px; } } .dd-history__award-link .dd-tile { margin-left: -10px; margin-right: -10px; } @media (max-width: 767px) { .dd-history__award-link .dd-tile { margin-left: -5px; margin-right: -5px; } } .dd-history__award-link a { box-shadow: rgba(33, 33, 33, 0.15) 0 0 10px; line-height: 50px; text-align: center; font-weight: bold; font-family: "Frutiger LT W02_45 Light", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; display: block; background-color: #fff; color: #424242; text-decoration: none !important; } @media (min-width: 981px) { .dd-history__award-link a { transition: color 0.5s; } .dd-history__award-link a:hover { color: #60c9f8; } } .dd-history__back { margin-top: 40px; text-align: center; } .dd-history__back a { position: relative; display: inline-block; padding: 18px 50px; line-height: 1; font-weight: bold; font-size: 12px; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; color: #fff; cursor: pointer; background-color: #90a4ae; text-decoration: none !important; box-shadow: rgba(33, 33, 33, 0.15) 0 0 20px; } @media (min-width: 981px) { .dd-history__back a { transition: background-color .2s linear; } .dd-history__back a:hover { background-color: rgba(55, 71, 79, 0.9); } } .dd-history__back a:before { content: ""; position: absolute; top: 50%; left: 18px; margin-top: -4px; display: block; width: 6px; height: 6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; -ms-transform: rotate(135deg); transform: rotate(135deg); } /** Grid **/ .dd-tile { -js-display: flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } @forPC { .dd-tile { margin-left: -10px; margin-right: -10px; } } .dd-tile__item { position: relative; width: 33.333333%; padding: 20px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; } @media (max-width: 767px) { .dd-tile__item { width: 100%; padding: 0; padding-top: 5px; padding-bottom: 5px; } } .dd-tile__item--2 { width: 66.666666%; } @media (max-width: 767px) { .dd-tile__item--2 { width: 100%; } } .dd-tile__item--half { width: 50%; } @media (max-width: 767px) { .dd-tile__item--half { width: 100%; } .dd-tile__item--half + .dd-tile__item--half { padding-top: 7.5em; } } .dd-tile__item--quarter { width: 25%; } @media (max-width: 767px) { .dd-tile__item--quarter { width: 50%; } .dd-tile__item--quarter:nth-child(n+3) { margin-top: 10px; } } .dd-tile__wrapper { width: 33.333333%; } @media (max-width: 767px) { .dd-tile__wrapper { width: 100%; -js-display: flex; display: -ms-flexbox; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } } .dd-tile__wrapper .dd-tile__item { width: 100%; } @media (max-width: 767px) { .dd-tile__wrapper .dd-tile__item { width: 50%; } } @media (max-width: 767px) { .dd-tile__wrapper .dd-tile__item:nth-child(odd) { padding-right: 5px; } } @media (max-width: 767px) { .dd-tile__wrapper .dd-tile__item:nth-child(even) { padding-left: 5px; } } .dd-tile__wrapper .dd-tile__item + .dd-tile__item { padding-top: 0; margin-top: 5px; } @media (max-width: 767px) { .dd-tile__wrapper .dd-tile__item + .dd-tile__item { padding-top: 5px; margin-top: 0; } } /** Cards **/ .dd-card { display: block; position: relative; color: #424242; text-decoration: none; box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px 2px; } .dd-card:hover { text-decoration: none !important; } @media (max-width: 767px) { .dd-card { box-shadow: none; } } .dd-card__image { position: relative; overflow: hidden; } .dd-card__image img { vertical-align: middle; width: 100%; } @media (min-width: 981px) { .dd-card__image img { transition: transform .35s ease-in-out; } } @media (max-width: 767px) { .dd-tile__wrapper .dd-card--alone .dd-card__image { padding-bottom: 100px; } } @media (min-width: 981px) { .dd-card:hover .dd-card__image img { transform: scale(1.02); } } @media (max-width: 767px) { .dd-top-latest .dd-card--alone .dd-card__image { padding-top: 50%; } } @media (max-width: 767px) { .dd-top-latest .dd-tile__wrapper .dd-card--alone .dd-card__image { padding-top: 0; } } @media (max-width: 767px) { .dd-top-latest .dd-card--alone img { position: absolute; top: -25%; left: 0; } } @media (max-width: 767px) { .dd-top-latest .dd-tile__wrapper .dd-card--alone img { position: static; top: 0; left: 0; } } .dd-card__desc { position: absolute; z-index: 5; bottom: 0; left: 15px; padding: 40px 20px 15px 20px; width: 80%; min-height: 130px; background-color: #fff; background-color: rgba(255, 255, 255, 0.9); box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 2px; opacity: 0; transition-property: opacity, transform; transition-duration: .4s, .8s; transition-timing-function: linear, ease-out; -webkit-box-sizing: border-box; box-sizing: border-box; } .dd-card--alone .dd-card__desc { width: calc(100% - 30px); } @media (max-width: 767px) { .dd-card:not(.dd-pickup) .dd-card__desc { min-height: 0; transition: none; opacity: 1; left: 0; bottom: 0; width: 100%; position: relative; background-color: #fff; padding: 30px 10px 10px 10px; } } @media (max-width: 767px) { .dd-tile__wrapper .dd-card--alone .dd-card__desc { min-height: 100px; position: absolute; } } .dd-card__desc.is-active { opacity: 1; transform: translateY(15px); } @media (max-width: 767px) { .dd-card__desc.is-active { transform: translateY(0); } } .dd-card__desc--reverse { left: auto; right: 15px; } @media (max-width: 767px) { .dd-card__desc--reverse { right: 0; } } .dd-pickup .dd-card__desc { padding: 50px 30px; left: 25px; max-width: 95%; } @media (min-width: 981px) { .dd-pickup .dd-card__desc { max-width: 360px; max-height: 250px; } } @media (max-width: 980px) { .dd-pickup .dd-card__desc { width: 100%; max-width: calc(100% - 20px); left: 10px; padding: 30px 10px; bottom: -5em; } } @media (max-width: 767px) { .dd-pickup .dd-card__desc { transition: none; opacity: 1; bottom: -6em; } } @media (max-width: 980px) { html:lang(ja) .dd-pickup .dd-card__desc { max-width: calc(100% - 30px); left: 15px; } } .dd-pickup .dd-card__desc.is-active { bottom: -20px; } @media (max-width: 980px) { .dd-pickup .dd-card__desc.is-active { bottom: -6em; } } .dd-pickup .dd-card__desc--reverse { left: auto; right: 25px; } @media (max-width: 980px) { .dd-pickup .dd-card__desc--reverse { right: 10px; } } .dd-card__category { position: absolute; z-index: 15; left: 10px; top: -1em; display: inline-block; padding: 0.75em 0; min-width: 110px; line-height: 1; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; font-weight: bold; font-size: 14px; text-align: center; color: #fff; background-color: rgba(79, 195, 247, 0.9); } @media (max-width: 767px) { .dd-card__category { padding: 1em 0; min-width: 75px; font-size: 9px; } } .dd-pickup .dd-card__category { left: 30px; } @media (max-width: 767px) { .dd-pickup .dd-card__category { left: 10px; } } .dd-card__date { position: absolute; z-index: 15; right: 20px; top: 10px; line-height: 1; text-align: right; font-size: 12px; color: #757575; } @media (max-width: 980px) { .dd-card__date { right: 10px; } } @media (max-width: 767px) { .dd-card__date { top: 10px; font-size: 8px; letter-spacing: -0.05em; } } .dd-pickup .dd-card__date { right: 30px; top: 10px; } @media (max-width: 767px) { .dd-pickup .dd-card__date { right: 10px; } } .dd-card__title { margin-bottom: 5px; line-height: 1.1; font-size: 16px; color: #424242; } html:lang(ja) .dd-card__title { line-height: 1.3; font-size: 15px; } @media (max-width: 980px) { html:lang(ja) .dd-card__title { font-size: 14px; } } @media (max-width: 980px) { .dd-card__title { font-size: 15px; } } @media (max-width: 767px) { .dd-card__title { font-size: 14px; } } .dd-pickup .dd-card__title { margin-bottom: 15px; font-size: 22px; } @media (max-width: 980px) { .dd-pickup .dd-card__title { margin-bottom: 10px; font-size: 18px; } } html:lang(ja) .dd-pickup .dd-card__title { font-size: 22px; } @media (max-width: 980px) { html:lang(ja) .dd-pickup .dd-card__title { font-size: 18px; } } .dd-card__lead { line-height: 1.4; font-size: 14px; color: #757575; } @media (max-width: 980px) { .dd-card--alone .dd-card__lead { display: none; } } .dd-card:not(.dd-pickup) .dd-card__lead { font-size: 13px; } @media (max-width: 767px) { .dd-card:not(.dd-pickup) .dd-card__lead { display: none; } } .dd-card__link { position: absolute; z-index: 15; bottom: -18px; left: 0; width: 100%; text-align: center; } .dd-card__link span { position: relative; display: inline-block; padding: 12px 74px; line-height: 1; font-size: 14px; font-family: "FrutigerLTW02-65Bold", Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif; color: #fff; background-color: rgba(55, 71, 79, 0.5); } .dd-card__link span:before { content: ""; position: absolute; top: 50%; right: 12px; margin-top: -4px; display: block; width: 6px; height: 6px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; -ms-transform: rotate(-45deg); transform: rotate(-45deg); } @media (min-width: 981px) { .dd-card__link span { transition: background-color .2s linear; } } @media (max-width: 767px) { .dd-card__link span { padding-left: 45px; padding-right: 45px; font-size: 12px; } } @media (min-width: 981px) { .dd-card:hover .dd-card__title, .dd-card:hover .dd-card__lead { opacity: .8; } .dd-card:hover .dd-card__link span { background-color: rgba(55, 71, 79, 0.9); } } /** Pager **/ .dd-pager { line-height: 1; } .dd-list .dd-pager { margin-top: 240px; } @media (max-width: 980px) { .dd-list .dd-pager { margin-top: 120px; } } @media (max-width: 767px) { .dd-list .dd-pager { margin-top: 60px; } } .dd-pager ul { display: table; justify-content: center; margin-top: 60px; margin-left: auto; margin-right: auto; } @media (max-width: 767px) { .dd-pager ul { margin-top: 30px; } } .dd-pager li { padding: 0 5px; display: table-cell; text-align: center; vertical-align: middle; } .dd-pager li:first-child { padding-left: 0; } .dd-pager li:last-child { padding-right: 0; } .dd-pager a { display: inline-block; padding: 15px; font-size: 14px; text-decoration: none !important; background-color: #fff; color: #424242; } @media (max-width: 767px) { .dd-pager a { padding: 12px; font-size: 12px; } } .dd-pager span { display: inline-block; font-size: 14px; color: #757575; padding: 15px 0; } @media (max-width: 767px) { .dd-pager span { padding: 12px; font-size: 12px; } } .dd-pager__prev-btn span, .dd-pager__next-btn span { padding: 15px; color: #757575; } @media (max-width: 767px) { .dd-pager__prev-btn span, .dd-pager__next-btn span { padding: 12px; } } .dd-pager .is-active a, .dd-pager a:hover, .dd-pager a:active { color: #fff; background-color: #465a65; }