@charset "UTF-8";
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
body{
    font-family: roboto, Arial, Helvetica, "Yu Gothic", sans-serif;
    font-weight: 100;
    font-size: 1.6rem;
    color: #000;
    line-height: 0;
    min-height: 100vh;
}
h3,.main_txt,.sub_txt{
    line-height: 1.4;
}
p,li,th,td,dt,dd{
    line-height: 1.5;
    font-weight: 300;
}
.italic{
    font-style: italic;
}
.shadow{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}

/* drag color */
::selection
{
    background: #ffff5e;
    color: #000;
}

/* drag color for Firefox */
::-moz-selection
{
    background: #000000;
    color: #ffffff;
}

/* ban　holding btn */
img {
    pointer-events: none;
}


/*     header    */
.header {
    font-family: montserrat;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    top: 0;
}
.header .logo img{
    width: 168px;
    padding:0 28px;
}
.header__NavPC{
    margin: 32px auto;
    max-width:1016px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header__NavSP{
    display: none;
}
.header__NavPC ul{
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
}
.header__NavPC ul ul{
    display: block;
}
.header__NavPC li{
    margin-top: 0;
    position: relative;
}
.header__NavPC li a{
    display: block;
    text-decoration: none;
    padding: 20px 28px;
    transition: all .3s;
    color: #000;
    letter-spacing: .1rem;
}
.header__NavPC li li a{
    padding:15px 30px;
}
.header__NavPC ul li:hover a{
    color:#fff; 
}
.header__NavPC ul li:hover{
    background-color: #000;
}
.header__NavPC li.has-child::before{
    content:'';
    position: absolute;
    top:15px;
    width:6px;
    height:6px;
    border-top: 2px solid #000;
    border-right:2px solid #000;
    transform: rotate(135deg);
    margin: 12px;
}

.header__NavPC li.has-child ul{
    left: 0;
    position: absolute;
    top:62px;
    z-index: 4;
    background:#fff;
    border: solid #000 2px;
    width:180px;
    visibility: hidden;
    opacity: 0;
}

  .header__NavPC li.has-child:hover > ul,
  .header__NavPC li.has-child ul li:hover > ul,
  .header__NavPC li.has-child:active > ul,
  .header__NavPC li.has-child ul li:active > ul{
    visibility: visible;
    opacity: 1;
}
.header__NavPC li.has-child ul li{
      color: #000;
      margin-top: 0;
      padding: 0;
}
.header__NavPC li.has-child ul li a{
    color: #000;
}
  .header__NavPC li.has-child ul li:last-child a{
    border-bottom:none;
}
.header__NavPC li.has-child ul li:hover,
.header__NavPC li.has-child ul li:active{
    background:#000;
}
.header__NavPC li.has-child ul li a:hover,
.header__NavPC li.has-child ul li a:active{
    color: #fff;
}

/* slider */
@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}
.slider ul:first-child {
animation: loop 50s -25s linear infinite;
}
.slider ul:last-child {
animation: loop2 50s linear infinite;
}
.slider{
    width: 100vw;
    overflow: hidden;
    display: flex;
}
.slider ul{
    display: flex;
}
.slider:hover ul{
    animation-play-state: paused;
}
.slider .slider_info_box:hover{
    background-color: #ffff5e;
}
.slider ul li::before{
    content: none;
}
.slider li a{
    text-decoration: none;
}
.slider .slider_img img{
    width: 165px;
    height: 248px;
    object-fit: cover;
}
.slider_info_box{
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    width: 150px;
    position: relative;
    left: 40px;
    top: -40px;
    padding: 10px 15px;
    margin-right:40px;
    font-family: montserrat;
}
.slider_info_box .slider_title{
    font-size: 15px;
    color: #000;
    margin-bottom: 2px;
}
.slider_info_box .slider_tag{
    font-size: 12px;
    color: #000;
}
.slider li{
   margin-top: 0;
   margin-left: 40px;
}
.slider li:first-child{
    margin-top: 0;
}

/*     main    */

.main{
    margin: 110px auto 200px auto;
    padding: 0 28px;
    align-items: center;
    justify-content: center;
    max-width:960px;
}

/*     heading      */

.heading01,.heading02,.heading01_catetop,.heading01_local,.heading01_local_sub,.heading02_local,.heading03_local{
    font-family: montserrat, sans-serif;
    line-height: 1.2;
}
.heading01,.heading02,.heading01_catetop,.heading01_local,.heading01_local_sub,.heading02_local{
    letter-spacing: 1rem;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: #fff;

}
/*     heading for top and cate top  */

