@charset "UTF-8";

@import url("reset.css");
@import url("contents.css");


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
general
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.sp {
	display: none !important;
}
	.clearfix:after{
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
	}
	.clearfix{
		display: block;
	}



 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body {
	-webkit-text-size-adjust: none;
}
#wrapper {
    overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 100%;
}

 /*a:hover > img {
	opacity: 0.6;
	filter: alpha(opacity=60);
} */


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
main
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


section {
    text-align: center;
    margin-top: 135px;
}
h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    line-height: 0.9em;
}
.sub_ttl {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 110px;
}




/* header */

header {
    position: fixed;
    z-index: 99999;
    width: 100%;
}
header #hd_nav {
    padding: 30px 50px 40px 50px;
    display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
}
header #hd_nav h1 img {
    width: 218px;
}
header #hd_nav h1 a {
    transition: 0.5s;
}
header #hd_nav h1 a:hover > img {
    opacity: 0.6;
	filter: alpha(opacity=60);
}
header #hd_nav .icon_list {
    width: 150px;
    margin-top: 8px;
}
header #hd_nav .icon_list ul {
    display: flex;
    justify-content: flex-end;
}
header #hd_nav .icon_list ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    transition: 0.5s;
    margin-left: 10px;
}
header #hd_nav .icon_list ul li a:hover {
    box-shadow: 2px 2px 4px gray;
}


header #gnav {
    width: 100%;
    background-color: #FFF;
    padding: 30px 0;
}
header #gnav ul {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
header #gnav a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.1em;
}
header #gnav a::after {
  position: absolute;
  bottom: -22px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.6s;
}
header #gnav a:hover::after {
  transform: scale(1, 1);
}


.is-animation {
}
.is-animation #hd_nav {
    transition: 0.5s;
    padding: 10px 50px 10px 50px;
}
.is-animation #gnav {
    padding: 20px 0;
}



/* video */

/* 動画コピー */

.kv{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.kv .main-copy{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.kv .sub-copy{
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px) {
  .kv{
    min-width: 960px;
  }

  .kv .main-copy{
    font-size: 60px;
  }

  .kv .sub-copy{
    font-size: 30px;
  }
}


#main_vd {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 200px;
}
#main_vd .main_rightbd {
    width: 40px;
    height: 630px;
    background-color: #FFF;
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0 0 0 auto;
    padding: 170px 25px 0 0;
    letter-spacing: .1em;
}

.video{
  width: calc( 100% - 70px ) ;
  height: 700px;
  /* background: url(../images/main.jpg) no-repeat center/cover; */
    background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.video video{
  width: 100%; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    max-height: 700px;
    max-width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


/*.video video{
  min-width: 100%;
  min-height: 100%;
  width: 177.77777778vh;
  height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}*/



/* くるりんバナー */

.top_kururin {
    text-align: center;
}



/* news */


.news .news_list {
    width: 860px;
    margin: 0 auto;
    padding-bottom: 100px;
    border-top: 1px solid #b8d9e9;
    text-align: left;
}
.news .news_list ul li {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #b8d9e9;
}
.news .news_list .time {
    color: #459cc5;
    padding: 0 40px;
    letter-spacing: 0.1em;
}
.news .news_list a {
    color: #333333;
}
.news .news_list a:hover {
    color: #b4b4b4;
}





/* フェードイン */

.box{
	opacity: 0;
}
.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration: 1.3s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(60px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}




/* service */


.products .pro_list {
    background: url(../images/product_bg.jpg) no-repeat left top /cover;
}
.products .pro_list .list_box {
    position: relative;
    max-width: 932px;
    width: 70%;
    height: 436px;
}
.products .pro_list .list_box .item_tt {
    position: absolute;
    top: 80px;
    text-align: left;
}

.products .pro_list .box01 {
    margin: 0 0 85px auto;
}
.products .pro_list .box01 .item_tt {
    left: -40%;
}
.products .pro_list .box02 {
    margin: 0 auto 85px 0;
}
.products .pro_list .box02 .item_tt {
    right: -420px;
}
.products .pro_list .box03 {
    margin: 0 0 0 auto;
    padding-bottom: 85px;
}
.products .pro_list .box03 .item_tt {
    left: -35%;
}



.products .pro_list .list_box .itemimg {
    max-width: 932px;
    width: 100%;
    height: 436px;
}
.products .pro_list .list_box .itemimg img{
    width: 100%;
    height:436px;
    object-fit: cover;
    transition:1s all;
}
.products .pro_list .list_box .itemimg img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}
.products .pro_list .list_box.box02 .itemimg{
    background-color: #68dfcc;
    position: relative;
}
.products .pro_list .list_box.box02 .itemimg img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 1400px) {
    
    .products .pro_list .list_box.box02 {
        width: 60%;
    }
    
}
@media only screen and (max-width: 1100px) {
    
    .products .pro_list .list_box.box02 {
        width: 55%;
    }
    
}




