@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html{
overflow: auto;
background: #F2F9FD;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: basesite_img;
  letter-spacing:.08em !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Shippori Mincho", serif !important;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
a{
  text-decoration: none;
  color : inherit;
}
p{
line-height: 1,5em;
}
.sp{
display: none;
}


/*--------------　構築ベース --------------*/

body{
overflow-x: hidden;
font-optical-sizing: auto;
font-style: normal;
line-height: 1.1em;
letter-spacing: .1em;
color: #262627;
}

body.active{
overflow: hidden;
}

h2 a{
text-decoration: underline;}

a {
transition: .3s;
}

a:hover{
color: #287c93;
}


.flame{
max-width: 1050px;
margin: auto;
}

.i-flame{
margin: auto;
}


#t-content h1{
margin: 136px auto 40px;
text-align: center;
font-size: 2em;
font-weight: bold;
letter-spacing: .2em;
}

b.bl{
color: #287c93;
}

#t-content h1 span{
font-size: 16px;
font-weight: normal;
display: block;
margin-top: 20px;
letter-spacing: normal;
}

#t-content ul{
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
}

#t-content ul li{
font-size: 0.8em;
margin-right: 5px;
}

div.slid{
position: relative;
}
div.slid p{
position: absolute;
width: 80%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.5em;
line-height: 3em;
color: #fff;
}


.flame{
line-height: 2.5em;
padding: 5% 0;
}

.topmg p{
padding-left: 5%;
}
.topmg h2{
    font-size: 1.5em;
    line-height: 3em;
}

#f1{
padding-bottom: 5%;
}

#f1 img{
width: 90%;
margin-left: 10%;
}

#f1 .ibox{
position: relative;
}

#f1 .ibox h2{
position: absolute;
width: 80%;
top: 50%;
left: 55%;
transform: translate(-50%, -50%);
font-weight: normal;
font-size: 1.2em;
}

#f1 .ibox h2 span{
    background: #fff;
    padding: 10px 15px;
    margin: 10px;
    display: inline-block;
}

#f1 .flame{
padding: 0;
}

.mg{
position: relative;
    width: 90%;
    margin: auto;
    margin-top: -8%;
    margin-left: 15%;
    padding: 2% 3%;
    background: #fff;
    z-index: 1;
    border: solid 1px transparent;
    border-radius: 10px;
}

#f2{
position: relative;
color: #fff;
}

#f2 img.bg{
width: 100%;
position: absolute;
}

#f2{
width: 100%;
}

#f2 .fbox{
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-weight: normal;
padding: 2.5% 0 0 0;
}

#f2 .fbox img{
position: absolute;
    width: 650px;
    left: -12%;
    bottom: -20%;
    opacity: 0.7;
}

#f2 .fbox .ttl{
width: 50%;
}

#f2 .fbox .ttl h2{
font-size: 1.2em;
font-weight: normal;
}


#f2 .fbox .ttl span{
font-size: 14px;
margin: 5% auto;
display: inline-block;
}

#f2 .fbox .mmg{
width: 50%;
font-size: 14px;
}
#f2 .fbox .mmg a{
display: inline-block;
margin: 30px auto;
background: #fff;
color: #131313;
padding: 10px 20px;
border: solid 1px transparent;
border-radius: 5px;
}

#f3{
padding: 10% 0 0 0 ;
margin: 5% auto 2.5%;
}

#f3 h2{
font-size: 1.2em;
margin: 3% auto;
font-weight: normal;
}
#f3 span{
position: relative;
display: inline-block;
}

#f3 span::before{
content: "";
width: 100px;
height: 1px;
position: absolute;
top: 55%;
left: 120px;
transform: translate(-50%, -50%);
background: #131313;
}

#f3 ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
font-size: 14px;
line-height: 2.4em;
margin: 5% auto;
}

#f3 img{
width: 100%;}

#f3 ul li{
margin-bottom: 3%;
width: 31%;
position: relative;
}

#f3 ul li a.tag{
position: absolute;
z-index: 1;
top: 0;
left: 0;
padding: 0px 10px;
background: #fff;
font-size: 12px;
}

#f3 ul li div a{
width: 100%;
}

#f3 ul li div a span::before{
display: none
}

div.all{
text-align: center;
}

div.all a{
padding: 10px 20px;
background: #fff;
border: solid 1px transparent;
border-radius: 5px;
}

/*--------------　END --------------*/




/*--------------　ヘッダー --------------*/

header div.wrap{
display: flex;
align-items: center;
justify-content: space-between;
position: fixed;
max-width: 1050px;
width: 100%;
padding: 0;
position: fixed;
padding-top: 10px;
z-index: 100;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
font-weight: bold;
}

header div.wrap img{
width: 70px;
}

nav.globalMenuSp ul {
display: flex;
justify-content: space-around;
}

nav.globalMenuSp ul li{
margin: 20px 15px;
}

.hamburger{
display: none;
}

header div.wrap a.active .color{
display: none;
}

header div.wrap a.active .white{
display: block;
}

p#breadcrumbs{
font-size: 12px;
margin-bottom: 30px;
}

/*--------------　END --------------*/










