@charset "UTF-8";
/*基本レイアウト*/
#top,
#header,
#main-body,
#foonter,
#global-navi,
#breadcrumbs,
section {
  width: 100%;
}

#main-body {
  margin-top: 20px;
  background: #f60;
}

#top-in,
#header-in,
#main-body-in,
#footer-in,
#global-navi-in,
#breadcrumbs-in,
.section-in,
#main-contents {
  width: 1000px;
  margin: auto;
  padding: 0;
}

#main-contents-in {
  width: 1000px;
  margin: auto;
}

#main-body {
  margin-top: 0px;
}

@media only screen and (max-width: 1000px) {
  #top-in,
  #header-in,
  #global-navi-in,
  #breadcrumbs-in,
  #main-body-in,
  #footer-in,
  .section-in {
    width: 96%;
  }
  #main-contents {
    width: 100%;
    float: right;
    border: none;
  }
  #main-contents-in {
    width: 95%;
  }
}
@media only screen and (max-width: 736px) {
  #header-in,
  #global-navi-in,
  #main-body-in,
  #footer-in {
    width: 100%;
  }
  .section-in {
    width: 95%;
  }
  #main-body-in {
    width: 95%;
  }
  #main-contents {
    float: none;
  }
  #main-contents-in {
    width: 95%;
  }
  .page #main-contents-in {
    width: 98%;
  }
}
/*固定ページは幅を狭める*/
.l-page-narrow .section-in {
  width: 800px;
}

@media only screen and (max-width: 1000px) {
  .l-page-narrow .section-in {
    width: 98%;
  }
}
@media only screen and (max-width: 736px) {
  .l-page-narrow .section-in {
    width: 95%;
  }
}
/*ワイド幅のページ*/
.l-page-wide .section-in {
  width: auto;
  max-width: 1230px;
  padding: 0 16px;
}

/* ページタイトルの表示がない場合 */
.l-no-pageTitle {
  padding-top: 4rem;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
#header {
  background-color: white;
}
#header .section-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  max-width: 1230px;
  height: 90px;
  padding: 0 16px;
}
#header .section-in .col-l {
  width: 140px;
}
#header .section-in .col-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 736px) {
  #header {
    padding: 0;
  }
  #header .section-in {
    padding: 0 16px;
    height: 70px;
  }
  #header .section-in .col-l {
    width: 100px;
  }
}
/*--------------------------------------------------------
2colum
--------------------------------------------------------*/
/* メインコンテンツ2カラム共通 */
.l-2col .side {
  width: 220px;
  padding-left: 75px;
  padding-top: 60px;
}
.l-2col .side ul {
  display: block;
  padding: 0 0 20px 0;
}
.l-2col .side li {
  margin-bottom: 25px;
  display: block;
}
.l-2col .maincontents {
  max-width: 890px;
  padding-left: 24px;
  padding-bottom: 5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-2col .eye-catch img {
  width: 100%;
}
.l-2col .freespace p.btn {
  margin: 3em 0 1em 0;
}
.l-2col .freespace p.btn a {
  background: #c00;
  color: #ffffff;
  padding: 0.8em 3em 0.8em 3em;
  font-size: 1.2em;
  border-radius: 5px;
}

@media only screen and (max-width: 1000px) {
  .side {
    width: 100%;
    float: left;
    border: none;
  }
  .l-2col .side {
    width: 22%;
    padding-left: 0;
  }
  .side-in {
    width: 98%;
  }
}
@media only screen and (max-width: 736px) {
  .side {
    width: 100%;
    float: none;
  }
  .side-in {
    margin: auto;
  }
  .l-2col .freespace p.btn {
    text-align: center;
  }
  .l-2col .side {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-2col .maincontents {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-2col .eye-catch img {
    width: 100%;
  }
  .p-product__sidebar {
    max-width: 100%;
  }
}
/* メインコンテンツ2カラム - サイドバーが右 */
.l-2col--sidebarRight {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.l-2col--sidebarRight .wrappdr-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.l-2col--sidebarRight .sec-maincontents {
  width: 650px;
}
.l-2col--sidebarRight .sec-side {
  width: 220px;
}
.l-2col--sidebarRight .sec-side .col {
  margin-bottom: 30px;
}
.l-2col--sidebarRight .sec-side h3 {
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 1.4em;
}
.l-2col--sidebarRight .sec-side .eyecatch img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.l-2col--sidebarRight .sec-side .disc {
  font-size: 0.9em;
  line-height: 1.3;
}
.l-2col--sidebarRight .day {
  display: inline-block;
  padding: 3px;
  font-weight: bold;
}
.l-2col--sidebarRight .eyecatch img {
  width: 100%;
  height: 365px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1000px) {
  .l-2col--sidebarRight .wrappdr-in {
    width: 95%;
  }
  .l-2col--sidebarRight .sec-maincontents {
    width: 72%;
  }
  .l-2col--sidebarRight .sec-side {
    width: 25%;
  }
  .l-2col--sidebarRight .sec-side .eyecatch img {
    height: 120px;
  }
}
@media only screen and (max-width: 736px) {
  .l-2col--sidebarRight {
    display: block;
    padding: 0 1rem;
    margin: auto;
  }
  .l-2col--sidebarRight .wrappdr-in {
    display: block;
  }
  .l-2col--sidebarRight .sec-maincontents {
    width: 100%;
  }
  .l-2col--sidebarRight .sec-side {
    width: 100%;
  }
  .l-2col--sidebarRight .sec-side .eyecatch img {
    height: 180px;
  }
  .l-2col--sidebarRight .eyecatch {
    position: relative;
    width: 100%;
  }
  .l-2col--sidebarRight .eyecatch::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .l-2col--sidebarRight .eyecatch img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
/* メインコンテンツ2カラム - サイドバーが左 */
.l-2col--sidebarLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1230px;
  padding: 16px 1.8rem 0;
  margin: auto;
}

@media only screen and (max-width: 736px) {
  .l-2col--sidebarLeft {
    display: block;
    padding: 0 1rem;
    margin: auto;
  }
}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.l-footer__img-menu .section-in {
  width: 100%;
  max-width: 1056px;
  padding: 60px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__img-menu .fl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__img-menu .fl-box .col {
  width: calc(20% - 16px);
}

.l-footer__menu .section-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 1056px;
  padding: 60px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__menu .box-logo {
  width: auto;
  height: 56px;
}

.l-copyright {
  padding: 60px 16px 24px;
  font-size: 0.875rem;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  #footer {
    clear: both;
  }
  .l-footer__img-menu .fl-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__img-menu .fl-box::after {
    content: "";
    display: block;
    width: calc(33.3333% - 12px);
  }
  .l-footer__img-menu .fl-box .col {
    width: calc(33.3333% - 12px);
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 736px) {
  .l-footer__img-menu .section-in {
    padding: 40px 16px 0;
  }
  .l-footer__img-menu .fl-box .col {
    width: calc(50% - 2vw);
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .l-footer__menu .section-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 56px 16px 0;
  }
  .l-copyright {
    padding: 40px 16px 24px;
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=layout.css.map */