@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

body {
  margin: 0px;
  padding: 0px;
  background: #f68f16;
  font-family: 'Noto Sans Japanese',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.64;
  color: #FFFFFF;
  font-feature-settings: "palt";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

/* -----------------------------------------------------------------------------------------------
  
	変数

----------------------------------------------------------------------------------------------- */
/*コンテナ幅*/
/*赤色 */
/*茶色 */
.txt_wb {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* -----------------------------------------------------------------------------------------------
  
	HEADER

----------------------------------------------------------------------------------------------- */
header {
  width: 100%;
  height: 110px;
  margin: 0 0 0 0;
  padding: 0;
  position: relative; }
  header .container {
    width: 1200px;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    margin: 0 auto;
    position: relative; }
    header .container.flex-row-rvs {
      -webkit-flex-direction: row-reverse;
      /* Safari */
      flex-direction: row-reverse; }
    header .container.flex-clm-rvs {
      -webkit-flex-direction: column-reverse;
      /* Safari */
      flex-direction: column-reverse; }
    header .container.flex-item-center {
      -webkit-align-items: center;
      /* Safari */
      align-items: center; }
    header .container .logo {
      padding: 20px 0 0 40px;
      transition: all .9s; }
      header .container .logo img {
        width: 100%;
        height: auto; }

/*header*/
.hamburger {
  position: relative;
  z-index: 1000; }
  .hamburger label {
    right: 10px;
    left: auto;
    cursor: pointer;
    display: block;
    position: relative;
    top: 20px;
    z-index: 99;
    color: #fff;
    width: 40px;
    height: 40px;
    transition: all 0.2s ease-in-out;
    background: #e7639e;
    border-radius: 50% 50%;
    padding: 34px; }
    .hamburger label span {
      transform: translate3d(-50%, -4px, 0);
      position: absolute;
      top: 50%;
      left: 50%;
      height: 4px;
      width: 35px;
      cursor: pointer;
      background: #fff;
      display: block;
      content: '';
      transition: all 0.2s ease-in-out; }
      .hamburger label span:before, .hamburger label span:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 4px;
        width: 35px;
        cursor: pointer;
        background: #fff;
        display: block;
        content: '';
        transition: all 0.2s ease-in-out; }
      .hamburger label span:before {
        transform: translate3d(-50%, -14px, 0); }
      .hamburger label span:after {
        transform: translate3d(-50%, 10px, 0); }
  .hamburger.close span {
    background: transparent; }
    .hamburger.close span:before {
      transform: translateX(-50%) rotate(45deg);
      top: 0;
      background: #fff; }
    .hamburger.close span:after {
      transform: translateX(-50%) translateY(-10px) rotate(-45deg);
      top: 10px;
      background: #fff; }

#gnav {
  width: 1200px;
  height: 100vh;
  position: fixed;
  right: 0;
  left: 0;
  opacity: 0;
  top: -100vh;
  bottom: auto;
  z-index: 999;
  margin: 0 auto;
  transition: .3s;
  background: linear-gradient(rgba(180, 37, 23, 0.94), rgba(180, 37, 23, 0.94)); }
  #gnav ul {
    padding: 0%; }
    #gnav ul li a {
      font-size: 0.6em;
      font-weight: normal;
      text-decoration: none;
      color: #fff;
      display: block;
      border-bottom: 1px dotted #fff;
      padding: 1% 2%; }
  #gnav.close {
    right: 0;
    opacity: 1;
    top: 0vh; }

/* -----------------------------------------------------------------------------------------------
  
	LAYOUT

----------------------------------------------------------------------------------------------- */
.contents {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
  background: #f68f16; }

/* -----------------------------------------------------------------------------------------------

	section以降　layout

----------------------------------------------------------------------------------------------- */
section .container {
  width: 1200px; }

/* -----------------------------------------------------------------------------------------------
  
	個別ページ

----------------------------------------------------------------------------------------------- */

/*---common---*/
@media all and (min-width: 768px) {
.sec_mv .container .pc-hidden{
  display: none
}
}/*@media*/
@media all and (max-width: 768px) {
.sec_mv .container .sp-hidden{
  display: none
}
}/*@media*/
body, header, footer{
  background: #f68f16;
}
#gnav{
  background: linear-gradient(rgba(209, 82, 35, 0.94), rgba(209, 82, 35, 0.94));
}
.sec_mv .container .blocks{
  font-size: 0;
}
.sec_mv .container .blocks img{
  width: 100%;
}

.sec_mv .container .block3{
  display: flex;
}
@media all and (max-width: 1200px) {
.contents, .sec_mv .container{
  width: 100%;
}
}/*@media*/
@media all and (max-width: 768px) {
.sec_mv .container .block3{
  display: block;
}
}/*@media*/


/* -----------------------------------------------------------------------------------------------
  
	FOOTER

----------------------------------------------------------------------------------------------- */
footer {
  margin: 0 0 0 0;
  padding: 2% 0;
  text-align: center;
  font-weight: normal;
  font-size: 14px; }

/* -----------------------------------------------------------------------------------------------
  
	UTILTY

----------------------------------------------------------------------------------------------- */
.point_a {
  color: #ce0b1d; }

.point_b {
  color: #8c6239; }

@media all and (max-width: 1200px) {
  header {
    height: 110px; }
    header .container {
      width: 100%; }

  /*header*/
  .contents {
    width: 100%; }

  section .container {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;}
    }

@media all and (max-width: 768px) {
  header .container .logo {
    padding: 15px 0 0 15px; }
}
  /*header*/

@media all and (max-width: 414px) {
  header {
    height: 80px; }
    header .container .logo {
      padding: 15px 0 0 10px; }
      header .container .logo img {
        width: 60%;
        height: auto; }

  /*header*/
  .hamburger {
    position: relative;
    z-index: 1000; }
    .hamburger label {
      right: 10px;
      left: auto;
      cursor: pointer;
      display: block;
      position: relative;
      top: 20px;
      z-index: 99;
      color: #fff;
      width: 40px;
      height: 40px;
      transition: all 0.2s ease-in-out;
      background: #e7639e;
      border-radius: 50% 50%;
      padding: 24px; }
      .hamburger label span {
        transform: translate3d(-50%, -2px, 0);
        position: absolute;
        top: 50%;
        left: 50%;
        height: 2px;
        width: 26px;
        cursor: pointer;
        background: #fff;
        display: block;
        content: '';
        transition: all 0.2s ease-in-out; }
        .hamburger label span:before, .hamburger label span:after {
          position: absolute;
          top: 50%;
          left: 50%;
          height: 2px;
          width: 26px;
          cursor: pointer;
          background: #fff;
          display: block;
          content: '';
          transition: all 0.2s ease-in-out; }
        .hamburger label span:before {
          transform: translate3d(-50%, -10px, 0); }
        .hamburger label span:after {
          transform: translate3d(-50%, 8px, 0); }
    .hamburger.close span {
      background: transparent; }
      .hamburger.close span:before {
        transform: translateX(-50%) rotate(45deg);
        top: 0;
        background: #fff; }
      .hamburger.close span:after {
        transform: translateX(-50%) translateY(-10px) rotate(-45deg);
        top: 10px;
        background: #fff; }

  /*.sec_mv .mv_wrap:before {
    left: 10%;
    top: 2%; }*/
  footer {
    font-size: 12px; } 
    }