@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}



/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* inview */


.inview01{
	opacity: 0;
	transform: translate(0, 0);
	transition: 1.5s;
}
.inview01.is-show{
	transform: translate(0, 0);
	opacity: 1;	
}



body{
	position: relative;
	color:#0F1419;
	font-weight:300;
	font-family:;
	line-height: 1.8em;
	font-size: 16px;
	width: 100vw;
	letter-spacing: 0.04em;
}


/* header */
#Header {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media (min-width: 769px){
    #Header {
        height: 90px;
    }

}

/* navi */
.hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
}
.hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 3px;
    background: #4c078c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}
.hamburger-menu__bar:first-child {
    top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
    top: 24px;
}
.hamburger-menu__bar:last-child {
    top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}
.navigation {
    display: none;
    background: #4c078c;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
}
.navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation__list-item {
    border-bottom: solid 1px #fff;
}
.navigation__list-item:first-child {
    border-top: solid 1px #fff;
}
.navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
        background: #333;
    }
}

/* footer */

#Footer{
    margin: 40px auto 0;
    background-color: #fff;
    text-align: center;
        max-width: 1600px;
    
}

#Footer img{ 
    width: 100%;

}

#Copy{
    text-align: center;
    font-size: 0.8em;
}

.linklist{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 10px auto;
}
.linklist li{
    width: 32%;
    text-align: center;
    margin-right: 2%;
}
.linklist li:last-child{
    margin-right: 0;
}

.linklist li img{
    width: 100%;
}

@media (max-width: 768px){
    .linklist li{
        width: 48%;
        text-align: center;
        margin-right: 4%;
    }

}


/* Contents */

.ContentsWrap{
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width: 768px){
    .ContentsWrap{
        max-width: 100%;
    }
}

h1{

}

#MainImage{
    margin: 0 auto;
    max-width: 1600px;
}

.text{
    margin: 1rem auto 3rem;
    width: 90%;
}

@media (max-width: 768px){
    #MainImage{
        margin-bottom: 1rem;
    }
    .text{
        width: 90%;
    }
}





.catch{
    font-family: rocknroll-one, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4c078c;
    width: 90%;
    margin: 2% auto;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: left;
    margin-top: 5rem;

}
.midashi{
    font-family: rocknroll-one, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4c078c;
    width: 90%;
    margin: 2% auto;
    font-size: 1.4rem;
    text-align: center;
}

section p{
    width: 90%;
    margin: 2% auto;
    font-size: 0.9rem;
}


@media (min-width: 769px){
    .pointbox{
        margin-bottom: 80px;
    }
    .pointbox.rrev{
        flex-direction:row-reverse;
    }
    .pointbox div{
        width: 40%;
    }
    .pointbox div.photo{
        width: 60%;
    }
    .midashi{
        font-size: 2rem;
        margin: 100px auto 30px;
    }
}

@media (max-width: 768px){
    .pointbox{
        flex-direction: column-reverse;
    }
    .pointbox div{
        width: 100%;
    }

    .pointbox div:first-child{
        margin-bottom: 3rem;
    }
    .catch{
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: 1rem;
    }
}




.btn{
    width: 600px;
    max-width: 70%;
    margin: 30px auto 120px;
}
@media (max-width: 768px){

.btn{
    width: 600px;
    max-width: 70%;
    margin: 20px auto 80px;
}



}

.btnbox{
    display: flex;
}

.btnbox p{
      width: calc(50% - 40px);
      margin: 60px 20px 100px;
      padding: 20px;
      box-sizing: border-box;
}

@media (max-width: 768px){


.btnbox{
    display: block;
    margin-bottom:15%;
}

.btnbox p{
      width: 100%;
      margin: 5% auto 8%;
      padding: 0px;
      box-sizing: border-box;
}


}



dl.shopdata {
    display: flex;
    flex-wrap: wrap;
    margin:0 auto 2rem ;
    width: 90%;
  }
  dl.shopdata dt {
    width: 20%;
  }
  dl.shopdata dd {
    width: 80%;
  }

  #ShopData{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
  }

  #ShopData div{
    width: 50%;
  }
  @media (max-width: 768px){
    #ShopData div{
        width: 100%;
      } 
  }

  .lang_btn{
    background-color: #e0e0e0;
    text-align: right;
  }

    .lang_btn a{
        font-size: 0.8em;
        background-color: #133475;
        color: #fff;
        text-decoration: none;
        padding: 0.2em 1.5em;
        display: inline-block;
        min-width: 120px;
        text-align: center;
    }