@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Shippori Mincho', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
brown1
color:#cab27c;
miffy blue
color:#004e98;
*/



html, body{margin: 0; padding: 0;}

html {font-size:10px; }

body {
  font-family: 'Noto Sans JP', serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #fff;
  transition: opacity 2s linear ;
  background: #004e98;
  opacity: 0;
}

body.loaded {
  opacity: 1;
}


@keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
/*------------------------
fade
-------------------------*/

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


@media screen and (min-width: 768px) { .sp { display: none !important; } }
@media screen and (max-width: 767px) { .pc { display: none !important; } }
/*------------------------
link
-------------------------*/
a{text-decoration: none; color:#fccd01; -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all  0.2s ease;}
a:hover{color:#F1CA13;}
/*------------------------
font
-------------------------*/

.t300{font-weight: 300;}
.t500{font-weight: 500;}
.t700{font-weight: 700;}

.t-ll{font-size: 3.5rem;}
.t-l{font-size: 2.4rem;}
.t-ml{font-size: 1.8rem;}
.t-m{font-size: 1.6rem;}
.t-sm{font-size: 1.45rem;}
.t-s{font-size:1.2rem;}
/*------------------------
margin
-------------------------*/
.mb1{margin-bottom: 1rem;}
.mb2{margin-bottom: 2rem;}
.mb3{margin-bottom: 3rem;}
.mb4{margin-bottom: 4rem;}
.mb5{margin-bottom: 5rem;}
.mb6{margin-bottom: 6rem;}
.mb10{margin-bottom: 10rem;}
.mt2{margin-top: 2rem;}
.mt5{margin-top: 5rem;}
.mt10{margin-top: 100px;}
.ml10{margin-left: 50px;}
.pb10{padding-bottom: 100px;}
.center{text-align: center;}
.right{text-align: right;}
.clearfix::after {content: ""; display: block; clear: both;}

.txt_shadow {text-shadow: 0px 1px 3px rgba(0,29,104,1.00);}
.txt_bright {text-shadow: 0px 0px 6px rgba(225,225,225,1.00);}


/*------------------------
header
-------------------------*/
.g_header_logo{position: absolute; top: 2rem; left: 2rem; z-index: 5;}
.g_header_logo img {height: 6rem;}
/*------------------------
contents
-------------------------*/
.contents {max-width: 1200px; margin: 0 auto; position: relative; padding: 0 3rem;}
.contents img{width: 100%;}
.contents_miffy0 {max-width: 1200px; position: relative; margin: 100px auto 0; text-align: center;}
.contents_miffy0 img{width: 100%;}
.contents_miffy {background-color: #004e98; max-width: 1200px; margin: 100px auto; position: relative; padding: 0 3rem;}
.contents_miffy img{width: 100%;}
/*------------------------
kv
-------------------------*/
#kv{max-width: 1200px; margin: 80px auto 0;}
#kv h1 img {width: 100%;  margin: 0 auto;}

#header {background: url(../img/top_pc.jpg) center / cover no-repeat; text-align: center; height:calc(100vh - 80px);}
#header h1{margin: 0; height:calc(100vh - 80px); margin-top: 80px; z-index:10; display: flex; justify-content: center; align-items: center; overflow: hidden;}
#header h1 img{height: 100%;}

/*------------------------
gnavi
-------------------------*/
#gnavi {text-align: center;animation: fadeIn 3s ease 0s 1 normal;-webkit-animation: fadeIn 3s ease 0s 1 normal;}
#gnavi ul,li{list-style: none;}
#gnavi ul{margin: 0rem auto; padding: 0; text-align: center; display: flex; justify-content: flex-start;}
#gnavi li{font-family: "Shippori Mincho", serif;}
#gnavi li a{display: block; color: #fff; padding: 0.3rem 1rem; margin: 0.2rem 0.2rem; line-height: 1;  background-color:#004e98; text-decoration: none; text-shadow: 0px 1px 3px rgba(0,0,0,0.6);font-size:1.8rem; font-weight:700; border-radius: 0 0 7px 7px; border-bottom:2px solid #fff;}
#gnavi li a:hover {color: #ffcc00; text-decoration: none; background-color:#80787D; border-bottom:0px;}

/*------------------------
video
-------------------------*/
.v1{width: 100%;}

/*------------------------
pc navi (fix)
-------------------------*/
#pc-logo-bg{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 80px;
  background: #004e98;
  left: 0;
  top: 0;
  z-index: 998;
  border-bottom: 1px solid #fccd01;

}
.gfo-logo{
  width: 190px;
  margin: 10px 30px 10px 30px;
}




/*------------------------
sp navi + logo
-------------------------*/
#sp-logo-bg{
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #004e98;
  left: 0;
  top: 0;
  z-index: 998;
  border-bottom: 1px solid #fccd01;

}
.logo-sp{
  width: 150px;
  margin: 10px;
}
.logo-sp2{
  width: 150px;
  margin: 10px 20px 10px 18px;
}

.xfade.sp{
  position: relative;
  width: 100%;
  height: calc(90vw * 0.67);
  overflow: hidden;
}
.xfade.sp .item{
  position: absolute;
  top: 0;
  left: 0;
}


iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/*------------------------
read
-------------------------*/
#read{padding: 5rem 0rem; text-align: center;}
#read p{line-height: 2.4; font-size:2.4rem; font-weight: 400;}

/*------------------------
btn
-------------------------*/
.btn {display: inline-block; line-height: 1.2; }
.btn a{display: block; padding: 1rem 4rem; background-color:#cab27c; color:#333; border-radius: 5rem; }
.btn a:hover{color: #004e98; text-decoration: none; background-color:#F1CA13;}
/*------------------------
map
-------------------------*/
/*------------------------
blocks
-------------------------*/

.block{padding: 2rem 0; margin-bottom: 0rem; display:flex; justify-content: center; }
.blocksns{margin: auto 30px;}

.block2{border-top: 1px solid #004e98; padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: space-between; }
.block2_2{border-top: 1px solid #c9a063; padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: space-between; }
.block_miffy{border-top: 1px solid #fccd01; padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: space-between; }

.block_gazo{width: 49%; line-height:1;}
.block_gazo img{width: 100%;}
.block_txt{width: 49%;}
.goods{width: 100%;  display:flex; justify-content: space-between; margin-bottom: 1rem;}
.goods_in_goods{width: 39%;}
.goods_in_text{width: 59%; line-height: 1.4;}
.goods_number{background-color:#968157; color:#fff; font-size: 1.8rem; padding: 0; margin:0 0 1rem 0; text-align: center;}


.block_gazo2{width: 30%; line-height:1;}
.block_gazo2 img{width: 100%;}
.block_txt2{width: 68%;}

.white{
  background-color: #fff;
  color: #004e98;
  padding: 100px 0 ;
  font-weight: bold;
  margin-bottom: 100px;
}
/*------------------------
titles
-------------------------*/
.coner_title{
  font-family:"Shippori Mincho", serif; font-size:5rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; display: block;}
.coner_title2{
  font-family:"Shippori Mincho", serif; font-size:5rem; text-align: center; font-weight: 400;margin-bottom: 5rem;  line-height: 1.2; color:#cab27c; display: block;}
.coner_title3{
  font-family:"Shippori Mincho", serif; font-size:4rem; text-align: center; font-weight: 400;margin-bottom: 2rem;  line-height: 1.2; display: block;}

.title_l{color:#cab27c;font-size:3.5rem; font-weight:700; font-family:"Shippori Mincho", serif; line-height: 1.2;margin: 1rem 0 0.2rem; }
.title_m{color:#cab27c;font-size:2.4rem; font-weight:700; font-family:"Shippori Mincho", serif; line-height: 1.2;margin: 0rem 0 0.2rem; }
.title_l_mif_title {color:#fccd01; font-size:3.5rem; font-weight:700; font-family:"M PLUS Rounded 1c", sans-serif; line-height: 1.2; margin: 1rem 0 2rem; letter-spacing:0.1rem;}
.title_l_mif {color:#fccd01; font-size:3.5rem; font-weight:700; font-family:"M PLUS Rounded 1c", sans-serif; line-height: 1.2; margin: 1rem 0 0.2rem; letter-spacing:0.1rem; }
/*------------------------
photo
-------------------------*/
.strong{display:inline-block; background-color:#004e98; line-height: 1; padding: 0.2rem 0.5rem;margin: 0 0.5rem; color:#222; font-weight:bold;}
.qr {width: 100px;}

/*------------------------
travel
-------------------------*/
.logo {width: 120px; float: right; margin-left: 2rem;}
.logo img {width: 100%;}

/*------------------------
place
-------------------------*/
.at_l{font-family: 'Noto Sans JP', sans-serif; background-color:#fccd01; color:#004e98; font-size: 1.3rem; padding: 0 1rem; margin: 0 1rem 0 0; }
.at_s{font-family: 'Noto Sans JP', sans-serif; background-color:#fccd01; color:#004e98; font-size: 1.1rem; padding: 0 1rem; margin: 0 1rem 0 0; }
.at_l2{font-family: 'Noto Sans JP', sans-serif; background-color:#fccd01; color:#004e98; font-size: 1.3rem; padding: 0 1rem; margin: 0 1rem 0 0; }
.message {position: relative;}
.endinfo{ background-color:#968157; color:#fff; padding: 0 1rem; margin: 0 1rem 0 0; display: inline-block;}
/*------------------------
profile
-------------------------*/
.prof{border:1px solid #004e98; margin:0 0 5rem; padding: 4rem; display: flex; align-content:center; line-height: 1; width:calc(100%-8.2rem); background:rgba(255,255,255,0.90); color: #333;}
.prof_photo{width: 360px; margin-right: 2rem}
.prof_photo img {ine-height: 0;}
.prof_txt {margin: 0rem 2rem; line-height: 1.5}



/*------------------------
miffy
-------------------------*/
.miffy {background-color: #004e98; }
/*------------------------
campaign
-------------------------*/
.block_cam{border-top: 1px solid #004e98; padding: 2rem 0 0;}
.cam {display:flex; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #004e98; padding:  2rem 0;}
.cam_left {width: 30%; margin-right: 2rem;}
.cam_left img {width: 100%;}
.cam_right{width: 70%; margin-top: 0;}
/*------------------------
footer
-------------------------*/
footer {background-color:#004e98; padding:5rem 0 5rem; text-align: center; border-top:1px solid #fccd01; margin-top: 100px;}
.footer_logo{text-align: center; margin-bottom: 1rem;}
.footer_logo img{width: 200px; }
address{font-style:normal;}


.accordion-content {
  display: none;
  padding: 10px;
  margin-bottom: 20px;
}
.accordion-header {
  cursor: pointer;
  display: inline-block; padding: 0.5rem 2rem; background-color:#cab27c; color:#333; border-radius: 5rem;
  font-size: 1.2rem;margin-bottom: 2rem;
}
.accordion-header:hover {color: #fff; text-decoration: none; background-color:#80787D;opacity: 0.5;}

.copy {width: 500px; margin: 20px auto 100px;}


/*------------------------
========================================================================================================================
-------------------------*/




@media screen and (max-width: 767px) {
  html {font-size:9px;}

  body.loaded {
    opacity: 1;
    background-color: #004e98;
}



/*------------------------
header
-------------------------*/
.g_header_logo{position:absolute; top:15px; left:15px;}
.g_header_logo img {height: auto; width: 120px;}
/*------------------------
contents
-------------------------*/
.contents {width: 90%; margin: 0 auto; position: relative; padding: 0 0rem;}
.contents_miffy0 {max-width: 90%; margin: 0px auto 0;}

.contents_miffy {background-color: #004e98; max-width: 1200px; margin: 50px auto; position: relative; padding: 0 3rem;}
#header {background: url(../img/top_sp.jpg) center / cover no-repeat; text-align: center; height: calc(100vh - 60px); margin-top: 60px;}
#header h1{margin: 0; height:calc(100vh - 60px); margin-top: 60px; z-index:10; display: flex;justify-content: center;align-items: center; align-items: flex-end;}
#header h1 img{ height:100%; overflow: hidden;}
/*------------------------
miffy
-------------------------*/


/*------------------------
read
-------------------------*/
.t-ll{font-size: 2.6rem}
#read p{line-height: 2.4; font-size:1.7rem;}

/*------------------------
sns
-------------------------*/
.icon_fb{margin: 0 1rem;width: 32px;}
.icon_tw{margin: 0 1rem;width: 32px;}
.icons a:hover {opacity: 1;}
/*------------------------
blocks
-------------------------*/
.block2{border-top: 1px solid #004e98; padding: 5rem 0; margin-bottom: 0rem; display:flex; flex-direction: column;}
.block2_2{border-top: 1px solid #c9a063; padding: 5rem 0; margin-bottom: 0rem; display:flex; flex-direction: column-reverse;}
.block_miffy{border-top: 1px solid #fccd01; padding: 5rem 0; margin-bottom: 0rem; display:flex;  flex-direction: column;}


.block2_2 > .block_txt{margin-bottom: 50px;}

.block_gazo{width: 100%; line-height:1; margin-bottom: 1rem;}
.block_gazo img{width: 100%;}
.block_txt{width: 100%;}

.block_gazo2{width: 100%; line-height:1; margin-bottom: 1rem;}
.block_gazo2 img{width: 100%;}
.block_txt2{width: 100%;}

.block{padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: center; }
.blocksns{margin: auto 15px;}

/*------------------------
titles
-------------------------*/
.coner_title{
  font-family:"Shippori Mincho", serif; font-size:3rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; display: block; border-bottom:none;}
.coner_title2{
  font-family:"Shippori Mincho", serif; font-size:3rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; color:#cab27c; display: block; border-bottom:none;}
.coner_title3{
  font-family:"Shippori Mincho", serif; font-size:3rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; display: block; border-bottom:none;}

.title_l{color:#cab27c; font-size:3rem; font-weight:400; font-family:"Shippori Mincho", 'Noto Serif JP', serif; line-height: 1.2;margin: 1rem 0 0.2rem; }
.title_m{color:#cab27c; font-size:2.4rem; font-weight:400; font-family:"Shippori Mincho",'Noto Serif JP', serif; line-height: 1.2;margin: 0rem 0 0.2rem; }
.title_l_mif {color:#fccd01; font-size:3rem; font-weight:700; font-family:"M PLUS Rounded 1c", sans-serif; line-height: 1.2; margin: 1rem 0 0.2rem; letter-spacing:0.1rem; }



  /*------------------------
profile
-------------------------*/
.prof{border:1px solid #004e98; margin:0 0 5rem; padding: 1rem; display: block; align-content:center; line-height: 1; width:calc(100%-2.2rem); background:rgba(255,255,255,0.90); color: #333;}
.prof_photo{width: 120px; margin: 0 0 0 1rem; float:right;}
.prof_photo img {ine-height: 0;}
.prof_txt {margin: 0rem; line-height: 1.5;}

/*------------------------
univ logo
-------------------------*/
.univ img{width: 30%; margin-right: 2%;}
/*------------------------
campaign
-------------------------*/
.block_cam{border-top: 1px solid #004e98; padding: 2rem 0 0;}
.cam {display:block; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #004e98; padding:  2rem 0;}
.cam_left {width: 100%; margin-right: 2rem;}
.cam_left img {width: 100%;}
.cam_right{width: 100%; margin-top: 0;}
/*------------------------
bmw
-------------------------*/
.block_bm{padding: 0; margin-bottom: 0rem; display:flex; flex-direction: column;}
.bmw_bg{width: 100%; background-color: rgba(184, 154, 115, 0.9); ; padding: 5rem 0 10rem; color:#222;}
.bmw_bg a{color:#fff;}
.bmw_logo{width: 100%;}
.bmw_logo img{width: 80%;}
.bmw_car{width: 40%; float: right;}
.bmw_car img{width: 100%;}
.bmw_line{border-top:dotted 1px #333; margin: 3rem 0;}
/*------------------------
more
-------------------------*/
.block_more{border-top: 1px solid #004e98; padding: 2rem 0 5rem; }
.more {display:block; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #004e98; padding:  2rem 0;}
.more_left {width: 100%; margin-right: 2rem;}
.more_left img {width: 100%;}
.more_right{width: 100%; margin-top: 0;}
/*------------------------
kyousan
-------------------------*/
footer {background-color:#004e98; padding:5rem 0 7rem; text-align: center; border-top:1px solid #fccd01;}
address{font-style:normal;}
.ml10{margin-left: 0px; margin: 20px auto;}
.white{
  background-color: #fff;
  color: #004e98;
  padding: 90px 0 20px;
  margin-bottom: 50px;

}

.copy {width: 90%; margin: 20px auto 100px;}

}
