@charset "UTF-8";
.shippori, .section_title, .name {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru, body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 26px;
  height: 10px;
  background: no-repeat 50%/cover url(../img/icon/arrow.svg);
  transform: translateY(-50%);
}

.arrow-wh {
  position: absolute;
  bottom: 35px;
  right: 35px;
  content: "";
  display: block;
  width: 49px;
  height: 10px;
  background: no-repeat 50%/cover url(../img/icon/arrow_wh.svg);
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ---------------------------------------------------------
カラム設定
--------------------------------------------------------- */
.col {
  display: flex;
  flex-wrap: wrap;
}
.col_2 {
  margin-left: -65px;
}
.col_2 > * {
  margin-left: 65px;
  width: calc(50% - 65px);
}

.col_3 {
  margin-left: -30px;
}
.col_3 > * {
  margin-left: 30px;
  width: calc(33.33333% - 30px);
}

.col_4 {
  margin-left: -30px;
}
.col_4 > * {
  margin-left: 30px;
  width: calc(25% - 30px);
}

.col_5 {
  margin-left: -25px;
}
.col_5 > * {
  margin-left: 25px;
  width: calc(20% - 25px);
}

@media screen and (max-width: 768px) {
  .col_2 {
    margin-left: 0;
  }
  .col_2 > * {
    margin-left: 0;
    width: 100%;
  }
  .col_3 {
    margin-left: 0;
  }
  .col_3 > * {
    margin-left: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .col_3 > *:last-child {
    margin-bottom: 0 !important;
  }
  .col_4 {
    margin-left: -10px;
  }
  .col_4 > * {
    margin-left: 10px;
    margin-bottom: 14px;
    width: calc(50% - 10px);
  }
  .col_5 {
    margin-left: -15px;
  }
  .col_5 > * {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "palt";
  color: #000;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.item,
a {
  transition: all 0.2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

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

p {
  margin-bottom: 1.5em;
}

a {
  text-decoration: none;
  color: #333;
}

a.underline {
  text-decoration: underline;
}

p a {
  color: #FB5353;
}

li {
  list-style: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mb90 {
  margin-bottom: 90px;
}

.mb40 {
  margin-bottom: 40px;
}

/*----------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 17px 0;
  transition: all 0.55s linear;
  background: #6F4100;
}
.header .wrap {
  display: flex;
  align-items: center;
}
.header .logo {
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}
.header .logo a {
  display: flex;
  color: #000;
  vertical-align: middle;
}
.header .logo img {
  margin-right: 15px;
}
.header .sp_logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    padding: 10px 0;
  }
  .header .sp_logo {
    display: block;
  }
}

.scroll_head {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 3px rgba(80, 77, 77, 0.16);
  animation: DownAnime 0.5s forwards;
}
.scroll_head .main_navi .navi {
  margin-bottom: 0;
}
.scroll_head .sns_navi {
  display: none;
}
@media screen and (max-width: 768px) {
  .scroll_head {
    padding: 10px 0;
  }
  .scroll_head .sp_logo {
    display: block;
  }
  .scroll_head .sns_navi {
    display: block;
  }
}

/*　上に上がる動き　*/
.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-200%);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn_sec .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 46px;
  margin-left: -42px;
}
.btn_sec .btn_area .btn {
  width: calc(33.333% - 42px);
  min-width: auto;
  margin-left: 42px;
}
@media screen and (max-width: 768px) {
  .btn_sec .btn_area {
    margin-bottom: 0;
    margin-left: 0;
  }
  .btn_sec .btn_area .btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 35px;
  }
  .btn_sec .text_c {
    text-align: left !important;
  }
}

/*----------------------------------------------------------------------
フッター
----------------------------------------------------------------------*/
footer {
  padding: 23px 0 20px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
footer .copyright {
  font-size: 11px;
  font-size: 0.6875rem;
}
footer:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding-top: 11.25%;
  background: no-repeat 50%/cover url(../img/parts/don_bottom.svg);
}
/* -----------------------------------------------------------
スマホナビ
----------------------------------------------------------- */
.toggle {
  display: none;
  position: relative;
  margin-left: auto;
  cursor: pointer;
  width: 43px;
  height: 43px;
  z-index: 900;
  background: #fff;
  border-radius: 5px;
  /* ≡ */
  /* ≡ */
}
.toggle span {
  display: inline-block;
}
.toggle:before,
.toggle i, .toggle:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  background: #6F4100;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.toggle:before {
  top: 10px;
}
.toggle i {
  top: 47%;
}
.toggle:after {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .toggle {
    display: block;
  }
}

#open {
  display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、.naviが「right: 0;」になります。 */
#open:checked ~ .main_navi {
  right: 0;
}

/* ≡ > ×アニメーション */
#open:checked + .toggle:before {
  top: 45%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

#open:checked + .toggle i {
  width: 0;
}

