@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-fasmily: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
.container{
  overflow: hidden;/*解決法*/
}
/*a:hover {
  opacity: 0.5;
}*/
.none{
  display:none;
}
img{
  max-width: 100%;
  height:auto;/*フルードイメージの設定*/
}
.font-italic90{
  font-style: italic;
  font-size:90%;
}
.font-pink_italic80, .font-pink_italic80 a{
  font-style: italic;
  font-size:80%;
  color:#e85b5d;
  opacity: 1;
}
.font-pink_italic80 a:link, .font-pink_italic80 a:hover{
  opacity: 1;
}
.font-pink_italic80 a:visited{
 opacity: 1;
  /*color:#b1c9e0;*/
  color:red;
}
.font-pink{
  color:#e85b5d;
}
#main .japanese{
    color:#333;
  }
.font90{
  font-size:90%;
}
.fontBold_pink{
  font-weight: 800;
  color:#e85b5d;
  font-size:110%;
}
.font-roundgothic{
  font-family:A-OTF UD新丸ゴ Pr6N,"Lucida Sans Unicode", "Lucida Grande", "sans-serif","Sandoll GothicNeo1";
}
.fontSansSerif{
  font-family: dx-ipsaebrm-std, sans-serif;
}
@media(max-width: 720px){
.br-sp {
  display: none; }
}
@media(min-width: 720px){
.br-720{
  display: none; }
}
@media(min-width: 1000px){
.br-1000{
  display: none; }
}
/*header共通*/
header{
}
#headerTop{
  margin:0;
  font-weight: 800;
  border-bottom:solid 3px #eae8ea;
}
#headerTop img{
  width:25%;
  height:25%;
  margin:10px 0 auto 10px;
 /* padding-bottom: 0.4rem;*/
}
#headerTop h1{
   /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
  font-family: "Arial Black", Gadget, "sans-serif";
font-size:4.8rem;
  padding-bottom: 0.8rem;
}
#headerTop h1 span{
  font-size:4rem;
}

#header2{
  font-size: 1.5rem;
   font-weight: 600;
}
 #header2 nav ul li a{
    color: #333;
      text-decoration:none;
}
#header2 nav ul li a:visited{
    color:#b1c9e0;
      text-decoration:none;
  opacity: 1;
}
#header2 nav ul li.realpage{
  color:#e85b5d;
}

/*headerのメディアクエリ*/

@media(max-width:480px){
  #headerTop h1{
font-size:2.8rem;
}
  #headerTop h1 span{
  font-size:2.4rem;
  }
  #headerTop img{
  width:25%;
  height:25%;
}
}
@media(max-width:720px){
#header2 nav {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    background: #eae8ea;
    width: 80%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 25px rgba(51, 51, 51, 0.4);
  }
#header2 nav ul{
  width:90%;
  margin:0 auto;
}
#header2 nav ul li {             
    border-bottom: solid 1px rgba(51, 51, 51, 0.5);
  padding:10px; 
  }
#header2 nav ul li a {
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
  }
 #header2 nav ul li a:visited{
  color:#b1c9e0;
}
  .open-button {
    display: block;
    position: fixed;
    right: 10px;
    top: 24px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    
  }
  .open-button span, .open-button span:before, .open-button span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #333;
    display: block;
    content:"";
  }
  .open-button span:before {
    bottom: -10px;
  }
  .open-button span:after {
    bottom: -20px;
  }
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    font-size: 20px;
    padding: 20px;
  }
}
@media(min-width:720px){
  #headerTop{
  border-bottom: solid 2px #eae8ea;
    display: flex;
}
  #headerTop h1{
font-size:5rem;
margin:55px 0 10px 0;
}
#headerTop h1 span{
  font-size:5.2rem;
}
   #headerTop img{
     margin: 10px 10px  5px 40px;
     width:15%;
     height:15%;
  }
  
  #header2{
 border-bottom:solid 2px #eae8ea; 
}
  #header2 nav {
    width:90%;
    margin: 0 auto;
    font-size:1.2rem;
  }
  #header2 ul{
max-width:1440px;
display:flex;
margin:10px auto;
 justify-content:space-between;  /*両端に配置*/
  }
  .open-button , .close-button {
    display: none;
}
}
@media(min-width:980px){
   #header2 nav {
    margin: 0 auto;
    font-size:1.6rem;
  }
  #headerTop h1{
font-size:6rem;
margin:80px auto 10px auto;
  /*padding-bottom: 0.8rem;*/
}
#headerTop h1 span{
  font-size:5.8rem;
}
}
/*lead エリア*/
#lead-title{
    /*width:100%;*/
    margin: 0;
    display: flex;
}
#lead-title h2{
  margin-bottom:40px;
  }
#lead-title h3{
  font-family: "Arial Black", Gadget, "sans-serif";
  }
