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

/* Global */
body{
    font-size:15px;
    background-color: #F9F4E9;
}

img{
    width:100%;
    height:auto;
}

p{
    font-size:15px;
    line-height: 1.8em;
}

h2, h3, h4{
    line-height: 1.3em;
}
a:hover{
    opacity:0.6;
    transition-duration: 0.3s;
}

.text, .text2, .text3{
    line-height: 1.7em;
    overflow: hidden;
}
.readmore-btn,.readmore-btn2, .readmore-btn3, .close-btn, .close-btn2, .close-btn3{
    text-align: right;
    display: none;
    font-family:Brandon_lgt;
}
.continue, .read-more{
    width:100%;
}
.readmore-btn.hide, .readmore-btn2.hide, .readmore-btn3.hide {
    display: none !important;
    visibility: hidden;
}
.close-btn, .close-btn2, .close-btn3{
    display: none;
}
.close-btn.show, .close-btn2.show, .close-btn3.show {
    display: block;
    margin-top:10px;
}
.continue{
    text-align: left;
}
.read-more{
    text-align: right;
}
.inner-width{
    width:86%;
    margin:auto;
}
@media only screen and (min-width: 768px){
    .inner-width{
        width:100%;
        max-width: 1120px;
    }
}

/* Header */
#header {
    display: block;
    position:relative;
    width: 100%;
    height: 16vw;
    z-index: 999;
    background:none;
}
#header #gnav{
    display: none;
}
#header .site-logo{
  position: absolute;
    top:0;
    left:0;
}
#header .site-logo img {
    height: 16vw;
    width: auto;
    }
#header .nav-toggle{
    display: block;
}
#header .menu{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FF0000;
}
#toggle .toggle-menu.is-disactive{
    display:none;
}
#toggle .close-menu{
    display:none;
}
#toggle .close-menu.is-active{
    display:block;
}
.menu__item{
  width: 100%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
    margin-bottom:5vh;
    background: #FF0000;
}
#header .menu-btn{
  position: fixed;
  top: 4vw;
  right: 20px;
  z-index: 2;
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: center;
    background: none;
}
#header .menu{
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
#header .menu.is-active{
  pointer-events: auto;
  opacity: 1;
}
#header .menu.is-active{
  transform: translateX(0);
}
.menu .menu-logo{
    width:50%;
    margin:0 auto 10vh;
}
#header .menu a{
    color:#FFF;
}
#header .menu.is-disactive{
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}

@media only screen and (min-width: 768px){
   #header .nav-toggle{
        display: none;
    }
    #header {
        position: relative;
        width:1120px;
        height:98px;
        display:flex;
        justify-content: space-between;
        align-items: center;
        margin:0 auto;
    }
    #header .site-logo {
        width: 140px;
        padding-top:0;
    }
    #header .site-logo img {
        height: auto;
        width: auto;
    }
    #header #gnav{
        display: block;
        width:800px;
        font-size:18px;
        margin:0 0 0 auto;
        text-align: right;
    }
    #header #gnav li{
        display: inline-block;
        padding-left:30px;
    }
}

/* Footer */
#footer {
    width: 100%;
    text-align: center;
    position:relative;
}

#footer .pagetop{
    width:5vw;
    transform:translateY(-50%);
    position:absolute;
    left:50%;
}

#footer .logo-170-wrap{
    background-color: #FF0000;
    padding:10vw;
}
#footer .logo-170-wrap .logo-170{
    margin:auto;
    max-width:45%;
}

#footer .company-wrap{
    background-color: #000000;
    color: #ffffff;
    padding:6vw;
}
#footer .company-wrap .home{
    max-width:35%;
    margin:0 auto 2vw;
}

@media only screen and (min-width: 768px){
    #footer .logo-170-wrap .logo-170{
        width:285px;
    }
    #footer .company-wrap .home{
        width:190px;
    }
    #footer .pagetop{
        width:38px;
        transform:translateY(-50%);
    }
}

/* Page-title */
.page-title{
    padding-bottom:30px;
}
.page-title .anniversary-logo{
    width:35%;
    margin:auto;
    transform:translateY(50%);
    z-index: 2;
}
.page-title .title-photo{
    width:100%;
    z-index: 1;
}

