html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif, 'Poppins', sans-serif;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: #333;
}

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

.cmn_head {
  width: 100%;
  position: fixed;
  background: #fff;
  box-sizing: border-box;
  height: 120px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  border-bottom: 1px solid #eee;
  z-index: 2;
}

.cmn_head_logo {
  width: 18%;
  margin-left: 4%;
}

.cmn_head_logo img {
  width: 180px;
  height: auto;
  padding-top:10px;
}

.cmn_head_nav {
  width: 60%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  letter-spacing: 0.2em;
  padding-top:24px;
}

.cmn_head_nav li {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 45px;
}

.cmn_head_nav li a {
  display: block;
  padding-top: 45px;
  width: 80px;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 45px;
  font-weight: bold;
  font-size: 0.7rem;
  transition: background-image 0.6s;
  text-decoration: none;
}

.cmn_head_nav li a:hover,
[data-current-nav="story"] .cmn_head_nav li:nth-child(1) a,
[data-current-nav="product"] .cmn_head_nav li:nth-child(2) a,
[data-current-nav="shop"] .cmn_head_nav li:nth-child(3) a,
[data-current-nav="news"] .cmn_head_nav li:nth-child(4) a,
[data-current-nav="order"] .cmn_head_nav li:nth-child(5) a,
[data-current-nav="contact"] .cmn_head_nav li:nth-child(6) a {
  background-image: none !important;
}

.cmn_head_nav li:nth-child(1) {
  background-image: url(/cmn/img/cmn_nav1_ac.png);
}

.cmn_head_nav li:nth-child(1) a {
  background-image: url(/cmn/img/cmn_nav1.png);
}

.cmn_head_nav li:nth-child(2) {
  background-image: url(/cmn/img/cmn_nav2_ac.png);
}

.cmn_head_nav li:nth-child(2) a {
  background-image: url(/cmn/img/cmn_nav2.png);
}

.cmn_head_nav li:nth-child(3) {
  background-image: url(/cmn/img/cmn_nav3_ac.png);
}

.cmn_head_nav li:nth-child(3) a {
  background-image: url(/cmn/img/cmn_nav3.png);
}

.cmn_head_nav li:nth-child(4) {
  background-image: url(/cmn/img/cmn_nav4_ac.png);
}

.cmn_head_nav li:nth-child(4) a {
  background-image: url(/cmn/img/cmn_nav4.png);
}

.cmn_head_nav li:nth-child(5) {
  background-image: url(/cmn/img/cmn_nav2_ac.png);
}

.cmn_head_nav li:nth-child(5) a {
  background-image: url(/cmn/img/cmn_nav2.png);
}

.cmn_head_nav li:nth-child(6) {
  background-image: url(/cmn/img/cmn_nav1_ac.png);
}

.cmn_head_nav li:nth-child(6) a {
  background-image: url(/cmn/img/cmn_nav1.png);
}

.cmn_head_sns {
  width: 14%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-right: 4%;
  padding-top:24px;
}

.cmn_head_sns li {
  margin: 20px 0 0 20px;
}

.cmn_head_sns li a {
  transition: opacity 0.6s;
}

.cmn_head_sns li a img {
  width: 22px;
  height: auto;
}

.cmn_head_sns li a:hover {
  opacity: 0.4;
}

.cmn_body {
  padding-top: 120px;
  position: relative;
  max-width: 2400px;
  margin: 0 auto;
  min-height: 100vh;
}

.cmn_con {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 20px;
  box-sizing: border-box;
}

.cmn_foot {
  clear: both;
  background: #ddd url(/cmn/img/cmn_paper.jpg);
  padding: 40px 0;
  font-size: 0.8rem;
  text-align: center;
}

.cmn_foot_sns {
  width: 220px;
  display: block;
  margin: 20px auto;
}

.cmn_foot_sns li {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.cmn_foot_sns li a {
  transition: opacity 0.6s;
}

.cmn_foot_sns li a img {
  width: 100%;
  max-width: 22px;
  height: auto;
}

.cmn_foot_sns li a:hover {
  opacity: 0.4;
}

.cmn_ttl1 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.cmn_ttl1 span {
  font-size: 1.3rem;
  color: #777;
  display: block;
  font-weight: normal;
}

.cmn_ttl2 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
  line-height: 1.4em;
}

.cmn_ttl2 img{
  width:24px;
  height: auto;
  padding-right: 10px;
}

.cmn_jp {
  font-size: 1.1rem;
  line-height: 2;
}

.cmn_en {
  font-size: 1rem;
  line-height: 2;
  color: #777;
  margin-top: 30px;
}

.cmn_btn {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  width: 160px;
  padding: 14px 0;
  border: 2px solid #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
  margin: 40px auto 0 auto;
  letter-spacing: 0.2em;
}

.cmn_btn::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 110%;
  height: 180%;
  background: #333;
  transform-origin: left bottom;
  transform: skewY(-10deg) scale(1, 0);
  transition: transform .3s;
}

.cmn_btn:hover {
  color: #fff;
}

.cmn_btn:hover::before {
  transform-origin: left top;
  transform: skewY(-10deg) scale(1, 1);
}

.cmn_lock_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  background-attachment: fixed;
}