.imgArea{
  /*max-width: 926px;
  width: 100%;*/
}
#lead-img{
margin:20px 0;
}
.img_1 img{
/*max-width: 865px;*/
width:60vw;
  height:40vw;
  margin:0;
  object-fit: cover; 
}
.img_2 img{
    /*max-width: 865px;*/
    width:60vw;
  height:40vw;
 object-fit: cover; 
  margin-left: 80px;
    margin-top: -40px;
    overflow: hidden;
}
.img_3 img{
/*max-width: 865px;*/
width:65vw;
  height:80vw;
  margin:0;
  object-fit: cover; 
}
.img_4 img{
    /*max-width: 865px;*/
    width:60vw;
  height:40vw;
   object-fit: cover; 
  overflow: hidden;
    margin-left: 40px;
    margin-top: 100px;
}
.img_5 img{
    /*max-width: 865px;*/
    width:60vw;
  height:70vw;
   object-fit: cover; 
  overflow: hidden;
    margin-left: 80px;
    margin-top: -40px;
}

#lead-img p{
  text-align: left;
  margin-top:0;
}
#main{
margin:80px auto;
}
#main h2, #profile h2, #new-arrival h2{
  font-family: "Arial Black", Gadget, "sans-serif";
}
#main h2 span{
  color:#e85b5d;
}
#main h3{
  font-family: "Arial Black", Gadget, "sans-serif";
}

/*leadメディアクエリ*/
@media(max-width:720px){
  #lead{
  margin:40px 0;
}
  }
#lead-title{
  margin:0;
  text-align: center;
  /*width:100%;*/
  display:block;
}
#lead-title h2{
    font-size:3.8rem;
  margin: 0 0 20px 20px;
    line-height: 3.8rem;
  }
  #lead-title h3{
    margin: 0 0 40px 20px;
    font-size:4.8rem;
    line-height: 4.8rem;
  }
#lead-img{
margin:20px 0;
display:block;
}
.img_1{
  margin:0;
}

.img_1 img{
  width: 100%;
  height: 60vw;
}
.img_2 img{
  width: 100%;
  height: 60vw;
}
.img_4 img{
   width:100%;
  height:60vw;
  border-radius: 0;
}
.imgArea{
  margin:0;
}
 .img_2 img{
border-radius:0;
margin: 40px 0 0 0; 
/*違っていた部分margin: 40px 0 0 0; 必要なし。そして正しい方にborde-radius:0だったので訂正*/
}
 .img_3 img{
   margin:0;
}
 .img_4 img{
  border-radius: 24px 24px 0 0;
   margin:0;
  /*違っていた部分margin: 40px 0 0 0;*/
}
.img_5 img{
    margin: 40px 0 0 0; 
}
#lead-img{
    display:block;
    margin: 20px 0 0 0;
  }
  #lead-img p{
  font-size:2.2rem;
  line-height: 3.2rem;
    margin: 40px;
    /*display: block;*/
  }
@media(max-width:480px){
  #lead{
  margin:40px 0;
}
  #lead-title{
  margin:0 auto;
  text-align: center;
    display: block;
}
#lead-title h2{
    font-size:2.4rem;
    margin: 0 10px 20px 10px;
    line-height: 3.6rem;
  
  }
  #lead-title h3{
    margin: 0 20px 40px 20px;
    font-size:2.6rem;
    line-height: 3.6rem;
    text-align:center;
  }
  #lead-img{
    display:block;
    margin: 0;
  }
.img_1 img{
     margin: 20px 0; 
}
.img_2 img{
     margin: 20px 0; 
}
  .img_3 img{
     margin: 20px 0;
}
.img_4 img{
     margin: 20px 0;
  border-radius:0;
}
  .img_5 img{
    margin: 20px 0; 
}
  #lead-img p{
  font-size:1.8rem;
  line-height: 2.4rem;
    margin: 40px 20px 0 20px;
    /*display: flex;間違いかも？*/
  }
}

@media(min-width:720px){
  #lead{
  margin:80px 0;
}
  #lead-title{
    display: flex;
    margin:0;
  }
  #lead-title h2{
    text-align: left;
    font-size:1.8rem;
    line-height: 2.4rem;
    margin:10px 0 0 40px;
  }
  #lead-title h3{
    font-size:4.8rem;
    line-height: 5.6rem;
    letter-spacing:-0.2rem;
    margin-left:40px;
  }
  #lead-img{
    display:flex;
    /*margin: 20px 60px 0 60px;*/
    margin: 20px 0;
  }
  #lead p{
    writing-mode: vertical-rl;
  font-size:2rem;
  line-height: 3rem;
  text-align: left;
  margin: 0 0 0 40px;/*間違いmargin:0 0 0 60px;*/
  }
  #lead p.lead-img_travel{
  margin: 0 10px;/*間違いmargin:0 0 0 60px;*/
  }