/*--------------　フッター --------------*/

footer{
margin-top: 100px;
width: 100%;
background: url(../img/ft.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

footer div{
padding: 40px 0 50px;
text-align: center;
}

footer div img{
margin-bottom: 30px;
}

footer div ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

footer div ul li{
padding: 0 15px;
color: #fff;
font-weight: normal;
}

p#copy{
font-size: 0.8em;
font-weight: normal;
text-align: center;
background-color: #fff;
padding: 15px;
}

/*--------------　END --------------*/



/*--------------　TOP --------------*/

h2,h3{
font-weight: bold;
}
/*=============
slick
=============*/

div.full{
  background: #000000;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div{
 opacity: 0.8;
}
.full div.img01{
opacity: 0.5;}
.full div.img01 {
  background-image: url(../img/mv1.png);

}
.full div.img02 {
  background-image: url(../img/mv2.png);
}
.full div.img03 {
  background-image: url(../img/mv3.png);
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.10); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*=============
base
==============*/
html, body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}

/*--------------　END --------------*/




/*--------------　ページャー --------------*/


/*--------------　END --------------*/






/*--------------　ページャー --------------*/


/*--------------　END --------------*/









/*--------------　記事詳細 --------------*/


/*--------------　END --------------*/




/*--------------　フッター --------------*/

footer{
margin-top: 20px;
}

footer div{
padding: 10% 0;
}

footer div img{
margin-bottom: 20px;
}


footer div ul li{
width: 100%;
margin-bottom: 20px;
}

footer div ul li:nth-last-of-type(1){
margin-bottom: 0;
}

footer img{
width: 100px;
}

/*--------------　END --------------*/









/*-------------- アイパッド  --------------*/

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

.flame{
max-width: none;
margin: auto;
padding: 10% 5%;
}

.i-flame{
margin: auto;
}

#t-content h1{
margin: 30px auto 30px;
}

p#breadcrumbs{
margin-bottom: 15px;
}


/*---　ハンバーガーボタン ---*/

header div.wrap{
width: 100%;
padding: 5%;
position: fixed;
z-index: 2;
}

header div.wrap a.logo{
z-index: 3;
}

.logo img{
width: 70px;
}


.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right : 5%;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.active .hamburger{
top: 55%;
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 25px;
  height  : 1px ;
  left    : 6px;
  background : #131313;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span:nth-child(1) {
  top: 12px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span{
background-color: #131313;
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-btn17-bar02 .8s forwards;
  animation: active-hamburger-bar02 .8s forwards;
}


.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


.hamburger.active::after {
  border: 3px solid #fff;
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  background: #fff;
  opacity: 0.96;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 22px;
}

nav.globalMenuSp ul li:nth-of-type(1) {
margin-top: 60px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li a {
  display: block;
  padding: 1.5em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}




.sp{
display: block;
}
.pc{
display: none;
}

.full div.img01 {
  background-image: url(../img/mv1sp.png);
}
.full div.img02 {
  background-image: url(../img/mv2sp.png);
}
.full div.img03 {
  background-image: url(../img/mv3sp.png);
}

.flame{
line-height: 2em;
}

.mg{
position: relative;
    width: 95%;
    margin: auto;
    margin-top: 65px;
    margin-left: auto;
    padding: 3%;
    background: #fff;
    z-index: 1;
    border: solid 1px transparent;
    border-radius: 10px;
}
div.slid p{
font-size: 1.2em;
}

.topmg h2{
margin: 30px auto;
font-size: 1.2em;
line-height: 2em;
}

.topmg p{
padding: 0;
}

#f1{
padding-bottom: 10%;
}

#f1 img{
width: 100%;
margin: 5% auto;
}

#f1 .ibox h2 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
}

#f2{
background: #000000;
height: 280vw;
overflow: hidden;
}

#f2 img.bg{
width: 132%;
opacity: 0.7;
}


#f2 .fbox .ttl{
width: 100%;
}

#f2 .fbox .mmg{
width: 100%;
}
#f2 .fbox .mmg p{
margin-bottom: 30px;
}

#f2 .fbox{
padding: 40% 0 0 0;
}

#f2 .fbox img{
    position: absolute;
    width: 350px;
    left: 40px;
    top: 2%;
    opacity: 0.7;
}

#f2 .fbox .ttl h2{
margin: 40px auto;
}

#f3{
padding-top: 0;
}

#f3 h2{
margin: 30px auto;
}

#f3 ul li:nth-of-type(1){
width: 100%;
}

#f3 ul li{
width: 100%;
}



footer{
margin-top: 40px;
width: 100%;
background: url(../img/fts.png);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
}

footer div{
padding: 26% 0;
}

}


/*--------------　END --------------*/










/*-------------- スマホ  --------------*/

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

}




/*-------------- 記事詳細  --------------*/


#f1 div.main div.wp-content-hed a.cate{
display: block;
padding: 15px;
}

div.wp-content-main p{
margin-bottom: 35px;
}

div.wp-content-main h2{
padding: 2.5% 2% 2.5% 6%;
width: 92%;
}

div.wp-content-main h2::before{
width: 5px;
}







/*--------------　END --------------*/

