﻿.line p {
    font-size: 18px;
}
.line {
    text-align: center;
}
.line a {
    display: block;
    max-width: 400px;
    margin: auto;
    transition: all 0.3s;
    margin-top: 10px;
}
.line a:hover{
    opacity:0.6;
}
div#banner_wrap a {
    display: block;
    width: 50%;
    padding: 20px;
    transition:all 0.3s;
}
div#banner_wrap a:hover{
    opacity:0.6;
}
div#banner_wrap {
    display: flex;
    max-width: 900px;
    margin: auto;
}
.footer_cms{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_cms p {
    margin: 10px 0;
}
#map{
    display:none;
}
#info .info_txt {
    text-align: center;
    width: 100%;
}
header {
    background: white;
}

.cursor, .follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
	transition: 0.3s;
	transition-property: opacity,background,width,height,transform
}
.cursor {
	width: 8px;
	height: 8px;
	z-index: 11;
	background-color: #333;
}
.cursor.is-active{
	background-color: #333;;
}
.follower {
	width: 40px;
	height: 40px;
	border: solid 1px #333;
}
.follower.is-active{
	transform: scale(1.8,1.8);
	border: solid 1px #333;;
}


.wrapper .content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page_title #filter_white {
    padding-top: 180px;
    padding-bottom: 30px;
}
.remodal-overlay {
    background: #00000087 !important;
}
.cms_4-a.cms_wrap.mg_b-20px img {
    opacity: 1;
}
section.top_cms_box{
    background:white;
}

/* ---------- loopSlider ---------- */
section#top_conveyor {
    margin-bottom: 150px;
    margin-top: 50px;
}
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
.loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
.loopSlider .ul .li img{
    border-radius: 0;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/*リンクボタン*/
#top_conveyor .btn {
    z-index: 3;
    display: block;
}
#top_conveyor .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
    font-size: 20px;
}
#top_conveyor .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#top_conveyor .btn a span,#top_conveyor .btn a strong {
    text-align: center;
}
#top_conveyor .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#top_conveyor .btn a:hover {
    background: #212121;
    color: #fff;
}
#top_conveyor .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#top_conveyor .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#top_conveyor .btn a span::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../dup/img/btn_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0.8;
}
#top_conveyor .btn a:hover span::before{
    background-image: url("../dup/img/btn_icon_hvr.png");
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 280px;
}
.loopSlider .ul .li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
.loopSlider .ul .li{
    width: 179px;
}
/*リンクボタン*/
#top_conveyor .btn a::after {
    bottom: 35px;
    right: 27%;
}
#top_conveyor .btn a::before {
    bottom: 30px;
    right: 27%;
}

#top_conveyor .btn a {
    font-size: 17px;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,0.62);
}
#top_conveyor .btn a span::before{
    top: 25px;
}
}


.wrapper {
  max-width: 100vw;
  overflow: hidden;
  width: 100%;
  position: relative;
  height:75vh;
}

.wrapper .next {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: calc(50% - 30px);
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.wrapper .next::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 10px;
}



.wrapper .prev {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 20px;
 bottom: calc(50% - 30px);
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
}

.wrapper .prev::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #828282;
  border-right: solid 3px #828282;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: 10px;
}



.slider {
  width: 400vw;
  display: flex;
  margin: 0 auto;
}

.slider1 {
  transform: translateX(0);
  transition: all 0.3s;
}

.slider2 {
  transform: translateX(-100vw);
  transition: all 0.3s;
}

.slider3 {
  transform: translateX(-200vw);
  transition: all 0.3s;
}

.slider4 {
  transform: translateX(-300vw);
  transition: all 0.3s;
}

.content {
  width: 100%;
  max-width: 100vw;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content1 {
  background-color: #ededed;
}

.content2 {
  background-color: #cfcfcf;
}

.content3 {
  background-color: #9c9c9c;
}

.content4 {
  background-color: #636363;
}

.indicator {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: flex;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.wrapper li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  list-style: none;
  border: 1px #000 solid;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}


#list1 {
  background-color: #000;
}





#page_title h2 {
    font-size: 24px;
}
#page_title {
    position: relative;
}
#page_title p {
    text-align: center;
    font-size: 80px;
    opacity: 0.1;
    font-style: italic;
    position: absolute;
    left: 0;
   bottom: -20px;
    width: 100%;
}
a.linkStyle {
    text-decoration: underline;
    color: black;
}
.remodal .box_txt1{
    text-align:right;
    padding-left:10px;
}
.remodal-overlay {
    background: #000000bf;
}
a:hover{
    cursor:pointer;
}
.remodal figure{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
}
.remodal {
    max-width: 500px !important;
}
.color_box span.white {
    background: white;
}

