@charset "utf-8";
/* CSS Document */

/***********************************************

reset記述

***********************************************/
/*reset*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}
ol, ul {
  list-style: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
q:before, q:after {
  content: ''
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000
}
#yui3-css-stamp.cssreset {
  display: none
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#contents {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.img_full {
  width: 100%;
  height: auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.wrapper {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
  z-index: 999;
}
a {
  text-decoration: none;
}
.m30 {
  margin: 30px 0;
}
.mb3 {
  margin-bottom: 3%;
}
.m-btm15 {
  margin-bottom: 15px;
}
.w80 {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.white {
  color: #fff;
}
body.on {
  overflow: hidden;
}
/***********************************************

font記述

***********************************************/
a.a_box {
  display: inline-block;
  background-color: #ee8a1e;
  color:#fff;
  font-weight: bold;
  letter-spacing: 0.5em;
  font-size: 0.8rem;
  padding:1em 5em;
  transform:skewX(-15deg);
  text-shadow: none;
}
/***********************************************

font記述

***********************************************/
html,body {
  font-family: "kozuka-gothic-pr6n",sans-serif;
}
#contents h2 {
  font-size: 1.8rem;
  color:#3e3a39;
  margin-bottom: 3%;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#contents h2 span {
  display: block;
  font-size: 1rem;
}
#contents h2.c_h2 {
  font-size: 2.4rem;
  text-align: center;
}
#contents .w_font {
  color:#fff;
}
#contents p {
  font-size: 0.8rem;
  color:#3e3a39;
  margin-bottom: 3%;
  line-height: 1.4rem;
}
/***********************************************

言語切り替え関連記述

***********************************************/
.langbuttons {
  display: inline;
}
/* for buttons */
.langbuttons a {
  color:#fff;
	background: #ee8a1e;
	cursor: pointer;
  font-size: 0.8rem;
  border-radius: 50px;
  padding: 0.4em;
}
/***********************************************

header記述

***********************************************/
header {
  display: table;
  width: 100%;
  height: auto;
  padding:3%;
  position: fixed;
  top:0;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
  background-color: none;
}
header img {
  vertical-align: middle;
  width: 100px;
  height: auto;
  margin-right: 10px;
}
header h1 ,header p {
  display: inline;
  font-size: 0.8rem;
  color:#fff;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 5px #222;
}
header .header_right {
  display: table-cell;
  text-align: right;
}
header .header_right a.cart {
  display: inline;
  position: relative;
  background-color: #ee8a1e;
  border-radius: 50px;
  text-align: center;
  letter-spacing: 0.2em;
  color:#fff;
  padding:0.4em 1em;
}
header .header_right a.cart img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
header .header_right a.cart::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 30px;
  background: url("../img/campaign/toplink.png") no-repeat;
  top:-30px;
  right:-20px;
}
header .header_right a.cart::after {
  display: inline-block;
  content: "";
  background: url("../img/campaign/toplink2.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  margin-left: 2px;
  vertical-align: middle;
}
/***********************************************

固定上部アンカー記述

***********************************************/
#page-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  font-size: 77%;
  z-index: 9999;
}
#page-top a {
  position: relative;
  border: 2px solid #ee8a1e;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 50%;
}
#page-top a::before, #page-top a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#page-top a::before {
  top: 4px;
  width: 8px;
  height: 8px;
  border-top: 4px solid #ee8a1e;
  border-right: 4px solid #ee8a1e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/***********************************************

top_visual記述

***********************************************/
#top_visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 750px;
  background: url(../img/campaign/top_visual.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
#top_visual::before {
  background: #fff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 70%;
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: skewY(10deg);
}
#top_visual p {
  position: absolute;
  width: 100%;
  top:40%;
  font-style: italic;
  text-align: center;
  font-size:3.5vw;
  letter-spacing: 0.3em;
  color:#fff;
  text-shadow:2px 2px 5px #222;
  font-weight:200;
}
#top_visual2 h1 {
  position: absolute;
  width: 100%;
  top:50%;
  font-style: italic;
  text-align: center;
  font-size:2.4rem;
  letter-spacing: 0.3em;
  color:#fff;
  text-shadow:2px 2px 5px #222;
  font-weight:200;
  box-sizing: border-box;
  padding:0 3%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#top_visual2 {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../img/campaign/top_visual.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
