/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #333;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: none;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

a,
  a:visited {
    text-decoration: none;
  }

* {
  box-sizing: border-box;
}

.anniversary_txt{
  opacity: 0.8;
  text-align: center;
  background-color: #000;
  color: #d8a500;
  bottom: 0;
  width: 100%;
  font-size: 2vw;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .anniversary_txt{
    font-size: 5vw;
  }
}


/*----------------------------------------
ヘッダー
----------------------------------------*/
header {
  padding: 10px 4% 10px;
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: inherit;
  z-index: 999;
}
/*
header.hp_bgBlack {
  background-color: #222;
}*/
header h1 {
  margin: 0; padding: 0;
  font-size: 20px;
}
header a {
  text-decoration: none;
  color: #333;
}

.el_youtube {
  color: #c4302b;
}

header ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
}
header li {
  margin: 0 0 0 40px;
  font-size: 18px;
}

.bl_pc-nav {
  margin: 0 0 0 auto;
}

.bl_globalMenuSp {
  display: none;
}

/*
ヘッダートランジション
*****/
#bl_header, #bl_header h1 a, .bl_pc-nav li a {
  transition: 0.5s;
}
#bl_header .name{
  font-size: 1.85rem;
}

/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  /* 余白を狭くする */
  padding: 10px 40px;
  /* 背景を白にする */
  background: #000;
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
header.scroll-nav h1 a,
header.scroll-nav ul li a {
  color: #fff;
}

@media screen and (max-width: 640px) {
  header.scroll-nav, .logo{
    /* 余白を狭くする */

  /* 背景を白にする */
  background: unset;
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: unset;
  }
header.scroll-nav h1 a,
header.scroll-nav ul li a,.logo {
  color: unset;
}
#bl_header, #bl_header h1 a, .bl_pc-nav li a, .logo {
  transition: unset;
}
  /*　ハンバーガーボタン　*/
  .bl_pc-nav{
    display: none;
  }
  .bl_globalMenuSp {
  display: block;
}
header ul {
  display: block;
}
header li {
  margin: 0;
}
.bl_hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.bl_hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.bl_hamburger span:nth-child(1) {
  top: 10px;
}
.bl_hamburger span:nth-child(2) {
  top: 20px;
}
.bl_hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.bl_hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.bl_hamburger.active span:nth-child(2),
.bl_hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.bl_globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  display: none;
}

nav.bl_globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
}

nav.bl_globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.bl_globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.bl_globalMenuSp ul li:hover{
  background :#ddd;
}

nav.bl_globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 8px 0;
  text-decoration :none;
}
.el_sns_icon a {
  padding: 0.3em 0 !important;
}

/* このクラスを、jQueryで付与・削除する */
nav.bl_globalMenuSp.active {
  opacity: 100;
  display: block;
}
}

/*----------------------------------------
フッター
----------------------------------------*/
footer {
  width: 100%;
  border: solid 1px;
  background-color: #222;
  padding: 0 4%;
}

.bl_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer p, small {
  margin: 0;
  color: #fff;
}

footer ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 40%;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  footer {
    text-align: center;
    width: 100%;
    height: auto;
    border: unset;
    background-color: #222;
    padding:0 4%;
    padding-bottom: 8%;
}
.bl_logo {
  display: block;
}

  footer p {
    padding: 8% 0 0;
  }


  footer ul {
    list-style: none;
    width: 100%;
    padding: 0 6%;
}

}

