<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*** 移植時調整 ***/

/* パンくず */
.breadcrumb {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
.breadcrumb .__item {
  text-align: left;
}
.breadcrumb .__link {
  position: relative;
  display: block;
}
.breadcrumb .__link::after {
  content: "&gt;";
  position: absolute;
  top: -1px;
  right: -15px;
  display: block;
}

/* april_3rd_2025 */
.ttlBox {
  /* padding-top: 55px; */
  margin-bottom: 50px;
}
.ttlBox h2.ttl {
  font-family: "New York Madisonblue", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 36px;
  font-size: 34px;
  letter-spacing: 0.06em;
  float: left;
  width: auto;
  padding-right: 60px;
  max-width: 40%;
  position: relative;
}
.ttlBox h2.ttl img {
  max-width: 100%;
  -webkit-clip-path: inset(0% 100% 0 0);
          clip-path: inset(0% 100% 0 0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ttlBox h2.ttl img.marginTop {
  margin-top: -5px;
}
.ttlBox h2.ttl .overImg {
  position: fixed;
  left: 260px;
  left: 40px;
  top: -100px;
  z-index: 5;
  opacity: 0;

  /* 変更 maam 250121 */
  display: none;
  /*
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  */
}
.ttlBox.scrolled h2.ttl .overImg {
  position: fixed;
  top: 40px;
  opacity: 1;
}
.ttlBox .mainDesp {
  text-align: left;
  float: left;
  line-height: 180%;
  margin-top: -9px;
  position: relative;
  z-index: 2;
  max-width: calc(60% - 60px);
}
.ttlBox .mainDesp .miniStr {
  font-size: 12px;
  line-height: 170%;
}
.ttlBox .mainDesp2 {
  padding-top: 26px;
  font-size: 13px;
}
.ttlBox .mainDespMini {
  font-size: 13px;
}
.ttlBox .mainDespNolimit {
  max-width: initial;
}
.ttlBox.active h2.ttl img {
  -webkit-clip-path: inset(0% 0 0 0);
          clip-path: inset(0% 0 0 0);
}
.ttlBox.ttlSeasonBox .mainDesp {
  max-width: calc(60% - 60px - 130px);
}
.ttlBox.ttlHelloBox .mainDesp {
  max-width: calc(42% - 60px - 70px);
}
.ttlBox h3.ttl {
  font-family: "New York Madisonblue", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 36px;
  font-size: 34px;
  letter-spacing: 0.06em;
  font-weight: 600;
  float: left;
  display: none;
}
.ttlBox .img {
  display: none;
}

.photoBox .number {
  /* font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  font-family: "New York Madisonblue", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 60px;
}

.photoBox {
  margin-bottom: 100px;
}
.photoBox .photoSlider {
  float: left;
  width: 70%;
  width: calc(70% - 40px);
}
.photoBox .photoSlider .slick-list {
  width: 100%;
  vertical-align: top;
}
.photoBox .photoSlider .slide {
  border: 1px solid #ccc;
}
.photoBox .photoSlider div {
  vertical-align: top;
}
.photoBox .photoSlider img {
  width: 100%;
}
.photoBox .thumbSlider {
  margin-right: -10px;
  padding-top: 40px;
  position: inherit;
  /*
  		position: absolute;
  		left: 0;
  		bottom: 0;
  */
  width: 100%;
}
.photoBox .thumbSlider .slide {
  float: left;
  width: 33.33%;
  width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-top: 10px;
  border: 0.5px solid #ccc;
  border: 1px solid #ccc;
  cursor: pointer;
}
.photoBox .thumbSlider .slide img {
  width: 100%;
}


@media screen and (max-width: 1024px) {
  main {
    padding-left: 185px;
  }
  .contentBox {
    padding-right: 20px;
  }
  .photoBox .number {
    margin-bottom: 30px;
  }
  .photoBox .itemLinkList {
    padding-bottom: 20px;
  }
  .photoBox .itemLinkList li {
    margin-bottom: 5px;
  }
  .photoBox .itemLinkList li a {text-align: left;}
  .photoBox .photoSlider {
    width: calc(65% - 30px);
  }
  .photoBox .despArea {
    width: 35%;
  }
  .tangerinePopupBox .popup .overArea {
    padding-left: 30px;
    padding-right: 30px;
  }
  .seasonSliderBox {
    padding-left: 60px;
    padding-right: 60px;
  }
  .seasonCatalogSlider .slick-prev {
    left: -63px;
  }
  .seasonCatalogSlider .slick-next {
    right: -63px;
  }
  .ttlBox.ttlSeasonBox .mainDesp {
    max-width: initial;
  }
  .ttlBox.ttlSeasonBox .archiveBox {
    display: none;
  }
  .ttlBoxFeature {
    margin-bottom: 40px;
  }
  .ttlHelloBox {
    margin-bottom: 0;
  }
}
/* ------------------------------------------
ipad
------------------------------------------ */
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  #button_container {
    display: block;
  }
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  br.onlySp {
    display: inline-block;
  }
  nav {
    display: none;
  }
  .mainVisual {
    margin-left: 0;
    padding-left: 0;
  }
  #opening {
    display: block;
    z-index: 200;
    /*

    	.helloBox{
    		.each{
    			padding-top: 8vh;
    			padding-bottom: 8vh;

    			img{
    				max-height: calc((50vh)/5);



    				&amp;.first{
    					display: none;
    				}
    			}
    		}
    		.hello01{
    			padding-top: 9vh;
    		}
    		.hello05{
    			padding-bottom: 9vh;
    		}
    	}
    */
    /*
    	&amp;.active4{
    		.hello03{
    			transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
    			transform-origin: center center;
    			//transform: translateY(-40%) translateX(0%) scale(160);
    			//margin-top: -60px;

    			opacity: 0;
    		}
    	}

    	&amp;.active2{
    		.helloBox{
    			transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    		}
    	}
    */
  }
 /* #opening .openingBox {
    
    		.motion1{

    			img{
    				width: 40%;
    			}
    		}

    		.motion3{
    			.hello{
    				padding-top: 4vh;
    				padding-bottom: 4vh;

    				img{
    					max-height: 12vh;
    				}
    			}
    		}
    
  }*/
  #opening .openingBox .hellohello img {
    -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
            transform: scale(0.97);
  }
  #opening .copyright {
    display: none;
  }

  .mainVisual {
    padding-top: 75px;
  }
  .mainVisual .mainConcept {
    padding-top: 90px;
    margin-left: 0;
    /*
    		transform: translateY(-50%) translateX(0%);
    		width: 100%;
    		text-align: center;
    		left: 0;
    */
  }
  .mainVisual .mainConcept .desp {
    letter-spacing: 0;
    font-size: 12px;
  }
  main {
    padding-left: 0;
  }
  .contentBox {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  h2.ttl {
    text-align: center;
    font-family: "New York Madisonblue", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 36px;
    letter-spacing: 0.04em;
    display: inline-block;
    line-height: 180%;
    margin-bottom: 10px;
  }
  .sec {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0;
    clear: both;
  }
  .mainDesp {
    margin-bottom: 30px;
    line-height: 180%;
  }
  .lineSlider img {
    width: 100%;
  }
  .lineSlider.featureSlider {
    text-align: left;
  }
  .lineSlider.featureSlider .desp {
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .lineSlider.featureSlider .desp br {
    display: none;
  }
  .lineSlider.featureSlider .desp span {
    text-indent: -0.5em;
    display: inline-block;
    margin-bottom: 0px;
    display: block;
    font-size: 13px;
    padding-bottom: 2px;
  }
  .lineSlider.featureSlider .featureDate {
    padding-top: 5px;
    font-size: 13px;
  }
  .lineSlider.featureSlider .excerpt {
    font-size: 12px;
    padding-top: 5px;
  }
  .lineSlider.featureSlider .date {
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 0;
    color: #999;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  .slick-dots li button::before {
    font-size: 10px;
  }
  .slick-dots li {
    margin: 0;
  }
  .stockistTopBox a {
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: block;
    clear: both;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    margin-left: -20px;
    margin-right: -20px;
  }
  .stockistTopBox a span {
    padding-right: 18px;
    background-image: url("../images/ico_blank.png");
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .stockistTopBox.stockistTopBoxNoLine {
    padding-bottom: 10px;
    margin-top: -10px;
  }
  .stockistTopBox.stockistTopBoxNoLine a {
    border-top: none;
  }
  .moreBox.active .more {
    background-image: url("../images/ico_minus.png");
  }
  .moreBox .more {
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    background-image: url("../images/ico_plus.png");
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    cursor: pointer;
  }
  .moreBox .desp {
    padding-top: 20px;
    display: none;
    text-align: left;
    font-size: 12px;
  }
  .moreBox .desp2 {
    text-align: justify;
  }
  .moreBox .space {
    margin-bottom: 20px;
    display: block;
  }
  .moreBoxWide {
    margin-bottom: -1px;
  }
  .moreBoxWide .more {
    margin-left: -20px;
    margin-right: -20px;
  }
  .moreBoxWide .listBtn {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .listBtn {
    /* float: left; */
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-block;
    clear: both;
    padding-right: 18px;
    background-image: url("../images/ico_blank.png");
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 1px solid #08294d;
    margin-bottom: 40px;
  }
  .storeBox {
    text-align: left;
    padding-bottom: 40px;
  }
  .storeBox.storeBox2 {
    padding-bottom: 0;
  }
  .storeBox .mainDesp {
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
  }
  .storeBox .mainImg {
    margin-bottom: 20px;
  }
  .storeBox .mainImg img {
    width: 100%;
  }
  .storeBox .listBtn {
    float: none;
  }
  .storeBox .lineBox {
    padding-bottom: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
  .storeBox address {
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .storeBox address .ja {
    font-size: 12px;
  }
  .storeBox address.en {
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 300;
  }
  .storeBox .shopName {
    font-family: "New York Madisonblue", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
  .storeBox .shopName .close {
    display: inline-block;
    font-size: 11px;
    background-color: #08294d;
    color: #fff;
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 2px;
    line-height: 1.6;
    position: relative;
    top: -3.5px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  }
  .storeBox .tel {
    background-image: url("../images/ico_tel.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
  }
  .storeBox .mail {
    background-image: url("../images/ico_contact.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;
  }
  .openBox .moreBox {
    margin-bottom: 0;
    text-align: center;
  }
  .openBox .moreBox .more {
    border-top: none;
  }
  .openBox .snsList {
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: block;
  }
  .openBox .snsList li {
    float: none;
  }
  footer {
    display: block;
    padding: 30px 0 40px 0;
  }
  footer .logo {
    margin-bottom: 10px;
  }
  footer .logo a {
    text-align: left;
    width: 136px;
    height: 16px;
    display: inline-block;
    background-image: url("../images/hd_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  footer .logo a:hover {
    opacity: 0.6;
  }
  footer .copyright {
    position: relative;
    left: auto;
    bottom: auto;
  }
  header .searchBox .text {
    display: none;
  }
  .ttlBox {
    margin-bottom: 30px;
    margin-bottom: 0;
    padding-top: 15px;
  }
  .ttlBox.ttlBoxEssentil {
    padding-top: 65px;
  }
  .ttlBox.ttlSeasonBox .mainDesp {
    float: none;
    max-width: initial;
    max-width: auto;
  }
  .ttlBox.ttlHelloBox .mainDesp {
    float: none;
    max-width: initial;
    max-width: auto;
  }
  .ttlBox h2.ttl {
    float: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    display: block;
    font-size: 40px;
    max-width: initial;
    max-width: auto;
  }
  .ttlBox h2.ttl img {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .ttlBox h2.ttl .overImg {
    display: none !important;
  }
  .ttlBox .mainDesp {
    text-align: center;
    float: none;
    max-width: initial;
    max-width: auto;
    margin-left: -5px;
    margin-right: -5px;
  }
  .ttlBox .archiveBox {
    float: none;
  }
  .ttlBox .archiveList {
    display: none;
  }
  .ttlBox.essentialBoxSp {
    text-align: center;
  }
  .ttlBox.essentialBoxSp h2.ttl {
    margin-bottom: 10px;
    font-size: 10px;
    margin-bottom: 10px;
  }
  .ttlBox.essentialBoxSp h2.ttl img {
    width: 100px;
    width: 70px;
    margin-bottom: 5px;
  }
  .ttlBox.essentialBoxSp h3.ttl {
    width: 100%;
    font-size: 28px;
    display: block;
    margin-bottom: 15px;
  }
  .ttlBox.essentialBoxSp .img {
    margin-bottom: 20px;
    display: block;
  }
  .ttlBox.essentialBoxSp .img img {
    width: 110px;
  }
  .photoBox {
    margin-bottom: 70px;
  }
  .photoBox .photoSlider {
    float: none;
    width: auto;
  }
  .photoBox .despArea {
    float: none;
    width: auto;
    height: auto !important;
  }
  .photoBox .desp {
    text-align: left;
  }
  .photoBox .number {
    margin-bottom: 40px;
  }
  .photoBox .itemLinkList {
    text-align: left;
    padding-bottom: 20px;
  }
  .thumbSlider {
    display: none;
  }
  .dateBoxSp {
    display: block;
    margin: 0 -20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .dateBoxSp .month {
    float: none;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
  .dateBoxSp .year {
    float: right;
    margin-right: 60px;
  }
  .dateBoxPc {
    display: none;
  }
  .creditBtn {
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 0 -20px;
    margin-bottom: 20px;
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    background-image: url("../images/ico_plus.png");
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: right 21px center;
    cursor: pointer;
  }
  .creditBtn.active {
    background-image: url("../images/ico_minus.png");
  }
  .moreBox .more {
    background-position: right 21px center;
  }
  .moreBox .ttl {
    font-family: "New York Madisonblue", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .moreBox .desp {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .moreBox .desp2 {
    padding-bottom: 20px;
  }
  .moreBox .desp3 {
    padding-top: 10px;
  }
  .monthList {
    margin: 0 -20px;
    margin-top: -1px;
  }
  .monthList .dateBox .content {
    width: auto;
    float: none;
    background-position: right 24px top 5px;
  }
  .monthList .dateBox .content .monthBox {
    float: none;
    width: auto;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .monthList .dateBox .content .monthBox .month {
    float: none;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
  .monthList .dateBox .content .monthBox .year {
    float: right;
    margin-right: 60px;
  }
  .monthList .dateBox .content .thumbnailList {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: initial;
    max-width: auto;
  }
  .monthList .dateBox .content .thumbnailList li {
    width: calc(33.33% - 10px);
    margin: 0 5px;
    float: right;
    max-width: initial;
    max-width: auto;
  }
  .catalogTtl {
    margin-bottom: 40px;
  }
  .archiveBox {
    float: none;
    margin-bottom: -1px;
  }
  .archiveBox .creditBtn {
    margin-bottom: 0;
  }
  .archiveBox .archiveList {
    padding-top: 20px;
  }
  .archiveBox .archiveList li {
    text-align: center;
  }
  .archiveBox .archiveList li a {
    padding-left: 4px;
  }
  header.top.active {
    border-bottom: 1px solid #ddd;
  }
  header.top h1.logo a {
    background-image: url("../images/hd_logo.png");
  }
  .photoBox {
    margin-bottom: 30px;
  }
  .photoBox .EssentialSlider {
    margin-bottom: 30px;
  }
  .photoBox .EssentialSlider.slick-dotted {
    margin-bottom: 50px;
  }
  .photoBox .itemDetailList li .ttl {
    text-align: left;
  }
  .photoBox .itemDetailList li .desp {
    text-align: left;
  }
  .photoBox .slideNumberBox {
    display: none;
  }
  .photoBox .essentialBox {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 0 -20px;
    margin-bottom: 20px;
    display: none;
  }
  .photoBox .essentialBox.first {
    display: block;
  }
  .photoBox .essentialBox .itemTtl {
    display: none;
  }
  .photoBox .essentialBox h3.ttl {
    margin-bottom: 0;
    font-size: 16px;
  }
  .photoBox .essentialBox .img {
    display: none;
  }
  .photoBox .selectOtherBox {
    display: none;
  }
  .photoBox .selectOtherBoxSp {
    display: block;
    padding-top: 0;
    margin-bottom: 10px;
    border: none;
  }
  .photoBox .selectOtherBoxSp .slideNumberTtl {
    float: left;
    margin-right: 10px;
  }
  .photoBox .selectOtherBoxSp .sizeSelect {
    width: auto;
    padding-right: 5px;
    background-position: right 0px top 5px;
    border-bottom: 1px solid #ddd;
    border: none;
    margin-bottom: 0px;
  }
  .photoSliderEssential {
    margin-left: -20px;
    margin-right: -20px;
  }
  .photoSliderEssential .slick-dots {
    display: none !important;
  }
  .photoSliderEssential.slick-dotted.slick-slider {
    margin-bottom: 20px;
  }
  .slideNumberBoxSp {
    display: block;
    text-align: center;
  }
  .seeOtherItemsBox .ttl {
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    background-image: url("../images/ico_plus.png");
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: right 25px center;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    cursor: pointer;
    margin-bottom: -1px;
  }
  .seeOtherItemsBox .ttl.active {
    background-image: url("../images/ico_minus.png");
  }
  .seeOtherItemsBox .linkBox {
    text-align: left;
    font-size: 12px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #categoryDesp {
    padding-top: 0;
  }
  .essentialList {
    text-align: left;
    margin-top: 50%;
    margin-top: calc(50vh - 200px);
    margin-bottom: 100px;
    margin-top: 0;
    position: relative;
    left: 0px;
    top: 45vh;
    margin-bottom: 50vh;
    margin-bottom: calc(50vh + 200px);
    display: block;
    width: 100%;
  }
  .essentialList li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 25px;
    margin-bottom: 0;
    height: 50px;
  }
  .essentialList li a:hover .img {
    opacity: 0;
  }
  .essentialList li.wide {
    display: none;
  }
  .essentialList li .ttl {
    min-height: initial;
    min-height: auto;
    height: auto;
    line-height: initial;
    line-height: auto;
    text-align: left;
    font-size: 17px;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .essentialList li .img {
    width: 100%;
    position: fixed;
    left: 0;
    /*
    			top: 50%;
    			transform: translateY(-50%) translateX(0%);
    */
    top: 200px;
    -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
    padding-left: 40px;
    padding-right: 40px;
  }
  .essentialList li .overArea {
    opacity: 1;
  }
  .essentialList li .overArea .img {
    opacity: 0;
  }
  .essentialList li .overArea .img {
    width: 100%;
  }
  .essentialList li .despArea {
    display: none;
  }
  .essentialList li.active .img {
    opacity: 1 !important;
  }
  .essentialList li.active .ttl {
    font-size: 26px;
  }
  .ttlBox.ttlBoxEssentil {
    position: fixed;
    left: 0;
    top: 40px;
    width: 100%;
  }
  #categoryDesp {
    display: block;
    position: relative;
    z-index: 10;
  }
  .ttlBoxEssentil {
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .essentialList li .imgBox {
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ttlBoxEssentil.hide {
    opacity: 0;
  }
  .essentialList.hide li .imgBox {
    opacity: 0;
  }
  /*
  .photoSlider{
  	border: 1px solid #ccc;
  }
  */
  .slick-dots {
    bottom: -35px;
  }
  .monthList {
    margin-left: 0;
    margin-right: 0;
  }
  .monthList .contentBox {
    padding-left: 0;
    padding-right: 0;
  }
  .photoBox .desp.despCenter {
    text-align: center;
  }
  .seeOtherItemsBox {
    width: auto;
  }
  .storeList li {
    margin-bottom: 60px;
  }
  .storeList li .mainImg {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .storeList li .despArea {
    float: none;
    width: auto;
    text-align: left;
  }
  .areaList {
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .areaList li {
    margin-right: 10px;
  }
  .areaTtl {
    text-align: left;
  }
  .stockistList {
    text-align: left;
  }
  .stockistList li {
    float: none;
    width: auto;
    height: auto !important;
    margin-right: 0;
  }
  .stockistList li:nth-child(3n) {
    float: none;
    width: auto;
  }
  .archiveBox .dog {
    margin-bottom: 40px;
  }
  .helloArea .ttl {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .helloArea .helloBox {
    margin-bottom: 60px;
  }
  .helloArea .helloBox .despArea {
    float: none;
    width: auto;
  }
  .helloArea .helloBox .despArea .ttlMini {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
  }
  .helloArea .helloBox .despArea .desp {
    text-align: left;
  }
  .helloArea .helloBox .img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .helloArea .helloBox .img img {
    width: 70%;
    margin-bottom: 10px;
  }
  .helloArea .leftTx {
    text-align: left;
    margin-bottom: 20px;
  }
  article.feature {
    text-align: left;
    margin-bottom: 80px;
  }
  article.feature .date {
    padding-left: 1px;
    display: none;
  }
  article.feature .dateSp {
    display: block;
  }
  article.feature .articleBox .ttlArea {
    float: none;
    width: auto;
    height: auto !important;
    margin-bottom: 30px;
  }
  article.feature .articleBox .ttlArea .featureTtl {
    margin-bottom: 10px;
    font-size: 16px;
  }
  article.feature .articleBox .ttlArea .featureTtl span {
    font-size: 14px;
  }
  article.feature .articleBox .despArea {
    float: none;
    width: auto;
  }
  .featureList {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    letter-spacing: 0.05em li;
    letter-spacing-float: left;
    letter-spacing-width: auto;
    letter-spacing-margin-left: 0;
    letter-spacing-margin-right: 0;
    letter-spacing-margin-bottom: 40px;
  }
  .tangerineTtlMini {
    text-align: center;
    padding-top: 60px;
  }
  .featureList li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .sec.noBorder {
    border: none;
  }
  .contactBox {
    margin-bottom: 20px;
  }
  .contactBox .left {
    float: none;
    width: auto;
    margin-right: 0;
    max-width: initial;
    max-width: auto;
  }
  .contactBox .right {
    float: none;
    width: auto;
    text-align: right;
  }
  .contactBox .right img {
    position: relative;
    bottom: initial;
    bottom: auto;
    width: 100px;
    margin-top: -50px;
  }
  .telBox {
    text-align: left;
    margin-bottom: 80px;
  }
  .seasonSliderBox {
    padding-left: 0;
    padding-right: 0;
  }
  .seasonCreditSlider {
    display: none;
  }
  .seasonCatalogSlider {
    margin-bottom: 80px;
  }
  .seasonCatalogSlider .slide {
    position: relative;
  }
  .seasonCatalogSlider .slide.active .credit {
    opacity: 1;
  }
  .seasonCatalogSlider .btn a {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #08294d;
    background-position: center center;
    position: absolute;
    left: 0;
    bottom: -20px;
    cursor: pointer;
    z-index: 3;
    background-image: url("../images/ico_slider_close.png");
    background-size: 8px auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .seasonCatalogSlider .credit {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 20px;
    border: 1px solid #ccc;
    display: block;
    text-align: left;
    opacity: 0;
  }
  .seasonCatalogSlider .mfp-hide {
    display: block !important;
  }
  .seasonCatalogSlider .slideBottom {
    margin-bottom: 50px;
  }
  .seasonCatalogSlider .slide {
    margin-bottom: 50px;
  }
  .ttlBox h2.ttl img.marginTop {
    margin-top: 0;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mfp-wrap .img {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .mfp-wrap .img img {
    width: 100%;
  }
  .mfp-wrap .credit {
    font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
    line-height: 140%;
  }
  .mfp-wrap .credit .ttl {
    font-size: 9px;
  }
  .mfp-wrap .credit .desp {
    font-size: 11px;
    margin-bottom: 10px;
  }
  article.feature .articleBox {
    margin-bottom: 0px;
  }
  article.feature .articleBox2 .imgArea {
    float: none;
    width: auto;
  }
  article.feature .articleBox2 .despArea {
    float: none;
    width: auto;
  }
  article.feature .articleBox2 .despArea .desp {
    margin-bottom: 40px;
  }
  article.feature .articleBox2 .creditArea {
    position: relative;
    bottom: initial;
    bottom: auto;
  }
  article.feature .articleBox3 .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .archiveBoxBog {
    float: none;
    width: auto;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .dog img {
    width: 120px;
  }
  main.essentialMain {
    padding-left: 0;
    margin-left: 0;
    z-index: 1;
    left: 0;
    top: 0;
    position: relative;
    width: auto;
  }
  .wrapper {
    position: relative;
    width: auto;
    height: auto;
  }
  .tangerinePopupBox {
    padding-top: 75px;
    margin-bottom: 0px;
    position: relative;
    height: 100%;
  }
  .tangerinePopupBox .popup {
    width: 100%;
    height: 100%;
    display: none;
  }
  .tangerinePopupBox .popup img {
    max-width: 40%;
  }
  /*
  .ttlTangerineBox{
  	padding-top: 0;
  	margin-bottom: 0;

  	.mainDesp{
  		display: block;
  	}

  	h2.ttl{
  		img{
  			display: inline-block;
  		}
  		.overImg{
  			display: block;
  		}
  	}
  }
  */
  .ttlTangerineBox .mainDesp {
    margin-left: -5px;
    margin-right: -5px;
  }
  .seasonSliderInfoBox {
    display: none;
  }
  .seasonSliderTtl {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .seasonSliderTtl1 {
    margin-bottom: 20px;
    padding-top: 0;
  }
  .photoBox .despArea .popupImg {
    position: fixed;
    top: 58%;
    left: 50%;
    width: 70%;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  .ttlBox.essentialBoxSp .mainDesp {
    margin-left: -10px;
    margin-right: -10px;
  }
  .photoBox .essentialBox {
    margin-bottom: 0;
  }
  .season3List {
    margin: 0 -5px;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .season3List li {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .mfp-arrow-left {
    left: -2px;
  }
  .mfp-arrow-right {
    right: -2px;
  }
  .seasonSliderTtl2 {
    margin-bottom: 15px;
  }
  .seasonAnchor {
    margin-left: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  .seasonAnchor a {
    margin: 0 5px;
  }
  .anchorTtl {
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .popupSeasonBox .seasonPopupSlider.slick-initialized .slick-prev, .popupSeasonBox .seasonPopupSlider.slick-initialized .slick-next {
    width: 20px;
    height: 20px;
    z-index: 2;
    border: none;
    background-color: transparent;
  }
  .popupSeasonBox .seasonPopupSlider.slick-initialized .slick-prev {
    left: -20px;
  }
  .popupSeasonBox .seasonPopupSlider.slick-initialized .slick-next {
    right: -20px;
  }
  .mainVisual {
    height: 100vh;
  }
  .mainVisual .topSlider div {
    height: calc(100vh - 75px);
  }
  .mainVisual .topSlider .onlyPc {
    display: none;
  }
  .mainVisual .topSlider .onlySp {
    display: block;
  }
  .secTop {
    padding-top: 0;
  }
  .secTop .ttlBox {
    padding-top: 40px;
  }
  .mainVisual .topSlider .message {
    text-align: center;
  }
  .chapterTtl {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .ttlList li a {
    font-size: 12px;
  }
  .seasonThumbSlider {
    display: none;
  }
  .collectionBox {
    margin-bottom: 33px;
  }
  .photoSlider {
    margin-bottom: 20px;
  }
  .photoBox .number {
    text-align: left;
  }
  .dateBoxSp {
    text-align: left;
  }
  .dateBoxSp .month {
    position: relative;
    left: initial;
    -webkit-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
            transform: translateY(0%) translateX(0%);
    float: left;
    margin-left: 20px;
  }
  .dateBoxSp .year {
    float: left;
    margin-left: 20px;
    margin-right: 0;
  }
  .bookMargin {
    margin-bottom: 100px;
  }
  .bgBlue {
    padding: 0 5px;
  }
  .ttlListBig {
    text-align: left;
    text-align: center;
  }
  .indexList {
    text-align: left;
    text-align: center;
  }
  .indexList li {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .indexList li .ttl {
    display: inline;
    padding: 0 5px;
  }
  .indexList li .desp {
    display: block;
    padding-left: 0;
  }
  .indexList li .desp span {
    padding-right: 0;
    padding-bottom: 18px;
    background-image: url("../images/ico_blank.png");
    background-position: center bottom;
  }
  .bookMargin {
    margin-bottom: 120px !important;
  }
  .ttlListBig {
    padding-top: 30px;
  }
  .indexList li .desp {
    padding-top: 2px;
  }
  .seasonSliderTtl3 {
    padding-top: 60px;
  }
  .mainDespMini2 {
    margin-bottom: 20px;
  }
  .bookImg1 {
    margin-bottom: 20px;
  }
  .ttlBox .mainDesp .miniStr.themeBox {
    text-align: left;
  }
  .ttlBox .mainDesp .miniStr.themeBox strong {
    display: block;
    text-align: center;
  }
  .specialBox {
    position: relative;
    left: initial;
    top: initial;
    text-align: center;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .specialBox .volTtl {
    display: inline-block;
  }
  .archiveListSpecial li .volTtl {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
  .archiveListSpecial li .volSeason {
    margin-top: 0;
    position: relative;
    top: -10px;
  }
  .specialBox .volTtl {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
  .buyBtn {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    padding-top: 60px;
    padding-bottom: 0;
  }
  .buyBtn a {
    margin-left: -60px;
  }
  .buyBtn a:hover {
    opacity: 1;
  }
  #pagetop a {
    right: 10px;
    bottom: 15px;
  }
  #pagetop a .mark {
    width: 30px;
    height: 30px;
    background-size: 16px auto;
  }
  #pagetop a .text {
    font-size: 9px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .yearTtl {
    padding-top: 100px;
  }
  .yearList {
    margin-bottom: 80px;
    border-top: 1px solid #ddd;
    margin-left: -20px;
    margin-right: -20px;
  }
  .yearList li {
    width: calc(50% - 20px);
    width: calc(100% - 20px);
    margin-bottom: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .yearList li a {
    font-size: 14px;
    text-align: center;
    border: none;
    padding: 20px 0;
  }
  .monthList .dateBox .content .thumbnailList li {
    margin-bottom: 10px;
    float: left;
  }
  .bnrBox {
    right: 15px;
    bottom: 40px;
  }
  .bnrBox a {
    display: block;
  }
  .bnrBox .img img {
    width: 130px;
  }
  .bnrBox .close {
    right: 7px;
    top: 7px;
  }
  .bnrBox .close img {
    width: 11px;
  }
}</pre></body></html>