#open:checked + .toggle:after {
  bottom: 45%;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* BG */
.bgclose {
  display: none;
}

/*
#open:checked ~ .bgclose {
	width: 100%;
	height: 100%;
	background: rgba(52, 48, 45, 0.84);
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 90;
	text-indent: -999999px;
	overflow: hidden;
	cursor: pointer;
}
*/
/* -----------------------------------------------------------
メインナビ
----------------------------------------------------------- */
.main_navi {
  margin-left: auto;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 600;
}
.main_navi .navi {
  display: flex;
  justify-content: flex-end;
}
.main_navi .navi li {
  margin-left: 2em;
}
.main_navi .navi li:first-child {
  margin-left: 0;
}
.main_navi .navi a {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
.main_navi .navi_logo {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_navi {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    padding: 0 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    font-size: 16px;
    font-size: 1rem;
    background: #6F4100;
  }
  .main_navi .navi_logo {
    position: absolute;
    top: 40px;
    left: 30px;
    display: block;
    max-width: 119px;
  }
  .main_navi .navi {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    order: 1;
  }
  .main_navi .navi li {
    width: 100%;
    margin-left: 0;
  }
  .main_navi .navi li:first-child {
    margin-left: 0;
  }
  .main_navi .navi li a {
    margin-bottom: 30px;
    padding: 0 0;
    display: block;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

/* -----------------------------------------------------------
パンくずリスト
----------------------------------------------------------- */
.breadcrumb {
  margin-bottom: 70px;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
}
.breadcrumb li a {
  margin-right: 15px;
}
.breadcrumb li a:after {
  position: relative;
  top: -2px;
  margin-left: 10px;
  content: "";
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #505050;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 5px 0;
    max-width: 100vw;
    overflow: hidden;
  }
  .breadcrumb li {
    white-space: nowrap;
  }
  .breadcrumb li:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}

/*---------------------------------------------------------
ページネーション
---------------------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 125px auto 87px;
  padding: 0 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0 8px 0 0;
}
.pagination li:last-child {
  margin: 0 0 0 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  color: #515151;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e81010;
}
.pagination a:hover,
.pagination span:hover {
  color: #fff;
  background: #e81010;
}
.pagination .list_btn a {
  width: auto;
  height: auto;
  color: #fff;
  padding: 0 15px;
  border-radius: 30px;
  background: #e81010;
}
.pagination .prev,
.pagination .next {
  position: relative;
}
.pagination .prev a,
.pagination .next a {
  background: #f8beb7;
  border: none;
}
.pagination .prev i,
.pagination .next i {
  position: absolute;
  top: 34%;
}
.pagination a.prev,
.pagination a.next {
  background: #f8beb7;
  border: none;
}
.pagination .prev i {
  left: 20%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #222;
}
.pagination .next i {
  left: 45%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #222;
}
.pagination .current {
  color: #fff;
  background: #e81010;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin: 40px auto 0;
  }
}

/* -----------------------------------------------------------
ページ内リンク
----------------------------------------------------------- */
.page_link li {
  margin-bottom: 40px;
}
.page_link a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.page_link a:before {
  display: inline-block;
  content: "●";
  margin-right: 16px;
  color: #fee630;
}
.page_link a:after {
  margin-left: auto;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-color: #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .page_link {
    margin-left: 0;
    margin-bottom: 0;
    justify-content: center;
  }
  .page_link > * {
    margin-left: 0;
    margin-bottom: 11px;
    width: 90%;
  }
  .page_link li {
    margin-bottom: 15px;
  }
  .page_link a {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* -----------------------------------------------------------
ボタン
----------------------------------------------------------- */
.btn_area {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .btn_area {
    text-align: center;
  }
}

.btn {
  display: inline-block;
  min-width: 320px;
  text-align: center;
  padding: 18px 20px;
  font-weight: 600;
  border-radius: 35px;
  background: #FFEB00;
  box-shadow: 4px 4px 0 #000;
}
.btn:hover {
  background: #FFF795;
  box-shadow: 1px 1px 0 #000;
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: 100%;
  }
}

.btn[target=_blank] {
  position: relative;
}
.btn[target=_blank]:after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: no-repeat 50%/cover url(../img/parts/blank.svg);
}

/* -----------------------------------------------------------
タブコンテンツ
----------------------------------------------------------- */
input[name=switch],
input[name=switch2] {
  display: none;
}

.tabNavi {
  display: flex;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.tabNavi li {
  flex-basis: 20%;
}
.tabNavi label {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 0;
  color: #6F4100;
  border-radius: 45px;
  transition: all 0.3s;
}
.tabNavi label:hover {
  color: #fff;
  background-color: #FFA519;
}
@media screen and (max-width: 768px) {
  .tabNavi {
    flex-direction: column;
  }
  .tabNavi li {
    margin-bottom: 10px;
    flex-basis: 100%;
  }
  .tabNavi label {
    position: relative;
    background: #EFEFEF;
  }
  .tabNavi label:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(-90deg) translateY(0) translateX(50%);
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background: no-repeat 50%/cover url(../img/parts/list_arrow.svg);
  }
}

.tab__col3 li {
  flex-basis: 33.3333%;
}

.tab__col5 li {
  flex-basis: 20%;
}

#tab1-1:checked ~ .tabNavi label[for=tab1-1],
#tab1-2:checked ~ .tabNavi label[for=tab1-2],
#tab1-3:checked ~ .tabNavi label[for=tab1-3],
#tab1-4:checked ~ .tabNavi label[for=tab1-4],
#tab1-5:checked ~ .tabNavi label[for=tab1-5],
#tab2-1:checked ~ .tabNavi label[for=tab2-1],
#tab2-2:checked ~ .tabNavi label[for=tab2-2],
#tab2-3:checked ~ .tabNavi label[for=tab2-3] {
  color: #fff;
  background: #FFA519;
}
#tab1-1:checked ~ .tabNavi label[for=tab1-1]:after,
#tab1-2:checked ~ .tabNavi label[for=tab1-2]:after,
#tab1-3:checked ~ .tabNavi label[for=tab1-3]:after,
#tab1-4:checked ~ .tabNavi label[for=tab1-4]:after,
#tab1-5:checked ~ .tabNavi label[for=tab1-5]:after,
#tab2-1:checked ~ .tabNavi label[for=tab2-1]:after,
#tab2-2:checked ~ .tabNavi label[for=tab2-2]:after,
#tab2-3:checked ~ .tabNavi label[for=tab2-3]:after {
  transform: translateY(-50%);
}
#tab1-1:checked ~ .tabNavi label[for=tab1-1]:before,
#tab1-2:checked ~ .tabNavi label[for=tab1-2]:before,
#tab1-3:checked ~ .tabNavi label[for=tab1-3]:before,
#tab1-4:checked ~ .tabNavi label[for=tab1-4]:before,
#tab1-5:checked ~ .tabNavi label[for=tab1-5]:before,
#tab2-1:checked ~ .tabNavi label[for=tab2-1]:before,
#tab2-2:checked ~ .tabNavi label[for=tab2-2]:before,
#tab2-3:checked ~ .tabNavi label[for=tab2-3]:before {
  position: absolute;
  left: calc(50% - 8px);
  bottom: -8px;
  content: "";
  display: block;
  width: 17px;
  height: 8px;
  border-radius: 50%/0 0 100% 100%;
  background: #FFA519;
}

