@charset "UTF-8";
/*------------------------------------------------------------
/shop/theme/front-page
------------------------------------------------------------*/
body {
  overflow-x: hidden;
}

/* 見出し用共通設定
------------------------------------------------------------*/
@media all and (min-width: 1024px) {
  *:not(.content) > .headLine04 {
    width: calc(100% - 80px);
  }
}
/* 横スクロールセクション（店舗イメージ、スタッフ一覧で使用）
------------------------------------------------------------*/
.comRecommend .swipe-btn {
  margin: 0 auto;
  max-width: 1314px;
  position: relative;
}

/* 画像ポップアップ（店舗イメージで使用）
------------------------------------------------------------*/
.pop {
  display: none;
}
.pop .popBox {
  margin: 0 auto;
  padding: 0 40px;
  width: 900px;
  position: relative;
}
.pop .popBox .pho {
  text-align: center;
}

.fancybox-toolbar {
  display: block !important;
  opacity: 1 !important;
  visibility: visible;
  top: 56px;
  right: 56px;
}

.fancybox-navigation {
  display: block !important;
  opacity: 1 !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
  background: url("/assets/img/common/pop_img01.png") no-repeat left 48px center/21px auto;
}
.fancybox-navigation .fancybox-button--arrow_left:disabled {
  display: none;
}
.fancybox-navigation .fancybox-button div {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_right {
  background: url("/assets/img/common/pop_img02.png") no-repeat right 48px center/21px auto;
}
.fancybox-navigation .fancybox-button--arrow_right:disabled {
  display: none;
}

.fancybox-button--close {
  background: url("/assets/img/common/pop_img03.png") no-repeat center center/38px auto;
}

.fancybox-slide--html .fancybox-close-small {
  display: none;
  position: fixed;
  top: 44px;
  right: 25px;
  background: url("/assets/img/common/pop_img03.png") no-repeat center center/38px auto;
}

.fancybox-button--thumbs,
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button svg {
  display: none;
}

@media all and (max-width: 1023px) {
  .fancybox-slide--html {
    padding: 0;
  }
  .pop .popBox {
    padding: 0;
    width: auto;
  }
  .pop .closeBox {
    display: none !important;
  }
  .pop .popBox .pho {
    max-width: 600px;
    width: 100%;
  }
  .pop .popBox .pho img {
    width: 100%;
  }
  .fancybox-toolbar {
    top: 28px;
    right: 28px;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    background: url("/assets/img/common/sp_pop_img01.png") no-repeat left center/28px auto;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    background: url("/assets/img/common/sp_pop_img02.png") no-repeat right center/28px auto;
  }
  #main .sec09 .comRecommend .swiper .swiper-slide .pho.is-circle {
    height: 96px;
  }
}
/* グローバルヘッダー
------------------------------------------------------------*/
#gHeader {
  border-bottom: 1px solid #EEE;
}

/* [PC]メイン（グローバルヘッダーの下～パンくずリストの手前まで）
------------------------------------------------------------*/
#main {
  padding-top: 65px;
}
#main .sec01 {
  margin-bottom: 119px;
}
#main .sec01 .headLine02 {
  margin-bottom: 18px;
  padding: 0 0 2px 44px;
  text-align: left;
  background: url("/assets/img/common/icon03.png") no-repeat left center/34px auto;
}
#main .sec01 .comNewsList {
  margin-bottom: 79px;
}
#main .sec01 .comNewsList li a {
  padding: 19px 50px 19px 8px;
}
#main .sec01 .inner {
  display: flex;
  justify-content: space-between;
}
#main .sec01 .inner .map {
  width: 45.5%;
  height: 640px;
  position: relative;
}
#main .sec01 .inner .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .sec01 .inner .infoBox {
  margin-top: 4px;
  width: 48.8%;
}
#main .sec01 .inner .infoBox p {
  margin-bottom: 21px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#main .sec01 .inner .infoBox table {
  margin-bottom: 38px;
  width: 100%;
  border-collapse: collapse;
}
#main .sec01 .inner .infoBox table tr:first-of-type a {
  color: #EE7800;
  border-bottom: 1px dashed #EE7800;
}
#main .sec01 .inner .infoBox th,
#main .sec01 .inner .infoBox td {
  padding-bottom: 20px;
  width: 17%;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