.products .pro_list .tt_sub {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}
.products .pro_list .tt_mn {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}
.products .pro_list .txt_more {
    margin-top: 15px;
    line-height: 1.8em;
    text-align: justify;
}
.products .pro_list .box02 .txt_more {
    margin-left: 100px;
}
.products .pro_list .box03 .tt_mn {
    letter-spacing: 0.05em;
}





.btn_more {
    margin-top: 20px;
}
.products .pro_list .box02 .btn_more {
    margin-left: 100px;
}

.btn_more a {
    position: relative;
    display: inline-block;
    width: 140px;
    padding: 10px 0 13px 3px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-bottom: 1px solid #000;
}
.btn_more a:hover {
    color: #6b6b6b;
    border-bottom: none;
}
.btn_more a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 1.2s;
}
.btn_more a:hover::after {
  transform: scale(1, 1);
}

.arrow{
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    right: 3px;
    width: 15px;
    height: 1px;
    background: #000;
}
.arrow::after{
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* movie */

.movie_imt img {
    border-radius: 30px;
}
.movie_imt a:hover img {
    opacity: 0.7;
}
.movie_box {
    width: 1050px;
    display: flex;
    margin: 0 auto 90px;
}
.movie_box .item_tt {
    text-align: left;
    margin: 15px 0 0 70px;
}
.movie_box .item_tt .tt_mn {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}
.movie_box .item_tt .tt_mn .sm {
    font-size: 24px;
}
.movie_box .item_tt .tt_sub {
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;
}
.movie_box .item_tt .txt_more {
    margin-top: 15px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: justify;
}

.btn_mv a {
  display: inline-block;
  width: 200px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.btn_mv a::before,
.btn_mv a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_mv a,
.btn_mv a::before,
.btn_mv a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_mv a {
  background-color: #FFF;
  border: 1px solid #333;
  color: #000;
    font-size: 12px;
  line-height: 50px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.btn_mv a:hover {
  background-color: #000;
  color: #FFF;
}




/* top_bnr */
#top_bnr {
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}

#top_bnr #aath {
    width: 100%;
    height: 350px;
    background: url(../images/bnr_aath_bg.jpg) no-repeat center top /cover;
    padding: 60px 0 0;
}
#top_bnr #aath .aath_box {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 0 auto;
}
#top_bnr #aath .aath_tt {
    width: 565px;
    text-align: center;
    color: #FFF;
    padding-top: 30px;
}
#top_bnr #aath .aath_tt .sub_tt {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 30px;
}
#top_bnr #aath .aath_tt .sub_logo {
    padding-bottom: 13px;
    border-bottom: 2px solid #e31366;
}
#top_bnr #aath .aath_tt .sub_txt {
    margin-top: 30px;
}