/*****************************************
main
*****************************************/
body{
  font-family:Belleza, SourceHanSerif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-image: url("../img/background.jpeg");
  background-size: cover;
  background-attachment: fixed;
}
body::after {
  content: '';
  background: linear-gradient(#ffffff8f, #ffffff71);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
}

.ly_inner {
  width:80%;
  max-width: 100%;
  margin: 0 auto;
}

section{
  position:relative;
}

/*
トップページ
*****/
.slick-slider{
  margin: 0;
  padding: 0;
}

.bl_notice {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.bl_notice a {
  margin-top:2%;
}

.el_hero_img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.bl_home-profile {
  margin-top: 25%;
  background-color: #eee;
  height: 600px;
}

.ly_home-profile_inner {
  width: 80%;
  margin: 0 auto;
}

.bl_home-profile_container {
  position: relative;
}
.bl_home-profile_imgWrapper {
  position: absolute;
  right: 0;
  top: -40%;
}
.bl_home-profile_body {
  padding: 14% 65% 0 0;
  text-align: center;
}
.el_lv2Heading {
  font-size: 3rem;
  margin: 0;
}
.el_subTtl {
  font-size: 1.2rem;
  margin: 0;
}
.el_catch {
  padding: 6% 0;
  font-size: 1.6rem;
}
.el_btn {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  padding: 20px 10px;
  font-size: 1.2rem;
  border: solid 1px;
  background-color: #333;
  transition: 0.5s;
  color: #fff;
}

.el_btn.el_btn__black:focus,
.el_btn.el_btn__black:hover {
  border-color: #333;
  background-color: #fff;
  color: #333;
}

.bl_home-cooking {
  height: 100vh;
}
.bl_home-cooking_imgWrapper {
  position: absolute;
  left: 0;
  top: 30%;
}
.bl_home-cooking_body {
  width: 55%;
  left: 35%;
  top: 38%;
  position: absolute;
  text-align: center;
  padding: 10% 0;
  background-color: #eee;
}
.bl_home-project {
  height: 100vh;
}
.bl_home-project_imgWrapper {
  position: absolute;
  left: 0;
  top: 30%;
}
.bl_home-project_img {
  object-fit: contain;
}
.bl_home-project_body {
  width: 55%;
  left: 35%;
  top: 38%;
  position: absolute;
  text-align: center;
  padding: 10% 0;
  background-color: #eee;
}
.hp_ptb10 {
  padding: 8% 0 ;
}
.hp_ptb1 {
  padding: 1% 0;
}
.bl_home-lecture {
  margin-top: 20%;
}
.bl_home-lecture_imgWrapper {
  position: absolute;
  right: 10%;
  top: -30%;
}
.bl_home-lecture_body {
  background-color: #eee;
  width: 90%;
  height: 80vh;
  margin-top: 40%;
  padding: 14% 45% 0 5%;
  text-align: center;
}
.bl_home-contact {
  margin: 12% 0;
  background-color: #eee;
}
.bl_home-contact_Container {
  text-align: center;
  padding-bottom: 10%;
  /* display: flex;
  justify-content: center; */
}

.ly_home-contact_contents {
  margin-bottom: 80px;
}

.bl_home-contact_detail p {
  font-size: 18px;
}
.bl_home-contact_Container video {
  max-width: 100%;
}

.el_home-contact_txt {
  padding: 8% 0 6% 0;
  font-size:1.6rem;
}

@media only screen and (max-width: 640px) {
.el_hero_img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.bl_home-profile {
  margin-top: 25%;
  background-color: #eee;
  height: auto;
  padding-top: 75%;
  padding-bottom: 10%;
}
.bl_home-profile_imgWrapper {
  position: absolute;
  top: -150%;
  left: 0;
  right: 0;
  margin:auto
}
.bl_home-profile_img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.bl_home-profile_body {
  padding:0;
  text-align: center;
}
.el_catch {
  padding: 1% 0;
  font-size: 1.6rem;
}
.bl_home-cooking {
  height: auto;
  padding-top: 70%;
}
.bl_home-cooking_imgWrapper {
  left: 3%;
  top: 9%;
  z-index: 1;
}
.bl_home-cooking_img {
  width: 350px;
  height: 350px;
}
.bl_home-cooking_body {
  width: 100%;
  left: 10%;
  top: 0;
  position: relative;
  text-align: center;
  padding-bottom: 12%;
  background-color: #eee;
  z-index: 0;
  padding-top: 55%;
}
.bl_home-project {
  height: auto;
  padding-top: 70%;
}
.bl_home-project_imgWrapper {
  left: 3%;
  top: 9%;
  z-index: 1;
}
.bl_home-project_img {
  width: 350px;
  height: 350px;
  object-fit: contain;
}
.bl_home-project_body {
  width: 100%;
  left: 10%;
  top: 0;
  position: relative;
  text-align: center;
  padding-bottom: 12%;
  background-color: #eee;
  z-index: 0;
  padding-top: 55%;
}
.bl_home-lecture {
  margin-top: 80%;
}
.bl_home-lecture_imgWrapper {
  position: absolute;
  right: 2%;
  top: -70%;
  z-index: 1;
}
.bl_home-lecture_img {
  width: 350px;
  height: 350px;
}
.bl_home-lecture_body {
  position: relative;
  background-color: #eee;
  width: 100%;
  height: auto;
  margin-top: 0;
  text-align: center;
  padding: 5% 0 12%;
  right: 10%;
  z-index: 0;
  padding-top: 35%;
}
.el_home-contact_txt {
  font-size:1.2em;
}
}

/*
タイトル
*****/
.hp_pt5 {
  padding-top: 5%;
}
.hp_pb5 {
  padding-bottom: 5%;
}
.hp_pb15{
  padding-bottom: 15%;
}
.bl_top-ttlWrapper {
  padding-top: 20vh;
  padding-left: 5vh;
  width: 50%;
  text-align: center;
}
.hp_font5rem {
  font-size: 5.5rem;
}
.el_top-subTtl {
  margin-top: 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 640px) {
  .bl_top-ttlWrapper {
    padding-top: 15vh;
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding-right: 30%;
  }
  .hp_font5rem {
    font-size: 3.5rem;
}
.el_top-subTtl {
  margin-top: 0;
  font-size: 1.3rem;
}
  }

/*
About
*****/
.bl_about_container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.bl_about_body {
  width: 40%;
}
.el_lv3heading {
  font-size: 2rem;
  margin-top: 0;
}
.newsList{
  font-size: 1.5rem;
  margin-bottom: 15vh;
}

/*
共通
*****/
.el_about_txt {
  line-height: 1.8;
  font-size: 1.2rem;
}
.el_about_img {
object-fit: cover;
}

/*
横線
*****/
.catch {
position: relative;
display: inline-block;
padding: 0 55px;
}

@media only screen and (max-width: 640px) {
  .bl_about_container {
    display: block;
  }
.el_about_img {
  width: 100%;
  height: 100%;
}
.bl_about_body {
  width: 100%;
  padding-top: 15%;
}
.el_about_txt {
  font-size: 16px;
}
.el_lv3heading {
  font-size: 1.4rem;
  margin-top: 0;
}
}
/*
料理
*****/
.bl_book {
  padding-top: 15%;
}
.bl_book_container {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5%;
}
.el_book_img {
  box-shadow: 30px -30px 0px 0px rgb(0 0 0 / 45%);
  object-fit: cover;
}
.el_book_txt {
  text-align: center;
}

.bl_movie {
  padding-top: 15%;
}
.bl_movie_container {
  text-align: center;
}

.hp_pt15 {
  padding-top:15%;
}

.hp_pl10 {
  padding-left: 10%;
}

.bl_martsuru_imgContainer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5%;
  padding-bottom: 20%;
}
.el_marutsuru_img {
  box-shadow: 30px -30px 0px 0px rgb(0 0 0 / 45%);
}
.el_marutsuru_ttl {
  margin-bottom: 20%;
}

@media only screen and (max-width: 640px) {
.bl_book_container {
  display: block;
  justify-content: space-evenly;
  padding-top: 0;
}
.bl_book_item {
  padding-top: 15%;
}
.el_book_txt {
  font-size: 18px;
}

.el_book_img {
  width: 100%;
    height: auto;
}
iframe {
  width: 100%;
  height: auto;
}
.bl_martsuru_imgContainer {
  display: block;
  padding-top: 0;
  padding-bottom: 20%;
}
.bl_marutsuru_imgWrapper {
  padding-top: 20%;
}
}

/*
講演会
*****/
.bl_lecture-imgs {
  padding: 15% 0;
}
.bl_lecture_imgContainer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 5%;
}
.bl_lecture-imgs {
  padding: 10% 0;
  background-color: #eee;
}
.el_lecture_img {
  object-fit: cover;
}