.heading01{
    font-size: 4.6rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin: 180px 0 100px 0;
    text-align: center
}
.heading02{
    font-size: 4rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin: 100px 0 60px 0;
    text-align: center;
}

/*     heading for category top    */

.heading01_catetop{
    font-size: 4rem;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin: 180px 0 80px 0;
    text-align: center;
}

/*     heading for local page    */

.heading01_local{
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: 1.0rem;
    line-height: 1.2;
}
.heading01_local_sub{
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .5rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}
.mv_local{
    margin: 150px auto 0 auto;
    max-width: 960px;
}
.mv_local .mv{
    position: relative;
    top: -30px;
    height: auto;
}
.mv_local .mv img{
    max-width: 100%;
}
.mv_local .title{
    position: relative;
    z-index: 2;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #000;
    -webkit-text-fill-color: #fff;
    max-width: 60%;
    background: #fff;
    padding: 30px;
}
.heading02_local{
    font-weight: 400;
    font-size: 3.2rem;
    text-align: center;
    margin: 120px auto 60px auto;
}
.heading03_local{
    letter-spacing: .5rem;
    font-weight: 400;
    font-size: 2.4rem;
    text-align: center;
    margin: 100px auto 40px auto;
}
.heading02_local + .heading03_local{
    margin-top: 0;
}


/*     text,li, caption    */
p,dl,td{
    margin-top: 20px;
}
p:first-child,dl:first-child {
    margin-top: 0;
}
dt{
    font-weight: 400;
}
dd{
    margin-top: 5px;
}
li{
    margin-top: 5px;
    list-style: none;
}
.main ul li::before {
    position: relative;
    top: -4px;
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 4px;
    content: '';
    background: #000;
}
.main ol{
    counter-reset: list-count;
}
.main ol li::before {
    content: counter(list-count) ":";
    counter-increment: list-count;
    position: relative;
    margin-right: 8px;
    display: inline-block;
    font-weight: 400;
}
  
.main li:first-child{
    margin-top: 20px;
}
.note{
    margin-top: 10px;
    font-size: 14px;
}

/*     text-link    */

.text-link_white {
    color: #fff;
}
.text-link_black {
    color: #000;
}
.icon_blank_white{
    margin: 0 5px;
    vertical-align: middle;
    width: 1em;
    color: #fff;
}
.icon_blank_black{
    margin: 0 5px;
    vertical-align: middle;
    width: 1em;
    color: #000;
}
.text-link_white:hover, .text-link_black:hover{
    text-decoration: none;
}
/*    mv    */

.mv{
    width: 100%;
}
.mv_local .info{
    color: #fff;
    background-color: #000;
    padding: 30px;
    max-width: 420px;
    position: relative;
    top: -60px;
    margin: 0 0 0 auto;
}
.mv_local .info .main_txt{
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    line-height: 1.4;
}
.mv_local .info .sub_txt{
    font-size: 15px;
    margin: 15px 0 0 0;
}

/* btn_01 */
.btn_01 {
    position: relative;
    margin: 60px auto;
    border: 1px solid #000;
    padding: 20px 40px;
    outline: none;
    font-weight: 400;
    font-family: montserrat;
    text-align: center;
    max-width: 200px;
    transition: all .2s linear; 
    text-decoration: none;
    color: #000;
    display: block;
}
.btn_01::after{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.btn_01:hover{
    background: #000;
    color: #fff;
}
.btn_01::before{
    content:"";
    position: absolute;
    top:50%;
    right: 0;
    width:30px;
    height:1px;
    background:#000;
    transition: all .2s linear;
}
.btn_01:hover::before{
    right:-30px;
}

/* btn_02 */
.btn_02 {
    position: relative;
    margin: 20px 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-size: 15px;
    outline: none;
    font-family: montserrat;
    max-width: 82px;
    transition: all .2s linear;
}
.btn_02 a{
    text-decoration: none;
    color: #000;
    display: block;
}
.btn_02:hover{
    color: #000;
    opacity: .4;
}
.btn_02::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 82px;
    height: 1px;
    background: #000;
    transition: all .2s linear;
}
.btn_02:hover::before{
    left:20px;
}
/* linkpanel */
.linkpanel{
    overflow: hidden;
    text-decoration: none;
}
.linkpanel img{
  transition-duration: .3s;
}
.linkpanel:hover img{
    transition-duration: .3s;
    transform: scale(1.1);
    opacity: .6;
}