#main .sec01 .inner .infoBox tr:last-of-type th,
#main .sec01 .inner .infoBox tr:last-of-type td {
  padding-bottom: 0;
}
#main .sec01 .inner .infoBox td {
  width: 83%;
}
#main .sec01 .inner .infoBox td .sml02 {
  margin-top: 13px;
  display: block;
  font-size: 1.2rem;
}
#main .sec01 .inner .infoBox .subBox {
  padding: 0 14px;
  border-top: 1px solid #CCC;
}
#main .sec01 .inner .infoBox .subBox:last-of-type {
  margin-bottom: 48px;
  border-bottom: 1px solid #CCC;
}
#main .sec01 .inner .infoBox .subBox .title {
  margin-bottom: 0;
  padding: 21px 0 19px;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  cursor: pointer;
}
#main .sec01 .inner .infoBox .subBox .title::before {
  margin-top: -8px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 1px;
  content: "";
  background: url("/assets/img/common/icon08.png") no-repeat center center/16px auto;
}
#main .sec01 .inner .infoBox .subBox .title.on::before {
  background-image: url("/assets/img/common/icon08_on.png");
}
#main .sec01 .inner .infoBox .subBox .openBox {
  display: none;
  padding-bottom: 38px;
  padding-top: 7px;
}
#main .sec01 .inner .infoBox .subBox .openBox p,
#main .sec01 .inner .infoBox .subBox .openBox div {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#main .sec01 .inner .infoBox .subBox .openBox p a,
#main .sec01 .inner .infoBox .subBox .openBox div a {
  color: #EE7800;
  border-bottom: 1px dashed #EE7800;
}
#main .sec01 .inner .infoBox .subBox .openBox p {
  margin-bottom: 21px;
}
#main .sec01 .inner .infoBox .subBox .openBox .ttl {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}
#main .sec01 .inner .infoBox .subBox .openBox h4 {
  margin-bottom: 16px;
}
#main .sec01 .inner .infoBox .subBox .openBox table {
  margin-bottom: 45px;
  border-collapse: inherit;
  border-spacing: 0 1px;
  background-color: #CCC;
}
#main .sec01 .inner .infoBox .subBox .openBox th {
  padding: 17px 16px;
  width: 50%;
  font-size: 1.3rem;
  line-height: 1.6;
  vertical-align: middle;
  background-color: #F6F6F6;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
}
#main .sec01 .inner .infoBox .subBox .openBox td {
  padding: 17px 16px;
  width: 50%;
  font-size: 1.3rem;
  line-height: 1.6;
  vertical-align: middle;
  background-color: #F6F6F6;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  width: 50%;
  background-color: #FFF;
}
#main .sec01 .inner .infoBox .subBox .openBox td ul {
  margin-top: 10px;
  margin-bottom: 7px;
}
#main .sec01 .inner .infoBox .subBox .openBox td li {
  margin-bottom: 4px;
  padding-left: 18px;
  line-height: 1.6;
  position: relative;
}
#main .sec01 .inner .infoBox .subBox .openBox td li:last-of-type {
  margin-bottom: 0;
}
#main .sec01 .inner .infoBox .subBox .openBox td li::before {
  width: 8px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #CCC;
  content: "";
}
#main .sec01 .inner .infoBox .subBox .openBox td .sml01 {
  color: #EE7800;
  border-bottom: 1px dashed #EE7800;
}
#main .sec01 .inner .infoBox .subBox .openBox td .sml02 {
  padding-left: 1em;
  text-indent: -1em;
}
#main .sec01 .inner .infoBox .subBox .openBox .text {
  margin-bottom: 30px;
  padding-left: 18px;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  position: relative;
}
#main .sec01 .inner .infoBox .subBox .openBox .text::before {
  width: 8px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #CCC;
  content: "";
}
#main .sec01 .inner .infoBox .subBox .openBox .text01 {
  margin-bottom: 0;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#main .sec01 .inner .infoBox .subBox .openBox .text01 a {
  color: #EE7800;
  border-bottom: 1px dashed #EE7800;
}
#main .sec01 .inner .infoBox .subBox .openBox .text01 a:hover {
  opacity: 0.7;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl li {
  margin-bottom: 8px;
  padding-left: 18px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
  position: relative;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl li .sml01 {
  font-size: 1.4rem;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl li a {
  display: inline-block;
  color: #EE7800;
  border-bottom: 1px dashed #EE7800;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl li::before {
  width: 8px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #CCC;
  content: "";
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl > li:last-of-type {
  margin-bottom: 0;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl .smlList {
  margin: 12px 0;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl .smlList li {
  padding-left: 12px;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl .smlList li::before {
  width: 5px;
  height: 1px;
}
#main .sec01 .inner .infoBox .subBox .openBox .txtUl .smlList li:last-of-type {
  margin-bottom: 0;
}
#main .sec01 .inner .infoBox .title {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#main .sec01 .inner .infoBox .txtList {
  margin: -8px 0 46px;
}
#main .sec01 .inner .infoBox .txtList::after {
  width: 32.5%;
  content: "";
}
#main .sec01 .inner .infoBox .txtList li {
  margin-top: 8px;
  padding: 11px 5px;
  width: 32.5%;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  border: 1px solid #777;
  box-sizing: border-box;
}
#main .sec01 .inner .infoBox .txtList li.li01 {
  color: #CCC;
  border-color: #CCC;
}
#main .sec01 .inner .infoBox .snsList {
  display: flex;
}
#main .sec01 .inner .infoBox .snsList li {
  margin-right: 24px;
  width: 84px;
}
#main .sec01 .inner .infoBox .snsList li:last-of-type {
  margin-right: 0;
}
#main .sec01 .inner .infoBox .snsList li a {
  display: block;
}
#main .sec01 .inner .infoBox .snsList li a:hover {
  opacity: 0.7;
}
#main .sec02 .comRecommend {
  padding: 0 0 227px 0;
  overflow: visible;
}
#main .sec02 .comRecommend .swiper .swiper-slide {
  width: auto;
  height: 240px;
}
#main .sec02 .comRecommend .swiper .swiper-slide img {
  width: auto;
  max-width: none;
  height: 240px;
}
#main .sec02 .comRecommend .swiper .swiper-button-prev,
#main .sec02 .comRecommend .swiper .swiper-button-next {
  bottom: -108px;
}
#main .sec03 .comImgList {
  margin: -32px auto 62px;
  padding: 0 40px;
  max-width: 1270px;
}
#main .sec-category {
  background-color: #f6f6f6;
  padding: 88px 0 100px;
  margin-bottom: 88px;
}
@media all and (max-width: 1023px) {
  #main .sec-category {
    padding: 54px 0 60px;
    margin-bottom: 58px;
  }
}
#main .sec-category .content {
  max-width: 1270px;
}
@media all and (max-width: 1023px) {
  #main .sec-category .content {
    margin-bottom: 58px;
  }
}
#main .sec-category .content .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
@media all and (max-width: 1023px) {
  #main .sec-category .content .category-list {
    margin-bottom: 44px;
    padding: 0 15px;
    justify-content: space-between;
  }
}
#main .sec-category .content .category-list li {
  width: 31%;
  margin-right: 3.5%;
}
#main .sec-category .content .category-list li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 1023px) {
  #main .sec-category .content .category-list li {
    width: 48%;
    margin-right: 0;
  }
}
#main .sec-category .content .category-list li:nth-of-type(1) a, #main .sec-category .content .category-list li:nth-of-type(2) a, #main .sec-category .content .category-list li:nth-of-type(3) a {
  border-top: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  #main .sec-category .content .category-list li:nth-of-type(3) a {
    border-top: none;
  }
  #main .sec-category .content .category-list li:nth-of-type(n+9) {
    display: none;
  }
}
#main .sec-category .content .category-list li a {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 1023px) {
  #main .sec-category .content .category-list li a {
    padding: 9px 5px 9px 0;
    box-sizing: border-box;
  }
}
#main .sec-category .content .category-list li a span {
  width: calc(100% - 65px);
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media all and (max-width: 1023px) {
  #main .sec-category .content .category-list li a span {
    width: calc(100% - 50px);
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
#main .sec-category .content .category-list li a img {
  width: 47px;
}
@media all and (max-width: 1023px) {
  #main .sec-category .content .category-list li a img {
    width: 40px;
  }
}
#main .sec-category .content .category-list li a:hover {
  opacity: 0.7;
}
#main .sec-category .link {
  display: none;
}
@media all and (max-width: 1023px) {
  #main .sec-category .link {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
  #main .sec-category .link span {
    padding-left: 24px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    display: inline-block;
    background: url(/assets/img/common/icon08.png) no-repeat left center/16px auto;
  }
  #main .sec-category .link.on span {
    background: url(/assets/img/common/icon08_on.png) no-repeat left center/16px auto;
  }
}
#main .sec04 {
  margin-bottom: 118px;
}
#main .sec04 .content {
  max-width: 1270px;
}
#main .sec04 h2 {
  margin-bottom: 48px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .sec04 h2::before {
  width: 16px;
  height: 3px;
  position: absolute;
  bottom: -19px;
  left: 0;
  background-color: #EE7800;
  content: "";
}
#main .sec05 {
  margin-bottom: 118px;
}
#main .sec05 .content {
  max-width: 1270px;
}
#main .sec05 .headLine04 {
  margin-bottom: 0;
  border: none;
}
#main .sec05 .comNewsList01 li .txt .date {
  display: block;
  margin: 4px 0 0;
  font-size: 1.2rem;
}
#main .sec05 .comNewsList01 li .txt .sml {
  margin: -8px 0 0;
  display: block;
}
#main .sec05 .comNewsList01 li .txt .sml span {
  font-size: 1.2rem;
  line-height: 1.6;
  border-bottom: 1px dashed #000;
}
#main .sec05 .comNewsList01 li .txt .sml01 {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#main .sec06 {
  margin-bottom: 118px;
}
#main .sec06 .content {
  max-width: 1270px;
}
#main .sec07 {
  margin-bottom: 118px;
}
#main .sec07 .comRecommend {
  padding: 0 0 131px 40px;
}
#main .sec07 .comRecommend .swiper .swiper-slide .pho {
  width: 300px;
  height: 300px;
  margin-bottom: 16px;
}
#main .sec07 .comRecommend .swiper .swiper-slide .txt {
  margin-bottom: 4px;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