@media only screen and (max-width: 640px) {
.bl_lecture_imgContainer {
  display: block;
  padding-top: 0%;
  text-align: center;
}
.bl_lecture_imgWrapper {
  padding-top: 20%;
}
}
/*
プロフィール
*****/
.bl_profile_container {
  display: flex;
  justify-content: center;
}
.bl_profile_right {
  width: 48%;
}
.bl_profile_left {
  margin-right: 5%;
}

.el_lv4heading{
  font-size: 1.7rem;
  text-align: center;
  font-weight: 100;
}

caption {
  font-size: 2rem;
}
.bl_profile_tbody {
  font-size: 1.2rem;
}

.bl_profiler_ight th {
  width: 25%;
  padding: 2% 2%;
}
.bl_profile_right tr {
  padding: 2% 2%;
}
.bl_profile_right table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-bottom: 1px solid #E2E2E2;
}

.bl_profile_right th, td {
  padding: 11px 0 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  vertical-align: top;
  border-top: 1px solid #E2E2E2;
}

.bl_profile_right td {
  width: 80%;
  padding-left: 12px;
  color: #464646;
  font-weight: 500;
  border-left: 1px solid #E2E2E2;
}

table.bl_profile_right tr td:nth-child(2){
  border-left: 1px solid #E2E2E2;
}