#tab1-1:checked ~ .tabContents .article1-1,
#tab1-2:checked ~ .tabContents .article1-2,
#tab1-3:checked ~ .tabContents .article1-3,
#tab1-4:checked ~ .tabContents .article1-4,
#tab1-5:checked ~ .tabContents .article1-5,
#tab2-1:checked ~ .tabContents .article2-1,
#tab2-2:checked ~ .tabContents .article2-2,
#tab2-3:checked ~ .tabContents .article2-3 {
  display: block;
  opacity: 1;
}

.tabContents {
  display: flex;
  transition: transform 0.6s;
}
.tabContents article {
  display: none;
  width: 100%;
  opacity: 0.1;
  transition: all 0.3s;
}
.tabContents .article__inner {
  margin-top: -1px;
  padding: 20px;
  border-radius: 7px;
  border: 10px solid #FFA519;
}

/* ==========================================================================
モーダルウィンドウ
========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  -ms-filter: blur(6px);
  filter: blur(6px);
  background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
/* Media queries
========================================================================== */
.remodal {
  position: relative;
  max-width: 870px;
  width: 100%;
  transform: translate3d(0, 0, 0);
  background: #fff;
}
.remodal .remodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .remodal {
    width: 90%;
  }
}

.remodal__content {
  padding: 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.remodal__content figure {
  width: 45%;
}
.remodal__content article {
  width: 50%;
}
.remodal__content h2 {
  margin: 0 0 20px;
}
.remodal__content h2 + p {
  margin: 0 0 20px;
}
.remodal__content .data p {
  margin-bottom: 10px;
}
.remodal__content .data dl {
  display: flex;
  border-top: 1px solid #6F4100;
  border-right: 1px solid #6F4100;
  border-left: 1px solid #6F4100;
}
.remodal__content .data dl:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #6F4100;
}
.remodal__content .data dt {
  width: 6em;
  font-weight: 600;
  padding: 1em 0.5em;
  color: #fff;
  background: #6F4100;
}
.remodal__content .data dd {
  padding: 1em 0.5em;
  width: calc(100% - 6em);
}
@media screen and (max-width: 768px) {
  .remodal__content {
    flex-direction: column;
  }
  .remodal__content figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .remodal__content article {
    width: 100%;
  }
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  z-index: 200;
  display: block;
  overflow: visible;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
}
.remodal-close:before {
  font-family: sans-serif, Arial, "Helvetica CY", "Nimbus Sans L" !important;
  font-size: 24px;
  line-height: 23px;
  display: block;
  content: "×";
  text-align: center;
  color: #000;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
	 ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
	 ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 560px;
}