#main .sec07 .comRecommend .swiper .swiper-slide .pri {
  color: #EE7800;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
#main .sec07 .comRecommend .swiper .swiper-slide .pri .sml {
  margin-left: 5px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  vertical-align: 1px;
}
#main .sec07 .comRecommend .swiper .swiper-button-prev,
#main .sec07 .comRecommend .swiper .swiper-button-next {
  bottom: -84px;
}
#main .sec07 .comLink a {
  font-family: "Noto Sans JP", sans-serif;
}
#main .sec08 {
  margin-bottom: 118px;
}
#main .sec08 .content {
  max-width: 1270px;
}
#main .sec08 .comPhoList {
  margin-bottom: 48px;
}
#main .sec08 .comPhoList li {
  margin-right: 2%;
  width: 23.5%;
}
#main .sec08 .comPhoList li:nth-of-type(4n), #main .sec08 .comPhoList li:last-of-type {
  margin-right: 0;
}
#main .sec08 .comPhoList li .pho {
  margin-bottom: 14px;
  width: 100%;
}
#main .sec08 .comPhoList li .pho:not(.is-circle) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .sec08 .comPhoList li .txt {
  font-size: 1.6rem;
}
#main .sec09 {
  margin-bottom: 118px;
}
#main .sec09 .content {
  max-width: 1270px;
}
#main .sec09 .text {
  margin-bottom: 41px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#main .sec09 .comRecommend {
  padding: 0 0 40px 40px;
}
#main .sec09 .comRecommend .swiper .swiper-slide {
  margin-right: 40px !important;
  width: 168px;
}
#main .sec09 .comRecommend .swiper .swiper-slide .txt {
  text-align: center;
}
#main .sec09 .comRecommend .swiper .swiper-button-prev,
#main .sec09 .comRecommend .swiper .swiper-button-next {
  display: none !important;
}
#main .sec10 .comRecommend {
  padding: 0 0 208px 40px;
}

