@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

  :root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #F5F5F5;
	  --color-base2: #E0E0E0;
    --color-theme: #000;
      --color-theme-right: #939393;
--color-other: #ff7362;
      
    --font-family-gothic: "linotype-sabon", sans-serif;
     /* --font-family-gothic: gotham, sans-serif;*/
	  --font-family-gothic2: gotham, sans-serif;

	  --font-family-gothic3: owners-narrow, sans-serif;
	  
      
	  --font-family-mincho-ja: "Hina Mincho", serif;

      
    --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:2.2;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;/*border:0;*/outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
/*CSSで読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*/CSSで読み込み時にフェードイン*/
body {
  margin: 0 auto;
  padding: 0;
  
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
    /*font-family: YuGothic, 游ゴシック, sans-serif;*/
    /*font-family: MS PGothic, sans-serif;*/
	/*font-family: \6e38\30b4\30b7\30c3\30af\4f53, YuGothic, \6e38\30b4\30b7\30c3\30af, Yu Gothic, \30d2\30e9\30ae\30ce\89d2\30b4 Pro, Hiragino Kaku Gothic Pro, \30e1\30a4\30ea\30aa, Meiryo, Osaka, \ff2d\ff33 \ff30\30b4\30b7\30c3\30af, MS PGothic, sans-serif;*/
	/*font-family: "Noto Sans JP", sans-serif;*/
	/*font-family: "Hina Mincho", serif;*/
	font-size: 14px;
    line-height: 1.8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    line-height: 2;
  font-weight: normal;
  color: #000;
  -webkit-text-size-adjust: 100%;
    background:#FFF;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 13px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
	
}

img {
  vertical-align: middle;
  border: none;
}



.sec {
    margin-bottom: 40px;
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/*a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}*/


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 768px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 20px;
  }
  section {
    padding: 30px 0;
      
  }
}




@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .headercontainer {
    padding: 10px 20px;
  }
  section {
    padding: 100px 0;
      
  }
}
/*お問い合わせボタン*/
#container {
    position: relative;
}
.contact_wrap {
    
    position: fixed;
bottom: 100px;
right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:stretch;
z-index: 2;
}

.contact {
	
    
background: var(--color-theme);
    padding: 1.4rem 1.5rem 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
	width: 60px;
    transition: 0.5s;
	border-radius: 50vh;
	font-feature-settings: initial;
	font-size: 16px;
	border: solid 1px #FFF;
	
}

.contact:hover {
   
	letter-spacing: 0.3em;
}
.contact span {
	font-weight: 100;
    writing-mode: sideways-rl;
	font-family: var(--font-family-gothic2);
    color: #FFF;
    
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
@media only screen and ( max-width : 768px ) {
    .contact_wrap {
   
   position: fixed;
bottom: 20px;
right: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:stretch;
z-index: 2;
}
.contact {
    background: var(--color-theme);
    padding: 1.4rem 1.5rem 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
	width: 160px;
    transition: 0.5s;
	border-radius: 50vh;
	font-feature-settings: initial;
	font-size: 16px;
	border: solid 1px #FFF;
   
    
}
.contact span {
	font-weight: 300;
    writing-mode: horizontal-tb;
	font-family: var(--font-family-gothic2);
    color: #FFF;
    
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
}
/*お問い合わせボタン*/
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

.headerColor-default {
  color: #000;
  /* （画像よりも下までスクロールした時に変えたい文字色） */
    background-color:#FCFCFC;
    border-bottom: #000 0.5px solid;
    /*box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
    transition: all 0.5s 0s ease-in-out;
}
.h_logo  {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 30px;
     left: 40px; 
    background-image: url(../img/common/logo_b.svg);
    background-repeat: no-repeat;
     transition: all 0.5s 0s ease-in-out;
}
.h_logo a div {
    width: 130px;
    height: 130px;
}
.headerColor-default #gNav li a {
   
    color: #000;
	transition: all 1s;
}

.headerColor-default #gNav li a:hover{
transform: translate(0,3px);
}
.headerColor-default .h_logo  {
    width: 230px;
    height: 40px;
    position: absolute;
    top: 20px;
     left: 20px; 
    background-image: url(../img/common/logo_bk.svg);
    background-repeat: no-repeat;
     transition: all 0.5s 0s ease-in-out;
}
.h_logo_daini  {
    width: 230px;
    height: 40px;
    position: absolute;
    top: 20px;
     left: 20px; 
    background-image: url(../img/common/logo_bk.svg);
    background-repeat: no-repeat;
     transition: all 0.5s 0s ease-in-out;
}
@media only screen and ( max-width : 1200px ) {
.headerColor-default .h_logo {
    width: 130px;
    top: 10px;
     left: 10px; 
}
}



.h_nav_mincho #gNav li a span.jp {
}
.h_nav_mincho #gNav li a span.en {
    font-family: var(--font-family-gothic2);
	
}
.h_nav_gothic #gNav li a span.jp {
    font-family: var(--font-family-gothic-ja);
}

/*テキスト切り替え*/
#gNav li a span.en {
    display: inline;
        font-family: var(--font-family-gothic2);
    font-weight: 200;
    

}
#gNav li a span.ja {
    display: inline;
        font-family: var(--font-family-mincho-ja);
    font-weight: 100;
    

}
#gNav li a:hover span.en {
    display: none;

}

#gNav li a span.jp {
    display: none;
     
 
}
/*テキスト切り替えふわっとさせる*/
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#gNav li a:hover span.jp {
    display: inline;
    animation: show 0.5s linear 0s;
}
/*テキスト切り替えふわっとさせる*/

#gNav li a:hover span.jp {
    display: inline;
    

}
#gNav li.btn a:hover span.jp{
    display: inline;
    
}
#gNav li.nav1 {width: 80px; }
#gNav li.nav2 {width: 90px; }
#gNav li.nav3 {width: 100px; }
#gNav li.nav4 {width: 120px;}
#gNav li.nav5 {width: 80px; }
#gNav li.nav6 {width: 100px; }
#gNav li.nav7 {width: 90px;}

@media only screen and ( max-width : 1300px ) {
    

}


/*テキスト切り替え*/
@media only screen and ( max-width : 768px ) {
.spnone {display: none;}
    }
#header {
  
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;

}
#gNav a:hover {
  color: #FFF;
   
}
nav li a {
  

}
#gNav li a:hover span.jp {
}
@media only screen and ( max-width : 768px ) {nav li a {
  font-size: 12px;
  letter-spacing: 0em;
}}

@media only screen and ( max-width : 768px ) {


  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    width: 100px;
      height:100px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 100;
  }
	.h_logo a div {
    width: 100px;
      height:100px;
}
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
    .sns_wrap {
		padding: 0 15px;
		

	}
	.mean-container .mean-nav ul li.sns_wrap a {
				display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
		text-align: center;
			
	}
	
	.sns_wrap img {
		width: 30px;
		
	} 
	.sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
}