.cmn_con_img {
  margin: 100px 0 60px 0;
  text-align: center;
}

.cmn_con_img img, .cmn_con_img video {
  width: 100%;
  max-width: 800px;
  height: auto
}

.cmn_kv {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  text-align: center;
}

.cmn_kv h1 {
  color: #fff;
  font-size: 60px;
  padding-top: 160px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.cmn_fade {
  opacity: 0;
  transition: all .5s ease;
  transform: translate(0, 50px);
}

.cmn_fade.show {
  opacity: 1;
  transform: none;
}

.cmn_pagetop {
  opacity: 0.4;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.cmn_pagetop img {
  width: 50px;
  height: auto;
}

.cmn_pagetop:hover {
  opacity: 1;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.cmn_list {
  display: flex;
  flex-wrap: wrap;
}

.cmn_list dt {
  width: 14%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 60px;
  background: #eee url(../img/cmn_logo.png) no-repeat center center;
  background-size: 100px;
}

.cmn_list dt img {
  width: 100%;
  height: auto;
}

.cmn_list dd {
  width: 36%;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.8em;
  padding: 0 20px 40px 20px;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.cmn_story_img {
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 0 40px 0;
}

.cmn_sp_menu {
  position: absolute;
  right: 20px;
  top: 16px;
  padding: 16px 5px;
  border: 1px solid #ccc;
  color: #777;
  display: none;
}

.cmn_shp_list{
	margin:0 0 60px 0;
}

.cmn_shp_list li{
	padding:14px;
	display: inline-block;
}

.cmn_shp_list li img{
	width:80px;
	height:auto;
}

@media screen and (max-width:1200px) {
  .cmn_lock_bg {
    height: 300px;
    background-attachment: scroll;
  }
}

@media screen and (max-width:910px) {
  .cmn_head {
    position: absolute;
    padding: 10px 0 0 0;
    height: 80px;
    display: block;
    border-bottom: 1px solid #eee;
  }

  .cmn_head_logo {
    width: 120px;
    margin: 0 auto;
  }

  .cmn_head_logo img {
    width: 120px;
    height: auto;
    padding-top:0;
  }

  .cmn_body {
    padding-top: 80px;
  }

  .cmn_head_nav {
    width: 300px;
    position: absolute;
    top: 80px;
    background: #ddd url(/cmn/img/cmn_paper.jpg);
    height: 420px;
    z-index: 100;
    display: none;
    padding-top:0;
  }

  .cmn_head_nav li {
    background: none !important;
    text-align: center;
  }

  .cmn_head_nav li a {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    background: none !important;
    font-weight: normal;
    font-size: 1rem;
    border-bottom: 1px solid #aaa;
  }

  .cmn_head_sns {
    width: 300px;
    display: none;
    position: absolute;
    top: 450px;
    right: 0;
    margin: 0;
    z-index: 101;
    padding-top:0;
  }

  .cmn_head_sns li {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin: 0;
  }

  .cmn_head_sns li a {
    transition: opacity 0.6s;
  }

  .cmn_head_sns li a img {
    width: 22px;
    height: auto;
  }

  .cmn_head_sns li a:hover {
    opacity: 0.4;
  }

  .cmn_sp_menu {
    display: block;
  }

  .cmn_sp_menu_link {
    display: none;
  }

  .cmn_sp_menu_link_on {
    display: block;
    animation: fadeIn 0.2s forwards;
  }

  @keyframes fadeIn {
    from {
      right: -300px;
    }

    to {
      right: 0;
    }
  }
}

@media screen and (max-width:600px) {
  .cmn_kv h1 {
    font-size: 40px;
  }

  .cmn_con {
    padding: 0 20px 60px 20px;
  }

  .cmn_ttl1 {
    font-size: 1.5rem;
    margin: 60px 0 40px 0;
  }

  .cmn_ttl1 span {
    font-size: 1rem;
  }

  .cmn_ttl2 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .cmn_story_img {
    margin: 0;
  }

  .cmn_con_img {
    margin: 30px 0;
  }

  .cmn_en, .cmn_jp {
    text-align: left;
  }

  .cmn_foot_sns {
    width: 90%;
    max-width: 300px;
    display: block;
    margin: 20px auto;
  }

  .cmn_btn {
    font-size: 0.7rem;
    width: 150px;
    padding: 16px 0;
  }

  .cmn_btn::before {
    display: none;
  }

  .cmn_btn:hover {
    color: #333;
  }

  .cmn_btn:hover::before {
    display: none;
  }

  .cmn_pagetop:hover {
    opacity: 0.4;
    -moz-transform: none;
    -webkit-transform: none;
  }

  .cmn_list dt {
    width: 30%;
    height: 100px !important;
    margin-bottom: 60px;
    overflow: hidden;
    background-size: 80px;
    background-color: #fff;
    background-position: center 30px;
  }

  .cmn_list dd {
    width: 70%;
    margin-bottom: 60px;
    padding-right: 0;
  }

  .cmn_shp_list{
		margin: 40px 0;
	}
	.cmn_shp_list li{
		padding:5px;
	}

	.cmn_shp_list li img{
		width:70px;
		height:auto;
	}
}