#top_bnr #omuni {
    width: 100%;
    height: 390px;
    background: url(../images/bnr_omuni.jpg) no-repeat center top /cover;
}
#omuni .omuni_box {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
#omuni .omuni_tt {
    width: 580px;
    margin: 0 0 0 auto;
    text-align: left;
}
#omuni .omuni_tt .tt_sub {
    font-size: 18px;
}
#omuni .omuni_tt h3 {
    font-size: 52px;
    letter-spacing: 0;
}
#omuni .omuni_tt h3 .lg {
    font-size: 59px;
}
#omuni .btn_more02 {
    margin-top: 20px;
}

.btn_more02 a {
  display: inline-block;
  width: 270px;
  height: 54px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.btn_more02 a::before,
.btn_more02 a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_more02 a,
.btn_more02 a::before,
.btn_more02 a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_more02 a {
  background-color: #FFF;
  border: 1px solid #333;
  color: #000;
    font-size: 12px;
  line-height: 50px;
    font-weight: 400;
    letter-spacing: 0.1em;
}
.btn_more02 a:hover {
    background-color: #e9e9e9;
    border: 1px solid #FFF;
}

.arrow2 {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.arrow2::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}







/* contact */

.contact {
    background-color: #eff0f5;
    height: 290px;
    position: relative;
    margin-top: 0;
    margin-bottom: 300px;
}
.contact .con_box {
    position: absolute;
    width: 1050px;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
}

.contact .con_box .con_btn {
    margin: 0 15px 0 0;
    z-index: 1;
}
.contact .con_btn a {
    position: relative;
    display: inline-block;
    width: 465px;
    height: 140px;
    padding: 80px 0 0 60px;
    color: #FFF;
    text-align: left;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.contact .con_btn a:hover {
    -webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.05,1.05);
	-o-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}
.contact .btn_catalog:hover {
    z-index: 2;
}
.contact .btn_catalog:hover + .contact .btn_recruit {
    z-index: 1;
}


.arrow3 a {
    position: relative;
    display: inline-block;
}
.arrow3 a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow3 a::after{
    right: 47px;
    width: 30px;
    height: 30px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact .con_box .btn_catalog a {
    background: rgba(41, 69, 80, 1.0);
}
.contact .con_box .btn_catalog a:hover {
    background: rgba(41, 69, 80, 0.8);
}
.contact .con_box .btn_recruit a {
    background: rgba(56, 51, 81, 1.0);
}
.contact .con_box .btn_recruit a:hover {
    background: rgba(56, 51, 81, 0.8);
}
.contact h4 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.contact .sub_txt {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Serif JP', serif;
}








/* footer */

footer {
    max-width: 1300px;
    width: 90%;
    padding: 0 0 100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
footer .ftnav {
    margin-bottom: 20px;
}
footer .ftnav ul {
    display: flex;
    justify-content: center;
}
footer .ftnav ul li {
    font-size: 13px;
    margin-left: 15px;
    letter-spacing: 0.08em;
    white-space: nowrap;
}


footer .ft_btm {
   display: flex;
    justify-content: space-between;
    border-top: 1px solid #000;
    padding: 30px 0 0 0;
}
footer .ft_btm .ft_logo {
    width: 200px;
}
footer .ft_btm .ft_logo img {
    width: 200px;
}
footer .ft_btm .ft_logo p {
    font-size: 10px;
    text-align: left;
    margin: 0 0 8px 0;
    letter-spacing: 0.08em;
}
footer .ft_btm .ft_copy {
    font-size: 13px;
    letter-spacing: 0.05em;
}
footer .ft_btm .ft_ssl {
    width: 200px;
    text-align: right;
}







 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Responsive
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 1460px) {

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


 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 1000px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp {
		display: inline-block !important;
	}
    
    
    body{
        text-align: justify;
        font-size: 16px;
	}
    
    
    /* スマホnavメニュー */
    
nav.globalMenuSp {
    position: fixed;
    top: 0;
    right: -30vw;
	width: 250px;
    color: #FFF;
    transition: all 0.6s;
    background-color: rgb(0,0,0,0.7);
    height: 100%;
    min-height: 100vh;
    padding: 55px 0 0 27px;
    z-index: 9991;
}
 
nav.globalMenuSp ul {
    margin: 0;
    padding: 0;
    width: 200px;
}
 
nav.globalMenuSp ul li {
    font-size: 17px;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #FFF;
    padding: 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(-30vw); /* メニューを右からどの位の横幅で表示するか設定 */
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 20px;
    border-bottom: solid 2px #000;    /* menuの3本線を設定 */
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
} 
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
/* closeボタン　最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 2px #FFF;
}
 
/* closeボタン　2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #FFF;
}

    
    nav.globalMenuSp {
    right: -100vw;
	width: 270px;
    line-height: 26px;
	}
    nav.globalMenuSp ul {
    margin: 10px 0 30px 0;
    }
    nav.globalMenuSp ul li {
    margin-bottom: 18px;
    }
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
    transform: translateX(-100vw);
	}
    
    
    nav.globalMenuSp .icon_list ul {
        display: flex;
        width: 150px;
    }
    nav.globalMenuSp .icon_list ul li {
        margin: 0 10px 0 0;
        padding: 0;
    }
 
    
    
    
    section {
        margin-top: 80px;
    }
    h2 {
        font-size: 40px;
    }
    .sub_ttl {
        font-size: 12px;
        margin-bottom: 60px;
    }




    /* header */

    header #hd_nav {
        padding: 30px 0;
        display: block;
        text-align: center;
    }
    header #hd_nav h1 img {
        width: 160px;
    }

    
    /* video */

    /* 動画コピー */

    .kv{
        height: 400px;
    }
    .kv .main-copy{
        line-height: 1.3em;
    }
    .video{
      width: calc( 100% - 40px ) ;
      height: 400px;
      background: url(../images/main.jpg) no-repeat center/cover;
    }
    #main_vd {
        margin-top: 110px;
    }
    #main_vd .main_rightbd {
        width: 15px;
        height: 375px;
        padding: 25px 10px 0;
    }



    .top_kururin {
        margin-top: 50px;
    }
    .top_kururin img {
        width: 350px;
    }



    /* news */


    .news .news_list {
        width: auto;
        margin: 0 20px;
        padding-bottom: 50px;
    }
    .news .news_list ul li {
        display: block;
        padding: 20px 0;
    }
    .news .news_list .time {
        padding: 0 0 10px 0;
    }




    /* service */


    .products .pro_list .list_box {
        max-width: auto;
        width: 100%;
        height: auto;
        position: static;
    }
    .products .pro_list .list_box .item_tt {
        position: static;
        padding: 40px 20px;
    }

    .products .pro_list .box01 {
        margin: 0 0 40px 0;
    }
    .products .pro_list .box01 .item_tt {
        left: 0;
    }
    .products .pro_list .box02 {
        margin: 0 0 40px 0;
    }
    .products .pro_list .box02 .item_tt {
        right: 0;
    }
    .products .pro_list .box03 {
        margin: 0 0 40px 0;
    }
    .products .pro_list .box03 .item_tt {
        left: 0;
    }


    .products .pro_list .list_box .itemimg {
        max-width: auto;
        width: 100%;
        height: auto;
    }
    .products .pro_list .list_box .itemimg img {
        width: 100%;
        height: auto;
    }
    .products .pro_list .list_box.box02 .itemimg img {
        position: inherit;
        width: 100%;
        height: auto;
    }
    .products .pro_list .list_box.box02 {
        width: 100%;
    }
    
    .products .pro_list .list_box .omumin_top a {
        display: block;
        position: relative;
    }
    .products .pro_list .list_box .omumin_top a .omumin_top_tt {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        margin: auto;
        width: 300px;
        height: auto;
    }
    .products .pro_list .list_box .omumin_top_tt img {
        width: 300px;
        height: auto;
    }
    
    
    
    

    .products .pro_list .tt_mn {
        font-size: 26px;
    }
    .products .pro_list .box02 .txt_more {
        margin-left: 0;
    }
    .products .pro_list .box02 .btn_more {
        margin-left: 0;
    }

    
    



    /* movie */

    .movie_box {
        width: auto;
        display: block;
        margin: 0 0 90px;
    }
    .movie_box .movie_imt img {
        width: 100%;
    }
    .movie_box .item_tt {
        margin: 20px 0 0;
    }
    .movie_box .item_tt .tt_mn {
        font-size: 22px;
    }
    .movie_box .item_tt .tt_mn .sm {
        font-size: 18px;
    }



    
    /* top_bnr */

    #top_bnr #aath {
        height: auto;
        background: url(../images/bnr_aath_bg.jpg) no-repeat center top /cover;
        padding: 30px 0;
    }
        #top_bnr #aath .aath_box {
        display: block;
        width: auto;
        margin: 0 20px;
    }
    #top_bnr #aath .aath_tt {
        width: auto;
        text-align: center;
        color: #FFF;
        padding-top: 30px;
    }
    #top_bnr #aath .aath_tt .sub_tt {
        margin-bottom: 30px;
    }
    #top_bnr #aath .aath_tt .sub_logo img {
        width: 282px;
    }
    #top_bnr #aath .aath_tt .sub_txt {
        margin: 30px 0;
    }
    #top_bnr #aath .aath_item img {
        width: 280px;
        padding: 30px 0;
    }
    
    
    
    #top_bnr #omuni {
        background: url(../images/bnr_omuni_tb.jpg) no-repeat left bottom /cover;
        background-size: 100% auto;
    }
    #omuni .omuni_tt {
        width: 350px;
    }
    #omuni .omuni_tt h3 {
        font-size: 40px;
    }
    #omuni .omuni_tt h3 .lg {
        font-size: 40px;
    }
    
    
    
    
    
    
    
    


    /* contact */

    .contact {
        height: 130px;
        margin-bottom: 300px;
        margin-top: 0;
    }
    .contact .con_box {
        width: 340px;
        top: 50px;
        display: block;
    }
    .contact .con_box .con_btn {
        margin: 0 0 1px 0;
    }
    .contact .con_box .con_btn a {
        width: 300px;
        height: 100px;
        padding: 40px 0 0 40px;
    }
    .arrow3::after{
        right: 30px;
        width: 20px;
        height: 20px;
    }
    .contact .con_box h4 {
        font-size: 25px;
    }
    .contact .con_box .sub_txt {
        font-size: 12px;
    }



    /* footer */

    footer {
        max-width: auto;
        width: auto;
        padding: 0 0 100px;
    }

    footer .ft_btm {
        display: block;
        border-top: none;
        padding: 30px 0 10px 0;
    }
    footer .ft_btm .ft_logo {
        width: 90%;
        margin: 0 auto 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;
    }
    footer .ft_btm .ft_logo p {
        text-align: center;
    }
    footer .ft_btm .ft_ssl {
        width: auto;
        text-align: center;
        margin-top: 20px;
    }


    
    
}




@media only screen and (max-width: 600px) {
    
    
    .products .pro_list .list_box .omumin_top a .omumin_top_tt {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        margin: auto;
        width: 150px;
        height: auto;
    }
    .products .pro_list .list_box .omumin_top_tt img {
        width: 150px;
        height: auto;
    }
    
    
    
    
    #top_bnr #omuni {
        height: 300px;
        background: url(../images/bnr_omuni_sp.jpg) no-repeat center bottom /cover;
    }
    #omuni .omuni_box {
        width: auto;
        margin: 0;
        padding: 30px 0 0 0;
    }
    #omuni .omuni_tt {
        width: 210px;
        margin: 0 auto;
        text-align: center;
    }
    #omuni .omuni_tt .tt_sub {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #omuni .omuni_tt h3 {
        font-size: 24px;
        line-height: 1.2em;
    }
    #omuni .omuni_tt h3 .lg {
        font-size: 28px;
    }
    #omuni .btn_more02 {
        margin-top: 10px;
    }
    .btn_more02 a {
        width: 160px;
        height: 40px;
        padding: 8px 0;
        line-height: 20px;
    }
    
    
    
    
    
}