.bl_career_body table{
  width: 85%;
  margin: 0 auto;
}

.career-item {
  border-top: solid 1px #E2E2E2;
}

.bl_career_body p{
  text-align: left;
  line-height: 2rem;
}

.bl_career_body td {
  text-align: left;
}

.bl_career_body table tr td:first-child{
  width: 10%;
}

.bl_career_body table tr td:nth-child(2){
  border-left: 1px solid #E2E2E2;
}

.hp_pt10 {
  padding-top: 10%;
}

.career-item {
  width: 80%;
  margin: 0 auto;
}

.career-item_flexbox {
  display: flex;
  justify-content: space-between;
}

.bl_career_imgWrapper {
  width: 300px;
  height: 400px;
  margin-top: -100px;
  max-width: 100%;
}

.el_career_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



@media only screen and (max-width: 640px) {
.bl_profile_container {
  display: block;
  justify-content: center;
}
.bl_profile_left {
  margin-right: 0;
}
.el_profile_img {
  width:100%;
  height: auto;
}
.bl_profile_right {
  width: 100%;
  padding-top: 20%;
}
.bl_profile_right th {
  width: 25%;
}
caption {
  font-size: 1.5rem;
}
.bl_profile_tbody {
  font-size: 16px;
}
.bl_career_body table {
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.career-item {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
}
.career-item_flexbox {
  display: flex;
  flex-direction: column;
}

.bl_career_imgWrapper {
  width: 300px;
  height: 400px;
  margin-top: 0;
  margin: auto;
}
}

/*
お問い合わせ
*****/
form.mailForm {
  padding: 5% 0;
  margin: 5% 0;
  border: solid 1px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  background-color:#ffffff;
}

.mailForm h2 {
  text-align: center;
  font-weight: 400;
}

.mailForm p {
  text-align: center;
}

.mailForm dl {
  margin-left: 14%;
}

.mailForm dt {
  margin-top: 3%;
}

.mailForm dd {
  margin-left: 0;
}

.privacy {
  overflow-y: scroll;
  padding: 3%;
  height: 180px;
  margin-top: 3%;
  margin-left: -3%;
  border: 1px solid #ccc;
  font-size: 0.9em;
  background: #f5f5f5;
  color: #333;
  width: 82%;

}

.mailForm .privacy p {
  text-align: left;
}

.line-form {
  display: flex;
  justify-content: space-around;
}

.line-box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 3%;
  background-color: #ffffffff;
  border: solid 1px;
}