.color_box span.black {
    background: black;
}
.color_box {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.color_box span {
    width: 13px;
    height: 13px;

    display: block;
    border: 1px solid #d1d1d1;
}
#header_menu li:hover span.jp,#bottom_menu li:hover span.jp{opacity: 0;}
header #header #header_menu li a span.en,#bottom_menu li a span.en{ opacity:0;}
header #header #header_menu li:hover a span.en,#bottom_menu li:hover a span.en {opacity: 1;}
header #header #header_menu li,#bottom_menu li{ position:relative;}
header #header #header_menu li a span.en,#bottom_menu li a span.en {
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}
footer div.bg_color2 {
    background: white;
}
header #header #header_menu li a span.en, #bottom_menu li a span.en {
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    text-align: center;
}
header #header #header_menu li{
    width: 90px !important;
}

header #header #header_menu li:last-of-type {
    width: 150px !important;
}

header #logo .logo {
    width: 100%;
    max-width: 100px;
    margin: 0;
}
#bottom_menu ul li {
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    display: inherit; 
}
.swiper-slide{
    opacity:1;
}
#main_img {
    max-height: 75vh;
    margin-top: 120px;
}
header {
    padding: 20px;
}
div#main_txt {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#main_img:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #ffffff8f;
    z-index: 2;
}
#wrap {
    background-color: #ffffff;
}
div#main_txt p:last-of-type {
    font-size: 2em;
    margin-top: 20px;
    line-height: 1em;
}

div#main_txt p:first-of-type {
    font-size: 5em;
    font-style: italic;
    line-height: 1em;
}
#contents p.con_no {
    font-size: 4em;
    line-height: 1em;
}
.btn_container.grid_12_sp a {
    display: block;
    background: #242424;
    color: white;
    padding: 5px;
    margin-top: 10px;
}
/*-----------------------------------------タブレット----------------------------------------*/
@media screen and (max-width:768px){
    .cursor,.follower{
        display:none;
    }
    .wrapper,.content {
    height: 60vw;
    }
    div#main_txt p:first-of-type {
    font-size: 3em; 
    }
    div#main_txt p:last-of-type {
    font-size: 1.5em;
    }
   div#cms_2-h div.cate .d_flex {
    flex-direction: column;
    padding-bottom: 50px;
}
div#cms_2-h .cate_title_wrap {
    width: 100% !important;
        padding: 40px;
}
div#cms_2-h figure.cate_img1 {
    width: 100% !important;
    padding:40px;
}
}

/*----------------------------------------スマホ----------------------------------------*/
@media screen and (max-width:667px){ 
    #main_img {
    height: 50vh;
}
.wrapper, .content {
    height: 50vh;
}
div#main_txt p{
    white-space:nowrap;
}
div#main_txt p:last-of-type {
    font-size: 18px;
    letter-spacing: 0px;
}
div#main_txt p:first-of-type {
    font-size: 24px;
}
.wrapper .prev,.wrapper .next{
    display:none;
}
.top_cms_box .cms_title {
    text-align: center;
    margin-bottom: 50px;
}
#contents p.con_no {
    font-size: 3em;
}
#logo2 {
    width: 200px;
}
article#top_cms_h .top_cms_box {
    opacity: 1;
    transform: translateY(0);
}
#page_title h2 {
    font-size: 16px;
}
#page_title p {
    text-align: center;
    font-size: 50px;
    bottom: 10px;
}
#page_title #filter_white {
    padding-top: 150px;
    padding-bottom: 30px;
}
.remodal {
    max-width: 90% !important;
}
.remodal figure {
    height: 250px;
}
div#cms_2-h .cate_title_wrap {
    width: 100% !important;
    padding: 10px;
}
div#cms_2-h figure.cate_img1 {
    width: 100% !important;
    padding: 0;
}
div#cms_2-h div.cate .d_flex {
    padding-bottom: 20px;
}
#page_title {
    margin-bottom: 50px;
}
div#banner_wrap a {
    width: 100%;
    box-sizing: border-box;
}
div#banner_wrap {
    flex-direction: column;
}
}