page-title .title-text{
    width:100%;
}
.page-title .title-text h2{
    font-size:25px;
    font-weight: normal;
    margin:20px 0;
    letter-spacing: 0.03em;
}
.title-text-pc h2{
    display: none;
}
.page-title .title-text, .page-title .text{
    margin:auto;
}
.page-title .title-text h2 span{
    font-size:62px;
    font-family:Brandon_lgt;
    color:#FF0000;
}

.page-title .lead-wrap .text-side{
    margin-bottom:20px;
}

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

    .page-title .anniversary-logo{    
        transform:translateY(70px);
        width:370px;
    }
    .title-photo{
        background-image: url("../img/main-bg.jpg");
        background-repeat: repeat-y;
        background-size: cover;
        text-align: center;
    }
    .title-photo img{
        max-width:1200px;
    }
    .title-text{
        display: none;
    }
    .title-text-pc h2{
        display: block;
        font-size:60px;
        font-weight: normal;
        margin:70px 0;
        letter-spacing: 0.03em;
        width:100%;
    }
    .page-title .title-text-pc h2 span{
    font-size:150px;
    font-family:Brandon_lgt;
    color:#FF0000;
}
    .page-title .lead-wrap{
        display: flex;
        justify-content: space-between;
        
    }
    .page-title .lead-wrap .text-side{
        width:55%;
    }
    .page-title .lead-wrap .photo-side{
        width:40%;
    }
    .page-title .lead-wrap .text-side p{
        font-size:16px;
    }
}

/* era */
section.era{
    background-color: #fff;
    padding:30px 0;
    position: relative;
}

div.line:before{
    width: 9px;
    height: 9px;
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #ff0000;
    transform: translateX(-47%);
}

div.line {
    position: absolute;
    top:-5vw;
    left: 50%;
    width: 1px;
    margin-left: -2px;
    background: url(../img/line.png) 0 0 repeat-y;
    z-index: 1;
}

div.line{
    height:700px;
}
.era-2000 div.line{
    height:470px;
}
.era .era-title{
    font-family: Brandon_lgt;
    font-size:25px;
    text-decoration: underline;
    text-align: center;
    margin-bottom:35px;
}
.era .era-year{
    background-color: rgba(255,255,255,0.90);
    width:65%;
    margin:60px auto 20px;
    padding:5px;
    position:relative;
    z-index: 100;
}
.era .era-year h3{
    font-family:  Brandon_lgt;
    font-size:80px;
    color:#ff0000;
    text-align: center;
    margin:20px auto;
}
.era .era-year .history-summary{
    font-size:13px;
    line-height: 1.5em;
}
.era .era-image{
    width:65%;
    margin:20px auto;
    position:relative;
    z-index: 200;
}
.era .era-1853, .era .era-1900, .era .era-1920, .era .era-1930, .era .era-1960, .era .era-1980,  .era .era-2000{
    position:relative;
}
.era .era-1920 .era-image{
    width:45%;
}
.era .era-1930 .era-image{
    width:42%;
}
.era .era-2000 .era-image{
    width:53%;
}
.era .era-1900 .era-image{
    width:40%;
}
.era .era-1920 .era-image{
    width:45%;
}
.era .era-1930 .era-image{
    width:42%;
}
.era .era-2000 .era-image{
    width:53%;
}

@media only screen and (min-width: 768px){
    section.era{
        width: 950px;
        margin:95px auto 150px;
        padding:60px 0 60px;
    }
    .era .era-title{
        font-size:45px;
        padding-bottom:10px
    }
    .era .era-year .history-summary{
        font-size:15px;
    }
    div.line {
        position: absolute;
        top:50%;
        left: 50%;
    }
    div.line{
        height:400px;
    }
    .era .era-2000 div.line{
        height:220px;
    }
    .era .era-1853, .era .era-1900, .era .era-1920, .era .era-1930, .era .era-1960, .era .era-1980,  .era .era-2000{
        width:700px;
        display: flex;
        justify-content: space-between;
          align-items: center;
        max-width:685px;
        margin:10px auto;
        position:relative;
    }
    .era .era-1900, .era .era-1930, .era .era-1980{
        flex-direction:row-reverse;
    }
    .era .era-year{
        width:40%;
        max-width:300px;
        margin-top:20px
    }
    .era .era-year h3{
        text-align: right;
        font-size:120px;
        margin:0 auto;
    }
    .era .era-1900 h3, .era .era-1930 h3, .era .era-1980 h3{
        text-align: left;
    }
    .era .era-image{
        width:40%;
        max-width:300px;
    }
    .era .era-1900 .era-image{
        width:200px;
        margin:10px auto;
    }
    .era .era-1930 .era-image{
        width:185px;
        margin:10px auto;
    }
    .era .era-2000 .era-image{
        width:280px;
        margin:10px auto;
    }
}