.line-box .sp-br{
  display:none;
}

#submit_button {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  width: 30%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 60px;
  border: 2px solid #242424;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: .3s;
  text-decoration: none;
  margin-top: 13%;
}
#submit_button::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #242424;
  transform: translateX(-100%);
  transition: transform ease .3s;
}
#submit_button:hover{
  color: #fff;
  background-color: #242424;
}
#submit_button:hover::before {
  transform: translateX(0);
}

@media only screen and (max-width: 640px) {
  form.mailForm {
    width:100%;
  }

  #submit_button {
    font-size: calc(100vw / 20);
  }

  .line-box h3 {
    font-size: calc(100vw / 18);
  }

  .line-form {
    display: block;
  }

  .line-box {
    margin-left: unset;
    margin-right: unset;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .line-box .sp-br{
    display:block
  }

  #submit_button {
    width: 80%;
  }
  form.mailForm {
    font-size: 1.3rem;
}
.mailForm .privacy p {
  font-size: 14px;
}
.mailForm dt {
  font-size: 16px;
  margin-right: 8%;
}
label {
  font-size: 16px;
}
.privacy {
  height: 300px;
  margin: 10%;
  margin-left: -8%;
  color: #333;
  width: 100%;
}
}

/*
プライバシーポリシー
************************/
#content {
  width: 80%;
}


/*
SNSアイコン
*****/
.el_sns_icon {
  font-size: 30px;
  }


/*
.catch:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 26vh;
  height: 1px;
  background-color: black;
}
.catch:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 104vh;
  height: 1px;
  background-color: black;
}

.catch:before {
  left: -24vh;
}
.catch:after {
  right: -103vh;
}
*/


@media only screen and (max-width: 640px) {
.catch {
  position: relative;
  display: inline-block;
  padding: 0;
}
.catch:after {
  right: 0%;
}

}

.hp_vertical-line {
  position: relative;
  display: inline-block;
}
.hp_vertical-line:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(
270deg
);
  transform: rotate(
270deg
);
}
.hp_vertical-line:before {
  left: 70px;
}

@media only screen and (max-width: 640px) {
.hp_vertical-line:before {
  left: 0;
}
}

/*
読み込み時スライド
*****/
/***********************************************
スライドアニメーション
***********************************************/
.fade_group div ,
.fade_group2 div {
    content: '';
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    pointer-events: none;
}
.fade_group div {
    z-index: 9999;
    transition: .6s;
}
.fade_group2 div {
    z-index: 9998;
    transition: .8s;
}
.fade_group div:nth-of-type(1) {
    background: rgba(175,151,94,.3);
}
.fade_group div:nth-of-type(2) {
    background: rgba(175,151,94,.5);
    transition-delay:.1s;
}
.fade_group div:nth-of-type(3) {
    background: rgba(175,151,94,.7);
    transition-delay:.2s;
}
.fade_group div:nth-of-type(4) {
    background: rgba(50,50,50,1);
    transition-delay:.3s;
}
.fade_group2 div:nth-of-type(1) {
    background: rgba(175,151,94,.8);
    transition-delay: .2s;
}
.fade_group2 div:nth-of-type(2) {
    background: rgba(175,151,94,.8);
    transition-delay: .3s;
}
body.fo .fade_group div{
    left: 0;
}
body.fo .fade_group2 div{
    left: 100vw;
}

.marutsuruWrapper {
  min-height: 50vh;
    position: relative;
}
.marutsuru_title {
  margin-top: 0;
  position: absolute;
  top: 40%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}

.marutsuru_txt {
  position: absolute;
  top: 60%;
  left: 0;
  font-size: 24px;
}

  .br_sp {
    display: none;
  }
@media only screen and (max-width: 640px) {
  .marutsuru_title{
    font-size: 20px;
    text-align: center;
  }
  .marutsuru_txt {
    font-size: 18px;
    left: 50%;
    transform: translateX( -50%);
  }
  .br_sp {
    display: block;
  }
  .newsList{
    font-size: 20px;
  }
}