/* ==========================================================================
	 Remodal's necessary styles
	 ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.wrap {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: calc(100% - 4em);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 90%;
  }
}

header,
footer,
section {
  position: relative;
  z-index: 1;
}

.section_inner {
  padding: 0 0 120px;
}

/*----------------------------------------------------------------------
テキストスタイル
----------------------------------------------------------------------*/
.text_c {
  text-align: center;
}

strong {
  color: #643C19;
}

blockquote {
  padding: 1em;
  border: 1px dashed #FFA519;
  background: #F4F0E6;
}

.list-disc li {
  margin-left: 1em;
  list-style: disc;
}

.section_title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  color: #6F4100;
}
.section_title span {
  position: relative;
  padding: 12px 20px;
  border: 1px solid #6F4100;
}
.section_title span:before {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #FFEB00;
}
@media screen and (max-width: 768px) {
  .section_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.lineH {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  color: #643C19;
  vertical-align: baseline;
}
.lineH::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 19px;
  margin-right: 10px;
  background: no-repeat 50%/cover url(../img/parts/line_l.svg);
}
.lineH:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 19px;
  margin-left: 10px;
  background: no-repeat 50%/cover url(../img/parts/line_r.svg);
}

.name {
  text-align: right;
  font-weight: 500;
}

.tab_title {
  text-align: center;
}
.tab_title span {
  display: inline-block;
  padding: 10px 2em 8px;
  color: #fff;
  border-radius: 7px 7px 0 0;
  font-size: 22px;
  font-size: 1.375rem;
  background: #FFA519;
}