@media print, screen and ( min-width : 769px ) {
#header {
    height: 80px;
  }
  .h_logo img {
    width: 160px;
      position: absolute;
      top: 20px;
      left: 20px;
  }
  #h_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
   margin: 0 0.3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 14px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 60px;
      color: #FFF;
  }
  #gNav li a.black {

      color: #000;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
   background: rgba(225,225,225,.8);
  }
    #gNav li.nav6 .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 0%;
    margin-left: -150px;
    width: 300px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #gNav li:hover ul.sub-menu {
    top: 60px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
     

  }
    .h_nav_gothic #gNav li:hover ul.sub-menu a {
         font-family: var(--font-family-gothic);
    }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
	.sns_wrap a {
		display: flex;
    justify-content: center;
    align-items: center;
		padding: 0 15px;
	}
	.sns_wrap img {
		width: 30px;
	} 
    .sns_wrap svg {
		width: 26px;
		vertical-align: middle;
		fill: #FFF;
	}
.headerColor-default .sns_wrap svg {
		fill: #000;
	}
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 0;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.js-mainVisual {
    height: 100vh;
}
.js-mainVisual img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 80px;
  }
  .btn {
    width: 300px;
  }
}

/*最新情報*/
.news_bk {
	background: #000;
	
}
.top_mds {
	
}
.top_mds_in {}
.top_mds h2 {
    font-family: var(--font-family-gothic);
font-weight: 500;
	font-size:clamp(3rem, 10vw, 19rem);
	line-height: 1;
background: url("../img/top/niji.jpg") no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
	background-attachment: fixed;
background-size: cover;
	background-position: 30% 0%;
	
	
    
  
}

section.top_information {
    
    
   
    
}
section.top_information h3 {
	font-family: var(--font-family-gothic);
font-weight: 500;
font-style: normal;
	font-size: clamp(30px, 3vw, 3vw);
	color: #FFF;
}
.top_information_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
	
}
.top_information_news {
	width: 50%;
	padding-right: 60px;
}
.top_information_schedule {
	width: 50%;
	padding-left: 60px;
	color: #FFF;
}
@media print, screen and ( max-width : 768px ) {
	.top_mds_in {
		padding: 0 20px;
	}

	.top_information_news {
	width: 100%;
	padding-right: 0px;
}
.top_information_schedule {
	width: 100%;
	padding-left: 0px;
}
	.top_mds h2 {
    
font-weight: 400;
}
}
.seemore_wrap {
	display: flex;
    align-items: center;
    justify-content: flex-end;
	margin-top: 30px;
}

a.seemore {
    
	width: 180px;
	display: block;
	position: relative;
	
	font-weight: 500;
	color: #FFF;
}
a.seemore::before{
	content: '';
	width: 42px;
	height: 1px;
	position: absolute;
	background-color: #FFF;
	right: 0;
	bottom: 15px;
	transition: all .3s;
}
a.seemore::after{
	content: '';
	width: 12px;
	height: 1px;
	position: absolute;
	background:#FFF;
	bottom: 19px;
	right: 0;
	transform: rotate(40deg);
	transition: all .3s;
}
/*a.seemore:hover::before{ transform: translateX(-10px); }
a.seemore:hover::after{ transform: translateX(-10px) rotate(40deg); }*/
a.seemore:hover {
    
	color: var(--color-other);
}
a.seemore:hover::before{
	background-color:var(--color-other);
	width: 80px;
	
}
a.seemore:hover::after{
	background-color:var(--color-other);
	
}
a.seemore:hover {
	letter-spacing: 0.1em;
}
a.seemore span.en {
font-family: var(--font-family-gothic);
font-weight: 400;
	font-family: gotham, sans-serif;
font-weight: 500;
}
@media screen and (max-width: 768px) {
    a.seemore span.en {
        font-size: 13px;
    }
    
}
a .construction_wrap_item h3.ttl_arrow {
    
    font-weight: 500;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.seemore span.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1.5em;
  height: 0.05em;
  background: currentColor;
    margin-left: 0.5em;
}

a.seemore span.dli-arrow-right::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  border: 0.05em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}






.infomation_box {
    
   height: auto;
   overflow:scroll;
    
    min-height: 100px;
    max-height: 400px;
    width: 100%;
    margin: 0 auto 40px;
    

    
}
.topics dl {

	
	padding: 0.5em 0;
	color: #FFF;
	
}
.topics dl:first-child {
	
}
.topics dt {
font-family: var(--font-family-gothic3);
font-weight: 700;
font-style: normal;
}

.topics dd {
  line-height: 1.8;
}

.topics a {
color: #FFF;
    
}


@media screen and (min-width: 768px) {
.topics dt {
}
	
	
}
@media screen and (max-width: 768px) {
    .topics dt,.topics dd {
    line-height: 1.6;}
    .topics dt {
        padding: 5px 0 0;
    }
    .topics dd {
        padding: 0 0 5px;
    }
	.topics dt {
height: auto;

}

.topics dd {
    height: auto;
}
}
/* ページャー  */
.pager {
    margin: 60px 0 0;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
    text-align: center;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */
.date02 {
    font-size: 1em;
    font-weight: normal;
    color: var(--color-theme);
    text-align: right;
}
.information_shosai h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0.8em;
    line-height: 1.6em;
     display: flex;
    justify-content: flex-start;
    align-items: center;
    
}
.information_shosai h4 span  {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6em;
    text-transform: uppercase;
    font-family: var(--font-family-gothic2);
    
    padding: 5px 15px;
    width: auto;
    color: #FFF;
    display: inline-block;
    margin-right: 15px;
}
.information_shosai h4 span.news {
	background: var(--color-theme);
}
.information_shosai h4 span.campaign {
	background: var(--color-secondary);
}
.day {
	font-family: var(--font-family-gothic2);
	text-align: right;
	margin-bottom: 0.5em;
}

.information_shosai {
    
   
    margin-bottom: 40px;
}
.information_shosai img {
    margin: 2em auto;
    display: block;
    width: 100%;
    max-width: 600px;
}
.information .information_shosai {
    background-color: #FFF;
    padding: 4em;
    box-shadow: 0 0 10px #999;
    margin: 2em auto;
}
@media screen and (max-width: 768px) {
    .information_shosai h4 {
    font-size: 16px;
    margin-bottom: 0.5em;
        display: flex;
        flex-wrap: wrap;
}
.information_shosai h4 span  {

    font-size: 13px;
    margin-right: 0;
    display: block;
    margin-bottom: 0.5em;
}

   .information_shosai {
    
    margin: 2em auto;
}
    .information_shosai img {
    margin: 1em auto;
    
}
    h2.information_mds {
    font-size: 1.1em;
   margin-bottom: 0.5em;
    
}
}


/*What's New*/
/*私たちがお届けする工事*/
.top_construction {
    background:#F5F5F5;
}
.h2_top_construction_mds_wrap {
    max-width: 1306px;
    margin: 0 auto;
    
    margin-bottom: 1em;
    
}
.top_construction_container {
    max-width: 1306px;
    margin: 0 auto;
   
    
    margin-bottom: 1em;
    padding: 0 20px;
}
.construction_wrap {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
}
.construction_box {
    
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
}
.construction_box a {
    width: 33%;
    
    padding: 3em;
}

