/* mixin
*********************************************************************/
/* hannari*/
/* media query */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
@font-face {
  font-family: 'Hannari';
  src: url("../wf/Hannari.eot") format("eot"), url("../wf/Hannari.woff") format("woff"), url("../wf/Hannari.ttf") format("truetype"); }
@font-face {
  font-family: 'honokamin';
  src: url("../wf/honokamin.woff") format("woff"), url("../wf/honokamin.woff") format("woff2"), url("../wf/honokamin.eot") format("eot"), url("../wf/honokamin.ttf") format("truetype"); }
.flex {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex; }

.flex_between, .uchida_block .uchida_frame, .profile_frame .karakusa {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.flex_right {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-box-pack: end;
  box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.flex_between_wrap {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_reverse {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_reverse_between {
  -webkit-display: box;
  -moz-display: box;
  -ms-display: box;
  display: box;
  -webkit-display: flexbox;
  -moz-display: flexbox;
  -ms-display: flexbox;
  display: flexbox;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -ms-box-direction: reverse;
  box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.fade, #thumbs label img, #thumbs label img:hover, .photo p {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff; }

/* 
****************************************************************/
#head_c {
  background-image: url(../../story/images/main.jpg); }

.point a {
  background-image: url(../images/point_home.png); }

#stage {
  position: relative;
  max-width: 100%;
  margin: 0 auto; }
  #stage img {
    position: relative; }

#thumbs {
  text-align: center;
  padding: 12px 0; }

#thumbs label {
  margin: 0 5px; }
  @media all and (max-width: 768px) {
    #thumbs label {
      margin: 3px 3px; } }

#thumbs label img {
  width: 90px;
  cursor: pointer; }
  #thumbs label img:hover {
    opacity: 0.7; }
  @media all and (max-width: 768px) {
    #thumbs label img {
      width: 18%; } }

#r1, #r2, #r3, #r4, #r5, #r6 {
  display: none; }

.photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .photo img {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .photo p {
    opacity: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 200%;
    line-height: 1.8em;
    position: absolute;
    bottom: 50px;
    left: 50px;
    text-shadow: 1px 1px 7px #000; }
    @media all and (max-width: 768px) {
      .photo p {
        display: none; } }

#r1:checked ~ #photo1 img,
#r2:checked ~ #photo2 img,
#r3:checked ~ #photo3 img,
#r4:checked ~ #photo4 img,
#r5:checked ~ #photo5 img,
#r6:checked ~ #photo6 img,
#r1:checked ~ #photo1 p,
#r2:checked ~ #photo2 p,
#r3:checked ~ #photo3 p,
#r4:checked ~ #photo4 p,
#r5:checked ~ #photo5 p,
#r6:checked ~ #photo6 p {
  opacity: 1; }

.photo0 {
  position: relative; }
  .photo0 p {
    color: #FFF;
    font-weight: 600;
    font-size: 200%;
    line-height: 1.8em;
    position: absolute;
    bottom: 50px;
    left: 50px;
    text-shadow: 1px 1px 7px #000; }
    @media all and (max-width: 768px) {
      .photo0 p {
        display: none; } }

.uchida_area {
  background-image: url(../images/bg01.jpg);
  padding: 50px 0; }
  @media all and (max-width: 768px) {
    .uchida_area {
      padding: 10px 10px; } }

.uchida_block {
  width: 1020px;
  padding: 40px;
  height: auto;
  margin: 0 auto;
  background-image: url(../../story/images/bg_uchida_base.jpg); }
  .uchida_block h2 {
    padding: 0 0 8px;
    margin: 0 0 10px;
    border-bottom: #666 dotted 1px;
    font-size: 216%;
    line-height: 1.2em; }
  .uchida_block .lead_uchida p {
    line-height: 1.5em; }
  .uchida_block .uchida_frame {
    padding: 12px 0 20px; }
    .uchida_block .uchida_frame .txt_box {
      background-image: url(../images/bg02.jpg);
      padding: 32px;
      margin: 0 0 0 20px; }
      .uchida_block .uchida_frame .txt_box p {
        color: #000;
        font-size: 116%;
        line-height: 1.8em;
        font-weight: 600;
        text-align: justify; }
  @media all and (max-width: 768px) {
    .uchida_block {
      width: auto;
      padding: 0px; }
      .uchida_block h2 {
        font-size: 170%; }
      .uchida_block .uchida_frame {
        display: block; }
        .uchida_block .uchida_frame .img_box {
          text-align: center;
          padding: 0 0 12px; }
        .uchida_block .uchida_frame .txt_box {
          padding: 10px;
          margin: 0 0 0 0; }
          .uchida_block .uchida_frame .txt_box p {
            color: #000;
            font-size: 108%; } }

.profile_frame {
  background-image: -webkit-linear-gradient(90deg, #ffffff 0%, #f0e7db 97%);
  background-image: -moz-linear-gradient(90deg, #ffffff 0%, #f0e7db 97%);
  background-image: -o-linear-gradient(90deg, #ffffff 0%, #f0e7db 97%);
  background-image: linear-gradient(0deg, #ffffff 0%, #f0e7db 97%); }
  .profile_frame .karakusa {
    background-image: url(../../story/images/bg_profile.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 15px; }
    .profile_frame .karakusa p {
      line-height: 1.8em;
      padding: 0 0 0 24px; }
  @media all and (max-width: 768px) {
    .profile_frame .karakusa {
      display: block;
      padding: 10px 10px 10px 10px; }
      .profile_frame .karakusa p {
        padding: 0 0 0 0; } }

.image_area {
  width: 100%;
  height: 580px;
  background-image: url(../../story/images/img_garden.jpg);
  background-size: cover;
  background-position: center center; }
  @media all and (max-width: 768px) {
    .image_area {
      height: 150px; } }