/* linkpanel_2col */
.linkpanel_2col{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 4.17%;
}
.linkpanel_2col .linkpanel{
    position: relative;
    width: 47.91%;
}
.linkpanel_2col img{
    width: 100%;
}
.linkpanel_2col .img{
    display: block;
    overflow: hidden;
}
.linkpanel_2col .info_box{
    color: #fff;
    background-color: #000;
    padding: 20px 30px;
    height: 100%;
}
.linkpanel_2col .info_box .main_txt{
    font-size: 15px;
    font-family: montserrat;
    font-weight: bold;
    line-height: 1.4;
    width: 95%;
}
.linkpanel_2col .info_box .sub_txt{
    font-size: 15px;
    margin: 10px 0 0 0;
    line-height: 1.4;
    font-weight: 300;
    width: 95%;
}
.linkpanel_2col .info_box:after{
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 20px;
    right: 21px;
}

/* linkpanel_3col */
.linkpanel_3col{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 4.17%;
}
.linkpanel_3col .linkpanel{
    position: relative;
    width: 30.5%;
}
.linkpanel_3col .linkpanel:after{
    content: "";
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 20px;
    right: 21px;
}
.linkpanel_3col img{
    width: 100%;
    height: 293px;
    object-fit: cover;
}

/* linkpanel_4col */
.linkpanel_4col{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 4.17%;
    margin: 60px 0;
}
.linkpanel_4col .linkpanel{
    position: relative;
    width: 21.87%;
}
.linkpanel_4col img{
    width: 100%;
}
.linkpanel_4col .img{
    display: block;
    overflow: hidden;
}
.linkpanel_4col .info_box{
    color: #fff;
    background-color: #000;
    padding: 20px;
    height: 100%;
}
.linkpanel_4col .info_box .main_txt{
    font-size: 15px;
    font-family: montserrat;
    font-weight: bold;
    line-height: 1.4;
    width: 90%;
}
.linkpanel_4col .info_box .sub_txt{
    font-size: 14px;
    margin: 10px 0 0 0;
    line-height: 1.4;
    width: 95%;
}
.linkpanel_4col .info_box:after{
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 16px;
    right: 20px;
}

/*     col    */
.col{
    display: flex;
    gap: 20px;
    margin: 0 auto 40px auto;
}
.col2_contents img, .col2_contents p{
    max-width: 470px;
}
.col4_contents img, .col4_contents p{
    max-width: 225px;
}

/* pager  */
.pager{
    margin: 40px auto;
}
.pager .pagination {
    text-align: center;
    font-family: montserrat;
    font-weight: 700;
    color: #000;
}
.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative; 
}
.pager .pagination li:first-child {
      margin-top: 0;
}
.pager .pagination li::before {
    content: none;
}
.pager .pagination li a{
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    text-decoration: none;
}
.pager .pagination li a:link{
    color: #000;
}
.pager .pagination li a:visited{
    color: #000;
}
.pager .pagination li a span{
    display:table-cell;
    vertical-align:middle;
}
.pager .pagination li a:hover{
    color: #fff;
    background: #000;
    border-radius: 50px;
}

@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: " Prev 10";
    }
    .pager .pagination li.next span::before{
      content: "Next 10 ";
    }
}
  

/*     card-list    */
.list-number{
    width: 50px;
    font-family: montserrat;
}
.card-list span{
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.card-list dl{
    margin-top: 10px;
}
.card-list_4col img{
    max-width: 100%;
}
.card-list_4col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
}
.card-list_4col .card-list{
    position: relative;
    width: 23.43%;
}
.card-list_3col img{
    max-width: 100%;
}
.card-list_3col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
    margin: 40px auto 0 auto;
}
.card-list_3col .card-list{
    position: relative;
    width: 31.94%;
}

/*     table    */
table{
    width: 100%;
    border-collapse: collapse;
    margin: 30px auto;
}
table th, td{
    font-family: roboto, Arial, Helvetica, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
    text-align: center;
    padding: 15px;
}
table th{
    background: #000;
    color: #fff;
    border:solid 2px white;
    font-weight: 400;
}
table td {
    background: #fff;
    color: #000;
    border:solid 2px #000;
    font-family: roboto, Arial, Helvetica, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}
table td:nth-child(1){
    border:none;
}

/*     step     */
.step_container{
    margin: 60px 0;
}