a .construction_wrap_item .btn_gazoukirikae {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto 20px;
	display: block;
	
	overflow: hidden;
	cursor: pointer;
	z-index: -1;
}

a .construction_wrap_item .btn_gazoukirikae img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	width: 100%;
	height: 400px;
	object-fit: cover;
	filter: brightness(1.2)
}
a .construction_wrap_item:hover .btn_gazoukirikae img:nth-of-type(2) {
	opacity: 0;
	
}
a .construction_wrap_item .btn_gazoukirikae img:nth-of-type(1) {
border-radius: 20px;
	filter: brightness(1)
}

a .construction_wrap_item h4 {
	font-size: 40px;
    font-family: var(--font-family-gothic);
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 20px;
	margin-top: -40px;
	margin-left: -20px;
    
}
a .construction_wrap_item h3 {
    font-weight: 500;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
	font-size: 16px;
}
a .construction_wrap_item .viewmore {
	display: flex;
    align-items: center;
    justify-content: center;
    background:var(--color-silver-right);
	color: #000;
    padding: 8px;
    /*border: solid 1px #383838;*/
    width: 160px;
    margin-left: auto;
	font-family: var(--font-family-gothic2);
    font-weight: normal;
	font-size: 13px;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
a .construction_wrap_item:hover .viewmore {
	background:var(--color-theme);
	color: #FFF;
}
@media screen and (max-width: 1200px) {
	.construction_box a {
    width: 50%;
    
    padding: 2em;
		margin-bottom: 20px;
}
	a .construction_wrap_item .btn_gazoukirikae {
	
	height: 300px;
	
}

}
@media screen and (max-width: 768px) {
    .construction_box a {
    width: 100%;
    
    padding: 0em;
		margin-bottom: 20px;
}


a .construction_wrap_item .btn_gazoukirikae {
	position: relative;
	width: 100%;
	height: 200px;
	margin: 0 auto 10px;
}

    a .construction_wrap_item h3 {
    font-size: 14px;
    
}
    a .construction_wrap_item h4 {
    font-size: 25px;
		margin-top: 0;
		margin-left: 0;
    margin-bottom: 0px;
}
	a .construction_wrap_item .viewmore {
	
    padding: 6px;
   
    width: 140px;
    
	font-size: 12px;
	
}
}

/*私たちがお届けする工事*/

/*オンリーワンクラブ　エクステリアカタログ*/
.top_catalog {
    background: #FFF;
	position: relative;
}

.top_catalog:after {
	content: "";
    display: block;
    width: 100%;
    height: 420px;
    background-color: var(--color-base);
    position: absolute;
    bottom: 0;
    left: 0;
}
.top_catalog_container {
	
	max-width: 1306px;
    margin: 0 auto;
}
.h2_top_catalog_mds_wrap {
    max-width: 1306px;
    margin: 0 auto;
    
    margin-bottom: 1em;
    padding: 0 20px;
}


.top_catalog {
    
    width: 100%;
    padding: 8% 0;
    margin: 0 auto;
}
.catalog_box {
  
    
  
    margin: 20px;
    
    
    position: relative;
    
}




a .catalog_box{
transition: all 0.5s;
}
a .catalog_box:hover{
transform: translate(0,5px);
}

.catalog_box .text p {
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	line-height: 1.6;
}

.catalog_box .pict {
  
padding-bottom: 10px;
  
}

.catalog_box .pict img {
  width: 100%;
  height:auto;
    height: 420px;
    object-fit: cover;
}
.catalog_box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    
}
.swiper-slide .link {
	display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_box h3 span.con_type {
color: #FFF;
    display: inline-block;
    text-align: center;
    
    width: auto;
    padding: 0.3em 1em;
    line-height: 1;
    
    font-size: 0.9rem;
    font-weight: normal;
    margin-left: 1em;
}
@media screen and (max-width: 1100px) {
	.catalog_box .pict img {
  
    height: 300px;
    
}
}
@media screen and (max-width: 981px) {
	.catalog_box .pict img {
  
    height: 500px;
    
}
}
@media screen and (max-width: 980px) {
	.catalog_box .pict img {
  
    height: 230px;
    
}
}
@media screen and (max-width: 768px) {
    
.catalog_box h3 {
    font-size: 16px;
    
    
}
	.top_catalog:after {
    height: 300px;

}
	.swiper-slide .link img {
	width: 130px;
}
}

/*オンリーワンクラブ　エクステリアカタログ*/

/*キャンペーン*/

section.top_campaign {
    
    
    background-color:#EDEDED;
    
}
.top_campaign_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
    
}

.top_campaign_wrap {
	 display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
}
.top_campaign_img {
	width: 50%;
}
.top_campaign_txt {
	width: 50%;
	padding-left: 140px;
	font-family: var(--font-family-mincho-ja);
}
.top_campaign_txt h3 {
	text-transform: uppercase;
	font-size: 60px;
    font-weight: 500;
    line-height: 1.2666666667;
    margin: 0 0 32px;
	-webkit-transform: translateX(-42.9%); */
    transform: translate(-42.9%);
	font-family: var(--font-family-gothic);
    font-weight: normal;
}
@media only screen and ( max-width : 768px ) {

.top_campaign_container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    
}

.top_campaign_wrap {
	 display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
}
.top_campaign_img {
	width: 100%;
}
.top_campaign_txt {
	width: 100%;
	padding-left: 0px;
	font-family: var(--font-family-mincho);
}
.top_campaign_txt h3 {
	text-transform: uppercase;
	font-size: 26px;
    font-weight: 500;
    line-height: 1.2666666667;
    margin: 20px 0 20px;
    transform:none;
	font-family: var(--font-family-gothic);
    font-weight: normal;
}

}
/*キャンペーン*/
/*対応可能エリア*/
.h2_top_area_mds_wrap {
    max-width: 1306px;
    margin: 0 auto;
    
    margin-bottom: 1em;
    
}
h2.h2_top_area_mds {
    font-style: normal;
    font-size: 3rem;
    line-height: calc(33 / 26);
    text-transform: uppercase;
    font-family: var(--font-family-gothic);
	text-align: center;
	position: relative;
   
}
h2.h2_top_area_mds:after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #e2bf70;
    margin: 10px auto 0;
}
h2.h2_top_area_mds span {
    
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: calc(30 / 16);
	text-align: center;
}
.sekouarea_wrap {
    margin-bottom: 40px;
}
h2.h2_top_area_mds1 {
     font-family: var(--font-family-gothic);
}
h2.h2_top_area_mds2 {
     font-family: var(--font-family-gothic2);
}
h2.h2_top_area_mds2 span {
     font-family: var(--font-family-gothic-ja);
}
h2.h2_top_area_mds3 {
     font-family: var(--font-family-gothic3);
}
h2.h2_top_area_mds3 span {
     font-family: var(--font-family-gothic-ja);
}
h2.h2_top_area_mds4 {
     font-family: var(--font-family-gothic4);
}
h2.h2_top_area_mds4 span {
     font-family: var(--font-family-gothic-ja);
}
h2.h2_top_area_mds5 {
     font-family: var(--font-family-gothic5);
}
h2.h2_top_area_mds5 span {
     font-family: var(--font-family-gothic-ja);
}
h2.h2_top_area_mds6 {
     font-family: var(--font-family-gothic6);
}
h2.h2_top_area_mds6 span {
     font-family: var(--font-family-gothic-ja);
    color: var(--color-secondary);
}
@media only screen and ( max-width : 768px ) {
    h2.h2_top_area_mds {
    font-size: 1.5rem;
    
}
h2.h2_top_area_mds span {
    
    
    font-size: 0.8rem;
    
}
}