.tabContents h4 {
  margin-bottom: 10px;
  color: #643C19;
}
.tabContents ul, .tabContents ol {
  margin-bottom: 20px;
}
.tabContents li {
  margin-bottom: 5px;
}
.tabContents li:last-child {
  margin-bottom: 0;
}
.tabContents ol li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

.strongP {
  margin-top: 20px;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  background: #643C19;
}
.strongP b {
  color: #FFEB00;
}

/*----------------------------------------------------------------------
レイアウトパーツ
----------------------------------------------------------------------*/
.photo-img {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.photo-img:before {
  display: block;
  content: "";
  padding-top: 71.0622710623%;
}
.photo-img img {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.img_shadow {
  position: relative;
}
.img_shadow::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FFA519;
  border-radius: 10px;
}

.box {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 7px;
  background: #fff;
  color: #000;
  border: 5px solid #FFEB00;
}
.box:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: transparent;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgb(255, 248, 215) 8px, rgb(255, 248, 215) 12px);
}
.box p {
  margin-bottom: 0;
}
.box dl {
  display: flex;
  margin-bottom: 1em;
}
.box dl:last-child {
  margin-bottom: 0;
}
.box dt {
  width: 3em;
  color: #7d4600;
  font-weight: 600;
}
.box dd {
  width: calc(100% - 3em);
}

.dl-table dl {
  display: flex;
  margin-bottom: 1em;
}
.dl-table dl:last-child {
  margin-bottom: 0;
}
.dl-table dt {
  width: 10em;
  color: #7d4600;
  font-weight: 600;
}
.dl-table dd {
  width: calc(100% - 10em);
}
@media screen and (max-width: 768px) {
  .dl-table dl {
    flex-direction: column;
  }
  .dl-table dt {
    width: 100%;
  }
  .dl-table dd {
    width: 100%;
  }
}

.dt-small dt {
  width: 4em;
}
.dt-small dd {
  width: calc(100% - 4em);
}
@media screen and (max-width: 768px) {
  .dt-small dt {
    width: 100%;
  }
  .dt-small dd {
    width: 100%;
  }
}

.item__row figure {
  width: 25%;
}
.item__row .articlebox {
  padding-left: 1em;
  width: 75%;
}

/*----------------------------------------------------------------------
FV
----------------------------------------------------------------------*/
.visual {
  width: 100vw;
  padding-top: 100vh;
  z-index: 0;
  overflow: hidden;
  background: url(../img/parts/visual_bg.svg);
}
.visual:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 10vw;
  z-index: -1;
  transform: translateY(-50%);
  margin: auto;
  width: 328px;
  height: 429px;
  background: no-repeat 50%/cover url(../img/parts/komagane.svg);
}
.visual .visual__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.visual .visual__logo {
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translateY(-50%);
  margin: auto;
}
.visual .scroll_gallery {
  margin: 0 calc(50% - 50vw);
  width: 101vw;
}
.visual .scroll-gallery__top {
  position: absolute;
  top: 57px;
  left: -20px;
  transform-origin: top left;
  transform: rotate(-5deg);
}
.visual .scroll-gallery__bottom {
  position: absolute;
  left: -20px;
  bottom: 0;
  z-index: -1;
  transform-origin: top left;
  transform: rotate(-5deg);
}
@media screen and (max-width: 768px) {
  .visual:before {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: auto;
    padding-top: 130.7926829268%;
    background-size: 80%;
  }
  .visual .scroll-gallery__top {
    top: 63px;
  }
  .visual .visual__logo {
    top: 30%;
    left: 5vw;
    transform: translateY(0);
    margin: auto;
  }
  .visual .visual__photo {
    width: 60%;
  }
}
@media screen and (max-width: 540px) {
  .visual .visual__photo {
    width: 100%;
  }
}

