@charset "UTF-8";
/* =====================================
	全体設定
===================================== */
a, a:link, a:visited {
  color: #2E2F31;
  text-decoration: underline; }

a:hover, a:active {
  text-decoration: none; }

a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */ }

a img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.vl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 3.3rem;
  vertical-align: top; }

.caution {
  color: #E64D37; }

body {
  margin: 0;
  height: 100%;
  color: #2E2F31;
  line-height: 1.7;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #fff;
  -webkit-text-size-adjust: 100%; }

.siteTtl {
  position: absolute; }

.gNav {
  position: absolute;
  height: 180px;
  line-height: 1;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }
  .gNav a {
    text-decoration: none; }
  .gNav ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0 0 24px;
    padding: 0 4px 0 0; }
    .gNav ul li.current {
      border-right: 1px dotted #2E2F31; }
    .gNav ul li.navContact {
      padding: 0 20px 0 0;
      margin: 0 0 0 16px; }
  .gNav .icons {
    padding: 0 24px 0 0; }
    .gNav .icons a {
      padding-bottom: 12px; }
  .gNav .sekai {
    position: absolute;
    bottom: 0;
    left: -8px; }

.container {
  background: url(../images/common/bg_base.png);
  border: 10px solid #fff; }

/* =====================================
	header
===================================== */
.header {
  position: relative;
  width: 1100px;
  height: 256px;
  margin: 0 auto; }
  .header .siteTtl {
    right: 30px;
    top: 50px; }
  .header .gNav {
    top: 86px;
    left: 18px; }

/* =====================================
	content
===================================== */
.content {
  width: 1100px;
  margin: 64px auto 0;
  padding: 0 0 160px; }

/* 	index */
.index {
  background: url(../images/common/bg_base.png); }
  .index .mv {
    width: 100vw;
    height: 100vh; }
  .index .swiper-container, .index .swiper-wrapper, .index .swiper-slide {
    width: 100vw;
    height: 100vh; }
  .index .swiper-slide {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    .index .swiper-slide.mv01 {
      background: url(../images/index/mv_01.jpg);
      background-position: left center !important; }
    .index .swiper-slide.mv02 {
      background: url(../images/index/mv_02.jpg); }
    .index .swiper-slide.mv03 {
      background: url(../images/index/mv_03.jpg); }
    .index .swiper-slide.mv04 {
      background: url(../images/index/mv_04.jpg); }
    .index .swiper-slide.mv05 {
      background: url(../images/index/mv_05.jpg); }
    .index .swiper-slide.mv06 {
      background: url(../images/index/mv_06.jpg); }
    .index .swiper-slide.mv07 {
      background: url(../images/index/mv_07.jpg); }
    .index .swiper-slide.mv08 {
      background: url(../images/index/mv_08.jpg); }
    .index .swiper-slide.mv09 {
      background: url(../images/index/mv_09.jpg); }
    .index .swiper-slide.mv10 {
      background: url(../images/index/mv_10.jpg); }
    .index .swiper-slide.mv_wd {
      background: url(../images/index/mv_wd.jpg); }
    .index .swiper-slide.mv_ik {
      background: url(../images/index/mv_ik.jpg); }
    .index .swiper-slide.mv_pk {
      background: url(../images/index/mv_pk.jpg); }
    .index .swiper-slide.mv_cl {
      background: url(../images/index/mv_cl.jpg); }
  .index .container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    min-height: 660px;
    border: none;
    z-index: 99999;
    background: none; }
  .index .header {
    width: 100%;
    height: 256px; }
    .index .header .siteTtl {
      right: 60px;
      top: 60px; }
    .index .header .gNav {
      top: 56px;
      left: 56px; }
  .index .info {
    position: absolute;
    bottom: 50px;
    left: 24px;
    line-height: 1.2;
    padding: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
    font-weight: normal;
    background: rgba(0, 0, 0, 0.2); }
    .index .info a {
      color: #fff; }
    .index .info dt {
      padding: 0 0 4px; }
    .index .info dd {
      margin: 8px 0 0;
      font-size: 0.750rem; }
  .index .cr {
    position: absolute;
    bottom: 16px;
    left: 24px;
    color: #fff;
    font-size: 0.85rem; }

.ttlArea {
  text-align: center; }

.ttlMain {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 80px 0 64px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted #2E2F31; }

/* 	products */
.products .section {
  margin: 160px 0 0; }
.products .intro {
  text-align: center; }
  .products .intro .ttl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px dotted #2E2F31; }
  .products .intro p {
    margin: 24px 0 0;
    line-height: 2;
    text-align: center; }
.products .productList {
  margin: -16px 0 0;
  font-size: 0;
  text-align: left; }
  .products .productList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 320px;
    max-height: 999999px;
    margin: 64px 70px 0 0;
    text-align: left;
    vertical-align: top;
    flex-shrink: 0; }
    .products .productList li:nth-child(3n) {
      margin-right: 0; }
  .products .productList .pic {
    position: relative; }
    .products .productList .pic .ico {
      position: absolute;
      top: -10px;
      right: -10px; }
  .products .productList dt {
    margin: 20px 0 0;
    font-size: 1rem; }
    .products .productList dt strong {
      margin: 0 4px 0 0;
      font-size: 1.125rem;
      font-weight: normal; }
  .products .productList dd {
    margin: 10px 0 0;
    font-size: 0.875rem; }
    .products .productList dd.subTxt {
      margin: 0; }
.products .kurawankamochi {
  margin: 0; }
  .products .kurawankamochi .ttl {
    padding: 64px 0 0;
    border: none; }
  .products .kurawankamochi strong {
    font-size: 1.25rem; }

/* 	howto */
.howto .section {
  position: relative;
  padding: 0 50px 104px;
  background: url(../images/howto/img_01.png) left bottom no-repeat;
  overflow: hidden; }
  .howto .section-kd {
    margin-top: 64px;
    padding-top: 80px;
    background: url(../images/howto/img_02.png) left bottom no-repeat;
    border-top: 1px dotted #999; }
  .howto .section .ttl {
    padding: 0 48px;
    font-size: 1.75rem;
    float: right;
    letter-spacing: 0.1em;
    white-space: nowrap; }
  .howto .section p {
    float: right;
    white-space: nowrap; }

/* 	materials */
/* 	history */
.materials .section, .history .section {
  position: relative;
  padding: 0 0 48px;
  background: url(../images/materials/img_mochi.png) 32px 358px no-repeat;
  overflow: hidden;
  margin: 64px 0 0; }
  .materials .section .ttl, .history .section .ttl {
    padding: 0 48px;
    font-size: 1.75rem;
    float: right;
    letter-spacing: 0.1em;
    white-space: nowrap; }
  .materials .section p, .history .section p {
    float: right;
    white-space: nowrap; }
  .materials .section .hanko, .history .section .hanko {
    padding: 12em 0 0; }

.materials .swiper-container {
  width: 1100px; }

.history .section {
  padding: 0 0 206px;
  background: url(../images/history/img_kurawankafune.png) left bottom no-repeat; }

/* 	shop */
.shop .section {
  overflow: hidden;
  text-align: center; }
  .shop .section-kd {
    margin-top: 40px;
    padding-top: 80px;
    border-top: 1px dotted #999; }
  .shop .section .rc, .shop .section .lc {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .shop .section .rc {
    padding: 0 0 0 64px;
    text-align: right; }
    .shop .section .rc p {
      margin: 0 0 24px; }
  .shop .section .lc h2 {
    display: inline-block;
    padding: 0;
    line-height: 1;
    margin-bottom: 32px;
    font-size: 1.4rem; }
  .shop .section .lc address {
    margin: 0 0 24px; }
  .shop .section .lc ul {
    padding: 0 0 24px;
    font-size: 0.85rem; }
    .shop .section .lc ul li {
      margin: 0 0 4px; }
  .shop .section .lc p {
    margin: 0 0 16px;
    font-size: 0.85rem; }

/* =====================================
	footer
===================================== */
.footer {
  position: relative;
  min-width: 1100px;
  height: 480px;
  background: url(../images/common/bg_footer.png) center repeat-x; }
  .footer .siteTtl {
    right: 90px;
    top: 60px; }
  .footer .gNav {
    top: 68px;
    left: 66px; }
  .footer .footerName {
    margin: 0 0 8px;
    font-size: 16px; }
  .footer p {
    margin-bottom: 2px; }
    .footer p strong {
      font-size: 12px;
      font-weight: normal; }
  .footer .credit {
    position: absolute;
    bottom: 30px;
    left: 50px;
    font-size: 11px; }
    .footer .credit .cr {
      margin: 6px 0 0; }

/*-----------------------------------
 *	@media screen
 *----------------------------------*/