section.top_area {
    
    
   
    
}
.top_area_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
    
}
.sekouarea {
    margin-bottom: 1em;
}
.sekouarea_ttl {
    border-bottom: solid 0.5px #383838;
    font-size: 18px;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    
}
.sekouarea p {
    font-size: 13px;
}
.top_area_container h3 {
    color: #FFF;
    background:var(--color-theme);
    
    padding: 10px 20px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: calc(30 / 16);
    margin-bottom: 1em;
    text-align: center;
    
}

.top_area_container1 h3 {
   font-family: var(--font-family-gothic); 
}
.top_area_container2 h3 {
   font-family: var(--font-family-gothic-ja); 
}
.top_area_container3 h3 {
   font-family: var(--font-family-gothic-ja); 
    background: var(--color-secondary);
}
@media screen and (max-width: 768px) {
    .sekouarea_ttl {
    font-size: 15px;
    
}
    .sekouarea p {
    font-size: 12px;
}
.top_area_container h3 {
    color: #FFF;
    background:var(--color-theme);
    
    padding: 5px 10px;
    font-size: 15px;
    
}

}
/*ボックス全体*/
.switchbox {
    padding: 0;
    border-radius: clamp(8px, 1.06vw, 16px);
    
  margin: 1em auto;
}
@media screen and (max-width: 800px) {
    .switchbox {width: calc(100% - 20px);
        margin: 0.5em auto;
}
}
/*ラベル*/
.switchbox label {
    display: block;
    font-weight: normal;
    cursor :pointer;
    text-align: center;
    border-bottom: solid 1px #000;
    font-size: 14px;
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    
}


/*チェックボックスを非表示にする*/
.switchbox input {
    display: none; 
    
}
/*中身を非表示にしておく*/
.switchbox div.hihyouji {
    height: 0;
    overflow-y: hidden;
    transition: 0.8s;/*ゆっくり表示させる*/
    opacity: 0;
}
.switchbox_in {
    padding: 0em;
}


.switchbox_in .sekouarea p {
    font-size: 13px;
}
@media screen and (max-width: 598px) {
    .switchbox label {
   
    font-size: 14px;
    margin-bottom: 0;
    
        line-height: 1.6;
    
}
    .switchbox_in {
    padding: 0;
}
    .switchbox_in .sekouarea p {
    font-size: 12px;
        line-height: 1.6;
}
}
/*クリックで中身を表示*/
.switchbox input:checked + label + div {
    height: auto;
    opacity: 1;
}
/*アイコン*/
.switchbox label::before {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-right: 8px;
    position: absolute;
    right: 0;
}
/*クリックでアイコン入れ替え*/
.switchbox input:checked + label::before {
    content: '\f068';
}

/*対応可能エリア*/
/*フッター*/
.daini_footer_img {
    

background: linear-gradient(135deg, rgba(0,0,0,0.3), rgba(0,0,0,0.3) ) fixed,url(../img/slide/1.jpg);
    background-position: center bottom;
    height: 400px;
    background-size: cover;
    }
.daini_footer_img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}
footer {
    background: #000;
    padding: 80px 0;
}
.footer {
    max-width: 1306px;
    margin: 0 auto;
}
@media screen and (max-width: 1500px) {
	.footer {
    
   padding: 0 100px 0 20px;
}
}
.footer_wrap {
    
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
    justify-content:space-between;
}
footer .footer_logo {
    width: 200px;
    margin-bottom: 40px;
}
footer .footer_logo img {
    width: 200px;
}
.footer_left {
    width: 30%;
}
.footer_right {
    width: 70%;
    display: flex;
    align-items: flex-start;
    justify-content:flex-end;
}
.footmenu li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    position: relative;
  }

.footmenu li a {
    color: #FFF;
	line-height: 1.4;
		padding: 2px 0;
	transition: all 1s;
	font-size: 13px;
}


.footmenu li a:hover{
color: var(--color-other);
	
}
.footmenu li ul li {
    margin-left: 2em;
    
}
.footmenu li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.footmenu li ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "/";
  position: absolute;
  left : -1em; /*左端からのアイコンまで*/
}

@media screen and (max-width: 768px) {
.daini_footer_img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
    .footmenu li {padding: 0;
        font-size: 14px;
        
    }
    ul.footmenu{
 list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
}
    .footmenu li{
  margin: 0;
        width: 100%;
		line-height: 1.4;
		padding: 0.2em 0;
		
}
.footmenu li a {
   font-size: 12px;
}
    .footmenu li ul li {
        border-bottom:none;
        width: 100%;
        font-size: 0.9em;
    }
    .footmenu li ul li a {
    
    line-height: 1.6;
    
}
}
.footer_right_in {
    padding: 0 30px;
}
.footer_copy {
    width: 100%;
    color: var(--color-base2);
    text-align:right;
    margin-top: 50px;
    font-family: var(--font-family-gothic2);
	font-weight: 300;
}
@media screen and (max-width: 768px) {
    footer {
    
    padding: 60px 0 100px;
}
.footer {
    width: 100%;
	padding: 0 20px;
}
.footer_wrap {
    
    display: flex;
    align-items:stretch;
    justify-content:space-between;
}
footer .footer_logo {
    width: 200px;
    margin-bottom: 40px;
}
footer .footer_logo img {
    width: 200px;
}
.footer_left {
    width: 100%;
}
.footer_right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content:flex-end;
}