.scroll-gallery__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-gallery__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-gallery__item {
  width: 100vw;
}
.scroll-gallery__item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .scroll-gallery__item {
    width: 250vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-gallery__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-gallery__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

/*----------------------------------------------------------------------
加盟店マップ
----------------------------------------------------------------------*/
#shop {
  position: relative;
}
#shop:before {
  position: relative;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  padding-top: 28.90625%;
  background: no-repeat 50%/cover url(../img/parts/don_top.svg);
}
#shop .section_title {
  margin-top: -12vw;
}
#shop .wrap {
  max-width: 1080px;
}
#shop .map {
  border-radius: 10px;
  border: 10px solid #FFA519;
}
@media screen and (max-width: 768px) {
  #shop .wrap {
    min-width: 768px;
  }
  #shop .section_inner {
    overflow-x: scroll;
  }
}

/*----------------------------------------------------------------------
カツ丼とは
----------------------------------------------------------------------*/
#sauce-katsudon {
  margin-top: 51px;
  background: #FAF9F2;
}
#sauce-katsudon:before {
  position: relative;
  top: -51px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 51px;
  background: no-repeat 50%/cover url(../img/parts/dot_01.svg);
}

.katsudon_intro {
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.katsudon_intro figure {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
.katsudon_intro figure img {
  border-radius: 10px;
}
.katsudon_intro article {
  width: 100%;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .katsudon_intro {
    flex-direction: column;
    margin-bottom: 0;
  }
  .katsudon_intro figure {
    margin-bottom: 30px;
    width: 95%;
    margin-left: 0;
  }
  .katsudon_intro article {
    padding-left: 0;
  }
}

/*----------------------------------------------------------------------
特製旨味ソース
----------------------------------------------------------------------*/
#sauce {
  margin: 8% 0 51px;
  color: #fff;
  background: #6F4100;
}
#sauce:before {
  position: relative;
  top: -8vw;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  padding-top: 10%;
  background: no-repeat 50%/cover url(../img/parts/nami.svg) #FAF9F2;
}
#sauce:after {
  position: relative;
  bottom: -51px;
  z-index: -1;
  display: block;
  content: "";
  width: 100%;
  height: 51px;
  background: no-repeat 50%/cover url(../img/parts/dot_02.svg);
}

.sauce_intro {
  flex-wrap: nowrap;
  margin-bottom: 45px;
}
.sauce_intro figure {
  width: 160px;
}
.sauce_intro article {
  width: calc(100% - 160px);
  padding-left: 2em;
}
.sauce_intro article h3 {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .sauce_intro {
    flex-direction: column;
  }
  .sauce_intro figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .sauce_intro article {
    width: 100%;
    padding-left: 0;
  }
  .sauce_intro article h3 {
    margin-bottom: 1em;
  }
}

.sauceList {
  margin-bottom: 60px;
  justify-content: space-between;
}
.sauceList figure:nth-child(1) {
  width: 220px;
}
.sauceList figure:nth-child(2) {
  width: 124px;
}
.sauceList figure:nth-child(3) {
  width: 79px;
}
.sauceList figure:nth-child(4) {
  width: 136px;
}
.sauceList figure:nth-child(5) {
  width: 165px;
}
.sauceList figcaption {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sauceList figure {
    margin-bottom: 15px;
  }
  .sauceList figure:nth-child(1) {
    width: 62%;
  }
  .sauceList figure:nth-child(2) {
    width: 35%;
  }
  .sauceList figure:nth-child(3) {
    width: 19%;
  }
  .sauceList figure:nth-child(4) {
    width: 32%;
  }
  .sauceList figure:nth-child(5) {
    width: 38%;
  }
  .sauceList figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*----------------------------------------------------------------------
カツ丼会とは
----------------------------------------------------------------------*/
#about {
  padding: 120px 0 0;
}

.about_intro {
  margin-bottom: 45px;
}
.about_intro figure {
  width: 49px;
}
.about_intro article {
  width: calc(100% - 49px);
  padding-left: 2em;
}

/*----------------------------------------------------------------------
バナー
----------------------------------------------------------------------*/
#banner {
  max-width: 950px;
  margin: 0 auto 20px;
  z-index: 2;
}
#banner ul {
  display: flex;
  justify-content: center;
  margin-left: -15px;
}
#banner ul li {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  #banner {
    max-width: 90%;
  }
  #banner ul {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
  }
  #banner ul li {
    margin-bottom: 20px;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */