@charset "UTF-8";
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type='submit'],
[type='reset'],
[type='button'],
button {
  border: 0;
  cursor: pointer;
}

input[type='button'],
input[type='text'],
input[type='submit'],
input[type='image'],
input[type='search'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

.align_l {
  text-align: left;
}

.align_c {
  text-align: center;
}

.align_r {
  text-align: right;
}

.colorGray {
  color: #808080;
}

.colorRed {
  color: #eb0a1e;
}

.pc_blk {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_blk {
    display: none;
  }
}

.pc_in-blk {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc_in-blk {
    display: none;
  }
}

.sp_blk {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_blk {
    display: block;
  }
}

.sp_in-blk {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_in-blk {
    display: inline-block;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block;
  }
}

.sp_none {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.indent_txt {
  text-indent: -1em;
  padding-left: 1em;
}

.indent_txt02 {
  text-indent: -0.5em;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.cf:before {
  content: '';
  display: block;
  clear: both;
}

.cf {
  display: block;
}

body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

.sanserif {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_more {
  display: inline-block;
  width: 226px;
  padding: 8px 0;
  border: 0.5px solid #707070;
  border-radius: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .btn_more {
    padding: 8px 0;
  }
}

.btn_more span {
  position: relative;
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 768px) {
  .btn_more span {
    font-size: 20px;
  }
}

body.body_north_watch {
  min-width: auto;
  color: #444;
}

body.body_north_watch a {
  text-decoration: none;
  color: inherit;
}

body.body_north_watch a:hover {
  text-decoration: none;
}

body.body_north_watch h2.heading2 {
  text-align: center;
  font-size: 32px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 768px) {
  body.body_north_watch h2.heading2 {
    font-size: 24px;
  }
}

main.north_watch section.mainvisual {
  display: block;
  width: 100%;
  margin: 0 auto -2px;
  background-image: url(../img/mainvisual_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #333333;
}

main.north_watch section.mainvisual .logo {
  width: 314px;
  padding: 80px 0 80px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main.north_watch section.mainvisual .logo {
    width: 214px;
    padding: 48px 0 32px;
  }
}

main.north_watch section.mainvisual .logo img {
  width: 100%;
}

main.north_watch section.stores {
  padding: 110px 0 20px;
  background-color: #333;
}

@media screen and (max-width: 768px) {
  main.north_watch section.stores {
    padding: 40px 0 20px;
  }
}

main.north_watch section.stores > .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  main.north_watch section.stores > .wrapper {
    padding: 0 20px;
  }
}

main.north_watch section.stores .item {
  margin-bottom: 102px;
}

@media screen and (max-width: 768px) {
  main.north_watch section.stores .item {
    margin-bottom: 64px;
  }
}

main.north_watch section.stores .item h3 {
  height: 30px;
  margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
  main.north_watch section.stores .item h3 {
    height: 20px;
  }
}

main.north_watch section.stores .item h3 img {
  height: 100%;
}

main.north_watch section.stores .item > .flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.north_watch section.stores .left {
  width: 36%;
}

@media screen and (max-width: 768px) {
  main.north_watch section.stores .left {
    width: 70%;
    margin-bottom: 24px;
  }
}

main.north_watch section.stores .right {
  width: 58%;
}

@media screen and (max-width: 768px) {
  main.north_watch section.stores .right {
    width: 100%;
  }
}

main.north_watch section.stores .right img {
  width: 100%;
}

main.north_watch section.stores .right .brands img {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  main.north_watch section.stores .right .brands img {
    margin-bottom: 32px;
  }
}

main.north_watch section.stores .right .brands > p {
  margin-bottom: 24px;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  main.north_watch section.stores .right .brands > p {
    font-size: 12px;
  }
}

main.north_watch section.stores .right .links a {
  display: inline-block;
  height: 44px;
  margin-right: 16px;
}

main.north_watch section.stores .right .links a img {
  width: auto;
  height: 100%;
}

main.north_watch section.pickup,
main.north_watch section.blog {
  margin: 130px 0 160px;
}

@media screen and (max-width: 768px) {
  main.north_watch section.pickup,
  main.north_watch section.blog {
    margin-bottom: 158px;
  }
}

main.north_watch section.pickup > .wrapper,
main.north_watch section.blog > .wrapper {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  main.north_watch section.pickup > .wrapper,
  main.north_watch section.blog > .wrapper {
    padding: 0 20px;
  }
}

main.north_watch section.pickup h2.heading2,
main.north_watch section.blog h2.heading2 {
  text-align: left;
  padding: 0 12px;
  margin-bottom: 70px;
}

main.north_watch section.pickup iframe,
main.north_watch section.blog iframe {
  height: 350px;
  margin-bottom: 64px;
}

@media screen and (max-width: 807px) {
  main.north_watch section.pickup iframe,
  main.north_watch section.blog iframe {
    height: calc(88vw + 220px);
  }
}

.slider01 {
  position: relative;
  overflow: hidden;
}

.slider01 .img-cover {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider01 .img-cover::before {
  content: '';
  display: block;
  padding-top: 64%;
}

.slider01 .img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.6s cubic-bezier(0.09, 0.37, 0.11, 0.85);
  transition: 0.6s cubic-bezier(0.09, 0.37, 0.11, 0.85);
}

.slider01 .img-cover:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.slider01 .swiper {
  position: relative;
  max-width: 900px;
  overflow: visible;
}

.slider01 .swiper-pagination {
  width: 100%;
  padding: 32px 0;
  text-align: center;
  font-size: 0;
  background-color: #333333;
}

.slider01 .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.slider01 .swiper-pagination-bullet {
  background-color: #a0a0a0;
  border: 1px solid #bcbcbc;
  border-radius: 20px;
}

.slider01 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.slider01 .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}

.slider01 .swiper-button-prev {
  position: absolute;
  top: 45%;
  left: -57px;
  width: 40px;
  z-index: 99;
  opacity: 0.9;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slider01 .swiper-button-prev {
    top: 45%;
    left: 8px;
  }
  .slider01 .swiper-button-prev img {
    width: 72%;
  }
}

.slider01 .swiper-button-next {
  position: absolute;
  top: 45%;
  right: -57px;
  width: 40px;
  z-index: 99;
  opacity: 0.9;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .slider01 .swiper-button-next {
    top: 45%;
    right: -8px;
  }
  .slider01 .swiper-button-next img {
    width: 72%;
  }
}

.slider01 .slide-content {
  display: block;
  padding: 18px 0 0;
  font-size: 15px;
  color: #404040;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .slider01 .slide-content {
    padding: 12px 0 0;
    font-size: 13px;
  }
}

.slider01 .swiper-button-disabled {
  display: none;
}
/*# sourceMappingURL=style.css.map */