.footer_right_in {
    padding: 0 0px;
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
}
.footer_copy {
    width: 100%;
    color: #707070;
    text-align: left;
    margin-top: 30px;
    
}

}
/*フッター*/
/*ページトップへ戻るボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
    z-index: 99;
    
}
#page-top a {
  background: #FFF;
    border:solid 1px #000;
  text-decoration: none;
  color: #fff;
  width: 60px;
    height: 60px;
  padding: 10px 10px;
  text-align: center;
  
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
    z-index: 99;
    
}
    #page-top a {
  width: 50px;
    height: 50px;
}
}
/*ページトップへ戻るボタン*/
/*第二見出し*/
section.daini_ttl {
	
  filter: grayscale(100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height:100vh;
/*中に入るもの（テキスト）を縦横中央に配置*/
  display: flex;
  align-items: center;
  justify-content: center;
	
	padding: 0 8%;
	
}
section.daini_ttl::before {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	
}
section.daini_ttl_information {
	background-image: url("../img/slide/1.jpg");
}

section.daini_ttl_schedule {
	background-image: url("../img/image/img01.jpg");
}
section.daini_ttl_profile {
	background-image: url("../img/image/469122096_18374904490129653_8789747238629936372_n.jpg");
}
section.daini_ttl_mythoughts {
	background-image: url("../img/top/111.jpg");
}
section.daini_ttl_results {
	background-image: url("../img/top/222.jpg");
}
section.daini_ttl_product {
	background-image: url("../img/image/498678678_18398711764129653_5982435166769708369_n.jpg");
}
section.daini_ttl_gallery {
	background-image: url("../img/slide/7.jpg");
}
section.daini_ttl_supporter {
	background-image: url("../img/image/476502414_18383908942129653_5421065326844792001_n.jpg");
}
section.daini_ttl_inquiry {
	background-image: url("../img/image/502375228_18400084624129653_6205223616266927266_n.jpg");
}
section.daini_ttl_link_collection {
	background-image: url("../img/image/498678678_18398711764129653_5982435166769708369_n.jpg");
}
section.daini_ttl_sitemap {
	background-image: url("../img/image/277440590_957251494990498_4296919934213724421_n.jpg");
}
section.daini_ttl_privacy_policy {
	background-image: url("../img/image/469913708_18375551257129653_1567744068859746587_n.jpg");
}
.daini_ttl h2 {
	font-size: clamp(2rem, 4vw, 19rem);
    font-family: var(--font-family-gothic);
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
/*    text-transform: uppercase;
*/    line-height: 1em;
    margin-bottom: 20px;
	color: #FFF;
	position:absolute;
  text-transform:capitalize;
}

@media only screen and ( max-width : 768px ) {



}

/*第二見出し*/
/*第二コンテンツ*/

.daini_container {
   max-width: 1300px;
	width: 100%;
	padding: 4% 0;
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	.daini_container {
   	padding: 4% 20px;
}
}

.daini_container h3,.daini_container_600 h3 {
	font-size: clamp(1.5rem, 4vw, 19rem);
    font-style: normal;
    text-transform: capitalize;
    line-height: 1em;
    margin-bottom: 0.5em;
	font-family: var(--font-family-gothic2);
	text-align: center;
}
.daini_container h3 span,.daini_container_600 h3 span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	padding-top: 1em;
}
.daini_container h3.left {
	font-size: clamp(1.5rem, 4vw, 19rem);
    font-style: normal;
    text-transform: capitalize;
    line-height: 1em;
    margin-bottom: 0.8em;
	font-family: var(--font-family-gothic2);
	text-align: left;
}
.daini_container h3.left span {
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-align: left;
	letter-spacing: 0.1em;
	padding-top: 1em;
}
.daini_container_600 {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.daini_container_600 a {
	 color:  var(--color-theme);
}
.daini_container_600 a a.seemore {
	color:  var(--color-theme);
}
.daini_container_600 a.seemore::before,.daini_container_600 a.seemore::after {
	background:  var(--color-theme);
}
.daini_container_600 a.seemore:hover::before,.daini_container_600 a.seemore:hover::after {
	background:  var(--color-other);
}
.daini_container_600 .topics dd {
	border-bottom: solid 0.5px var(--color-theme-right);
}
@media screen and (max-width: 600px) {
}

/*第二コンテンツ*/





/*サイトコンテンツ*/
.top_sitecontents_container {
    max-width: 1306px;
    margin: 0 auto;
    padding: 0 20px;
    
}
.top_sitecontents_container_wide {
    
    padding: 0 80px;
    
}
@media only screen and ( max-width : 768px ) {
	.top_sitecontents_container_wide {
    
    padding: 0 20px;
    
}
}
.top_schedule_contents {
	 display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.top_schedule_contents_in {
	width: 16.666%;
	padding: 0.1vw;
	transition: all 0.5s;
}
.top_schedule_contents_in:nth-child(odd) {
	padding-top: 60px;
}
.top_schedule_contents_cont {
	
	
}
.top_schedule_contents_cont_img {
	height: 500px;
	overflow: hidden;
	margin:			10px 8px 10px 16px;
	overflow:		hidden;
	position:		relative;
}
.top_schedule_contents_cont_img .caption {
	font-size:		15px;
	font-weight: 600;
	text-align: 		center;
	color:			#fff;
	letter-spacing: 0.1em;
}
.top_schedule_contents_cont_img .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.1);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.3s ease;
}
.top_schedule_contents_cont:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:calc(250px - 0.5em);	/* ホバーで下にずらす */
}
.top_schedule_contents_cont_img img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	filter: grayscale(100%);
	transition: transform .6s ease; /* ゆっくり変化させる */
}
.top_schedule_contents_cont:hover img {
	filter: grayscale(0%);
	transform: scale(1.1); /* 拡大 */
	transition: transform .6s ease;
}
.top_schedule_contents_cont h3 {
	font-size: clamp(18px, 1vw, 30px);
	font-family: var(--font-family-gothic);
    font-weight: 500;
    font-style: normal;
	display: block;
	text-align: center;
	text-transform:capitalize;
	color: #000;
}
@media only screen and ( max-width : 1200px ) {
	.top_schedule_contents_in {
	width: 33.3%;
}

}
@media only screen and ( max-width : 768px ) {
	.top_schedule_contents_in {
	width: 50%;
}
	.top_schedule_contents_in:nth-child(odd) {
	padding-top: 0px;
}
	.top_schedule_contents_cont_img {
	height: 180px;
}
.top_schedule_contents_cont_img img {
	height: 180px;
}
.top_schedule_contents_cont h3 {
	line-height: 1.1;
}
}
/*サイトコンテンツ*/
/*サイトマップ*/


.sitemap a li {
    display: list-item;  /* 縦に並べる */
  list-style-type: none;
  text-transform: capitalize;
    text-decoration: none;
    background: #F9F9F9;
    
	
    
  }

.sitemap a li{
    color: var(--color-theme);
    position: relative;
	padding-left: 4em;
	
    transition: all .3s;
	width: 100%;
	line-height: 4em;
	margin-bottom: 1em;
}
.sitemap a li:before {
	content: '';
    width: 3em;
    height: 1px;
    position: absolute;
    background-color: var(--color-theme);
    
    bottom: 2em;
    position: absolute;
    left: -1em;
	transition: all .3s;
}
.sitemap a li:hover::before {
	width: 4em;
	background-color: var(--color-theme-right);
	
}
.sitemap a li:hover {
	color: var(--color-other);
	padding-left: 5em;
	font-weight: 600;
}



.sitemap li ul {
    margin-bottom: 1em;
}
.sitemap li ul li {
    margin-left: 2em;
    
}
.sitemap li ul li a {
    font-weight: normal;
    line-height: 1.4em;
    position: relative;
}
.sitemap li ul li a:before {
 content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
  left : -1em; /*左端からのアイコンまで*/
    top: 0;
}
@media screen and (max-width: 768px) {
    .flex_sitemap {
		display:flex;
  flex-flow: column;
		align-items: stretch;
  justify-content:center;
	}
    .flex_sitemap_in {
     width: auto;
        margin-bottom:0px;
    margin: 0;
    padding: 0;
    }

    .sitemap {
    padding-left: 0px;
}
    .sitemap li {
        font-size: 11px;
        padding: 3px 0 3px 20px;
    }
    .sitemap li:first-child {padding-top: 0px;}
    .sitemap li ul {
    margin-bottom: 0.5em;
}
    .sitemap li ul li {
    margin-left: 0em;
    
}
	.sitemap a li{
    
	width: 80%;
		margin: 0 auto 1em;
	
}
}
/*サイトマップ*/
/*プライバシーポリシー*/
.privacy div {
    margin-bottom: 3em;
}