.img_2 img{
     border-radius: 24px 24px 0 0;
    /*top:340px;
    left:60px;*/
  margin: -40px 0 0 80px;
}
   .img_3 img{
    margin:0;
     border-radius: 0;
  }
 .img_4 img{
     border-radius: 24px 24px 0 0;
   margin:0 0 0 100px;
   /*overflow: hidden;間違い？*/
}
  .img_5 img{
    margin: -40px 0 0 80px;
}
  #main br.h2title{
  display: none;
  }
}
@media(min-width:920px){
  #lead{
    margin: 80px 0;
    padding: 0;
  }
  #lead-title{
    display: flex;
    margin:0;
  }
  #lead-title h2{
    text-align: left;
    font-size:2rem;
    line-height: 3.6rem;
    margin: 20px 0 0 80px;
  }
  #lead-title h3{
    font-size:5.5rem;
    line-height: 6rem;
    letter-spaing:-0.2rem;
    margin:0  0  0 80px;
    text-align: left;
  }
  #lead-img{
    display:flex;
    margin: 80px 0;
    /*間違いmargin: 40px 80px 0 40px;*/
  }
  #lead p{
    writing-mode: vertical-rl;
  font-size:2.4rem;
  line-height: 3.4rem;
  margin:0 0 0 60px;
  }
 #lead p.lead-img_travel{
   font-size:2.4rem;
  line-height: 3.4rem;
  margin: 0;
  } 
  .img_3 img{
    margin:0 0 0 20px;
    width: 65vw;
    height: 83vw;
  }
  .img_4 img{
    margin:0 0 0 200px;
  }
   #main br.h2title{
  display: none;
  }
}
@media(min-width:1100px){
  #lead{
    margin: 80px 0;
    padding: 0;
  }
  /*#lead-title{
    display: flex;
    margin:0;
  }*/
  #lead-title h2{
    font-size:2.8rem;
    line-height: 4.0rem;
    margin: 20px 0 0 80px;
  }
  #lead-title h3{
    font-size:6rem;
    line-height: 6.8rem;
    letter-spaing:-0.2rem;
    margin:0 80px;
  }
  #lead-img{
    display:flex;
    margin: 20px 80px 0 40px;
    /*間違いmargin: 40px 80px 0 40px;*/
  }
  #lead p{
    writing-mode: vertical-rl;
  font-size:2.8rem;
  line-height: 3.6rem;
  text-align: left;
  margin:0 0 0 80px;
  }
}
/*footer*/
#footer{
  background: #333;
  height: 35vh;
  color:#eae8ea;
  padding-top: 10px;
  margin-top:140px;
}
#footer h3{
   font-family: "Arial Black", Gadget, "sans-serif";
  font-size:2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}
#footer nav{
}
#footer ul{
  font-family: Arial, Helvetica, "sans-serif";
  font-size:1.2rem;
  line-height: 1.2rem;
  /*padding:10px;*/
  margin-bottom:30px;
}
#footer ul li{
  padding-bottom:0.6rem;
}
#footer ul li.realpage{
  color:#e7575a;
}
#footer ul li a, a:link, a:hover{
  text-decoration: none;
  color:#eae8ea;
}
#footer ul li a:visited{
  color:#b1c9e0;
}
#footer img{
  width:10%;
  height:auto;
  margin:5px;
  /*padding-bottom: 0.8rem;*/
}
.footer_copyright {
  /*position: absolute;
  bottom:80px; left: 0px;*/
  width: 100%;
  text-align: center;
  font-family:  serif, "MS Serif", "New York", "serif",'New York', 'serif';
  font-style: italic;
  font-size:1.8rem;
  margin-bottom: 10px;
}
@media(max-width:480px){
  #footer{
  padding-top: 8px;
    height:7vh;
    margin-top: 120px;
}
  #footer img{
  width:10%;
  height:auto;
    padding-bottom: 5px;
  }
  #footer h3{
  font-size:2rem;
  font-weight: 600;
  padding-bottom: 5px;
    margin-bottom:30px;
}
  #footer ul{
  font-size:1.2rem;
  line-height: 0.8rem;
  padding:5px;
    margin-bottom:60px;
}
  .footer_copyright{
    margin-bottom:10px;
    font-size:1.4rem;
  }
}
@media(max-width:720px){
  #footer{
  height: 35vh;
  }
  #footer img{
  width:10%;
  height:auto;
  }
  #footer ul{
  font-size:1.4rem;
  line-height: 1.8rem;
  padding:5px;
    margin-bottom:10px;
}
  .footer_copyright {
    margin-bottom: 10px;
  }
}
  @media(min-width:720px){
    #footer{
  height: 35vh;
  padding-top: 10px;
}
#footer h3{
  margin-bottom: 20px;
}
#footer ul{
  font-family: Arial, Helvetica, "sans-serif";
  font-size:1.2rem;
  line-height: 1.2rem;
  /*padding:10px;*/
  margin-bottom:40px;
}

#footer img{
  width:8%;
  height:auto;
  margin:5px;
  /*padding-bottom: 0.8rem;*/
}
.footer_copyright {
  /*position: absolute;
  bottom:80px; left: 0px;*/
  width: 100%;
  margin-bottom: 10px;
}
  }

/* return to top */
#scroll-top{
  background-color: #999;
  opacity: 0.6;
  bottom: 20px;
  padding: 10px;
  position: fixed;
  font-size:1.4rem;
  right: 20px;
color:#fff;
}
#scroll-top a{
  text-decoration: none;
}