/* [SP]メイン
------------------------------------------------------------*/
@media all and (max-width: 1023px) {
  #main {
    padding-top: 32px;
  }
  #main .sec01 {
    margin-bottom: 79px;
  }
  #main .sec01 .headLine02 {
    margin-bottom: 22px;
    padding: 2px 0 2px 32px;
    background: url("/assets/img/common/icon03.png") no-repeat left center/25px auto;
  }
  #main .sec01 .comNewsList {
    margin-bottom: 60px;
  }
  #main .sec01 .comNewsList li a {
    padding: 17px 50px 18px 4px;
    background: url("/assets/img/common/sp_icon07.png") no-repeat right 4px center/7px auto;
  }
  #main .sec01 .inner {
    display: block;
  }
  #main .sec01 .inner .map {
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    height: 0;
  }
  #main .sec01 .inner .infoBox {
    margin-top: 24px;
    width: auto;
  }
  #main .sec01 .inner .infoBox p {
    margin-bottom: 23px;
    font-size: 1.5rem;
  }
  #main .sec01 .inner .infoBox table {
    margin-bottom: 39px;
  }
  #main .sec01 .inner .infoBox th {
    padding-bottom: 23px;
    width: 26.5%;
    font-size: 1.5rem;
  }
  #main .sec01 .inner .infoBox td {
    padding-bottom: 23px;
    width: 26.5%;
    font-size: 1.5rem;
    width: 73.5%;
  }
  #main .sec01 .inner .infoBox td .sml02 {
    margin-top: 7px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #main .sec01 .inner .infoBox td .sml01 {
    display: inline;
    color: #EE7800;
    border-bottom: 1px dashed #EE7800;
    font-size: 1.7rem;
    font-weight: 400;
    vertical-align: 5px;
  }
  #main .sec01 .inner .infoBox td .sml01 a {
    margin-top: -7px;
    display: inline-block;
    color: #EE7800;
    line-height: 2.5;
  }
  #main .sec01 .inner .infoBox .subBox {
    padding: 0 4px;
  }
  #main .sec01 .inner .infoBox .subBox:last-of-type {
    margin-bottom: 43px;
  }
  #main .sec01 .inner .infoBox .subBox .title {
    padding: 20px 0 17px;
  }
  #main .sec01 .inner .infoBox .subBox .title::before {
    right: 0;
  }
  #main .sec01 .inner .infoBox .subBox .openBox .ttl {
    margin-bottom: 18px;
    font-weight: 400;
  }
  #main .sec01 .inner .infoBox .subBox .openBox h4 {
    margin-bottom: 18px;
  }
  #main .sec01 .inner .infoBox .subBox .openBox table {
    margin-bottom: 32px;
  }
  #main .sec01 .inner .infoBox .subBox .openBox th {
    padding: 12px;
    width: 100%;
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
    border-bottom: none;
  }
  #main .sec01 .inner .infoBox .subBox .openBox td {
    padding: 12px;
    width: 100%;
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 25px;
    width: 100%;
    border: none;
  }
  #main .sec01 .inner .infoBox .subBox .openBox td .sml01 {
    font-size: 1.3rem;
    vertical-align: 0;
  }
  #main .sec01 .inner .infoBox .subBox .openBox td .sml02 {
    font-size: 1.2rem;
  }
  #main .sec01 .inner .infoBox .subBox .openBox .text,
  #main .sec01 .inner .infoBox .subBox .openBox .text01 {
    font-size: 1.4rem;
  }
  #main .sec01 .inner .infoBox .title {
    margin-bottom: 18px;
  }
  #main .sec01 .inner .infoBox .txtList {
    margin: -9px 0 46px;
  }
  #main .sec01 .inner .infoBox .txtList::after {
    width: 31.8%;
  }
  #main .sec01 .inner .infoBox .txtList li {
    margin-top: 9px;
    width: 31.8%;
    font-size: 1.2rem;
  }
  #main .sec01 .inner .infoBox .snsList {
    margin-top: -5px;
  }
  #main .sec01 .inner .infoBox .snsList li {
    margin-right: 16px;
    width: 105px;
  }
  #main .sec02 .comRecommend {
    padding: 0 0 80px 0;
  }
  #main .sec02 .comRecommend .swiper {
    padding: 0;
  }
  #main .sec02 .comRecommend .swiper .swiper-slide {
    height: 220px;
  }
  #main .sec02 .comRecommend .swiper .swiper-slide img {
    height: 220px;
  }
  #main .sec03 .comImgList {
    margin: -22px auto 49px;
    padding: 0 15px;
    max-width: 600px;
  }
  #main .sec03 .comImgList li {
    margin-top: 22px;
  }
  #main .sec03 .comImgList li.li01 .pho {
    margin-bottom: 10px;
  }
  #main .sec03 .comImgList li p {
    font-size: 1.6rem;
    line-height: 1.45;
  }
  #main .sec04 {
    margin-bottom: 77px;
  }
  #main .sec04 h2 {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  #main .sec04 h2::before {
    bottom: -14px;
  }
  #main .sec05 {
    margin-bottom: 80px;
  }
  #main .sec05 .headLine04 {
    margin: 0;
    border: none;
  }
  #main .sec05 .comNewsList01 li .txt {
    width: 100%;
  }
  #main .sec05 .comNewsList01 li .txt .date,
  #main .sec05 .comNewsList01 li .txt .sml,
  #main .sec05 .comNewsList01 li .txt .sml01 {
    display: none;
  }
  #main .sec06 {
    margin-bottom: 78px;
  }
  #main .sec06 .headLine04 {
    margin: 0 0 32px;
  }
  #main .sec07 {
    margin-bottom: 80px;
  }
  #main .sec07 .comRecommend {
    padding: 0 0 36px 0;
  }
  #main .sec07 .comRecommend .swiper .swiper-slide {
    margin-right: 24px !important;
  }
  #main .sec07 .comRecommend .swiper .swiper-slide .pho {
    width: 148px;
    height: 148px;
  }
  #main .sec07 .comRecommend .swiper .swiper-slide .txt {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  #main .sec08 {
    margin-bottom: 80px;
  }
  #main .sec08 .headLine04 {
    margin: 0 0 32px;
  }
  #main .sec08 .comPhoList {
    margin: -18px 0 37px;
    justify-content: space-between;
  }
  #main .sec08 .comPhoList li {
    margin: 18px 0 0;
    margin-right: 0;
    width: 48%;
  }
  #main .sec08 .comPhoList li .pho {
    height: 133.5px;
  }
  #main .sec08 .comPhoList li .txt {
    font-size: 1.4rem;
  }
  #main .sec09 {
    margin-bottom: 80px;
  }
  #main .sec09 .headLine04 {
    margin: 0 0 32px;
  }
  #main .sec09 .text {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
  #main .sec09 .comRecommend {
    padding: 0 0 37px 0;
  }
  #main .sec09 .comRecommend .post_none {
    padding-right: 40px;
  }
  #main .sec09 .comRecommend .swiper .swiper-slide {
    margin-right: 16px !important;
    width: 96px;
  }
  #main .sec09 .comRecommend .swiper .swiper-slide .pho {
    margin-bottom: 6px;
  }
  #main .sec09 .comRecommend .swiper .swiper-slide .txt {
    font-size: 1.4rem;
  }
  #main .sec10 .comRecommend {
    padding: 0 0 68px 0;
  }
}
@media all and (max-width: 600px) {
  #main .sec02 .comRecommend {
    margin-left: 15px;
  }
}
@media all and (max-width: 330px) {
  #main .sec01 .inner .infoBox .txtList li {
    padding: 11px 2px;
    font-size: 1.1rem;
  }
}
/* 新店用「島村楽器について」 - introBlock
------------------------------------------------------------*/
#main .introBlock {
  margin-bottom: 118px;
}
#main .introBlock .content {
  max-width: 1270px;
}
#main .introBlock .content > div {
  border: 1px solid #E5E5E5;
}
@media all and (min-width: 1024px) {
  #main .introBlock .content > div {
    padding: 60px;
  }
}
@media all and (max-width: 1023px) {
  #main .introBlock .content > div {
    padding: 40px;
  }
}
@media all and (max-width: 630px) {
  #main .introBlock .content > div {
    padding: 20px;
  }
}
#main .introBlock .content > div .introBlock-header {
  margin: 0 auto 40px;
  padding-bottom: 16px;
  max-width: 1270px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  border-bottom: 1px solid #CCC;
}
@media all and (max-width: 1023px) {
  #main .introBlock .content > div .introBlock-header {
    padding-bottom: 11px;
    max-width: 600px;
    font-size: 2.2rem;
  }
}
#main .introBlock .content > div .introBlock-content {
  display: grid;
  gap: 40px;
}
@media all and (min-width: 1024px) {
  #main .introBlock .content > div .introBlock-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
#main .introBlock .content > div .introBlock-content p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}