.privacy h4 {
    padding-left: 0.8em;
    margin-bottom: 0.5em;
    font-size: 1.4em;
    font-weight: 600;
    border-left: 6px solid var(--color-other);
    line-height: 1.2;
	text-align: left;

}



.company {
    border-top: solid 0.5px var(--color-other);
    border-bottom: solid 0.5px var(--color-other);
    padding: 1em 0;
}
.kaisya {
    font-size: 1.1em;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .privacy h3 {
    padding-left: 0.5em;
   
    font-size: 1.1em;
    
    border-left: 5px solid var(--color-other);
line-height: 1.2;
		margin: 0.5em 0;

}
    .privacy div p {
        font-size: 13px;
        line-height: 1.6;
    }
}
/*プライバシーポリシー*/
/*プロフィールページ*/
.ul_plof {
margin-bottom: 40px;	
}
.ul_plof li {
	line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}
.prof_box {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	
}
.prof_box .prof_box_img {
	padding-right: 100px;
}
.prof_box .prof_box_img img {
	width: 500px;
	height: auto
	
}
.prof_box .prof_box_txt {
	width: calc(100% - 600px);
}
@media screen and (max-width: 768px) {
	.prof_box .prof_box_txt {
	padding-top: 40px;
}
}
.prof_txt {
	margin-bottom: 60px;
}
.tbl_01 {
	width: 100%;
}
.tbl_01 caption {
	font-weight: 600;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 1em;
}
.tbl_01 tr {
	border-bottom: 0.5px solid var(--color-theme-right);
	
}
.tbl_01 tr:last-child {
	border-bottom: none;
}
.tbl_01 tr th {
	width: 100px;
	vertical-align: middle;
}
.tbl_01 tr th,.tbl_01 tr td {
	padding: 0.5em 0;
	line-height: 1.8;
}

.prof_box_txt_tbl {
	padding: 40px 0;
	
	
}
.bar {
	background: url(../img/top/niji.jpg) repeat;
    
    background-size: cover;
    /* width: 100%; */
    height: 1px;
}
@media screen and (max-width: 768px) {
	.prof_box .prof_box_img {
	padding-right: 0px;
}
.prof_box .prof_box_img img {
	width: 100%;
	
}
.prof_box .prof_box_txt {
	width: 100%;
}
.tbl_01 {
	width: 100%;
}

.tbl_01 tr {
	border-bottom: 0.3px solid var(--color-base);
	
}
.tbl_01 tr th,.tbl_01 tr td {
	padding: 0.5em 0;
}

}
/*プロフィールページ*/
/*写真集ページ*/
.daini_nkm_gallery {
	background: #000;
	color: #FFF;
}
/*cssのみでlightbox*/
#sample_wrap2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start; 
    margin: 60px 0 60px;
}
#sample_wrap2 #sample2 {
    width: 33.3%;
    padding: 30px;
}
#sample_wrap2 #sample2 a img.sample_img {
    width: 100%;
    max-width: 500px;
    height: 400px;
    object-fit: cover;
    margin: 0 auto;
    
}
#sample_wrap2 #sample2 a img {
      width: auto;
    height: 90%;
    object-fit: contain;
}
#sample2 figure{
  margin: 0;
  display: none;
    
}
#sample2 figure img {
    /*width: 200px;*/
}
#sample2 figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#sample2 figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(000, 000, 000, 0.7);
  text-decoration: none;
  color: inherit;
}
#sample2 figure:target img{
  animation: fadein .3s;
}
#sample2 figure figcaption {
    color: #FFF;
    font-weight: 600;
    padding-top: 5px;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
#sample_wrap2 #sample2 {
    width: 50%;
    padding: 20px;
}
#sample_wrap2 #sample2 a img.sample_img {
    width: 100%;
    
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
    
}
}
/*cssのみでlightbox*/

/*写真集ページ*/
/*SNS リンクページ*/
.sns_link_wrap {
 display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}
.sns_link_in {
	width: 50%;
	padding: 30px;
}
a .sns_link_box {
	height: 130px;
	border:solid 1px var(--color-theme);
	padding: 30px;
	transition: 0.5s;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;

	font-size: clamp(16px, 1.3vw, 30px);
	font-family: var(--font-family-gothic2);
    font-weight: 700;
    font-style: normal;
	
	
	text-transform:capitalize;
	color: #000;
}
a .sns_link_box img {
	width: 30px;
	margin-left: 1em;
}
a .sns_link_box svg {
	width: 30px;
fill: #000;
	padding: 0;
	margin: 0;
	}
a .sns_link_box:hover {
	background: var(--color-other);
	color: #FFF;
	border:solid 1px var(--color-other);
}
a .sns_link_box:hover svg {
	width: 30px;
fill: #FFF;
	
	}
@media screen and (max-width: 768px) {
	.sns_link_in {
	width: 100%;
	padding: 20px;
}
	a .sns_link_box {
		display: block;
		text-align:center;
	}
	a .sns_link_box img {
		display: block;
	width: 30px;
	margin:0 auto;
}
	a .sns_link_box {
	height: auto;
	}
}
/*SNS リンクページ*/
/*応援者ページ*/
.supporter_wrap {
 display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:center;
}
.supporter_in {
	width: 46%;
	margin: 2%;
	border:solid 1px var(--color-theme);
	padding: 30px;
	transition: 0.5s;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}