/***********************************************

contents記述

***********************************************/
#contents {
  width: 100%;
  height: auto;
  padding:0;
  margin: 0;
}
#contents #section01 {
  overflow: hidden;
  position: relative;
  z-index: 200;
  margin-top: -100px;
}
#contents #section01 .wrapper img.cover {
  width: 65%;
}
#contents #section01 .wrapper {
  overflow: hidden;
  background: url(../img/campaign/sec01_2.png)no-repeat;
  background-position: right;
}
#contents #section01 h2, #contents #section01 p {
  width: 65%;
  height: auto;
  float: right;
}
#contents #section02 {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  background: url(../img/campaign/sec02_bk.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
}
#contents #section02::before ,#contents #section04::before ,#contents #section06::before ,#contents #section08::before {
    background: #fff none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 70%;
    position: absolute;
  top: -50%;
    left: 0;
    width: 100%;
    z-index: 2;
    transform: skewY(10deg);
}
#contents #section02::before ,#contents #section08::before {
  background: #fff url( ../img/campaign/comment.png)no-repeat;
  background-position: 3% 99%;
  background-size: 250px;
}
#contents #section02::before::after {
  content: "©️薮田修身(『Road of Journey-旅の途中』より抜粋)";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 3%;
  color:#000;
  z-index: 9999;
}
#contents #section02::after ,#contents #section04::after ,#contents #section06::after ,#contents #section08::after {
  background: #fff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 70%;
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: skewY(10deg);
}
#contents #section02 .wrapper {
  padding-top:30%;
  padding-bottom:20%;
  position: relative;
  z-index: 200;
}
#contents #section02 .wrapper .textbox {
  width: 40%;
  float: right;
  text-shadow:2px 2px 5px #222;
}
#contents #section02 .wrapper .textbox ul.sns_list {
  width: 65%;
  height: auto;
  margin-bottom: 1%;
}
#contents #section02 .wrapper .textbox ul.sns_list li {
  float: left;
  width: 20%;
  height: auto;
  padding:3%;
  box-sizing: border-box;
}
#contents #section02 .wrapper .textbox ul.sns_list li:first-child {
  padding:1%;
}
#contents #section02 .wrapper .textbox ul.sns_list li img {
  width: 100%;
  height: auto;
}
@keyframes hover {
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-6px);
  }
}
#contents #section02 .wrapper .textbox ul.sns_list li {
  display: inline-block;
  transition-duration: .5s;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#contents #section02 .wrapper .textbox ul.sns_list li:hover {
  transform: translateY(-6px);
  animation-name: hover;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#contents #section03 .wrapper ul ,#contents #media .wrapper ul {
  width: 100%;
  display: flex;
  height: auto;
  overflow: hidden;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
#contents #section03 .wrapper ul li ,#contents #media .wrapper ul li {
  position: relative;
  width: calc(100% / 3);
  height: auto;
  padding:3%;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#contents #section03 .wrapper ul li a ,#contents #media .wrapper ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}