.step_container .thinking ul, .step_container .thinking li{
    display: flex;
}
.step_container .design ul, .step_container .design li{
    display: flex;
}
.thinking{
    display: flex;
    justify-content: center;
}
.thinking ul:first-child li{
    margin-top: 0;
}
.thinking .step{
    width: 93.75%;
}
.thinking li{
    position: relative;
    padding: 30px;
    width: 300px;
    color: #000;
    background: #FFF;
    border: solid 1px #000;
    box-sizing: border-box;
    list-style: none;
    margin-top: -1px;
    z-index: 1;
}
.thinking ul:not(:first-child) li:first-child {
    margin-top: -1px;
}
.step ul li::before, .step ul li::after, .design ul li::before, .design ul li::after{
    content: "";
	border: solid transparent;
	position: absolute;
	top: -0.6%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.step ul:first-child li::before, .step ul:first-child li::after{
    content: none;
}
.step ul:not(:first-child) li::before, .design ul li::before {
    border-width: 12px;
	border-top-color: #000;
    background: transparent;
    width: 0;
}
.step ul:not(:first-child) li::after, .design ul li::after {
    border-width: 11px;
	border-top-color: #fff;
}
.design{
    display: flex;
    justify-content: center;
}
.design ul{
    width: 93.75%;
}
.design li{
    background: #000;
    color: #fff;
    overflow: hidden;
    width: 300px;
    padding: 30px;
    list-style: none;
    box-sizing: border-box;
    margin-top: 0px;
}
.design ul li:first-child {
    margin-top: 0px;
}
.sideway {
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    text-orientation: sideways;
    -webkit-text-orientation: sideways;
    padding: 20px 3.43% 0 0;
    font-family: montserrat;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: 0.5rem;
    line-height: 1.2;
}
.arrow {
    background-image: url(/common/img/arrow_step.svg);
    background-repeat: no-repeat;
    background-position: left 20% top 172px;
}

/*     footer_PC     */
.s_footer {
    font-family: montserrat;
    position: relative;
    margin-top: 100px;
    border-top: 1px solid #000;
    letter-spacing: .1rem;
}
.footer__toTop{
    position: fixed;
    right: 35px;
    bottom: 70px;
    opacity: 0;
    transform: translateY(100px);
    z-index: 2;
}
.footer__toTop a:hover{
    opacity: 0.4;
}
.footer__toTopLink {
    color: transparent;
    background: url("/tomonaochi-01/common/img/to-top.svg") no-repeat center;
    padding: 25px 10px;
}
.footer__toTop.UpMove{
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}
.footer__toTop.DownMove{
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}
.footer__inner{
    font-weight: 400;
    max-width:1016px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 50px auto;
}
.footer__inner .nav{
    margin-right: 28px;
}
.footer__inner .logo a img{
    width: 168px;
}
.footer__inner ul{
    position: relative;
    display: flex;
    text-decoration: none;
}
.footer__inner ul li{
    list-style: none;
    margin-left: 40px;
    color: #000;
}
.footer__inner ul li a{
    list-style: none;
    text-decoration: none;
    color: #000;
}
.footer__inner a:hover{
    opacity: 0.4;
}
.footer__inner ul li ul{
    display: inline;
}
.footer__inner ul li ul li{ 
    margin-left: 0;
}
.footer__inner ul li ul li a{ 
    font-family: montserrat;
    font-weight: 300;
}
.footer__copyright {
    font-weight: 100;
    background-color: #000;
    padding: 8px 24px;
    color:#ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*     layout      */
.lyt_1col{
    margin: 40px auto 0 auto;
}
.lyt_1col_img img, .lyt_1col_txt, .lyt_1col_img p{
    max-width: 100%;
    display: flex;
    justify-content:center;
    text-align: center;
}
.lyt_2col{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2.08%;
    margin: 40px auto 0px auto;
}
.lyt_2col_img img{
    width: 100%;
}
.lyt_2col_img, .lyt_2col_txt{
    width: 47.91%;
}

.lyt_3col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
    margin: 40px auto 0px auto;
}

.lyt_3col_img, .lyt_3col_txt, .lyt_3col_img p{
    width: 31.94%;
}
.lyt_3col_img img, .lyt_3col_txt, .lyt_3col_img p{
    width: 100%;
}
.lyt_4col{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.08%;
    margin: 40px auto 0px auto;
}
.lyt_4col_img, .lyt_4col_txt{
    width: 23.43%;
}
.lyt_4col_img img{
    width: 100%;
}
.lyt_1col_img p,.lyt_2col_img p, .lyt_3col_img p, .lyt_4col_img p{
    margin-top: 10px;
    font-size: 14px;
    align-items: center;
    text-align: center;
}

/*     adjust     */
.italic{
    font-style: italic;
}
.LRcenter{
     text-align: center;
     margin:0 auto;
}
.minus_60px_top{
    margin-top:-60px
}

/* about page */

.about_name{
    font-family: montserrat, sans-serif;
    font-weight: 100;
    font-size: 3rem;
    letter-spacing: 1.0rem;
    line-height: 1.2;
}
.sns_link{
    margin-top: 20px;
}
.sns_link img{
    width:24px;
}
.sns_link li:hover{
    opacity: 0.4;
}
.sns_link ul{
    display: flex;
    gap: 12px;
}
.footer__inner .sns_link ul {
    display: flex;
}
.sns_link ul li::before {
    display: none;
}
.sns_link li:first-child, .sns_link li{
    margin-top: 0;
}
.about_img img{
    max-width: 252px;
}
.about_txt{
    max-width: 500px;
}
.about{
    display:flex;
    justify-content: center;
    gap:30px;
}

/************************************************　SP　*********************************************/

@media screen and (max-width: 768px){
    .header__NavPC{
        display: none;
    }
    .header__NavSP{
        display: flex;
        max-width: 100%;
        align-items: center;
        justify-content: space-between;
        position: sticky;
        z-index: 4;
    }

    /*     hamburger menu    */
    #g-nav{
        position:fixed;
        z-index: 3;
        top:0;
        right: -120%;
        width:100%;
        min-height: -webkit-fill-available;
        height: 100vh;
        background:#000;
        transition: all 0.6s;
    }
    #g-nav a{
        display: inline-block;
    }

    #g-nav.panelactive{
        right: 0;
    }
    
    #g-nav.panelactive #g-nav-list{
        position: fixed;
        z-index: 3; 
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* */
    #g-nav.panelactive .logo img{
        width: 118px;
    }
    
    #g-nav ul {
        position: relative;
        z-index: 4;
    }
    #g-nav li{
        list-style: none;
        text-align: left;
        margin:25px 20px;
    } 
    #g-nav li a{
        color: #fff;
        text-decoration: none;
        display: block;
        letter-spacing: 0.1em;
        font-weight: 800;
    }
    #g-nav li li a{
        font-weight: 100;
    }
    #g-nav li li{
        margin: 15px 10px;
        font-family: montserrat;
        font-weight: 100;
        font-size: 14px;
    } 
    #g-nav ul ul{
        position: relative;
    }
    
    /* header　menu　btn　*/
    .header__MenuBtn{
        position: sticky;
        z-index: 4;
        cursor: pointer;
        width: 50px;
        height:50px;
        margin: 0 20px;
    }
      
    .header__MenuBtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 9px;
        height: 1px;
        border: solid 1px #000;
        width: 30px;
    }
    
    .header__MenuBtn span:nth-of-type(1) {
        top:15px; 
    }
    
    .header__MenuBtn span:nth-of-type(2) {
        top:23px;
    }
    
    .header__MenuBtn span:nth-of-type(3) {
        top:31px;
    }
    
    .header__MenuBtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 24px;
        border: solid 1px #fff;
    }
    
    .header__MenuBtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    
    .header__MenuBtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 24px;
        border: solid 1px #fff;
    }
    .header .logo img{
        width: 118px;
        padding: 20px 28px;
    }
    .header-container{
        margin: 0px;
        max-width:335px;
    }
    .main{
        margin: 40px auto;
        max-width:335px;
    }
    
    
    /*     heading      */
    /*     heading for top and cate top  */

    .heading01{
        font-size: 3.6rem;
        margin: 120px 0 60px 0;
    }
    .heading02{
        font-size: 3rem;
        margin: 100px 0 40px 0;
        text-align: center;
    }

    /*     heading for category top    */

    .heading01_catetop{
        font-size: 4rem;
        font-weight: 500;
        margin: 120px 0 60px 0;
    }

    /*     heading for local page    */

    .heading01_local{
        font-size: 2.6rem;
    }
    .heading01_local_sub{
        font-size: 1.8rem;
    }
    .mv_local{
        margin: 80px auto 0 auto;
        max-width: 100vw;
    }

    .mv_local .title{
        max-width:70%;
        padding: 20px;
    }
    .heading02_local{
        font-size: 2.4rem;
        margin: 60px auto 40px auto;
        letter-spacing: .5rem;
    }
    .heading03_local{
        font-size: 1.8rem;
        margin: 40px auto 30px auto;
    }
    .heading02_local + .heading03_local{
        margin-top: 0;
    }



    /*     text,li    */
    li{
        margin-top: 5px;
        list-style: none;
    }

    /*    mv    */
    .mv_and_info{
        position: relative;
        margin: auto auto 160px auto;
    }
    .mv_local .info{
        top: -30px;
    }

    .mv_local .info{
        max-width: 100%;
    }
    .mv_local .info .main_txt{
        font-size: 18px;
    }
    .mv_local .info .sub_txt{
        font-size: 15px;
        margin: 15px 0 0 0;
    }

    /* btn_01 */
    .btn_01{
    margin: 40px;
    }
    .btn_01 p{
        display: inline-block;
    }
    .btn_01::before{
        right: -15px;
        transition: none;
    }

    /* linkpanel_2col */
    .linkpanel_2col{
        margin: 30px 0;
        display: grid;
        gap: 30px;
    }
    .linkpanel_2col .linkpanel{
        width: 100%;
    }
    .linkpanel_2col img{
        width: 100%;
    }
    .linkpanel_2col .info_box{
        padding: 16px 20px;
    }
    .linkpanel_2col .info_box .main_txt{
        width: 100%;
    }
    .linkpanel_2col .info_box .sub_txt{
        width: 95%;
    }
    .linkpanel_2col .info_box:after{
        width: 10px;
        height: 10px;
        right: 19px;
    }

    /* linkpanel_3col */
    .linkpanel_3col{
        gap: 20px;
        display: grid;
    }
    .linkpanel_3col .linkpanel{
        width: 100%;
    }
    .linkpanel_3col .linkpanel:after{
        width: 10px;
        height: 10px;
        bottom: 20px;
        right: 19px;
    }

    /* linkpanel_4col */
    .linkpanel_4col{
        margin: 40px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .linkpanel_4col .linkpanel{
        width: 100%;
    }
    .linkpanel_4col .info_box{
        padding: 12px 16px;
    }
    .linkpanel_4col .info_box .main_txt{
        width: 100%;
    }
    .linkpanel_4col .info_box .sub_txt{
        width: 95%;
    }
    .linkpanel_4col .info_box:after{
        right: 15px;
    }

    /*     card-list    */
    .card-list img{
        max-width: 100%;
    }
    .card-list_4col{
        margin: 40px 0;
    }
    .card-list_4col .card-list{
        width: 100%;
    }
    .card-list_3col{
        margin: 40px 0;
    }
    .card-list_3col .card-list{
        width: 100%;
    }

    /*     table    */
    .scroll-table{
        overflow: auto;
        white-space: nowrap;
    }

    /*     step     */
    .scroll-step {
        overflow: auto;
    }
    .sideway {
        padding: 45px 14px 0 0;
    }
    .arrow {
        background-position: left 36% top 190px;
    }
    .thinking .step {
        width: 300%;
    }
    .thinking, .design{
        justify-content: flex-start;
    }
    .thinking ul:first-child li {
        margin-top: 0;
    }
    .thinking ul:not(:first-child) li:first-child {
        margin-top: -1px;
    }
    .thinking li, .design li {
        width: 250px;
    }
    .design ul {
        width: 300%;
    }

    /*     layout      */
    .lyt_1col_img img, .lyt_1col_txt, .lyt_1col_img p{
        max-width: 100%;
    }
    .lyt_4col{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .lyt_2col_img img, .lyt_2col_txt, .lyt_2col_img p{
        width: 100%;
    }
    .lyt_4col_img img, .lyt_4col_txt, .lyt_4col_img p{
        width: 157px;
    }
    .lyt_2col_img, .lyt_2col_txt{
        width: 100%;
    }
    .lyt_2col{
        gap: 20px;
    }
    .lyt_3col_img, .lyt_3col_txt, .lyt_3col_img p{
        width: 100%;
    }

    /* about page */

    .about_name{
        font-size: 2.4rem;
    }
    .about_txt{
        max-width: 100%;
    }
    .about{
        flex-direction: column;
        align-items: center;
        gap:30px;
    }

    /*     footer_SP     */
    .s_footer {
        margin-top: 80px;
        border-top: none;
    }
    .footer__toTopLink {
        top: -80px;
        right: 20px;
    }
    .footer__inner{
        display: none;
    }
    .footer__copyright {
        padding: 8px 24px;
        color:#ffffff;
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 150px 0 0;
    }
}