a .supporter_box {
	
	
	

	
	
}
a .supporter_box img {
	max-width: 250px;
	width: 100%;
	display: block;
	margin: 0 auto 60px;
}
a .supporter_box h4 {
	font-size: clamp(14px, 1vw, 16px);
    font-weight: 700;
	color: #000;
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
a .supporter_box p {
	font-size: 13px;
}

.supporter_in:hover {
	background: var(--color-base);
	
}

@media screen and (max-width: 768px) {
	.supporter_in {
	width: 100%;
	padding: 15px 10px;
}
	a .supporter_box img {
	max-width: 200px;
	
}

a .supporter_box p {
	font-size: 12px;
	line-height: 1.8;
}	
}
/*応援者ページ*/

/*活動実績ページ*/
.txt-show h4 {
   
  
   line-height: 1.8;
   font-weight: 600;
   margin-bottom: 1em;
}
.txt-show h4 span.day {
	padding-right: 1em;
	font-family: var(--font-family-gothic2);
	display: block;
	text-align: left;
	margin: 0;
}
/*.txt-show h4::after {
    content: '';
    display: block;
    width: 0.5px;
    height: 25px;
    background-color: #555;
    margin: 0.5em auto;
  }*/

.txt-hide p{
  
    font-size: 13px;
    line-height: 2;
    margin: 0;
}
.results_click {
	position: relative;
	
}
.button {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
     font-size: 11px;
display: block;
color:var(--color-theme);
    line-height: 1;
border: none;
outline: 0;
transition: .5s;
-erbkit-transition: .5s;
	background: none;
	padding: 0;
	line-height: 1.8;
	background: var(--color-base);
		padding: 3px 8px;
		border-radius: 3px;
	transition: 0.5s;
}


.close {
    
color:var(--color-theme);
    transition: 0.5s;
}

.results_click {
    padding: 20px 80px 20px 0;
    border-bottom: 0.5px solid var(--color-base2);
     max-width: 800px;
    margin: 0 auto;
}
.txt-show {
    
    
}
.txt-hide{

    width: 100%;
}
@media only screen and (max-width: 767px){

    .txt-show h4 {

    font-size: 13px;
		text-align: left;
		line-height: 1.8;



}
	.txt-show h4 span.day {
		text-align: left;
	padding-right:0;
	display: block;
		line-height: 1.6;
}
    .txt-hide p{
  
    font-size: 13px;
    line-height: 2;
    margin: 0;
        letter-spacing: 0;
}
    .txt-hide{

    font-size: 13px;
        line-height: 1.6;
}
    .button {
     font-size: 10px;
		display: block;
		margin:1.5em auto 0;
		background: var(--color-base);
		padding: 2px 5px;
		border-radius: 3px;

}
	.results_click {
	position: relative;
		padding: 10px 0 0;
}
.button {
	position:static;
	text-align: center;
   
}
}
/*ページネーション*/
		.news-container{ }
		
		.pagination-container{
			margin-top: 15px;
			padding-top: 40px;
			
		}
		.pagination-container ul{
			width: 100%;
			display: flex;
			justify-content: center;
		}
		.pagination-container li + li{ margin-left: -1px; }
		.pagination-container a{
			padding: 10px 20px;
			display: block;
			color: var(--color-other);
			border: 1px solid var(--color-base2);
			text-decoration: none;
			background: #fff;
		}
		.pagination-container .navi-active a{
			font-weight: bold;
			background: var(--color-other);
			color: #fff;
		}
		.pagination-container a:hover{
			color: #fff;
			background: var(--color-other);
		}
@media only screen and (max-width: 768px){
	.news-container{ }
		
		.pagination-container{
			margin-top: 15px;
			padding-top: 40px;
			
		}
		.pagination-container ul{
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.pagination-container li + li{ margin-left: -1px; }
		.pagination-container a{
			padding: 8px 13px;
			display: block;
			color: var(--color-other);
			border: 1px solid var(--color-base2);
			text-decoration: none;
			background: #fff;
			line-height: 1;
		}
		.pagination-container .navi-active a{
			font-weight: bold;
			background: var(--color-other);
			color: #fff;
		}
		.pagination-container a:hover{
			color: #fff;
			background: var(--color-other);
		}
}
/*ページネーション*/
.category {
	display: inline-block;
	width: 130px;
	text-align: center;
	color: #FFF;
	padding: 5px 10px;
/*	font-family: var(--font-family-gothic2);
*/	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.category_live {
	background: #f77af7;
}
.category_event {
	background: #bd88f9;
	
}
.category_lecture {
	background: #77afff;
}
.category_theater {
	background: #88dab3;
}
.category_other {
	background: #f18380;
}
.results_insta {
	margin: 1em 0;
}
.results_insta img {
	width: 30px;
	margin-left: 10px;
}
/*活動実績ページ*/

/*商品コンテンツページ*/
.product_wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.ul01 {
 margin-bottom: 0.5em;
  
}

ul.ul02 li{
	color: black;
  border-left: solid 3px var(--color-other);/*左側の線*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 2;
  /*border-radius: 0 15px 15px 0;右側の角だけ丸く*/
  padding: 0 0 0 1em;
	margin-bottom: 1em;
  list-style-type: none!important;
}
.product_box {
	padding: 1em 2.5em 1em 2.5em;/*ボックス内の余白*/
  border: solid 0.5px var(--color-theme);/*線の種類 太さ 色*/
	margin: 2em 0;
}
.product_box h4 {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0.5em;
	text-align: center;
	
}
/*商品コンテンツページ*/
/*第二階層下部お問い合わせ*/
.topcont_03 {
	width: 100%;
	height: auto;
	background-image: url("../img/gallery/12.jpg");
	background-repeat: repeat;
	background-size: cover;
	padding: 0 0 30%;
	position: relative;
    background-attachment:fixed;
    background-position: center center;
	
	
	overflow: hidden;
  position: relative;
  z-index: 1;
}
.topcont_03::after {
  background-color:rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .6s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.topcont_03:hover {
  color: #fff;
}
.topcont_03:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width:1200px){
    .topcont_03 {
	
	padding: 0 0 50%;

}
}
.topcont_03 .box_in {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column;
	flex-flow: column;
	position: absolute;
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
}

.topcont_03 h2 {
	font-size: 60px;
     font-family: var(--font-family-gothic);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 20px;
	transition: 0.5s;
}
.topcont_03:hover h2 {
	letter-spacing: 0.1em;
	
}
.topcont_03 p {
	line-height: 2;
	font-size: 16px;
}

.topcont_03 .box_in p a.tel {
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-gothic2);
	position: relative;
}

.topcont_03 .box_in p span.goyoyaku {
    border: #FFF 1px solid;
    padding: 5px;
    margin: 15px 0 10px;
    display: block;
    font-size: 13px;
}
.topcont_03 .box_in p a.tel i {
    padding-right: 10px;
    font-size: 27px;
	position: absolute;
	top: 10px;
	left: 0;
}
.topcont_03 .box_in p a.tel strong {
	padding-left: 10px;
	font-size: 150%;
}
.topcont_03 .box_in p a.tel span {
	padding-left: 30px;
	line-height: 1;
}


.content .box_att {
	margin-top: 30px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 24px;
	padding: 15px;
	border-bottom-color:  #FFF;
}
.content .box_att p {
	font-size: 14px;
	margin: 0px;
}
@media screen and (max-width:768px){
    .topcont_03 {
	height: 300px;
}
.topcont_03 h2 {
	font-size: 30px;
    
    margin-bottom: 10px;
}
.topcont_03 p {
	line-height: 1.6;
	font-size: 14px;
}

.topcont_03 .box_in p a.tel {
	font-size: 25px;
	
}
.topcont_03 .box_in p a.tel span {
	padding-left: 20px;
	
}

.topcont_03 .box_in p a.tel i {
    
    font-size: 19px;
	top: 5px;
    
}




.content .box_att {
	margin-top: 20px;
}

.content .box_att h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 15px;
	border-bottom-color:  #FFF;
}
.content .box_att p {
	font-size: 13px;
	margin: 0px;
}

}
/*第二階層下部お問い合わせボタン*/
/*スケジュール*/
.info_shosai_wrap {
	
}
.info_mds_wrap {
	margin-bottom: 0.5em;
	width: 100%;
	padding: 0 10px;
}
.info_shosai_wrap h4 {
	font-size: clamp(1rem, 1.1vw, 1.1vw);
    font-style: normal;
	line-height: 1.8;
	text-align: left;
	
}
.info_day {
	font-family: var(--font-family-gothic2);
	text-align: right;
	
}
.info_shosai_txt {
	margin: 1em 0;
	padding: 0 10px;
}
.info_shosai_wrap_mainimg {
	margin: 20px 0;
}
.info_shosai_wrap_mainimg img {
	width: 100%;
	padding: 0 10px;
}
/*cssのみでlightbox*/
#sample_wrap3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start; 
    margin: 20px 0 20px;
}
#sample_wrap3 #sample3 {
    width: 33.3%;
    padding: 10px;
}
#sample_wrap3 #sample3 a img.sample_img {
    width: 100%;
   
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    
}
#sample_wrap3 #sample3 a img {
      width: auto;
    height: 90%;
    object-fit: contain;
}
#sample3 figure{
  margin: 0;
  display: none;
    
}
#sample3 figure img {
    /*width: 200px;*/
}
#sample3 figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#sample3 figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(000, 000, 000, 0.7);
  text-decoration: none;
  color: inherit;
}
#sample3 figure:target img{
  animation: fadein .3s;
}
#sample3 figure figcaption {
    color: #FFF;
    font-weight: 600;
    padding-top: 5px;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
