@font-face {
font-family: 'lg';
src: url(//aidacompany.jp/wp/wp-content/themes/onepress/assets/fonts/lg.eot?n1z373);
src: url(//aidacompany.jp/wp/wp-content/themes/onepress/assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//aidacompany.jp/wp/wp-content/themes/onepress/assets/fonts/lg.woff?n1z373) format("woff"), url(//aidacompany.jp/wp/wp-content/themes/onepress/assets/fonts/lg.ttf?n1z373) format("truetype"), url(//aidacompany.jp/wp/wp-content/themes/onepress/assets/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: normal;
font-style: normal;
}
.lg-icon {
font-family: 'lg';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #FFF;
}
.lg-actions .lg-next {
right: 20px;
}
.lg-actions .lg-next:before {
content: "\e095";
}
.lg-actions .lg-prev {
left: 20px;
}
.lg-actions .lg-prev:after {
content: "\e094";
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
color: #FFF;
}
.lg-toolbar .lg-close:after {
content: "\e070";
}
.lg-toolbar .lg-download:after {
content: "\e0f2";
}
.lg-sub-html {
background-color: rgba(0, 0, 0, 0.45);
bottom: 0;
color: #EEE;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center;
z-index: 1080;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
#lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
opacity: 1;
-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1;
}
.lg-outer .lg-thumb-outer {
background-color: #0D0A0A;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
padding: 10px 0;
height: 100%;
margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
border-radius: 5px;
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border: 2px solid #FFF;
border-radius: 4px;
margin-bottom: 5px;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom 0.25s ease;
transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
background-color: #0D0A0A;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
color: #FFF;
}
.lg-outer .lg-video-cont {
display: inline-block;
vertical-align: middle;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px;
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
}
.lg-outer .lg-has-html5 .lg-video-play {
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
visibility: visible;
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1083;
opacity: 0;
-webkit-transition: opacity 0.08s ease 0s;
transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1;
}
.lg-autoplay-button:after {
content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transition-duration: 0s;
transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#lg-zoom-in:after {
content: "\e311";
}
#lg-actual-size {
font-size: 20px;
}
#lg-actual-size:after {
content: "\e033";
}
#lg-zoom-out {
opacity: 0.5;
pointer-events: none;
}
#lg-zoom-out:after {
content: "\e312";
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto;
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible;
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #FFF;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%;
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow 0.3s ease 0s;
transition: box-shadow 0.3s ease 0s;
width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0;
}
.lg-fullscreen:after {
content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
background-color: rgba(0, 0, 0, 0.25);
bottom: 0;
cursor: default;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1081;
opacity: 0;
visibility: hidden;
-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-ms-transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
transform: translate3d(0, 0px, 0);
opacity: 1;
visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
color: #FFF;
}
.lg-outer .lg-dropdown {
background-color: #fff;
border-radius: 2px;
font-size: 14px;
list-style-type: none;
margin: 0;
padding: 10px 0;
position: absolute;
right: 0;
text-align: left;
top: 50px;
opacity: 0;
visibility: hidden;
-ms-transform: translate3d(0, 5px, 0);
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
content: "";
display: block;
height: 0;
width: 0;
position: absolute;
border: 8px solid transparent;
border-bottom-color: #FFF;
right: 16px;
top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
color: #333;
}
.lg-outer .lg-dropdown a {
color: #333;
display: block;
white-space: pre;
padding: 4px 12px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
display: inline-block;
line-height: 1;
margin-top: -3px;
vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
color: #333;
display: inline-block;
float: none;
font-size: 20px;
height: auto;
line-height: 1;
margin-right: 8px;
padding: 0;
vertical-align: middle;
width: auto;
}
.lg-outer #lg-share {
position: relative;
}
.lg-outer #lg-share:after {
content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
content: "\e903";
}
.group {
*zoom: 1;
}
.group:before, .group:after {
display: table;
content: "";
line-height: 0;
}
.group:after {
clear: both;
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
box-sizing: border-box;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg {
height: 100%;
width: 100%;
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%;
}
.lg-outer .lg-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
white-space: nowrap;
}
.lg-outer .lg-item {
background: url(//aidacompany.jp/wp/wp-content/themes/onepress/assets/images/loading.gif) no-repeat scroll center center transparent;
display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
.lg-outer .lg-img-wrap {
position: absolute;
padding: 0 5px;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1;
}
.lg-outer .lg-empty-html {
display: none;
}
.lg-outer.lg-hide-download #lg-download {
display: none;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
body.lg-on .lg-backdrop {
z-index: 99999;
}
body.lg-on .lg-outer {
z-index: 999999;
}body {
font-family: "Noto Sans JP", sans-serif;
}
.font-min {
font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.font-noto {
font-family: "Noto Sans JP", sans-serif;
} .site-header {
line-height: 80px;
}
.site-header * a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
color: inherit;
}
.site-header * a:hover, .site-header * a:focus {
opacity: 0.8;
text-decoration: none;
}
@media screen and (max-width: 1140px) {
.site-header {
line-height: 50px;
}
}
.site-header .container {
max-width: 100%;
width: 100%;
padding-right: 0;
padding-left: 60px;
}
@media screen and (max-width: 1140px) {
.site-header .container {
padding-right: 1.5rem;
padding-left: 1.5rem;
}
}
.site-header .onepress-menu {
margin-right: 230px;
}
@media screen and (max-width: 1140px) {
.site-header .onepress-menu {
margin-right: 0;
}
}
.site-header .onepress-menu li a {
font-size: 14px;
font-weight: 400;
font-family: "Noto Sans JP", sans-serif;
color: #000;
position: relative;
}
@media screen and (max-width: 1140px) {
.site-header .onepress-menu li a {
padding: 1rem 1.5rem;
background: none;
color: #000;
}
}
.site-header .onepress-menu li a:after {
content: "";
width: 1px;
height: 18px;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #aeaeae;
}
@media screen and (max-width: 1140px) {
.site-header .onepress-menu li a:after {
content: "";
position: absolute;
top: 50%;
right: 15px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
background: none;
}
}
.site-header .onepress-menu li:nth-last-child(2) a:after {
content: none;
}
@media screen and (max-width: 1140px) {
.site-header .onepress-menu li:nth-last-child(2) a:after {
content: "";
position: absolute;
top: 50%;
right: 15px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
background: none;
}
}
.site-header .onepress-menu li:last-child {
position: absolute;
right: 0;
width: 220px;
text-align: center;
}
@media screen and (max-width: 1140px) {
.site-header .onepress-menu li:last-child {
position: static;
width: auto;
text-align: left;
border-bottom: 1px solid #e9e9e9;
}
}
.site-header .onepress-menu li:last-child a {
padding: 0;
background-color: #000;
color: #fff;
}
@media screen and (max-width: 1140px) {
.site-header .onepress-menu li:last-child a {
padding: 1rem 1.5rem;
background: none;
color: #000;
}
}
.site-header .onepress-menu li:last-child a:after {
content: none;
}
@media screen and (max-width: 1140px) {
.site-header .onepress-menu li:last-child a:after {
content: "";
position: absolute;
top: 50%;
right: 15px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
background: none;
}
}
.site-branding {
display: grid;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 80px;
}
.site-branding * a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
color: inherit;
}
.site-branding * a:hover, .site-branding * a:focus {
opacity: 0.8;
text-decoration: none;
}
.site-branding .site-logo-div {
line-height: 80px;
}
@media screen and (max-width: 1140px) {
.site-branding .site-logo-div {
line-height: 50px;
}
}
.site-branding .has-logo-img {
line-height: 80px;
}
@media screen and (max-width: 1140px) {
.site-branding .has-logo-img {
line-height: 50px;
}
}
.site-branding .custom-logo {
width: 132px;
}
@media screen and (max-width: 1140px) {
.site-branding .custom-logo {
width: 85px;
}
}
@media screen and (max-width: 1140px) {
.site-branding {
height: 50px;
}
}
.site-footer {
padding-bottom: 104px;
}
.site-footer * a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
color: inherit;
}
.site-footer * a:hover, .site-footer * a:focus {
opacity: 0.8;
text-decoration: none;
}
@media (max-width: 991px) {
.site-footer {
padding-bottom: 90px;
}
}
@media (max-width: 767px) {
.site-footer {
font-size: 12px;
}
}
.site-footer .site-info {
padding: 15px 0px;
font-size: 14px;
letter-spacing: 0.02em;
background-color: #c01e1d;
color: #fff !important;
}
.site-footer .site-info small {
font-size: 100%;
}
.home * a {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
color: inherit;
}
.home * a:hover, .home * a:focus {
opacity: 0.8;
text-decoration: none;
}
.home .site-content .entry-content ul, .home .site-content .entry-content ol {
margin: 0;
padding-left: 0;
list-style: none;
}
.home .site-content .entry-content li {
margin: 0;
}
@media (max-width: 767px) {
.home .site-content .container {
max-width: 460px;
}
}
.home .entry-content {
margin-bottom: 0;
}
.footer-inner {
max-width: 1075px;
margin: auto;
display: grid;
grid-template-columns: 287px 1fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 767px) {
.footer-inner {
grid-template-columns: 1fr;
}
}
.footer-info {
display: grid;
place-content: center;
height: 100%;
background-color: #fff;
}
@media (max-width: 767px) {
.footer-info {
padding: 2rem 1rem;
}
}
.footer-info__inner {
display: grid;
grid-template-rows: 1fr;
gap: 0.8rem;
}
@media (max-width: 767px) {
.footer-info__inner {
gap: 0.3rem;
}
}
.footer-info__logo {
width: 130px;
margin-bottom: 0;
color: #000;
}
@media (max-width: 767px) {
.footer-info__logo {
margin: auto;
}
}
.footer-info__ttl {
margin-bottom: 0;
font-size: 16px;
line-height: 26px;
letter-spacing: 0;
color: #000;
}
@media (max-width: 767px) {
.footer-info__ttl {
font-size: 14px;
line-height: 23px;
}
}
.footer-info__txt {
margin-bottom: 0;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.05em;
color: #000;
}
@media (max-width: 767px) {
.footer-info__txt {
font-size: 12px;
line-height: 20px;
}
}
.footer-area {
padding-left: 180px;
padding-top: 55px;
padding-bottom: 30px;
padding-right: 15px;
}
@media (max-width: 991px) {
.footer-area {
padding-left: 40px;
padding-top: 40px;
padding-bottom: 30px;
padding-right: 20px;
}
}
@media (max-width: 767px) {
.footer-area {
padding-left: 20px;
padding-top: 40px;
padding-bottom: 40px;
padding-right: 20px;
max-width: 460px;
margin: auto;
}
}
.footer-area__contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-bottom: 1.8rem;
}
.footer-area__contact a {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding: 0.8rem 4rem;
border: 1px solid #fff;
color: #fff;
position: relative;
}
@media (max-width: 767px) {
.footer-area__contact a {
width: 100%;
padding: 0.8rem 1.5rem;
}
}
.footer-area__contact a:after {
content: "";
position: absolute;
top: 50%;
right: 30px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #c01e1d;
border-right: 1px solid #c01e1d;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.footer-nav__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: 0;
margin-bottom: 1.8rem;
list-style: none;
}
@media (max-width: 767px) {
.footer-nav__list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
.footer-nav__list li {
margin: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.footer-nav__list li a {
display: block;
padding: 0.2rem 0 0.2rem 0.6rem;
color: #fff;
}
.footer-nav__list li a:after {
content: "/";
margin-left: 0.6rem;
}
.footer-nav__list li:last-child a:after {
content: "";
}
.footer-link__list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
@media (max-width: 767px) {
.footer-link__list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.footer-link__list li {
margin: 0;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.footer-link__list li a {
display: block;
padding: 0 1rem;
color: rgba(255, 255, 255, 0.5);
} div#n2-ss-2 .n-uc-pjalOamoyhAP-inner, div#n2-ss-2 .n-uc-Ds4fLj1ZCakd-inner {
max-width: 1020px !important;
margin: 0 auto !important;
padding: 0 15px !important;
}
.n2-ss-slider .n2-ss-layer {
max-width: 1020px !important;
margin: 0 auto !important;
padding: 0 !important;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer {
padding: 0 2vw !important;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer {
padding: 0 0.5vw !important;
}
}
.n2-ss-slider .n2-ss-layer.mv-img01 {
top: -6vw;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-img01 {
top: -5vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-img01 {
top: -2vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-img01 img {
width: 463px;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-img01 img {
width: 41.5vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-img01 img {
width: 46.5vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-img02 {
top: -6vw;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-img02 {
top: -5vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-img02 {
top: -2.5vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-img02 img {
width: 470px;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-img02 img {
width: 45vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-img02 img {
width: 55vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-img03 {
top: -6vw;
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-img03 {
top: -4vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-img03 img {
width: 510px;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-img03 img {
width: 45vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-img03 img {
width: 54vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-txt01 {
top: -3.5vw;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-txt01 {
top: -0.5vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-txt01 {
top: 1.5vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-txt02 {
top: -5.5vw;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-txt02 {
top: -2.5vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-txt02 {
top: 1.5vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-txt03 {
top: -4vw;
left: 1vw;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-txt03 {
top: -3vw;
left: 1vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-txt03 {
top: -1.5vw;
left: 2vw;
}
}
.n2-ss-slider .n2-ss-layer.mv-txt03 .n2-ss-text p {
letter-spacing: 0.12em !important;
font-size: 15px !important;
line-height: 25px !important;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-layer.mv-txt03 .n2-ss-text p {
font-size: 2vw !important;
line-height: 3vw !important;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-layer.mv-txt03 .n2-ss-text p {
font-size: 3vw !important;
line-height: 4vw !important;
}
}
.n2-ss-slider .n2-ss-text p {
letter-spacing: 0.12em !important;
font-size: 21px !important;
line-height: 36px !important;
font-family: "Noto Sans JP", sans-serif !important;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-text p {
font-size: 2vw !important;
line-height: 3vw !important;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-text p {
font-size: 3vw !important;
line-height: 4vw !important;
}
}
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
height: inherit !important;
bottom: 9vw;
}
@media (max-width: 991px) {
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
bottom: 7vw;
}
}
@media (max-width: 767px) {
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
bottom: 0;
}
}
@media (max-width: 767px) {
div#n2-ss-2 .n2-style-b2588375d10287caf9a83ac4098698a7-dot {
padding: 3px 3px 3px 3px !important;
}
} .fadeInUp {
opacity: 0;
visibility: hidden;
-webkit-transition: 0.6s;
transition: 0.6s;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
.fadeInUp.active {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
} .top-about {
padding-bottom: 3rem;
position: relative;
background-color: #242527;
}
@media (max-width: 767px) {
.top-about {
padding-top: 3rem;
}
}
.top-about__ttl {
position: absolute;
top: 30px;
left: 10px;
margin: 0;
font-size: 14px;
color: #bc1d1a;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-weight: 400;
}
@media (max-width: 991px) {
.top-about__ttl {
left: 2px;
}
}
@media (max-width: 767px) {
.top-about__ttl {
top: 10px;
left: 0;
font-size: 10px;
}
}
.top-about__list {
max-width: 960px;
width: 100%;
margin: 0 auto !important;
color: #000;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
position: relative;
top: -8.7vw;
margin-bottom: -4.8vw !important;
}
@media (max-width: 991px) {
.top-about__list {
gap: 1rem;
top: -6.7vw;
margin-bottom: -1.8vw !important;
}
}
@media (max-width: 767px) {
.top-about__list {
top: 0;
margin-bottom: 3.5rem !important;
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 767px) {
.top-about__item {
display: grid;
grid-template-columns: 110px 1fr;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 85px;
}
}
@media (max-width: 767px) and (max-width: 767px) {
.top-about__item:nth-of-type(1) .top-about__item__img {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/about-item01.png) no-repeat center;
background-size: cover;
}
.top-about__item:nth-of-type(2) .top-about__item__img {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/about-item02.png) no-repeat center;
background-size: cover;
}
.top-about__item:nth-of-type(3) .top-about__item__img {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/about-item03.png) no-repeat center;
background-size: cover;
}
}
@media (max-width: 767px) {
.top-about__item__img {
width: 110px;
height: 100%;
overflow: hidden;
}
.top-about__item__img img {
opacity: 0;
}
}
.top-about__item__inner {
padding: 18px 5px 10px;
background-color: #fff;
text-align: center;
}
@media (max-width: 767px) {
.top-about__item__inner {
padding: 10px 12px;
height: 100%;
display: grid;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-template-columns: 1fr;
text-align: left;
}
}
.top-about__item__ttl {
font-size: 18px;
line-height: 28px;
letter-spacing: 0.05em;
font-weight: 500;
}
@media (max-width: 991px) {
.top-about__item__ttl {
margin-bottom: 0.5rem;
font-size: 15px;
line-height: 24px;
}
}
@media (max-width: 767px) {
.top-about__item__ttl {
margin-bottom: 0;
font-size: 15px;
line-height: 20px;
font-weight: 400;
}
}
@media (max-width: 350px) {
.top-about__item__ttl {
font-size: 13px;
}
}
.top-about__item__txt {
font-size: 13px;
line-height: 26px;
letter-spacing: 0.05em;
}
@media (max-width: 991px) {
.top-about__item__txt {
font-size: 12px;
line-height: 21px;
}
}
@media (max-width: 767px) {
.top-about__item__txt {
margin-bottom: 0;
line-height: 20px;
letter-spacing: 0;
}
}
@media (max-width: 350px) {
.top-about__item__txt {
font-size: 11px;
}
}
.top-about__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.top-about__link a {
display: block;
width: 100%;
max-width: 304px;
background-color: #c11e21;
color: #fff;
line-height: 80px;
font-size: 17px;
text-align: center;
position: relative;
}
@media (max-width: 991px) {
.top-about__link a {
font-size: 15px;
line-height: 70px;
}
}
@media (max-width: 767px) {
.top-about__link a {
max-width: 244px;
font-size: 15px;
line-height: 56px;
}
}
.top-about__link a:after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
.top-about__link a:after {
right: 55px;
}
}
.top-link {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #000;
}
.top-link a {
display: block;
width: 100%;
font-size: 20px;
line-height: 104px;
letter-spacing: 0.18em;
color: #fff;
background-color: #000;
text-align: center;
font-weight: 500;
}
@media (max-width: 991px) {
.top-link a {
font-size: 18px;
line-height: 90px;
}
}
@media (max-width: 767px) {
.top-link a {
font-size: 15px;
}
}
.top-link a span {
position: relative;
}
.top-link a span:after {
content: "";
position: absolute;
top: 50%;
right: -20px;
width: 16px;
height: 16px;
display: block;
margin: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.top-link a:hover, .top-link a:focus {
text-decoration: none;
}
.top-link.footer-contact {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
opacity: 0;
z-index: -1;
}
.top-link.footer-contact.on {
z-index: 5;
-webkit-animation: barAnimation 0.8s ease 0.3s 1 normal forwards;
animation: barAnimation 0.8s ease 0.3s 1 normal forwards;
}
@-webkit-keyframes barAnimation {
from {
opacity: 0;
-webkit-transform: translateY(150px);
transform: translateY(150px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes barAnimation {
from {
opacity: 0;
-webkit-transform: translateY(150px);
transform: translateY(150px);
}
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.top-flow {
padding-top: 11rem;
padding-bottom: 12.5rem;
background-color: #f0f2f3;
}
@media (max-width: 991px) {
.top-flow {
padding-top: 7rem;
padding-bottom: 6rem;
}
}
@media (max-width: 767px) {
.top-flow {
padding-top: 4rem;
padding-bottom: 5rem;
}
}
.top-flow__ttl {
margin-bottom: 0.8rem;
font-size: 46px;
line-height: 67px;
letter-spacing: 0.06em;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}
.top-flow__ttl span {
display: block;
font-size: 24px;
line-height: 41px;
letter-spacing: 0.18em;
}
@media (max-width: 991px) {
.top-flow__ttl {
margin-bottom: 1rem;
font-size: 42px;
line-height: 65px;
}
.top-flow__ttl span {
font-size: 20px;
line-height: 35px;
}
}
@media (max-width: 767px) {
.top-flow__ttl {
margin-bottom: 1.5rem;
font-size: 40px;
line-height: 48px;
}
.top-flow__ttl span {
font-size: 18px;
}
}
.top-flow__txt {
max-width: 730px;
margin-left: auto;
margin-right: auto;
margin-bottom: 4.5rem;
font-size: 14px;
line-height: 26px;
color: #000;
letter-spacing: 0.18em;
text-align: center;
font-weight: 400;
}
@media (max-width: 991px) {
.top-flow__txt {
margin-bottom: 3.5rem;
font-size: 13px;
line-height: 23px;
}
}
@media (max-width: 767px) {
.top-flow__txt {
padding: 0 5%;
font-size: 14px;
line-height: 23px;
text-align: left;
}
}
.top-flow__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.top-flow__link a {
display: block;
width: 100%;
max-width: 304px;
background-color: #c11e21;
color: #fff;
line-height: 80px;
font-size: 17px;
text-align: center;
position: relative;
}
@media (max-width: 991px) {
.top-flow__link a {
font-size: 15px;
line-height: 70px;
}
}
@media (max-width: 767px) {
.top-flow__link a {
max-width: 244px;
font-size: 15px;
line-height: 56px;
}
}
.top-flow__link a:after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
.top-flow__link a:after {
right: 55px;
}
}
.top-flow__list {
max-width: 960px;
width: 100%;
margin: 0 auto !important;
color: #000;
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 0.5rem;
position: relative;
margin-bottom: 5.5rem !important;
}
@media (max-width: 991px) {
.top-flow__list {
gap: 1rem;
margin-bottom: 4.3rem !important;
}
}
@media (max-width: 767px) {
.top-flow__list {
gap: 1.5rem 0;
margin-bottom: 2rem !important;
grid-template-columns: repeat(3, 1fr);
}
}
.top-flow__list:after {
content: "";
position: absolute;
top: 45%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
width: 88%;
height: 3px;
margin: auto;
background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
.top-flow__list:after {
content: none;
}
}
.top-flow__item {
position: relative;
z-index: 3;
}
@media (max-width: 767px) {
.top-flow__item::before {
content: "";
position: absolute;
top: 35%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: -1vw;
width: 13px;
height: 9px;
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/flow-arr.png) no-repeat;
background-size: contain;
}
.top-flow__item:first-of-type::before {
content: none;
}
}
.top-flow__item__img {
max-width: 135px;
margin-top: -0.5rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
.top-flow__item__img {
width: 21.5vw;
max-width: 100px;
margin-top: -1rem;
margin-left: auto;
margin-right: auto;
}
}
.top-flow__item__num {
font-size: 24px;
line-height: 26px;
letter-spacing: 0;
}
@media (max-width: 991px) {
.top-flow__item__num {
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 767px) {
.top-flow__item__num {
font-size: 14px;
line-height: 14px;
}
}
.top-flow__item__txt {
font-size: 15px;
line-height: 26px;
letter-spacing: 0;
text-align: center;
}
@media (max-width: 991px) {
.top-flow__item__txt {
font-size: 12px;
line-height: 23px;
}
}
@media (max-width: 767px) {
.top-flow__item__txt {
font-size: 13px;
line-height: 23px;
}
}
.top-factory__head {
padding-top: 13rem;
padding-bottom: 10.5rem;
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/factory-bg.png) no-repeat top center;
background-size: cover;
}
@media (max-width: 991px) {
.top-factory__head {
padding-top: 7rem;
padding-bottom: 7rem;
}
}
@media (max-width: 767px) {
.top-factory__head {
padding-top: 5rem;
padding-bottom: 5rem;
}
}
.top-factory__body {
padding-bottom: 12.3rem;
background-color: #000000;
}
@media (max-width: 991px) {
.top-factory__body {
padding-bottom: 6rem;
}
}
@media (max-width: 767px) {
.top-factory__body {
padding-bottom: 5rem;
}
}
.top-factory__ttl {
margin-bottom: 0.8rem;
font-size: 46px;
line-height: 67px;
letter-spacing: 0.06em;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
padding-top: 0.5rem;
margin-bottom: 0.5rem;
color: #fff;
}
.top-factory__ttl span {
display: block;
font-size: 24px;
line-height: 41px;
letter-spacing: 0.18em;
}
@media (max-width: 991px) {
.top-factory__ttl {
margin-bottom: 1rem;
font-size: 42px;
line-height: 65px;
}
.top-factory__ttl span {
font-size: 20px;
line-height: 35px;
}
}
@media (max-width: 767px) {
.top-factory__ttl {
margin-bottom: 1.5rem;
font-size: 40px;
line-height: 48px;
}
.top-factory__ttl span {
font-size: 18px;
}
}
.top-factory__txt {
max-width: 730px;
margin-left: auto;
margin-right: auto;
margin-bottom: 4.5rem;
font-size: 14px;
line-height: 26px;
color: #000;
letter-spacing: 0.18em;
text-align: center;
font-weight: 400;
color: #fff;
}
@media (max-width: 991px) {
.top-factory__txt {
margin-bottom: 3.5rem;
font-size: 13px;
line-height: 23px;
}
}
@media (max-width: 767px) {
.top-factory__txt {
padding: 0 5%;
font-size: 14px;
line-height: 23px;
text-align: left;
}
}
.top-factory__box {
max-width: 1040px;
margin: auto;
position: relative;
top: -11em;
padding: 2.5rem 2.5rem 2.3rem;
margin-bottom: -6.8rem !important;
background-color: #fff;
}
@media (max-width: 767px) {
.top-factory__box {
top: -5.5rem;
padding: 1.5rem;
margin-bottom: -2.2rem !important;
}
}
.top-factory__list {
max-width: 960px;
width: 100%;
margin: 0 auto !important;
color: #000;
display: grid;
grid-template-columns: repeat(4, 1fr);
position: relative;
}
@media (max-width: 991px) {
.top-factory__list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.top-factory__list {
grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 767px) {
.top-factory__item {
display: grid;
grid-template-columns: 110px 1fr;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
@media (max-width: 767px) {
.top-factory__item__img img {
max-width: inherit;
-o-object-fit: cover;
object-fit: cover;
height: 85px;
}
}
.top-factory__item__txt {
padding-top: 0.8rem;
margin-bottom: 0;
text-align: center;
font-size: 16px;
line-height: 24px;
}
@media (max-width: 991px) {
.top-factory__item__txt {
padding-top: 0.5rem;
margin-bottom: 1.5rem;
font-size: 14px;
line-height: 22px;
}
}
@media (max-width: 767px) {
.top-factory__item__txt {
font-size: 14px;
line-height: 22px;
margin: 0;
padding: 0 0 0 1rem;
text-align: left;
}
}
.top-factory__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.top-factory__link a {
display: block;
width: 100%;
max-width: 304px;
background-color: #c11e21;
color: #fff;
line-height: 80px;
font-size: 17px;
text-align: center;
position: relative;
}
@media (max-width: 991px) {
.top-factory__link a {
font-size: 15px;
line-height: 70px;
}
}
@media (max-width: 767px) {
.top-factory__link a {
max-width: 244px;
font-size: 15px;
line-height: 56px;
}
}
.top-factory__link a:after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
.top-factory__link a:after {
right: 55px;
}
}
.top-product {
padding-top: 11.5rem;
padding-bottom: 12rem;
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/product-bg-2.png) no-repeat top center;
background-size: cover;
}
@media (max-width: 991px) {
.top-product {
padding-top: 6rem;
padding-bottom: 7rem;
}
}
@media (max-width: 767px) {
.top-product {
padding-top: 5rem;
padding-bottom: 5rem;
}
}
.top-product__ttl {
margin-bottom: 0.8rem;
font-size: 46px;
line-height: 67px;
letter-spacing: 0.06em;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}
.top-product__ttl span {
display: block;
font-size: 24px;
line-height: 41px;
letter-spacing: 0.18em;
}
@media (max-width: 991px) {
.top-product__ttl {
margin-bottom: 1rem;
font-size: 42px;
line-height: 65px;
}
.top-product__ttl span {
font-size: 20px;
line-height: 35px;
}
}
@media (max-width: 767px) {
.top-product__ttl {
margin-bottom: 1.5rem;
font-size: 40px;
line-height: 48px;
}
.top-product__ttl span {
font-size: 18px;
}
}
.top-product__txt {
max-width: 730px;
margin-left: auto;
margin-right: auto;
margin-bottom: 4.5rem;
font-size: 14px;
line-height: 26px;
color: #000;
letter-spacing: 0.18em;
text-align: center;
font-weight: 400;
}
@media (max-width: 991px) {
.top-product__txt {
margin-bottom: 3.5rem;
font-size: 13px;
line-height: 23px;
}
}
@media (max-width: 767px) {
.top-product__txt {
padding: 0 5%;
font-size: 14px;
line-height: 23px;
text-align: left;
}
}
.top-product__list {
max-width: 960px;
width: 100%;
margin: 0 auto !important;
color: #000;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
position: relative;
margin-bottom: 4.5rem !important;
}
@media (max-width: 991px) {
.top-product__list {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
}
@media (max-width: 767px) {
.top-product__list {
grid-template-columns: repeat(1, 1fr);
margin-bottom: 3.5rem !important;
}
}
.top-product__item {
background-color: #fff;
}
.top-product__item a {
display: block;
}
@media (max-width: 767px) {
.top-product__item {
display: grid;
grid-template-columns: 110px 1fr;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 85px;
}
.top-product__item:nth-of-type(1) .top-product__item__img a {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/product-item01-1.png) no-repeat center;
background-size: cover;
}
.top-product__item:nth-of-type(2) .top-product__item__img a {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/product-item02.png) no-repeat center;
background-size: cover;
}
.top-product__item:nth-of-type(3) .top-product__item__img a {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/product-item03.png) no-repeat center;
background-size: cover;
}
.top-product__item:nth-of-type(4) .top-product__item__img a {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/product-item04.png) no-repeat center;
background-size: cover;
}
.top-product__item:nth-of-type(5) .top-product__item__img a {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/product-item05.png) no-repeat center;
background-size: cover;
}
.top-product__item:nth-of-type(6) .top-product__item__img a {
background: url(https://eauscript.com/works/aidacompany/wp-content/uploads/2023/08/product-item06.png) no-repeat center;
background-size: cover;
}
}
@media (max-width: 767px) {
.top-product__item__img {
width: 110px;
height: 100%;
overflow: hidden;
}
.top-product__item__img a {
width: 110px;
height: 100%;
overflow: hidden;
}
.top-product__item__img img {
opacity: 0;
}
}
.top-product__item__txt {
padding: 0;
margin-bottom: 0;
text-align: center;
font-size: 10px;
line-height: 26px;
letter-spacing: 0.08em;
}
.top-product__item__txt a {
padding: 1.2rem 0.5rem 2rem;
}
@media (max-width: 991px) {
.top-product__item__txt a {
padding: 1rem 0.5rem 1.8rem;
}
}
@media (max-width: 767px) {
.top-product__item__txt {
margin: 0;
text-align: left;
line-height: 20px;
}
.top-product__item__txt a {
position: relative;
padding: 0 14px;
}
.top-product__item__txt a:after {
content: "";
position: absolute;
top: 50%;
right: 7px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #c01e1d;
border-right: 1px solid #c01e1d;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
}
.top-product__item__txt span {
display: block;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin: auto;
font-size: 16px;
line-height: 26px;
letter-spacing: 0.05em;
position: relative;
}
@media (max-width: 991px) {
.top-product__item__txt span {
font-size: 15px;
line-height: 24px;
}
}
@media (max-width: 767px) {
.top-product__item__txt span {
margin: 0;
}
}
.top-product__item__txt span:after {
content: "";
position: absolute;
top: 50%;
right: -16px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #c01e1d;
border-right: 1px solid #c01e1d;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
.top-product__item__txt span:after {
content: none;
}
}
.top-product__link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.top-product__link a {
display: block;
width: 100%;
max-width: 304px;
background-color: #c11e21;
color: #fff;
line-height: 80px;
font-size: 17px;
text-align: center;
position: relative;
}
@media (max-width: 991px) {
.top-product__link a {
font-size: 15px;
line-height: 70px;
}
}
@media (max-width: 767px) {
.top-product__link a {
max-width: 244px;
font-size: 15px;
line-height: 56px;
}
}
.top-product__link a:after {
content: "";
position: absolute;
top: 50%;
right: 20px;
width: 8px;
height: 8px;
display: block;
margin: auto;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 767px) {
.top-product__link a:after {
right: 55px;
}
}
.section-news {
padding-top: 13.8rem;
background-color: #242527;
}
@media (max-width: 991px) {
.section-news {
padding-top: 7rem;
}
}
@media (max-width: 767px) {
.section-news {
padding-top: 5rem;
padding-bottom: 4rem;
}
}
.section-news .container {
display: grid;
max-width: 960px;
grid-template-columns: 190px 1fr;
}
@media (max-width: 991px) {
.section-news .container {
grid-template-columns: 150px 1fr;
}
}
@media (max-width: 767px) {
.section-news .container {
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.section-news .section-content {
margin-top: 0.8rem;
}
}
.section-news .section-title-area {
margin-bottom: 0;
}
@media (max-width: 767px) {
.section-news .section-title-area {
margin-bottom: 15px;
}
}
.section-news .section-title {
font-size: 22px;
line-height: 22px;
letter-spacing: 0.1em;
color: #fff;
text-align: left;
font-weight: 400;
font-family: "Noto Sans JP", sans-serif;
position: relative;
}
@media (max-width: 767px) {
.section-news .section-title {
padding-left: 3rem;
}
}
.section-news .section-title::before {
content: "";
width: 35px;
height: 1px;
position: absolute;
left: -47px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #fff;
}
@media (max-width: 767px) {
.section-news .section-title::before {
width: 29px;
left: 0;
}
}
.section-news .list-article {
padding: 0 0 40px;
margin-bottom: 40px;
border-bottom: 1px solid #5e5f60 !important;
border-top: 0;
}
@media (max-width: 767px) {
.section-news .list-article {
padding: 0 0 20px;
margin-bottom: 20px;
display: grid;
grid-template-columns: 110px 1fr;
gap: 1rem;
}
}
.section-news .list-article-thumb {
margin-right: 30px;
aspect-ratio: 160/105;
display: block !important;
}
@media (max-width: 767px) {
.section-news .list-article-thumb {
margin-right: 0;
aspect-ratio: inherit;
}
}
.section-news .list-article-thumb a {
display: block;
}
.section-news .list-article-thumb img {
width: 160px;
height: 105px;
-o-object-fit: cover;
object-fit: cover;
}
.section-news .entry-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.section-news .entry-title {
width: 100%;
margin-bottom: 0;
color: #fff;
font-size: 16px;
line-height: 41px;
letter-spacing: 0.04em;
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
}
@media (max-width: 767px) {
.section-news .entry-title {
margin-bottom: 5px;
font-size: 15px;
line-height: 24px;
}
}
.section-news .entry-title a {
color: #fff;
}
.section-news .entry-date {
display: block;
width: 100%;
font-size: 14px;
line-height: 21px;
letter-spacing: 0.04em;
color: #a5a5a5;
}
@media (max-width: 767px) {
.section-news .entry-date {
font-size: 12px;
line-height: 12px;
margin-bottom: 10px;
}
}
.section-news .entry-date a {
color: #a5a5a5;
}
.section-news .entry-excerpt {
width: 100%;
font-size: 14px;
line-height: 22px;
letter-spacing: 0.04em;
color: #fff;
}
@media (max-width: 767px) {
.section-news .entry-excerpt {
font-size: 13px;
line-height: 21px;
}
}
.section-news .entry-excerpt a {
color: #fff;
}
.mw_wp_form .pagetext {
display: none;
}
.mw_wp_form_preview .pagetext {
display: block;
}
.mw_wp_form_preview .privacy_qu{
display:none;
}
.mw_wp_form .hContact{
display:block;
}
.mw_wp_form_preview .hContact{
display:none;
}
input[name="submitBack"] {
background-color: #fff;
cursor: pointer;
border: none;
display: inline-block;
color: #c11e21;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
}
input[name="submitBack"]:hover {
background-color: #fff;
color:#333;
text-decoration:underline;
}
.mw_wp_form table{
max-width:800px;
}
.parts-table th{
width:30%;
}
textarea:not(.editor-post-title__input), input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
width:100%;
}
@media (max-width: 767px) {
.parts-table th, .parts-table td{
display:block;
width:100%;
border: 0px solid #e9e9e9;
}
table.parts-table{
border: 0px solid #e9e9e9;
}
}
.page-id-7 .site-content .entry-content ol {
margin: 0;
padding-left: 0;
list-style: none;
}
.page-id-7 .site-content .entry-content li {
margin: 0;
}
.page-id-7 .site-content{
background-color: #f0f2f3;
}
.box2 .post:nth-of-type(2n+1) {
clear: both;
}
.box2 .post {
float: left;
margin: 40px 4% 0 0;
width: 46%;
}
@media (max-width: 767px) {
.box2 .post {
float: none;
margin: 20px 0 0;
width: 100%;
}
}
.comdata dt {
width: 160px;
font-weight: bold;
font-size: 90%;
float: left;
padding: 10px 0 8px 16px;
}
.comdata dd {
padding-left: 160px;
border-bottom: 1px solid #dbdbdb;
padding: 8px 8px 8px 160px;
margin-left: 0;
}
@media (max-width: 767px) {
.comdata {
width: 100%;
}
}
.fact {
max-width: 580px;
margin: 40px auto;
text-align: center;
}
.machine-list {
display: grid;
grid-template: auto/3fr 1fr;
-moz-text-align-last: left;
text-align-last: left;
}
.machine {
line-height: 2rem;
border-bottom: 1px solid #dbdbdb;
margin-bottom:0;
}
dt.machine {
   font-size: 90%;
padding-left: 30px;
}
dd.machine {
padding-left: 30px;
margin-left: 0;
}
.img_pc {
display: block;
}
.img_sp {
display: none;
}
.brandlist h3 {
font-weight: bold;
font-size: 120%;
width: 100%;
border-bottom: 2px solid #961818;
padding-bottom: 4px;
}
.brandlist > ul {
display: flex;
flex-wrap: wrap;
width: 860px;
margin: 0 auto;
-webkit-box-pack: justify;
justify-content: space-between;
list-style: none;
padding: 0;
}
.brandlist > ul > li {
width: 420px;
margin: 0;
margin-bottom: 20px;
}
.brandlist > ul > li a {
color:#000;
}
.brandlist .sns {
margin: 8px 0;
}
.brandlist .sns ul {
display: flex;
list-style: none;
padding: 0;
}
.brandlist .sns li {
width: 36px;
margin-right: 8px;
}
@media (max-width: 767px) {
.img_pc {
display: none;
}
.img_sp {
display: block;
}
.brandlist > ul {
display: block;
flex-wrap: wrap;
width: 100%;
margin: 0 auto;
}
.brandlist > ul > li {
width: 100%;
margin: 0;
margin-bottom: 80px;
}
}
.page-id-11 .site-content .entry-content ul {
margin: 0;
padding-left: 0;
list-style: none;
}
.page-id-11 .site-content .entry-content li {
margin: 0;
}
.page-id-11 .top-product__item__txt a {
color:#000;
}
.breadcrumbs a:after {
border-bottom: 0px solid transparent;
border-left: 0px solid #ffffff;
border-top: 0px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: -10px;
top: 3px;
}
.breadcrumbs a:before {
border-bottom: 0px solid transparent;
border-left: 0px solid rgba(0, 0, 0, 0.2);
border-top: 0px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: -11px;
top: 2px;
}
.wp-pagenavi span {
padding: 3px 10px;
}