/* f602 */
section.f602-history{
    padding:40px 0;
}
.f602-history h3{
    font-size:24px;
    text-decoration: underline;
    font-family: Brandon_lgt;
    margin:30px auto;
    text-align: center;
}
.f602-photo{
    width:100%;
}
.f602-history .lead-wrap{
    margin-top:30px;
}
.royal-wrap{
  background-color:#F5E2D1;
    padding:15px 10px;
    display: flex;
    width:100%;
    margin:30px auto;
    align-items: center;
}
.royal-wrap .royal-text, .royal-wrap .f602{
    width:50%;
    padding:10px;
}
.royal-wrap .royal-text{
    font-size:13px;
}
.relief{
    margin-top:20px;
}
@media only screen and (min-width: 768px){
    section.f602-history{
        margin-bottom:150px;
    }
    .f602-history h3{
        font-size:45px;
    }
    .f602-history .lead-wrap{
        display: flex;
        justify-content: space-between;
    }
    .f602-history .lead-wrap .text-side{
        width:54%;
    }
    .f602-history .lead-wrap .photo-side{
        width:42%;
    }
    .f602-history .lead-wrap .text-side p{
        font-size:16px
    }
    .readmore-btn2, .close-btn2{
        display: none !important;
    }
    .f602-history .royal-wrap{
        margin:0;
    }
}
/* history model */
section.jotul-history-model{
    background-color: #F5E2D1;
    padding-bottom:20px;
}
.jotul-history-model h3{
    background-color: #FF0000;
    color:#FFFFFF;
    font-size:16pt;
    font-family:  Brandon_lgt;
    letter-spacing: 0.5;
    text-align: center;
    padding:10px;
}
.history-model-lead h4{
    font-size:25px;
    letter-spacing: -0.05em;
    margin:30px auto;
    line-height: 1.5em;
}
.history-model h4{
    font-size:20px;
    color:#FF0000;
    font-family:  Brandon_lgt;
    margin:20px auto;
    text-align: center;
}
.history-photo-wrap{
    display: flex;
}
.history-model-wrap{
    background-color: #F7F2E8;
    padding:25px;
    width:84%;
    margin:20px auto 40px;
}
.history-model-lead, .history-model-detail{
    width:84%;
    margin:auto;
}

.history-model-photo{
    width:50%;
    margin:20px auto;
}
.btn-seemore{
    width:50%;
    margin: 20px 0 30px auto;
}


@media only screen and (min-width: 768px){
    
    .jotul-history-model h3{
        font-size:34px;
    }
    .history-photo-wrap{
        width:1120px;
        margin:150px auto 80px;
    }
    .history-photo-wrap .photo-f602n{
        margin-top:-100px;        
    }
    .history-model-lead{
        width:1120px;
        margin:20px auto;
    }
    .history-model-lead h4{
        font-size:50px;
        font-weight:normal;
    }
    .history-model-lead .text-side p{
        font-size: 16px;
    }
    .history-model-lead .text-side{
        width:55%;
    }
    .readmore-btn3, .close-btn3{
        display: none !important;
    }
    .history-model-wrap{
        width:1120px;
        display:flex;
        justify-content: space-around;
        margin-bottom:80px;
    }
    .history-model-wrap .history-model{
        width:45%;
    }
    .history-model h4{
        text-align: left;
        font-size:30px;
        margin-bottom:30px;
    }
    .history-model-detail{
        display:flex;
        justify-content: space-around;
        width:100%;
    }
    .history-model-photo, .history-model-text{
        width:50%;
    }
    .f602n .history-model-photo img{
        width:180px;
    }
    .history-model .history-model-photo{
        margin:0;
    }
}