#sample_wrap3 #sample3 {
    width: 50%;
    padding: 20px;
}
#sample_wrap3 #sample3 a img.sample_img {
    width: 100%;
    
    height: 150px;
    object-fit: cover;
    margin: 0 auto;
    
}
}
/*cssのみでlightbox*/
.seemore2_wrap {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 30px;
	padding: 0 10px;
}

a.seemore2 {
    
	width: 100%;
	display: block;
	position: relative;
	
	font-weight: 500;
	background: var(--color-base);
	border:solid 1px var(--color-theme);
	padding: 5px 20px;
	text-align: center;
}
a.seemore2::before{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	background-color:var(--color-theme);
	right: 21px;
	bottom: 50%;
	transition: all .3s;
}
a.seemore2::after{
	content: '';
	width: 12px;
	height: 1px;
	position: absolute;
	background:var(--color-theme);
	bottom: calc(50% + 4px);

	right: 20px;
	transform: rotate(40deg);
	transition: all .3s;
}
/*a.seemore:hover::before{ transform: translateX(-10px); }
a.seemore:hover::after{ transform: translateX(-10px) rotate(40deg); }*/
a.seemore2:hover {
    
	background: var(--color-other);
	color: #FFF;
	border:solid 1px var(--color-other);
}
a.seemore2:hover::before{
	background-color:#FFF;
	width: 40px;
	
}
a.seemore2:hover::after{
	background-color:#FFF;
	
}
a.seemore2:hover {
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    a.seemore2 span.en {
        font-size: 13px;
    }
    
}
.seemore3_wrap {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 60px;
	
}

a.seemore3 {
    
	width: 220px;
	display: block;
	position: relative;
	
	font-weight: 500;
	
}
a.seemore3::before{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	background-color:var(--color-theme);
	right: 21px;
	bottom: 50%;
	transition: all .3s;
}
a.seemore3::after{
	content: '';
	width: 12px;
	height: 1px;
	position: absolute;
	background:var(--color-theme);
	bottom: calc(50% + 4px);

	right: 20px;
	transform: rotate(40deg);
	transition: all .3s;
}
/*a.seemore:hover::before{ transform: translateX(-10px); }
a.seemore:hover::after{ transform: translateX(-10px) rotate(40deg); }*/
a.seemore3:hover {
    
	
	
	
}
a.seemore3:hover::before{
	
	width: 30px;
	
}
a.seemore3:hover::after{
	
	
}
a.seemore3:hover {
	letter-spacing: 0.1em;
}


/*スケジュール*/
/*私の想いページ*/
.thoughts_img {
	margin-top: 60px;
}
.thoughts_img_wrap {
	display:flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
	margin: 60px 0;
}
.thoughts_img_wrap img:first-child {
	width: 30%;
	padding: 20px;
	height: 400px;
	padding-top: 100px;
	object-fit: cover;
}
.thoughts_img_wrap img:nth-child(2) {
	width: 40%;
	padding: 10px;
	height: 500px;
	object-fit: cover;
}
.thoughts_img_wrap img:last-child {
	width: 30%;
	padding: 30px;
	height: 600px;
	padding-top: 200px;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.thoughts_img_wrap img:first-child {
	width: 30%;
	padding: 5px;
	height: 150px;
	padding-top: 50px;
	object-fit: cover;
}
.thoughts_img_wrap img:nth-child(2) {
	width: 40%;
	padding: 5px;
	height: 200px;
	object-fit: cover;
}
.thoughts_img_wrap img:last-child {
	width: 30%;
	padding: 5px;
	height: 300px;
	padding-top: 70px;
	object-fit: cover;
}
}
.thoughts .catch {
	text-align: center;
	margin-bottom: 60px;
	font-size: clamp(1rem, 1.7vw, 2rem);
    font-family: var(--font-family-mincho-ja);
}
.thoughts .wrap { 
    
    
     
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	
}
.thoughts .content {      
    width:auto;
    height: auto;
	
}
.thoughts .content p {
	font-size: clamp(1em, 1.8vw, 1vw);
text-align: center;
    line-height: 4em;
	letter-spacing: 0.2em;
	
}
.thoughts .content p span {
	font-size: clamp(1.2rem, 1.8vw, 2vw);
	font-family: var(--font-family-mincho-ja);
	padding: 0 0.1em;
	letter-spacing: 0.2em;
	background: url(../img/top/niji2.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-attachment: fixed;
    background-size: cover;
	background-position: center center;
}
/*.thoughts .content p span {
  display: inline-block;
  font-weight: bold;
  background-image: linear-gradient(45deg, #ff62fd 0%, #ffe77f 50%, #70adff 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes gradationTextAnimation{
    0%{
        background-position: 0 0;
    }
    50%{
        background-position: 100% 0;
    }
    100%{
        background-position: 0 0;
    }
}*/
/*以下フェードイン表示の指定*/
.thoughts .fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.thoughts .txt01 {animation-delay: 1.5s;}
.thoughts .txt02 {animation-delay: 2s;}
.thoughts .txt03 {animation-delay: 2.5s;}
.thoughts .txt04 {animation-delay: 3s;}
.thoughts .txt05 {animation-delay: 3.5s;}
.thoughts .txt06 {animation-delay: 4s;}
.thoughts .txt07 {animation-delay: 4.5s;}
.thoughts .txt08 {animation-delay: 5s;}
.thoughts .txt09 {animation-delay: 5.5s;}
.thoughts .txt010 {animation-delay: 6s;}
.thoughts .txt011 {animation-delay: 6.5s;}
.thoughts .txt012 {animation-delay: 7s;}
.thoughts .txt013 {animation-delay: 7.5s;}
.thoughts .txt014 {animation-delay: 8s;}
.thoughts .txt015 {animation-delay: 9s;
padding-top: 5em; }
/*私の想いページ*/