#contents #section04 {
  padding:20% 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  background: url(../img/campaign/sec04_bk.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
}
#contents #section04 h2 {
  text-shadow: 2px 2px 5px #222;
}
#contents #section04 .wrapper .youtube {
  background-color: #fff;
  width: 60%;
  height: auto;
  margin: auto;
  padding:1%;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px #222;
}
#contents #section04 .wrapper .container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-top: 56.25%;
}
#contents #section04 .wrapper .container .embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents #section05 .wrapper ul {
  width: 50%;
  height: auto;
  margin: auto;
}
#contents #section05 .wrapper ul li {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 100px;
}
#contents #section03 .wrapper ul li ,#contents #section05 .wrapper ul li a ,#contents #media .wrapper ul li {
  display: block;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#contents #section05 .wrapper ul li a p {
  display: block;
  padding:3%;
  box-sizing: border-box;
  background-color: #000;
  color:#fff;
}
#contents #section03 .wrapper ul li:hover ,#contents #section03 .wrapper ul li:active ,#contents #section05 .wrapper ul li a:hover ,#contents #section05 .wrapper ul li a:active ,#contents #media .wrapper ul li:hover ,#contents #media .wrapper ul li:active {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#contents #section05 .wrapper ul li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  background-color: #000;
  bottom:-100px;
  left:50%;
}
#contents #section05 .wrapper ul li::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #000;
  bottom:-60px;
  left:50%;
  margin-left: -10px;
  border-radius: 20px;
}
#contents #section05 .wrapper ul li:last-child::before ,#contents #section05 .wrapper ul li:last-child::after {
  display: none;
}
#contents #section05 .wrapper ul li img {
  display: block;
}
#contents #section05 .wrapper ul li img.event_date {
  position: absolute;
  left:-52px;
  top:-52px;
  z-index: 9999;
}
#contents #section06 {
  padding:20% 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  background: url(../img/campaign/sec06_bk.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
#contents #section07 .book1 ,#contents #section07 .book2 {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom:5%;
}
#contents #section07 .book1::before {
  content: "";
  top:30%;
  background: rgba(228,0,46,0.3) none repeat scroll 0 0;
    display: block;
    height: 30%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: skewY(10deg);
}
#contents #section07 .book2::before {
  content: "";
  top:30%;
  background: rgba(201,109,144,0.3) none repeat scroll 0 0;
    display: block;
    height: 30%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    transform: skewY(10deg);
}
#contents #section07 .book1 h3 ,#contents #section07 .book1 p {
  color:#e4002e;
  font-weight: bold;
}
#contents #section07 .book2 h3 ,#contents #section07 .book2 p {
  color:#c96d90;
  font-weight: bold;
}
#contents #section07 .book1 .wrapper img.cover {
  width: 35%;
  height: auto;
  margin: 0 3% 5% 0;
  float: left;
  box-shadow: 2px 2px 5px #222;
}
#contents #section07 .book2 .wrapper img.cover {
  width: 35%;
  height: auto;
  margin: 0 0 5% 3%;
  float: right;
  box-shadow: 2px 2px 5px #222;
}
#contents #section07 .book1 .wrapper .textbox {
  width: 62%;
  height: auto;
  float: right;
  padding-top: 10%;
}
#contents #section07 .book2 .wrapper .textbox {
  width: 62%;
  height: auto;
  float: left;
  padding-top: 10%;
  text-align: right;
}
#contents #section07 .textbox h3 {
  font-style: italic;
  font-size: 2rem;
  margin-bottom: 3%;
}
#contents #section07 .textbox h3 span {
  display: block;
  font-size: 1rem;
}
#contents #section07 p.price {
  display: inline;
  font-size: 1rem;
  color:#333;
}
#contents #section07 p.price span {
  display: inline;
  color:#b8272d;
  font-size: 1.8rem;
  margin-right: 1%;
  vertical-align: middle;
}
#contents #section07 .textbox p.price a img {
  vertical-align: middle;
}
#contents #section08 {
  text-align: center;
  padding:20% 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  background: url(../img/campaign/sec08_bk.jpg)no-repeat;
  background-position: center center;
  background-size: cover;
}
footer {
  width: 100%;
  height: auto;
  padding: 6% 0;
  text-align: center;
}
footer img {
  width: 120px;
  height: auto;
  margin-bottom: 3%;
}
footer p {
  text-align: center !important;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  font-weight: 200;
}
#contents .wrapper ul.flow3 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 3%;
}
#contents .wrapper ul.flow3 li {
  width: 32%;
  height: auto;
  margin-right: 2%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 0 3%;
}
#contents .wrapper ul.flow3 li:last-child {
  margin-right: 0%;
}
#contents .wrapper ul.flow3 li p.title {
  font-weight: bold;
}
#contents .wrapper ul.flow3 li img {
  max-width: 180px;
  width: 80%;
}
#contents .wrapper .box {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 3%;
  text-align: left;
  margin-bottom: 3%;
}
#contents .wrapper .box p {
  margin-bottom: 0px;
  font-size: 0.8rem;
  color:#c1272d;
}
#contents .wrapper .box p span {
  font-weight: bold;
  font-size: 1rem;
}
#contents h3.h3title {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 1250px) {
.wrapper {
  width: 90%;
}
}
@media screen and (max-width: 768px) {
  header h1,header a.cart span.ja ,header a.cart span.en {display: none !important;}
  #contents .wrapper ul.flow3 li {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0%;
  float: none;
  text-align: left !important;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 10px;
}
#contents .wrapper ul.flow3 li img {
  width: 30%;
  float: left;
  margin: 0 3% 0 0;
}
  /***********************************************

	font(SP)記述

***********************************************/
#contents h2 {
  font-size: 1.2rem !important;
}
#contents p {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  line-height: inherit;
  text-align: left;
}
    /***********************************************

	content記述

***********************************************/ 
  header a.cart {
  padding:1em;
}
  #top_visual p {
    font-size:5vw;
  }
  #top_visual2 h1 {
    font-size:1.6rem;
  }
  #contents #section01 .wrapper img.cover {
    display: block;
    margin: auto;
    margin-bottom: 3%;
  width: 100%;
}
#contents #section01 .wrapper {
  background-position: right bottom;
  background-size: 80%;
}
#contents #section01 h2, #contents #section01 p {
  width: 100%;
  height: auto;
  float: none;
}
  #contents #section02 {
    background: url(../img/campaign/sec02_bk.jpg)no-repeat;
    background-position: left center;
    background-size: cover;
  }
  #contents #section02 .wrapper .textbox {
    margin-top:300px;
  width: 100%;
    float: none;
}
  #contents #section02::before ,#contents #section08::before {
  background-size: 55%;
}
  #contents #section04 .wrapper .youtube {
  width: 100%;
}
  #contents #section03 .wrapper ul li ,#contents #media .wrapper ul li {
  float: left;
  width: calc(100% / 2);
  height: auto;
  padding:3%;
  box-sizing: border-box;
}
  #contents #section05 .wrapper ul {
  width: 80%;
  }
  #contents #section05 .wrapper ul li img.event_date {
  position: absolute;
    width: 50px;
    height: 50px;
  left:-25px;
  top:-25px;
}
  #contents #section07 .book1 .wrapper img.cover ,#contents #section07 .book2 .wrapper img.cover {
    display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 3%;
  float: none;
}
  #contents #section07 .book1 .wrapper .textbox ,#contents #section07 .book2 .wrapper .textbox {
  width: 100%;
  height: auto;
  float: none;
  padding-top: 0%;
    text-align: left;
}
}
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 0.6rem;
  }
}