@charset "euc-jp";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 10pt; 
  color: #00152C; 
  font-family: 'Noto Sans JP', 'Open Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2; 
  letter-spacing:0.1em;
  background: url(https://mavuno.jp/shop/img/bk.jpg) 300px 300px repeat #003942;
}
body.open {
    overflow: hidden;
}
.giza {
  width: 100%;
  height: 9px;
  background: url(https://mavuno.jp/shop/img/top.png) repeat-x;
  background-size: 640px 9px;
  position: fixed;
  top: 0;
  z-index: 120;
}
  
@media only screen and (max-width: 599px) {
	.phone {display:block;} 
  .desktop {display:none!important;}
}
@media only screen and (min-width: 600px) {
   .phone {display:none!important;} 
  .desktop {display:block;}
}

/* 共通 **********************************/
a {
  text-decoration: none;
  color: #D0B46D;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  color: #5A554E;
  text-decoration: none;
  opacity: .7;
   -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; 
}
ul, p {
  margin: 0;
}
li {
  list-style-type: none;
}
img {
  max-width: 100%;
  height: auto;
}
p {padding:0;}
br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}
.clear {
  clear: both;
}
i {
  margin-right: .5em;
}
.en {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}
h2.en {
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  color: #003942;
  font-size: 170%;
  margin-bottom: .5em;
  text-align: center;
}
.min {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
}
.gothic {
 font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
.caption {
  font-size: 80%;
}
h2.title { 
    font-size: 170%;
    font-weight: 400;
  text-align: center; 
  color: #D0B46D;
   border-top: 1px solid #D0B46D;
  margin: 5em auto 2em auto;
    padding-top: 2em;
  line-height: 1.7em;
}
.btn {
    display: block;
    margin: 3em auto;
    padding: 1em;
    border: solid 1px #D0B46D;
    outline: solid 1px #D0B46D;
    outline-offset: 4px;
    width: 99%;
    color: #D0B46D;
    vertical-align: middle;
    text-align: center;
    font-size: 150%;
    cursor: pointer;
}
.btn:hover {
  background-color: #D4CAB3;
}

.block {
  margin-bottom: 50px;
}
.main {
  margin: 80px 15% 0 15%;
  padding-bottom: 60px;
}
@media(max-width: 599px) {
  .main {
    margin: 65px 7% 0 7%;
  }
  h2.title {
    margin: 2em auto 1em auto;
    padding-top: 1em;    
  }
  .block {
  margin-bottom: 0;
  }
}
/*===================================
　ロゴ
===================================*/
.logo {  
    position: fixed;
    top: 95px;
    left: 8%;
  	z-index: 120;
}
.logo a {
  transition: 0.5s;
    display: block;
  width: 12vw;
    height: 17vw;
    background: url(https://mavuno.jp/shop/img/logo.png) top left no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
.logo a.logo_top {
    height: 29vw;
    background: url(https://mavuno.jp/shop/img/logo_top.png) top left no-repeat;
  background-size: 100%;
}
.logo.scroll {
  top: 50px;
  left: 50px;
}
.logo.scroll a, .logo.scroll a.logo_top {
  width: 80px;
  height: 78px;
  display: block;
  background: url(https://mavuno.jp/shop/img/logo_mini.png) center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
.open .logo {
  display: none;
}
@media(max-width: 599px) {
  .logo {
    top: 20px;
    left: 20px;
  }
  .logo a {
    width: 20vw;
    height: 28vw;
  }
  .logo a.logo_top {
    width: 25vw;
    height: 36vw;
    background: url(https://mavuno.jp/shop/img/logo.png) top left no-repeat;
    background-size: 100%;
  }
  .logo.scroll {
  top: 20px;
  left: 20px;
}
.logo.scroll a, .logo.scroll a.logo_top {
  width: 12vw;
  height: auto;
  }
}

/*===================================
　モーダルメニュー・開閉ボタン
===================================*/
nav.modal {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
  background: url(https://mavuno.jp/shop/img/bk.jpg) 300px 300px repeat #003942;
    opacity: 0;
    padding: 0 15% 10% 15%;
  display: none;
}
.open .modal-logo {
  position: fixed;
top: 50px;
  left: 50px;
  z-index: 120;
  -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; 
}
.open .modal-logo a {
  width: 80px;
  height: 78px;
  display: block;
  background: url(https://mavuno.jp/shop/img/logo_mini.png) center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
/* スマホ用検索窓 */
  .mobile-search {
  position: fixed;
  top: 30px;
  right: 5%;
  }
/* モーダルヘッダー */
.modal-header {
  text-align: right;
      padding: 5em 0 2em 0;
    margin-top: 2em;
  font-size: 120%;
}
.modal-header a {
  margin-left: 2em;
}
.modal-header a img {
  height: 1em;
  margin-right: .5em;
}
.modal .index {
  margin-top: 0;
}
nav.modal li {
  padding: .5em 0;
}
/* 開閉用ボタンがクリックされた時 */
.open nav.modal {
    visibility: visible;
    opacity: 1;
  	z-index: 110;  
    overflow: auto;
   -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s; 
}
.modal_sns {
  margin-top: 2em;
  display: flex;
  z-index: 121;
}
.modal_sns i {
  font-size: 2em;
  margin-right: 1em;
}
.modal_sns img {
  width: 2.2em;
}
@media(max-width: 599px) {
	nav.modal {
   padding: 15vh 8% 100px 8%;
	}
  .open .modal-logo {
    position: absolute;
    top: 20px;
    left: 20px;
  } 
  .open .modal-logo a {
  transition: 0.5s;
    display: block;
    width: 20vw;
    height: 28vw;
    background: url(https://mavuno.jp/shop/img/logo.png) top left no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  }
  .modal-header {
    padding: 0 0 1.5em 0;
    margin-top: 0;
    font-size: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
  }
  .modal_sns {
    position: absolute;
    top: 12vh;
  }
}
/* グローバルメニュー・開閉ボタン **********************************/
.menu {
position: fixed;
  top: 30vh;
  right: 50px;
  width: 50px;
  color: #D0B46D;
  z-index: 120;
}
.menu-btn {
  cursor: pointer;
  text-align: center;
}
.menu-btn p {
  font-size: 90%;
}
.menu-btn p:after {
    content: attr(data-txt-menu);
}
.menu ul {
  text-align: center;
  margin-top: 1em;
  line-height: .8em;
}
.menu li {
  padding-bottom: 2em;
  font-size: 80%;
}
.search {
  position: relative;
  margin-right: 17px;
}
.search input[type="text"] {
  height: 28px;
  display: inline-block;
  border: none; outline: none;
  padding: 3px;
  padding-right: 15px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  border-radius:0;
  caret-color: #fff;
  color: #D0B46D;
}
.search input[type="text"]:focus:hover {
  border-bottom: 1px solid #D0B46D;
}
/*テキスト入力inputにフォーカスした時の形状*/
.search input[type="text"]:focus {
  width: 10em;
  z-index: 1;
  border-bottom: 1px solid #D0B46D;
  cursor: text;
  background:rgba(000,000,000,0.7);
  padding:0 6px;
}
.search input[type="submit"] {/*アイコン部分*/
  height: 22px;
  width: 14px;
  display: inline-block;
  background: url(https://mavuno.jp/shop/img/icon_search.svg) bottom right no-repeat;
  background-size:contain;
  background-color: none;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: opacity .4s ease;
}
.menu img {
  max-height: 22px;
  max-width: 22px;
  display: block;
  margin: 0 auto 0.5em auto;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn p:after {
    content: attr(data-txt-close);
}
/*3本線が×に*/
.openbtn{
	position: relative;	
    width: 50px;
    height:50px;
}
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 2px;
	background: #D0B46D;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {
	top:10px;	
}
.openbtn span:nth-of-type(2) {
	top:18px;
}
.openbtn span:nth-of-type(3) {
	top:26px;
}
/*activeクラスが付与されると線が回転して×に*/
.open .menu-btn.active .openbtn span:nth-of-type(1) {
    top: 13px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.open .menu-btn.active .openbtn span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}
.open .menu-btn.active .openbtn span:nth-of-type(3){
    top: 25px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
@media only screen and (max-width: 599px) {
  .menu {
        top: inherit;
    right: 0;
    width: 100%;
    bottom: 0;
    background: #003942;
    border-top: 2px solid #D0B46D;
    display: flex;
    justify-content: center;
  }
  .menu-btn {
    position: absolute;
    right: 1em;
    top: 20%;
  }
  .menu-btn p {
    display: none;
  }
  .menu .phone {
    position: absolute;
    top: 30%;
    left: 2em;
  }
  .menu .phone img {
    max-width: 35px;
    margin-bottom: 0;
    max-height: 35px;
  }
  .menu ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-end;
    padding-left: 2vw;
  }
  .menu li {
    font-size: 70%;
    width: 15vw;
  }
}


/*===================================
　一覧
===================================*/
.list {  
    display: flex;
    flex-wrap: wrap;
  color: #D4CAB3;
}
.list li {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 3em;
}
.list li:nth-of-type(3n) {
  margin-right: 0;
}
.list img {
  width: 100%;
  object-fit: cover;
  border: 1px solid #D0B46D;
}
.list .item_name { 
  margin: 2em 0 .5em 0;
  font-size: 90%;
 line-height: 1.7;
  padding: 0 1em;
}
.list .item_name img {  
  height: .8em;
  margin-right: 1em!important;
  }
.list li a {
  color: #D4CAB3;
}
.list .price {
    padding: 0 1em;
}
.list .price span {
   font-size: 80%;
  font-weight: normal;
  margin-left: .3em;
}
.price span.yen {
    margin-left: 0;
    margin-right: 0.4em;
    opacity: 0.9;
    font-size: 75%;
}
.sale {
  color: #D0B46D;
}
.sale s {
    margin-right: 0.5em;
    color: #717071;
}
.list .price  img {  
  height: .8em;
  width: auto;
  border: none;
  margin-left: .5em;
  }
/* 9つ目以降の商品をスクロールでフワッと表示 */
.items {
  opacity : 0;
  transition : all 1s;
}
.items:nth-of-type(-n+9) {
  opacity: 1;
}
.items.active{
  opacity : 1;
}
@media only screen and (max-width: 599px) {
  .list {
    display: inherit;
    }
  .list.on {
    display: flex;
    flex-wrap: wrap;
    font-size: 90%;
  }
  .list li {
    width: 100%;
  margin-right: 0;
  margin-bottom: 2em;
  }
  .list.on li {
  width: 49%;
  margin-right: 2%;
}
.list.on li:nth-of-type(2n) {
  margin-right: 0;
}
  .list .item_name { 
  margin: 1em 0 .3em 0;
  padding: 0;
  }
  .list .price {
    padding: 0;
  }
	.items:nth-of-type(-n+9) {
  opacity: 0;
	}
	.items:nth-of-type(-n+4) {
  opacity: 1;
	}
  .items:nth-of-type(-n+9).active {
  opacity: 1;
  }
}
/*===================================
　フッター
===================================*/
footer {
  margin-top: 3em;
  padding-bottom: 120px;
  background: url(https://mavuno.jp/shop/img/logo_footer.png) bottom center no-repeat;
  background-size: 61px 60px;
}
.viewed {
  text-align: center;
  padding: 3em;
  border-top: 1px solid #D0B46D;
  margin: 2em 0;
}
.viewed h2.title {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.viewed a {
    width: 16%;
    display: inline-block;
}
@media only screen and (max-width: 599px) {
  .viewed {
    padding: 3em 0 0;
    text-align: left;
  }
  .viewed a {
    width: 32%;
  }
}
/* バナー */
.bnr a {
    display: block;
    margin: 0 auto 2em auto;
    border: solid 1px #D0B46D;
    outline: solid 1px #D0B46D;
    outline-offset: 4px;
    width: 100%;    
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
/* バナー｜b */
.bnr li.bnr-b {
  background:url(https://mavuno.jp/shop/img/bnr_mavunob.jpg) center no-repeat;
  background-size: cover;
  width: 99%;
  margin-left: .5%;
}
.bnr-b a {
  padding: 2em 1em; 
  background-color: rgba(000,000,000, .2);
  font-size: 150%;
  color: #D0B46D;
}
.bnr-b a:hover {
  background-color: transparent;
  color: #fff;
  opacity: 1;
}
/* バナー｜BASIC */
.bnr li.bnr-basic {
  background: url(https://mavuno.jp/shop/img/bnr_basic.jpg) center no-repeat;
  background-size: cover;
  width: 99%;
  margin-left: .5%;
}
.bnr-basic a {
  color: #846E4B;
  padding: 6em 1em 1em 1em;
  background-color: rgba(000,000,000, .1);
  font-size: 90%;
}
.bnr-basic a:hover {
  background-color: transparent;
  opacity: 1;
}
/* バナー｜Report */
.report {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3em;
}
.report li {
  width: 49.5%;
  margin: 0 1% 1% 0;
}
.report li:nth-of-type(2n) {
  margin-right: 0;
}
/* 
.report li {
  width: 32.6%;
  margin: 0 1% 1% 0;
}
.report li:nth-of-type(3n) {
  margin-right: 0;
} */
.report-bunon {
  background: url(https://mavuno.jp/shop/img/report-bunon.jpg) no-repeat;
  background-size: cover;
}
.report-towavase {
  background: url(https://mavuno.jp/shop/img/report-towavase.jpg) no-repeat;
  background-size: cover;
}
.report-mushi {
  background: url(https://mavuno.jp/shop/img/report-mushi.jpg) no-repeat;
  background-size: cover;
}
.report-el {
  background: url(https://mavuno.jp/shop/img/report-el.jpg) no-repeat;
  background-size: cover;
}
.report a {
    display: block;
    border: solid 1px #D0B46D;    
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 90%;
  padding: 2em 1em;
    background-color: rgba(000,000,000, .5); 
  line-height: 2.3em;
}
.report:hover {
  background-color: rgba(000,000,000,0); 
}
.report h4 {
      font-size: 180%;
    font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .bnr li {
    background-size: cover;
  }
  .bnr a {
    margin: 0 auto 1em auto;
  }
  .bnr li.bnr-basic a {
    display: block;
    font-size: 100%;
  }  
  .report {
    display: block;
  }
  .report li {
    width: 100%;
    margin: 0 0 1em 0;
  } 
}

.sns {
  font-size: 200%;
  color: #D0B46D;
  text-align: center;
  padding: 2em 0 0 0;
}
.sns li {
  padding: 0 20%;  
}
.sns p {
  font-size: 60%;
  margin: 0 auto 1.5em auto;
}
.sns img {
    height: auto;
    width: 45%;
}
.sns_insta {
  position: relative;
  margin-bottom: 3em;
}
.sns a.sns_insta_cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media only screen and (max-width: 599px) {
  .sns li {
  padding: 0;  
  }
  .sns img {
    width: 80%;
  }
}

.index {
  display: flex;
  justify-content: space-between;
      padding-top: 4em;
    margin-top: 10em;
    border-top: 1px solid #D0B46D;
}
.index ul {
  width: 30%;
}
.index ul li.index_title {
      color: #D0B46D;
    font-style: italic;
  padding-left: 0;
  margin-bottom: 2em;
      border-left: 0;
}
.index ul li.index_title:first-child {
  margin-bottom: -1em;
}
.index ul li {
  line-height: 1.7em;
      padding: 0 0 0.6em 1.5em;
    border-left: 1px solid #717071;
}
.index ul li.d_cate {
  padding-left: 0;
  margin-top: 2em;
    font-weight: bold;
      border-left: 0;
}
.index ul li a {
  color: #D4CAB3;
}
.index ul.gothic li {
  border-left: 0;
  font-size: 90%;
  padding-left: 0;
}
.index ul.gothic li.index_title {
  margin-bottom: 1em;
}
.index ul.gothic li.d_cate {
  margin-top: 1.5em;
}
.footer_search input[type="text"] {
  border: none; outline: none;
  border-bottom: 1px solid #CBB06C;
  padding: 3px 0px 7px 0px;
  background: none;
  cursor: pointer;
  border-radius:0;
  caret-color: #fff;
  color: #D0B46D;
}
.footer_search input[type="submit"] {
  height: 22px;
  width: 14px;
  display: inline-block;
  background: url(https://mavuno.jp/shop/img/icon_search.svg) bottom right no-repeat;
  background-size:contain;
  text-indent: -10000px;
  border: none;
}
.side_section_cal {
  color: #D4CAB3;
  font-size: 75%;
}
.tbl_calendar {
	min-width: 65%;
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar:first-of-type {
  margin-bottom: 2em;
}
.tbl_calendar tr:first-of-type {
  font-size: 70%;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #D0B46D !important;
}
.side_cal_memo {
  padding-top: 1em;
  font-size: 80%;
}
@media only screen and (max-width: 599px) {
  footer {
    margin-bottom: 3em;
  }
  .index {
    margin-top: 6em;
    flex-wrap: wrap;
    font-size: 90%;
  }
  .index ul {
    width: 45%;
  }
  .index ul.gothic {
    width: 100%;
    padding-top: 2em;
    border-top: 1px solid #D0B46D;
    margin: 3em 0;
  }
  .footer_search input[type="text"] {
    width: 80%;
  }
}
/*===================================
フリーページ
===================================*/
#free {
    width: 80%;
    margin: 0 auto 100px auto;
  color: #D4CAB3;
}
#free h2.title {
  text-align: center;
    margin-bottom: 1em;
}
#free h3 {
  font-size: 100%;
  padding-bottom: 1em;
  border-bottom: 1px dotted #D0B46D;
  width: 100%;
  font-weight: normal;
  margin: 2em 0;
  color: #D0B46D;
}
#free ul {
  margin-bottom: 2em;
}
#free ul li {
  padding-bottom: 1em;
}
#free ul li::before {
    display: inline-block;
    width: 12px;
    height: 15px;
    content: url(https://mavuno.jp/shop/img/icon_list.svg);
    vertical-align: middle;
  margin-right: 10px;
}
#free a {
    border-bottom: 1px dotted #D0B46D;
}
#free img, #free p {
  margin: 0 0 1.5em 0;
  display: block;
}
.wrapping, .about {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  #free {
    width: 100%;
  }
  #free h2.title {
     width: 80%;
  }
  .wrapping, .about {
    width: 100%;
  }
  #basic {
    margin: 0 -7%;
  }
}

/* report */
#report {
  width: 100%; 
  height:auto; 
  text-align:center; 
  position:relative;
}
#report div.text_title {
  width:auto; 
  position:absolute; 
  top: 4%;
  right: 4vw;
  background:#D4CAB3 url(http://mavuno.jp/img/back_beige.jpg); 
  padding: 1.5em 2em;
  border: 1px solid #D2B66E;
}
@media only screen and (min-width: 600px) {
  #report.report_bunon div.text_title {
    top: 100px;
    right: -30px;
  }
}
#report div.text_title_towavase span {
  font-size:90%;
}
#report div.text_title h3 {
  font-size:120%; 
} 
#report div.text_title span {
  font-size:90%; 
  font-style:italic;
}
#report div.text_title a {
  color: #AA8E61;
}
#report p {
  margin:0 0 -7px 0; 
  padding:0;
}
#report img {
  border:1px solid #00162D;
  margin-bottom: 5px;
  width: 100%;
}
h2.report-title {
  text-align:center; 
  margin:0 0 15px 0;  
  font-family:'Balthazar'; 
  letter-spacing:0.1em;
}
#report div.text {
  font-family: 'EB Garamond',"Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; 
  letter-spacing:0.1em;
  text-align:left; 
  padding: 5% 10%;
  width: 100%;
  background:#D4CAB3 url(http://mavuno.jp/img/back_beige.jpg);  
  margin:0 0 5px 1px; 
  line-height:2em;
  font-size:110%;
}
#report div.text a {
  border-bottom:1px dotted #AA8E61;
}
#report div.text p {
  margin:13px 0;
}
#report div.text_bottom {
  text-align:center; 
  margin-top:50px; 
  padding-top:15px; 
  border-top:1px dotted #D2B66E;
}
#report div.text_bottom a {
  color: #AA8E61;
}

@media only screen and (max-width: 599px) {
#report {
  font-size: 80%;
  padding-top: 9em;
  }
  #report div.text_title {
    top: -2vh;
    right: -8%;
    background: rgba(210,200,177,.6);
    border-right: none;
    width: 80%;
  }
}