@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;

  -webkit-text-size-adjust: 100%;
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[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"] {
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[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"] {
  color: inherit;
  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 {
  padding: 0;
  border-style: none;
}

/* 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 {
  border-style: none;
  background-color: transparent;
}

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

  -moz-appearance: none;
  /* Chrome 41+ */
}

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

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

legend {
  /* 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 */
  max-width: 100%;
  border: 0;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # 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;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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] {
  cursor: default;
}

/* webfont */
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
  font-family: "pc";
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  head {
    font-family: "sp";
  }
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  min-width: 1200px;
  color: #000;
  font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.os-mac body {
  font-weight: 400;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: 320px;
    height: auto;
    font-size: 15px;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
  color: inherit;
  outline: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
  word-wrap: break-word;
  outline: none;
}

img {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/

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

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

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;

  -moz-appearance: none;
  appearance: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  /* Move the label to the top */
  vertical-align: top;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}

/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
  /* overflow: hidden; */
}

@media only screen and (max-width: 767px) {
  .l-page-wrapper {
    width: 100%;
    height: 100%;
  }
}

.is-loading .l-page-wrapper {
  /* overflow: hidden; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.load-complete .l-page-wrapper {
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .l-page {
    /* overflow-x: hidden; */
    width: 100%;
    height: 100%;
    padding-bottom: 76px;

    -webkit-overflow-scrolling: touch;
  }
}

@media only screen and (max-width: 767px) {
  .is-loading .l-page {
    /* overflow-y: hidden; */
  }
}

/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
  .l-wrap {
    width: auto;
    padding: 0 25px;
  }
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
  box-sizing: border-box;
}

.l-grid::after {
  display: table;
  clear: both;
  content: "";
}

.l-grid__item {
  display: block;
  box-sizing: inherit;
  float: left;
}

.l-grid__item--1of2 {
  width: 50%;
}

.l-grid__item--1of3 {
  width: 33.33333333%;
}

.l-grid__item--1of4 {
  width: 25%;
}

.l-grid__item--1of5 {
  width: 20%;
}

.l-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
  box-sizing: border-box;
  white-space: nowrap;
}

.l-inline-grid__item {
  display: inline-block;
  box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
  width: 50%;
}

.l-inline-grid__item--1of3 {
  width: 33.33333333%;
}

.l-inline-grid__item--1of4 {
  width: 25%;
}

.l-inline-grid__item--1of5 {
  width: 20%;
}

.l-inline-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-flex-grid__item {
  box-sizing: inherit;
}

.l-flex-grid__item--full {
  width: 100%;
}

.l-flex-grid__item--1of2 {
  width: 50%;
}

.l-flex-grid__item--1of3 {
  width: 33.33333333%;
}

.l-flex-grid__item--1of4 {
  width: 25%;
}

.l-flex-grid__item--1of5 {
  width: 20%;
}

.l-flex-grid__item--1of6 {
  width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   c-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
  *zoom: 1;
}

.cf:after {
  display: table;
  clear: both;
  content: "";
}

/**
 *
 *  LOADER
 *
 */
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: white;
}

#Loader #progress {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #000;
}

/* trans
-------------------------------------------*/
#Loader {
  transition: all 1s ease;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
  opacity: 0;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
  display: block;
}

.mi-pc-inline {
  display: inline;
}

img.mi-pc {
  display: inline;
}

.mi-sp {
  display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
  .mi-pc,
  img.mi-pc {
    display: none;
  }
  .mi-pc-inline {
    display: none;
  }
  .mi-sp {
    display: block;
  }
  img.mi-sp {
    display: inline;
  }
}

/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
  transition: all 0.2s ease-in-out;
}

.mi-hov01:hover {
  opacity: 0.7;
}

.mi-hov01-all > * {
  transition: all 0.2s ease-in-out;
}

.mi-hov01-all > *:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------------------
   non-active
---------------------------------------------------------------------------*/
.non-active,
a.non-active {
  pointer-events: none;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
.g-header {
  height: 80px;
  margin: 0 auto;
  background-color: rgba(21, 30, 85, 5%);
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .g-header {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 50px;
    background-color: #fff;
    text-align: center;
  }
}

.g-header__logo {
  width: calc(50% - 480px / 2);
  height: 80px;
  padding: 5px 0 0 2.6%;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .g-header__logo {
    width: 100%;
    height: 50px;
    padding: 4px 0 0;
  }
}

.g-header__logo img {
  width: 330px;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .g-header__logo img {
    width: 80%;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .g-header__logo img {
    width: 187px;
  }
}

.g-header__btns {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: calc(50% - 480px / 2);
  height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .g-header__btns {
    width: calc((1200px - 480px) / 2);
  }
}

@media only screen and (max-width: 767px) {
  .g-header__btns {
    display: none;
  }
}

.g-header__btns .btns-item {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .g-header__btns .btns-item {
    width: 100%;
  }
}

.g-header__btns .btns-item a {
  display: block;
  position: relative;
  height: 80px;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  line-height: 1.2;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  text-align: center;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1210px) {
  .g-header__btns .btns-item a {
    font-size: 17px;
  }
}

.g-header__btns .btns-item a::before {
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  width: 13.44px;
  height: 13.44px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.g-header__btns .btns-item a::before {
  right: 17%;
}

.g-header__btns .btns-item:first-child a {
  border: 1px solid #761d3d;
  background-color: #761d3d;
}

.mode-pc .g-header__btns .btns-item:first-child a:hover {
  background-color: #fff;
  color: #761d3d;
}

.mode-pc .g-header__btns .btns-item:first-child a:hover::before {
  border-top: 1px solid #761d3d;
  border-right: 1px solid #761d3d;
}

.g-header__btns .btns-item:last-child a {
  border: 1px solid #574009;
  background-color: #574009;
}

.mode-pc .g-header__btns .btns-item:last-child a:hover {
  background-color: #fff;
  color: #574009;
}

.mode-pc .g-header__btns .btns-item:last-child a:hover::before {
  border-top: 1px solid #574009;
  border-right: 1px solid #574009;
}

.sec-recommend__btns .btns-item.non-active a,
.g-header__btns .btns-item.non-active a {
  pointer-events: none;
  border: 1px solid #989b9e;
  background-color: #989b9e;
}

.sec-recommend__btns .btns-item.non-active a::before,
.g-header__btns .btns-item.non-active a::before {
  content: none;
}

/*--------------------------------------------------------------------------
   global-footer
---------------------------------------------------------------------------*/
#global-footer > .site {
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #global-footer > .site {
    width: auto;
  }
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-mv {
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sec-mv {
    display: block;
    width: 100%;
    min-width: 100%;
  }
}

.sec-mv__img {
  width: calc(50% - 480px / 2);
  height: 520px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .sec-mv__img {
    width: 100%;
    height: auto;
    background-image: none;
  }
}

.sec-mv__img img {
  width: auto;
  height: 580px;
}

@media only screen and (max-width: 767px) {
  .sec-mv__img img {
    width: 100%;
    height: auto;
  }
}

.sec-mv__img:first-child {
  background-image: url(../../assets/img/index/mv_img01.jpg);
}

.sec-mv__img:last-child {
  background-image: url(../../assets/img/index/mv_img02.jpg);
}

.sec-mv__box {
  width: 480px;
  height: 520px;
  background-color: rgba(21, 30, 85, 5%);
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-mv__box {
    width: 100%;
    height: auto;
  }
}

.sec-mv__hdg {
  width: 78.8%;
  margin: 10px auto 40px;
}

.sec-mv__hdg img {
  width: 100%;
  height: auto;
}

.sec-mv__txt img {
  width: 75%;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------
   #sec-recommend
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-recommend {
  width: 100%;
}

.sec-recommend__btns {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__btns {
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
  }
  .sec-recommend__btns .btns-item {
    width: 50%;
  }
  .sec-recommend__btns .btns-item a {
    display: block;
    position: relative;
    height: 60px;
    color: #fff;
    font-family: "Noto selif Japanese", serif;
    font-size: 17px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sec-recommend__btns .btns-item:last-of-type a {
    text-align: center;
  }
  .sec-recommend__btns .btns-item:last-of-type a span {
    font-size: 15.5px;
  }
  .sec-recommend__btns .btns-item a::before {
    position: absolute;
    width: 13.44px;
    height: 13.44px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: 42%;
    right: 12%;
    transform: translateY(-50%) rotate(135deg);
  }

  .sec-recommend__btns .btns-item:first-child a {
    background-color: #761d3d;
    padding-right: 7px;
  }
  .sec-recommend__btns .btns-item:last-child a {
    background-color: #574009;
    padding-right: 20px;
  }

  .sec-recommend__btns .btns-item.non-active a {
    background-color: #989b9e;
  }
}

@media (max-width: 374px) {
  .sec-recommend__btns .btns-item:last-child a::before {
    right: 5%;
  }
}

.sec-recommend__hdg {
  padding: 13px 0;
  background-color: #b9a978;
  text-align: center;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 24px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__hdg {
    padding: 15px 0;
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-recommend__wrap {
    display: block;
  }
}

.sec-recommend__bg {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg {
    display: block;
    width: 100%;
  }
}

.sec-recommend__bg:first-of-type {
  border-right: 1px solid #fff;
  background-color: #f5eff1;
}

.sec-recommend__bg:first-of-type .sec-recommend__unit {
  margin-left: auto;
  padding-left: 48px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:first-of-type .sec-recommend__unit {
    padding: 37px 40px 37px 20px;
  }
}

.sec-recommend__bg:first-of-type .sec-recommend__unit::before {
  position: absolute;
  top: -89px;
  left: -156px;
  width: 242px;
  height: 189px;
  background-image: url(../../assets/img/index/recommended_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:first-of-type .sec-recommend__unit::before {
    top: -29px;
    left: -35px;
    width: 135px;
    height: 105px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-recommend__bg:first-of-type .sec-recommend__unit::before {
    left: -35px;
    width: 95px;
    height: 74px;
  }
}

.sec-recommend__bg:first-of-type .sec-recommend__unit .unit-hdg,
.sec-recommend__bg:first-of-type .sec-recommend__unit .unit-txt {
  color: #761d3d;
}

.sec-recommend__bg:first-of-type .sec-recommend__unit .unit-txt::before {
  background-image: url(../../assets/img/index/recommended_ico01.png);
}

.sec-recommend__bg:last-of-type {
  background-color: #f3f2ee;
}

.sec-recommend__bg:last-of-type .sec-recommend__unit {
  margin-right: auto;
  padding-left: 100px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:last-of-type .sec-recommend__unit {
    padding: 37px 40px 37px 20px;
  }
}

.sec-recommend__bg:last-of-type .sec-recommend__unit::before {
  position: absolute;
  bottom: -25px;
  right: -173px;
  width: 209px;
  height: 158px;
  background-image: url(../../assets/img/index/recommended_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-recommend__bg:last-of-type .sec-recommend__unit::before {
    bottom: -49px;
    right: 20px;
    width: 131px;
    height: 99px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-recommend__bg:last-of-type .sec-recommend__unit::before {
    width: 98px;
    height: 69px;
  }
}

.sec-recommend__bg:last-of-type .sec-recommend__unit .unit-hdg,
.sec-recommend__bg:last-of-type .sec-recommend__unit .unit-txt {
  color: #574009;
}

.sec-recommend__bg:last-of-type .sec-recommend__unit .unit-txt::before {
  background-image: url(../../assets/img/index/recommended_ico02.png);
}

.sec-recommend__unit {
  position: relative;
  width: 550px;
  padding-top: 35px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit {
    display: block;
    width: 100%;
    padding: 37px 40px 37px 20px;
  }
}

.sec-recommend__unit .unit-hdg {
  width: 550px;
  margin-bottom: 12px;
  font-family: "Noto selif Japanese", serif;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-hdg {
    width: 100%;
    text-align: center;
    font-size: 23px;
  }
}

.sec-recommend__unit .unit-hdg span {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-hdg span {
    font-size: 16px;
  }
}

.sec-recommend__unit .unit-txt {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-txt {
    padding-left: 23px;
    font-size: 17px;
    line-height: 1.8;
  }
}

.sec-recommend__unit .unit-txt::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-recommend__unit .unit-txt::before {
    width: 15px;
    height: 15px;
  }
}

/*--------------------------------------------------------------------------
   #sec-course
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-course {
  width: 1200px;
  margin: 0 auto 93px;
  padding-top: 70px;
  /* .sec-course__wrap
-----------------------------------------------------------------*/
  /* .sec-course__detail
-----------------------------------------------------------------*/
  /* .sec-course__voice
-----------------------------------------------------------------*/
  /* .sec-course__curriculum
-----------------------------------------------------------------*/
  /* .sec-course__price
-----------------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
  .sec-course {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 40px;
  }
}

.sec-course__hdg {
  margin-bottom: 25px;
  line-height: 1.4545454545454546;
  text-align: center;
  color: #574009;
  font-weight: 500;
  font-family: "Noto selif Japanese", serif;
  font-size: 46px;
}

.qualification {
  text-align: center;
  font-family: "Sawarabi Gothic", sans-serif;
  color: #414141;
  line-height: 2;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .sec-course__hdg {
    margin-bottom: 13px;
    padding: 0 2.66%;
    font-size: 30px;
    font-weight: 500;
  }

  .qualification {
    padding: 0 20px;
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__hdg {
    font-size: 25px;
  }
}

.sec-course__hdg span {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .sec-course__hdg span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__hdg span {
    font-size: 18px;
  }
}

.sec-course__schedule {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .sec-course__schedule {
    margin: 25px 27.5px 0;
  }
}

.sec-course__schedule > li {
  border-style: solid;
  border-width: 3px 1px 1px;
  padding: 52px 47px 44px;
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-course__schedule > li {
    padding: 22.5px 19px 34px;
    width: 100%;
  }
}

.sec-course__schedule > li + li {
  margin-top: 30px;
  padding: 52px 47px 53px;
}

@media only screen and (max-width: 767px) {
  .sec-course__schedule > li + li {
    margin-top: 20px;
    padding: 22.5px 19px 37px;
  }
}

.sec-course__schedule > li:nth-of-type(1) {
  border-color: #761d3d;
  background-color: #f5eff1;
}

.sec-course__schedule > li:nth-of-type(2) {
  border-color: #574009;
  background-color: #f3f2ee;
}

.sec-course__schedule .title .types {
  display: flex;
  margin: 5px 0 0;
  gap: 8px;
}

.sec-course__schedule .title p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Noto selif Japanese", serif;
}
.sec-course__schedule li:nth-of-type(1) .title p,
.sec-course__schedule li:nth-of-type(1) .title .type {
  color: #761d3d;
}
.sec-course__schedule li:nth-of-type(2) .title p,
.sec-course__schedule li:nth-of-type(2) .title .type {
  color: #574009;
}

.sec-course__schedule .title .type {
  position: relative;
  bottom: 1px;
  display: inline-block;
  text-align: center;
  width: fit-content;
  padding: 0 9px;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  font-family: "Sawarabi Gothic", sans-serif;
  line-height: 24px;
}

.sec-course__schedule .title .type + .type {
  margin-left: 9px;
}

@media only screen and (max-width: 767px) {
  .sec-course__schedule .title {
    display: block;
    text-align: center;
  }

  .sec-course__schedule .title p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .sec-course__schedule .title .types {
    flex-direction: column;
    align-items: center;
    margin: 4px 0 0;
    gap: 8px;
  }

  .sec-course__schedule .title .type {
    bottom: 0;
    margin-right: 1px;
    margin-left: 0;
    font-size: 13px;
  }

  .sec-course__schedule .title .type + .type {
    margin-right: 0;
    margin-left: 1px;
  }
}

.sec-course__schedule .text ul {
  margin: 0;
  padding: 0;
}

.sec-course__schedule .text ul li {
  position: relative;
  margin-top: 27px;
  padding-left: 15px;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Sawarabi Gothic", sans-serif;
}

.sec-course__schedule .text ul li::before {
  position: absolute;
  display: block;
  content: "・";
  top: 0;
  left: 0;
}

.sec-course__schedule .text ul li + li {
  margin-top: 3px;
}

.sec-course__schedule .banner {
  display: flex;
  align-items: center;
  margin-top: 25px;
  border: 1px solid #707070;
  background-color: #fff;
}

.sec-course__schedule .banner + .banner {
  margin-top: 24px;
}

.sec-course__schedule .banner figure {
  flex: 0 0 313px;
}

.sec-course__schedule .banner figure img {
  width: 100%;
}

.sec-course__schedule .banner .banner-text {
  width: 100%;
  margin-top: -7px;
  padding: 0 55px;
  text-align: center;
}

.sec-course__schedule .banner .banner-text p {
  font-size: 15px;
  line-height: 1.4666666666666666;
  font-family: "Sawarabi Gothic", sans-serif;
}

.sec-course__schedule .banner .banner-text p.strong {
  margin-top: 10px;
  color: #574009;
  font-size: 28px;
  font-weight: 600;
  font-family: "Noto selif Japanese", serif;
}

.sec-course__schedule .banner .banner-text img {
  margin-top: 10px;
}

.sec-course__schedule .banner .banner-text ul {
  display: flex;
  justify-content: center;
  column-gap: 8px;
  margin: 20px 0 0;
  padding: 0;
}

.sec-course__schedule .banner.wine .banner-text ul li {
  width: 100%;
  max-width: 154px;
}

.sec-course__schedule .banner.sake .banner-text ul li {
  width: 100%;
  max-width: 318px;
}

.sec-course__schedule .banner .banner-text ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 44px;
  color: #fff;
  background-color: #574012;
  font-family: "Noto selif Japanese", serif;
  font-size: 13px;
  line-height: 1.25;
  transition: 0.3s;
}

/* .sec-course__schedule .banner .banner-text ul li.white a{
	color: #444444;
	background-color: #E5E3AD;
}

.sec-course__schedule .banner .banner-text ul li.red a{
	background-color: #761D3D;
} */

.sec-course__schedule .banner .banner-text ul li a.non-active {
  opacity: 0.5;
}

.sec-course__schedule .banner .banner-text ul li a::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 7.07px;
  height: 7.07px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.sec-course__schedule .banner .banner-text ul li.white a::before {
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
}

.sec-course__schedule .banner.wine .banner-text ul li a::after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 9px;
  top: 50%;
  width: 20px;
  height: 20px;
  font-size: 13px;
  border-radius: 50%;
  color: #574012;
  background-color: #fff;
  font-family: "Sawarabi Gothic", sans-serif;
  transform: translateY(-50%);
}

.sec-course__schedule .banner.wine .banner-text ul li:first-of-type a::after {
  content: "A";
}

.sec-course__schedule .banner.wine .banner-text ul li:nth-of-type(2) a::after {
  content: "B";
}

.sec-course__schedule .banner.wine .banner-text ul li:nth-of-type(3) a::after {
  content: "C";
}

.sec-course__schedule .banner a {
  transition: all 0.3s;
}

.sec-course__schedule .banner a:hover {
  opacity: 0.7;
}

.sec-course__schedule .banner.banner-soldout {
  position: relative;
  pointer-events: none;
}

.sec-course__schedule .banner.banner-soldout::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.4);
  content: "";
  z-index: 1;
}

.sec-course__schedule .banner.banner-soldout::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 256px;
  height: 86px;
  background: url(../img/index/soldout.png) center center / cover no-repeat;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.16);
  content: "";
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .sec-course__schedule .text {
    font-size: 14px;
    line-height: 1.786;
    margin-top: 15px;
  }

  .sec-course__schedule .text ul li {
    margin-top: 17px;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1.78;
  }

  .sec-course__schedule .text ul li + li {
    margin-top: 3px;
  }

  .sec-course__schedule .banner {
    display: block;
    margin-top: 16px;
  }

  .sec-course__schedule .banner .banner-text {
    margin-top: 22px;
    padding: 0 15px 28px;
  }

  .sec-course__schedule .banner .banner-text p {
    font-size: 14px;
    line-height: 1.6428571428571428;
  }

  .sec-course__schedule .banner .banner-text p.strong {
    font-size: 24px;
    line-height: 1.391304347826087;
  }

  .sec-course__schedule .banner .banner-text ul {
    flex-direction: column;
    row-gap: 10px;
    margin: 20px 5px 0;
  }

  .sec-course__schedule .banner .banner-text ul li a,
  .sec-course__schedule .banner.wine .banner-text ul li {
    max-width: none;
    height: 47.5px;
    font-size: 13px;
  }

  .sec-course__schedule .banner.wine .banner-text ul li a::after {
    left: 16px;
    width: 28.5px;
    height: 28.5px;
    font-size: 17px;
  }

  .sec-course__schedule .banner.banner-soldout::after {
    width: 185px;
    height: 66.5px;
    background: url(../img/index/soldout_sp.png) center center / cover no-repeat;
  }
}

.sec-course__tabs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec-course__tabs--top {
  margin-top: 181px;
}

@media only screen and (max-width: 767px) {
  .sec-course__tabs--top {
    margin-top: 51px;
  }
}

.sec-course__tabs--bottom .sec-course__tab::before {
  content: none;
}

.sec-course__tabs--bottom .sec-course__tab.is_current a::before {
  top: -15px;
  bottom: inherit;
  border-width: 0 15px 15px 15px;
}

.sec-course__tabs--bottom .sec-course__tab:first-child.is_current a::before {
  border-color: transparent transparent #761d3d transparent;
}

.sec-course__tabs--bottom .sec-course__tab:last-child.is_current a::before {
  border-color: transparent transparent #574009 transparent;
}

.sec-course__tab {
  position: relative;
  z-index: 9;
  width: 598px;
  text-align: center;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 26px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab {
    width: 49.8%;
  }
}

.sec-course__tab::before {
  position: absolute;
  top: -70px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-course__tab::before {
    top: -50px;
  }
}

.sec-course__tab a {
  display: block;
  position: relative;
  transition: 0.3s;
  height: 97px;
  line-height: 96px;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab a {
    font-size: 18px;
    line-height: 1.2;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__tab a {
    font-size: 15px;
  }
}

.sec-course__tab a span {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab a span {
    font-size: 14px;
  }
}

.sec-course__tab--basic::before {
  width: 350px;
  height: 100px;
  background-image: url(../../assets/img/index/deco01.png);
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--basic::before {
    width: 180px;
    height: 50px;
    position: absolute;
    top: -33px;
    display: inline-block;
  }
}

.sec-course__tab--basic a {
  border: 2px solid #761d3d;
  background-color: #fff;
  color: #761d3d;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--basic a {
    border: 1px solid #761d3d;
    position: relative;
  }
}

.mode-pc .sec-course__tab--basic a:hover {
  background-color: #761d3d;
  color: #fff;
}

.sec-course__tab--basic.is_current a {
  background-color: #761d3d;
  color: #fff;
}

.sec-course__tab--basic.is_current a::before {
  border-color: #761d3d transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--middle {
    letter-spacing: -0.04em;
  }
}

.sec-course__tab--middle::before {
  width: 320px;
  height: 100px;
  background-image: url(../../assets/img/index/deco02.png);
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--middle::before {
    width: 140px;
    height: 50px;
    position: absolute;
    top: -33px;
    display: inline-block;
  }
}

.sec-course__tab--middle a {
  border: 2px solid #574009;
  background-color: #fff;
  color: #574009;
}

.mode-pc .sec-course__tab--middle a:hover {
  background-color: #574009;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-course__tab--middle a {
    border: 1px solid #574009;
    position: relative;
  }
}

/* .mode-pc .sec-course__tab--middle a:hover {
	background-color: #574009;
	color: #fff;
} */

.sec-course__tab--middle.is_current a {
  background-color: #574009;
  color: #fff;
}

.sec-course__tab--middle.is_current a::before {
  border-color: #574009 transparent transparent transparent;
}

.sec-course__tab.is_current a::before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 30px;
  height: 15px;
  border-width: 15px 15px 0 15px;
  border-style: solid;
  content: "";
}

.sec-course__wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  /* padding-top: 69px; */
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap {
    padding-bottom: 52px;
  }
}

.sec-course__wrap--basic {
  background-color: #f5eff1;
}

.sec-course__wrap--basic .intro-lead,
.sec-course__wrap--basic .intro-hdg {
  color: #761d3d;
}

.sec-course__wrap--basic .course-btn a {
  background-color: #761d3d;
}

.sec-course__wrap--basic .course-btn + .course-btn a {
  border: 1px solid #761d3d;
  color: #761d3d;
  background-color: #fff;
}

.sec-course__wrap--basic .course-btn + .course-btn a::before {
  border-top: 1px solid #761d3d;
  border-right: 1px solid #761d3d;
}

.sec-course__wrap--middle {
  display: none;
  background-color: #f3f2ee;
}

.sec-course__wrap--middle .intro-lead,
.sec-course__wrap--middle .intro-hdg {
  color: #574009;
}

.sec-course__wrap--middle .course-btn a {
  background-color: #574009;
}

.sec-course__wrap--middle .course-btn + .course-btn a {
  border: 1px solid #574009;
  color: #574009;
  background-color: #fff;
}

.sec-course__wrap--middle .course-btn + .course-btn a::before {
  border-top: 1px solid #574009;
  border-right: 1px solid #574009;
}

.sec-course__wrap .course-btn + .course-btn {
  margin: 20px auto 0;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--basic .course-btn + .course-btn a {
    padding: 8px 0;
    line-height: 1.25;
  }
}

.sec-course__intro {
  margin-bottom: 55px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro {
    padding: 0 14px;
  }
}

.sec-course__intro .intro-lead {
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-lead {
    font-size: 18px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__intro .intro-lead {
    font-size: 16px;
  }
}

.sec-course__intro .intro-hdg {
  margin-bottom: 18px;
  font-family: "Noto selif Japanese", serif;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-hdg {
    font-size: 41px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__intro .intro-hdg {
    font-size: 34px;
  }
}

.sec-course__intro .intro-hdg span {
  color: #dd5c3c;
}

.sec-course__intro .intro-hdg .small {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-hdg .small {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-course__intro .intro-txt {
    padding: 0 20px;
    text-align: left;
    line-height: 1.7;
  }
}

.sec-course__detail {
  margin-top: 80px;
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail {
    margin-top: 40px;
    padding: 0 10px;
  }
}

.sec-course__detail .detail-box {
  width: 500px;
  padding: 45px 50px 48px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box {
    width: 100%;
    padding: 20px 33px 24px;
  }
}

.sec-course__detail .detail-box__hdg {
  position: relative;
  margin-bottom: 20px;
  color: #761d3d;
  font-family: "Noto selif Japanese", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.sec-course__wrap--middle .sec-course__detail .detail-box__hdg {
  color: #574009;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__hdg {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.sec-course__detail .detail-box__hdg::before {
  position: absolute;
  top: 0;
  left: -50px;
  width: 3px;
  height: 100%;
  border-left: 3px solid #88193c;
  content: "";
}

.sec-course__wrap--middle .sec-course__detail .detail-box__hdg::before {
  border-left: 3px solid #574009;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__hdg::before {
    left: -33px;
  }
}

.sec-course__detail .detail-box__txt {
  color: #414141;
  font-size: 15px;
  font-family: "Sawarabi Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__txt {
    font-size: 14px;
    line-height: 1.7;
  }
}

.sec-course__detail .detail-box__unit .unit-hdg {
  margin-top: 1em;
  color: #761d3d;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__unit .unit-hdg {
    font-size: 14px;
    line-height: 1.7;
  }
}

.sec-course__detail .detail-box__unit .unit-txt {
  color: #414141;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__unit .unit-txt {
    font-size: 14px;
    line-height: 1.7;
  }
}

.sec-course__detail .detail-box__list .list-item {
  color: #414141;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-box__list .list-item {
    margin-bottom: 5px;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
}

.sec-course__detail .detail-box__list .list-item span {
  margin-right: 5px;
  color: #761d3d;
}

.sec-course__detail--01 {
  margin-top: 0;
  background-image: url(../../assets/img/index/basic_img01.jpg);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--01 {
    background-image: none;
  }
}

.sec-course__detail--02 {
  background-image: url(../../assets/img/index/basic_img02.jpg);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--02 {
    background-image: none;
  }
}

.sec-course__detail--03 {
  background-image: url(../../assets/img/index/basic_img03.jpg);
  background-size: 62%;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--03 {
    background-image: none;
  }
}

.sec-course__detail--04 {
  margin-bottom: 130px;
  background-image: url(../../assets/img/index/basic_img04.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--04 {
    margin-bottom: 60px;
    background-image: none;
  }
}

.sec-course__detail--01,
.sec-course__detail--03 {
  background-position: 0 0;
}

.sec-course__detail--01 .detail-box,
.sec-course__detail--03 .detail-box {
  margin: 0 50px 0 auto;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--01 .detail-box,
  .sec-course__detail--03 .detail-box {
    margin: 0 auto;
  }
}

.sec-course__detail--02,
.sec-course__detail--04 {
  background-position: 100% 0;
}

.sec-course__detail--02 .detail-box,
.sec-course__detail--04 .detail-box {
  margin: 0 auto 0 50px;
}

@media only screen and (max-width: 767px) {
  .sec-course__detail--02 .detail-box,
  .sec-course__detail--04 .detail-box {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .sec-course__detail .detail-img img {
    width: 100%;
    height: auto;
  }
}

.sec-course__wrap--middle .sec-course__detail--01 {
  background-image: url(../../assets/img/index/middle_img01.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--01 {
    background-image: none;
  }
}

.sec-course__wrap--middle .sec-course__detail--02 {
  background-image: url(../../assets/img/index/middle_img02.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--02 {
    background-image: none;
  }
}

.sec-course__wrap--middle .sec-course__detail--03 {
  background-image: url(../../assets/img/index/middle_img03.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--03 {
    background-image: none;
  }
}

.sec-course__wrap--middle .sec-course__detail--04 {
  background-image: url(../../assets/img/index/middle_img04.jpg);
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__detail--04 {
    background-image: none;
  }
}

.sec-course__voice {
  position: relative;
  width: 1100px;
  margin: 0 auto 105px;
  padding: 46px 50px 55px;
  background-color: #f0eede;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice {
    width: 89.3%;
    margin: 0 auto 55px;
    padding: 36px 23px 20px;
  }
}

.sec-course__voice::before {
  position: absolute;
  top: -51px;
  right: -22px;
  width: 190px;
  height: 86px;
  background-image: url(../../assets/img/index/img_deco03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-course__voice::before {
    top: -32px;
    right: 0;
    width: 110px;
    height: 50px;
  }
}

.sec-course__voice .voice-hdg {
  margin-bottom: 20px;
  text-align: center;
  color: #761d3d;
  font-family: "Noto selif Japanese", serif;
  font-size: 30px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-hdg {
    font-size: 20px;
  }
}

.sec-course__voice .voice-hdg span {
  font-size: 26px;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-hdg span {
    font-size: 18px;
  }
}

.sec-course__voice .voice-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap {
    display: block;
  }
}

.sec-course__voice .voice-wrap__unit {
  width: 48%;

  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit {
    display: block;
    clear: both;
    width: 100%;
  }
}

.sec-course__voice .voice-wrap__unit .unit-img {
  width: 142px;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit .unit-img {
    float: left;
    width: 70px;
    margin: 0 12px 0 0;
  }
  .sec-course__voice .voice-wrap__unit .unit-img img {
    width: 100%;
    height: auto;
  }
}

.sec-course__voice .voice-wrap__unit .unit-txt {
  width: 300px;
  margin-top: -6px;
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit .unit-txt {
    width: 100%;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.72;
  }
}

@media only screen and (max-width: 767px) {
  .sec-course__voice .voice-wrap__unit + .voice-wrap__unit {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #b6a97e;
  }
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__voice .voice-wrap__unit {
    width: 100%;
  }
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-img {
  width: 110px;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-img {
    width: 70px;
  }
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-txt {
  width: 170px;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-txt {
    width: 100%;
    font-size: 14px;
  }
}

.sec-course__curriculum {
  padding: 81.5px 50px 0;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum {
    width: 96.5%;
    margin: 0 auto;
    padding: 0;
  }
}

.sec-course__curriculum .curriculum-hdg {
  margin-bottom: 37.5px;
  text-align: center;
  color: #761d3d;
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
}

.sec-course__wrap--middle .sec-course__curriculum .curriculum-hdg {
  color: #574009;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-hdg {
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 0.025em;
    margin-top: 33px;
    margin-bottom: 17.5px;
    /* overflow: hidden; */
  }
}

.sec-course__curriculum .curriculum-hdg span {
  color: #dd5c3c;
}

.sec-course__curriculum .curriculum-hdg .large {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-hdg .large {
    font-size: 25px;
  }
}

.sec-course__curriculum .curriculum-table {
  position: relative;
  width: 100%;
  border: none;
  border-right: 1px solid #b9a978;
  background-color: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: "Sawarabi Gothic", sans-serif;
}

.sec-course__curriculum .annote {
  margin-top: 20px;
  color: #da421d;
  font-size: 14px;
}

.sec-course__curriculum .table-scroll {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .table-scroll {
    position: relative;
    overflow: scroll;
    margin-bottom: 35px;
  }

  .sec-course__curriculum .table-scroll:before {
    position: absolute;
    z-index: 10;
    display: block;
    content: "";
    width: 112px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/index/icon_slide.png) center center no-repeat;
    background-size: contain;
    opacity: 1;
  }
  .sec-course__curriculum .table-scroll.active:before {
    display: none;
  }
  .sec-course__curriculum .curriculum-table {
    margin-bottom: 0;
    width: 1100px;
    /* scroll width */
    opacity: 0.3;
    transition: opacity 0.2s;
  }
  .sec-course__curriculum .table-scroll.active .curriculum-table {
    opacity: 1;
  }
}

.sec-course__curriculum .curriculum-table::before {
  position: absolute;
  top: -87px;
  left: -29px;
  width: 450px;
  height: 87px;
  background-image: url(../../assets/img/index/img_deco04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-table::before {
    display: none;
    top: -50px;
    left: 0;
    width: 260px;
    height: 51px;
  }
}

.sec-course__curriculum .curriculum-table th {
  padding: 11px 0;
  border-bottom: 1px solid #b9a978;
  border-left: 1px solid #b9a978;
  background-color: #761d3d;
  color: #fff;
}

.sec-course__wrap--middle .sec-course__curriculum .curriculum-table th {
  background-color: #574009;
}

@media only screen and (max-width: 767px) {
  .sec-course__curriculum .curriculum-table th {
    padding: 18px 0;
    font-size: 13px;
  }
}

.sec-course__curriculum .curriculum-table th.num {
  width: 100px;
}

@media (max-width: 767px) {
  .sec-course__curriculum .curriculum-table th.num {
    width: 13%;
  }
}

.sec-course__curriculum .curriculum-table th.title {
  width: 474px;
}

@media (max-width: 767px) {
  .sec-course__curriculum .curriculum-table th.title {
    width: 37.1%;
  }
}

.sec-course__curriculum .curriculum-table th.theme {
  width: 450px;
}
.sec-course__curriculum .curriculum-table.second th.theme {
  width: 700px;
}

.sec-course__curriculum .curriculum-table th.place {
  width: 105px;
}

.sec-course__curriculum .curriculum-table th.date {
  width: 241px;
}

.sec-course__curriculum .curriculum-table th.professor {
  width: 140px;
}

.sec-course__curriculum td.fee,
.sec-course__curriculum td.place,
.sec-course__curriculum td.date,
.sec-course__curriculum td.professor {
  font-size: 15px;
}

/* .sec-course__curriculum .curriculum-table.second tbody tr:nth-child(even) td {
	background-color: #faf8f5;
} */
/* .sec-course__curriculum .curriculum-table.second tbody tr:nth-child(even) td.num,
.sec-course__curriculum .curriculum-table.second tbody tr:nth-child(even) td.theme {
	background-color: #fff;
} */
.sec-course__curriculum .curriculum-table.second tbody td.place {
  background-color: #f6f0da !important;
}
.sec-course__curriculum .curriculum-table.second tbody td.place.shibuya {
  background-color: #dce3e0 !important;
}

/* 色を変えたいtrに.differを都度手作業でつける */
.sec-course__wrap--basic .curriculum-table tbody tr:nth-child(even),
.curriculum-table tbody .differ {
  background-color: #faf8f5;
}

.sec-course__wrap--basic .curriculum-table tbody tr:nth-child(even) .date li,
.sec-course__wrap--basic .curriculum-table tbody tr:nth-child(even) .professor li,
.curriculum-table tbody .differ .date li,
.curriculum-table tbody .differ .professor li {
  background-color: #faf8f5;
}

.sec-course__wrap--basic .curriculum-table tbody tr:nth-child(even) .date li:first-of-type,
.sec-course__wrap--basic .curriculum-table tbody tr:nth-child(even) .professor li:first-of-type {
  background-color: #e8e8e8;
}

.sec-course__curriculum .curriculum-table td.theme p:first-of-type {
  font-size: 18px;
}

.sec-course__curriculum .curriculum-table.second td.theme p:last-of-type {
  margin: 0;
  font-size: 16px;
}

.sec-course__curriculum .curriculum-table td.theme p:nth-of-type(2) {
  font-size: 14px;
  margin-top: 14px;
}

.sec-course__curriculum .curriculum-table td.theme p:nth-of-type(3) {
  font-size: 14px;
  margin-top: 5px;
}

.sec-course__curriculum .curriculum-table td.title a {
  display: inline-block;
  font-size: 14px;
  color: #6b1b35;
  border-bottom: 1px solid #6b1b35;
  line-height: 1.5;
  margin-top: 16px;
}

.sec-course__curriculum .curriculum-table td.title a:hover {
  border: none;
}

.sec-course__curriculum .curriculum-table td.theme ul.link {
  text-align: left;
}

.sec-course__curriculum .curriculum-table td.theme ul.link li {
  padding: 0;
  background-color: transparent;
}

.sec-course__curriculum .curriculum-table td.theme a {
  display: inline-block;
  margin-top: 16px;
  width: 264px;
  border-bottom: 1px solid #fff;
  background-color: #6b1b35;
  color: #fff;
  font-size: 14px;
  line-height: 44px;
  letter-spacing: 0.02em;
  text-align: center;
  transition: 0.3s;
}

.sec-course__curriculum .curriculum-table td.theme a.btn-finish {
  width: 166px;
  background-color: #919191;
  pointer-events: none;
}

.sec-course__wrap--middle .sec-course__curriculum .curriculum-table td.theme a {
  background-color: #574009;
}

.sec-course__curriculum .curriculum-table td.theme a:hover {
  opacity: 0.65;
}

/* .sec-course__curriculum .curriculum-table td.theme ul.link li+li{
	margin-top: 4px;
	border-top: none;
}

.sec-course__curriculum .curriculum-table td.theme ul.link li+li a{
	margin-top: 0;
	color: #B9A978;
	border-bottom: 1px solid #B9A978;
} */

/* .sec-course__curriculum .curriculum-table td.theme a:hover,
.sec-course__curriculum .curriculum-table td.theme ul.link li+li a:hover{
	border: none;
} */

/* @media(max-width: 767px) {
	.sec-course__curriculum .curriculum-table td.theme ul.link li+li{
		margin-top: 8px;
	}
} */

.sec-course__curriculum .curriculum-table td.place ul li {
  background-color: #f6f0da;
}

.sec-course__curriculum .curriculum-table td.place ul li.shibuya {
  background-color: #dce3e0;
}

.sec-course__wrap--basic .curriculum-table td.place ul li:first-of-type {
  background-color: #e8e8e8;
}

.sec-course__curriculum .curriculum-table td.symbol ul li {
  font-size: 15px;
}

.sec-course__curriculum .curriculum-table td.time ul li {
  font-size: 15px;
}

.sec-course__curriculum td.place,
.sec-course__curriculum td.date,
.sec-course__curriculum td.professor {
  padding: 0 !important;
}
.sec-course__curriculum .second td.place,
.sec-course__curriculum .second td.date,
.sec-course__curriculum .second td.professor {
  padding: 6px !important;
}

.sec-course__wrap--basic td.date ul li:nth-child(even),
.sec-course__wrap--basic td.professor ul li:nth-child(even) {
  background-color: #fff;
}

.sec-course__wrap--basic td.date ul li:first-of-type,
.sec-course__wrap--basic td.professor ul li:first-of-type {
  background-color: #e8e8e8;
}

.sec-course__curriculum td.date ul li span {
  color: #dd5c3c;
}

.sec-course__curriculum td ul {
  text-align: center;
}

.sec-course__curriculum td ul li {
  background-color: #fff;
  padding: 9px 6px;
}

.sec-course__curriculum .eight-row ul li {
  padding: 11px 6px;
}

.sec-course__curriculum .seven-row ul li {
  padding: 14px 6px;
}

.sec-course__curriculum .six-row ul li {
  padding: 17px 6px;
}

.sec-course__curriculum .five-row ul li {
  padding: 25px 6px;
}

.sec-course__curriculum .four-row ul li {
  padding: 32px 6px;
}

.sec-course__curriculum .one-row ul li {
  padding: 130px 6px;
}

.sec-course__curriculum td.place ul li.resize,
.sec-course__curriculum td.professor ul li.resize {
  padding: 20.5px 6px;
}

.sec-course__curriculum td.seven-row.place ul li.resize,
.sec-course__curriculum td.seven-row.professor ul li.resize {
  padding: 24.5px 6px;
}

.sec-course__curriculum td.six-row.place ul li.resize,
.sec-course__curriculum td.six-row.professor ul li.resize {
  padding: 28.5px 6px;
}

.sec-course__curriculum td.five-row.place ul li.resize,
.sec-course__curriculum td.five-row.professor ul li.resize {
  padding: 33.5px 6px;
}

@media (max-width: 767px) {
  .sec-course__curriculum td ul li {
    padding: 9px 6px;
  }

  .sec-course__curriculum .seven-row ul li {
    padding: 10px 6px;
  }

  .sec-course__curriculum td.place ul li.resize,
  .sec-course__curriculum td.professor ul li.resize {
    padding: 16.75px 6px;
  }

  .sec-course__curriculum ul li.resize {
    height: 53px;
  }

  .sec-course__curriculum td.seven-row.place ul li.resize,
  .sec-course__curriculum td.seven-row.professor ul li.resize {
    padding: 19.75px 6px;
  }

  .sec-course__curriculum .seven-row ul li.resize {
    height: 60px;
  }

  .sec-course__curriculum td.six-row.place ul li.resize,
  .sec-course__curriculum td.six-row.professor ul li.resize {
    padding: 24.75px 6px;
  }

  .sec-course__curriculum .six-row ul li.resize {
    height: 70px;
  }

  .sec-course__curriculum td.five-row.place ul li.resize,
  .sec-course__curriculum td.five-row.professor ul li.resize {
    padding: 29.75px 6px;
  }

  .sec-course__curriculum .five-row ul li.resize {
    height: 80px;
  }
}

.sec-course__curriculum td ul li + li {
  border-top: 1px solid #b9a978;
}

.sec-course__curriculum td.single {
  background-color: #e8e8e8;
  text-align: center;
}

.sec-course__curriculum td.place.single {
  font-size: 16px;
}

.sec-course__curriculum .curriculum-table td {
  padding: 18px 30px;
  border-bottom: 1px solid #b9a978;
  border-left: 1px solid #b9a978;
  color: #414141;
  vertical-align: top;
}

@media (max-width: 767px) {
  .sec-course__curriculum .curriculum-table td {
    padding: 18px 7px;
    font-size: 13px;
  }
}

.sec-course__curriculum .curriculum-table.second td.theme {
  text-align: left;
}

.sec-course__curriculum .curriculum-table td.num {
  padding: 18px 0;
  text-align: center;
}

.sec-course__curriculum .curriculum-table td.comingsoon {
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

.sec-course__price-title {
  width: 1100px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.875;
  color: #574009;
  font-family: "Noto selif Japanese", serif;
}

.sec-course__price-title + .sec-course__price {
  margin-top: 14px;
}

.sec-course__price {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto 50px;
  padding: 29px 175px 35px;
  border-top: 3px solid #761d3d;
  background-color: #fff;
  -ms-flex-align: center;
  align-items: center;
}

.sec-course__price.upper {
  row-gap: 4px;
  margin: 12px auto 42px;
}

.sec-course__price.lower {
  margin: 14px auto 84px;
  padding: 29px 0;
}

.sec-course__price.first {
  margin: 0 auto 50px;
}

.sec-course__price .anote {
  margin-top: 14px;
  font-size: 14px;
  margin-left: 80px;
}

@media only screen and (max-width: 767px) {
  .sec-course__price-title {
    width: 94.2%;
    font-size: 20px;
  }

  .sec-course__price.first {
    margin: 50px auto 50px;
  }

  .sec-course__price {
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 50px auto 30px;
    padding: 22px 15px;
  }

  .sec-course__price.upper {
    row-gap: 20px;
    margin: 12px auto 20px;
    padding: 22px 25px;
  }

  .sec-course__price.lower {
    width: 94.2%;
    margin: 12px auto 50px;
    padding: 22px 25px;
  }

  .sec-course__price .anote {
    font-size: 14px;
    margin-left: 0;
    margin-top: 20px;
  }

  .sec-course__price.upper .price-detail {
    line-height: 1.15;
  }

  .sec-course__price.upper .anote {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price {
    padding: 18px 15px;
  }
}

.sec-course__price .price-hdg {
  color: #574009;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  width: 50%;
  /* text-align: center; */
}

.sec-course__price .price-hdg:last-child {
  margin-top: 2px;
}

.sec-course__price .price-hdg .sup {
  vertical-align: super;
  font-size: 10px;
}

.sec-course__price .price-hdg.place {
  margin: 0 235px 0 80px;
}

@media only screen and (max-width: 767px) {
  .sec-course__price .price-hdg {
    width: 100%;
    margin: 0;
  }

  .sec-course__price .price-detail + .price-hdg {
    margin: 20px 0 0;
  }

  .sec-course__price .price-hdg.place {
    margin: 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price .price-hdg {
    font-size: 18px;
  }
}

.sec-course__price .price-detail {
  width: 50%;
  color: #444;
  font-family: "Sawarabi Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sec-course__price .price-detail {
    width: 100%;
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price .price-detail {
    font-size: 14px;
  }
}

.sec-course__price .price-detail span {
  color: #da421d;
}

.sec-course__price .price-detail span small {
  position: relative;
  font-size: 1em;
  padding-right: 17px;
  color: #444;
}

.sec-course__price .price-detail span small::after {
  display: block;
  content: "";
  border: 1px solid transparent;
  border-width: 5px 7px;
  border-left-color: #444;
  position: absolute;
  right: -10px;
  top: 30%;
  transform: translateY(-50%);
}

.sec-course__price .price-detail span small + .large {
  padding-left: 8px;
}

.sec-course__price .price-detail .large {
  font-size: 30px;
}

.sec-course__price .price-detail .middle {
  font-size: 20px;
  color: #444;
}

@media only screen and (max-width: 767px) {
  .sec-course__price .price-detail span small {
    padding-right: 7px;
  }

  .sec-course__price .price-detail span small::after {
    top: 39%;
    right: -15px;
  }

  .sec-course__price .price-detail span small + .large {
    padding-left: 8px;
  }

  .sec-course__price .price-detail .large {
    font-size: 23px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course__price .price-detail .large {
    font-size: 20px;
  }
}

.sec-course .course-btn__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sec-course .course-btn__detail p {
  position: relative;
  text-align: center;
}

.sec-course .course-btn__detail p span {
  color: #da421d;
}

.sec-course .course-btn__detail p::before,
.sec-course .course-btn__detail p::after {
  position: absolute;
  width: 1px;
  height: 32px;
  bottom: -20px;
  background-color: #000;
  content: "";
}

.sec-course .course-btn__detail p::before {
  left: -20px;
  transform: rotate(-25deg);
}

.sec-course .course-btn__detail p::after {
  right: -20px;
  transform: rotate(25deg);
}

.sec-course .course-btn__detail a {
  color: #761d3d;
  font-size: 14px;
  text-decoration: underline;
}

.sec-course .course-btn__detail + .course-btn {
  margin: 12px auto 0;
}

@media only screen and (max-width: 767px) {
  .sec-course .course-btn__detail p::before,
  .sec-course .course-btn__detail p::after {
    height: 60px;
    bottom: -27px;
  }

  .sec-course .course-btn__detail p::before {
    left: -30px;
  }

  .sec-course .course-btn__detail p::after {
    right: -30px;
  }

  .sec-course .course-btn__detail a {
    margin: 5px auto 0;
  }

  .sec-course .course-btn__detail + .course-btn {
    margin: 20px auto 0;
  }
}

.sec-course .course-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 460px;
  height: 80px;
  margin: 0 auto;
  padding: 30px 0;
  box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  line-height: 1.5;
  transition: 0.3s;
}

.sec-course .course-btn_note {
  margin: 16px 0 0;
  font-size: 14px;
  text-align: center;
  color: #414141;
}

.sec-course .course-btn.non-active a {
  /* padding: 15px 0; */
  /* background-color: #989b9e; */
  /* line-height: 1.25; */
  background-color: #919191;
  opacity: 1;
  pointer-events: none;
  box-shadow: none;
}

.sec-course .sec-course__wrap--middle .course-btn.together a {
  width: 100%;
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  .sec-course .course-btn a:has(small) {
    font-size: 15px;
  }

  .sec-course .course-btn_note {
    margin: 12px 0 0;
    font-size: 13px;
  }

  .sec-course .course-btn.non-active a {
    padding: 8px 0;
  }

  .sec-course .sec-course__wrap--middle .course-btn.together a {
    width: 77.3%;
    height: 80px;
    padding: 15px 0;
    line-height: 1.5;
  }
}

.anotation {
  padding: 0 20px;
  font-size: 14px;
  margin: 15px auto 0;
  text-align: center;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .sec-course .course-btn a {
    width: 77.3%;
    max-width: 400px;
    font-size: 17px;
    /* height: 60px; */
    padding: 21px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-course .course-btn a {
    font-size: 14px;
  }
}

.mode-pc .sec-course .course-btn a:hover {
  opacity: 0.65;
}

.sec-course .course-btn a::before {
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  width: 13.44px;
  height: 13.44px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .sec-course .course-btn a::before {
    top: calc(50% - 6px);
  }
}

/*--------------------------------------------------------------------------
   #sec-set
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-set {
  width: 100%;
  padding: 50px 0;
  background-color: #f0eede;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-set {
    padding: 27px 0 47px;
  }
}

.sec-set__hdg {
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .sec-set__hdg {
    margin-bottom: 16px;
    padding: 0 15px;
  }
  .sec-set__hdg img {
    width: 100%;
    height: auto;
  }
}

.sec-set__txt {
  margin-bottom: 25px;
  font-family: "Noto selif Japanese", serif;
  font-size: 20px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec-set__txt {
    margin-bottom: 12px;
    font-size: 15px;
  }
}

.sec-set__txt span {
  color: #da421d;
}

.sec-set__txt .large {
  font-size: 30px;
  line-height: 1.6;
}

@media only screen and (max-width: 374px) {
  .sec-set__txt .large {
    font-size: 24px;
  }
}

.sec-set__note {
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .sec-set__note {
    margin-bottom: 22px;
    font-size: 12px;
  }
}

.sec-set__list {
  width: 746px;
  margin: 0 auto;

  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .sec-set__list {
    display: block;
    width: 100%;
    padding: 0 5.7%;
  }
}

.sec-set__item {
  width: 48%;

  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .sec-set__item {
    width: 100%;
  }
}

.sec-set__item .item-name {
  margin-right: 20px;
  padding: 6px 35px 8px;
  background-color: #b9a978;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 374px) {
  .sec-set__item .item-name {
    padding: 6px 15px 8px;
  }
}

.sec-set__item .item-tel {
  font-size: 30px;
  line-height: 1;
}

@media only screen and (max-width: 374px) {
  .sec-set__item .item-tel {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-set__item + .sec-set__item {
    margin-top: 14px;
  }
}

/*--------------------------------------------------------------------------
   #sec-benefit
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-benefit {
  margin: 0 50px;
  padding: 38px 60px 49px;
  border-top: solid 2px #98566e;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .sec-benefit {
    margin: 0 20px 40px;
    padding: 23px 22.5px 28.4px;
  }
}

.sec-benefit-hdg {
  text-align: center;
  color: #761d3d;
  font-size: 15px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-hdg {
    font-size: 14px;
    line-height: 1.5;
  }
}

.sec-benefit-hdg .sub {
  font-weight: 600;
  font-size: 20px;
  line-height: 2.2;
  font-family: "Noto selif Japanese", serif;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-hdg .sub {
    font-size: 16px;
    line-height: 1.5;
  }
}

.sec-benefit-hdg .top {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 19px;
  font-family: "Noto selif Japanese", serif;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-hdg .top {
    font-size: 24px;
    line-height: 1.2;
    margin: 8px 0 18.5px;
  }
}

.sec-benefit-txt {
  font-size: 15px;
  line-height: 1.9;
  color: #444444;
  margin-top: 36.5px;
  text-align: center;
}

.sec-benefit-txt a {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .sec-benefit-txt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 17.4px;
  }
}

.sec-benefit-txt .emphasis {
  color: #dd5c3c;
  margin: 5px 0;
}

/* .sec-benefit-note {
	background-color: #faf8f5;
	padding: 28px 30px;
	margin: 12.5px 0;
}

@media only screen and (max-width: 767px) {
	.sec-benefit-note {
		padding: 21.4px 21px;
		margin: 9.9px 0;
	}
} */
/*--------------------------------------------------------------------------
   #sec-course-mv
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-course-mv {
  text-align: center;
  background-color: #f3f2ee;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .sec-course-mv {
    padding-bottom: 50px;
  }
}

.sec-course-mv-top {
  font-size: 18px;
  line-height: 2;
  color: #574009;
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sec-course-mv-top {
    font-size: 15px;
    line-height: 1.6;
  }
}

.sec-course-mv-top span {
  color: #dd5c3c;
}

.sec-course-mv-top__hdg {
  font-size: 30px;
  line-height: 1.6;
  margin: 10px 0 10px;
}

@media (max-width: 767px) {
  .sec-course-mv-top__hdg {
    font-size: 22px;
    line-height: 1.4;
    margin: 17.1px 0 14.1px;
  }
}

.sec-course-mv-sub {
  max-width: 880px;
  margin: 40px auto 0;
  color: #414141;
}

@media (max-width: 767px) {
  .sec-course-mv-sub {
    margin: 25px 20px 0;
  }
}

.sec-course-mv-sub li {
  border: solid 1px #a5997b;
  background-color: #f9f9f7;
  padding: 36px 60px 46px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .sec-course-mv-sub li {
    margin-top: 15px;
    padding: 22.4px 22.5px 28px;
  }
}

.sec-course-mv-sub li:first-child {
  margin-top: 0;
}

.sec-course-mv-sub__hdg {
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 2;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .sec-course-mv-sub__hdg {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 21.9px;
  }
}

.sec-course-mv-sub__hdg .strong {
  padding-bottom: 3px;
  border-bottom: solid 2px #88193c;
}

@media (max-width: 767px) {
  .sec-course-mv-sub__hdg .strong {
    padding-bottom: 1.5px;
  }
}

.sec-course-mv-sub__txt {
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .sec-course-mv-sub__txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: initial;
  }
}

.sec-course-mv-sub .at {
  color: #761d3d;
}

@media (min-width: 767px) {
  .sec-course-mv-sub .at {
    font-size: 16px;
  }
}
/*--------------------------------------------------------------------------
   #sec-cp
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-cp {
  width: 100%;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .sec-cp {
    padding-bottom: 60px;
  }
}

.sec-cp__hdg {
  padding: 80px 0 60px;
  color: #574009;
  font-size: 40px;
  font-family: "Noto selif Japanese", serif;
}

.sec-cp__hdg span {
  color: #761d3d;
}

@media (max-width: 768px) {
  .sec-cp__hdg {
    padding: 35px 0 23px;
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .sec-cp__num {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .sec-cp__num {
    width: 84.6%;
    margin: 0 auto;
  }
}

.sec-cp__sec {
  width: 350px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .sec-cp__sec {
    width: 100%;
    margin-bottom: 15px;
  }
}

.sec-cp__sec-title {
  padding: 6px 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  height: 26px;
}

.sec-course__wrap--basic .sec-cp__sec-title {
  background-color: #761d3d;
}

.sec-course__wrap--middle .sec-cp__sec-title {
  background-color: #574009;
}

@media (max-width: 768px) {
  .sec-cp__sec-title {
    padding: 6px 0;
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.sec-cp__catch {
  font-size: 18px;
  font-family: "Noto selif Japanese", serif;
  margin-bottom: 14px;
  color: #333333;
}

@media (max-width: 768px) {
  .sec-cp__catch {
    margin-bottom: 12px;
    font-size: 15px;
  }
}

.sec-cp__cp-title {
  margin-bottom: 24px;
  font-size: 28px;
  font-family: "Noto selif Japanese", serif;
  font-weight: 600;
  color: #333333;
}

@media (max-width: 768px) {
  .sec-cp__cp-title {
    margin-bottom: 20px;
    font-size: 25px;
  }
}

.sec-cp__strong {
  color: #dd5c3c;
  font-family: "Noto selif Japanese", serif;
}

.sec-cp__from {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .sec-cp__from {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.sec-cp__dis {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .sec-cp__dis {
    font-size: 45px;
    margin-bottom: 15px;
  }
}

.sec-cp__small {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .sec-cp__small {
    font-size: 24px;
  }
}

.sec-cp__middle {
  font-size: 40px;
}

@media (max-width: 768px) {
  .sec-cp__middle {
    font-size: 40px;
  }
}

.sec-cp__coupon {
  display: inline-block;
  padding: 13px 21.3px 14px 19.7px;
  background-color: rgba(221, 92, 60, 0.1);
  border-radius: 100px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .sec-cp__coupon {
    display: inline-block;
    padding: 10px 20px 10px 18px;
    border-radius: 100px;
    font-size: 14px;
  }
}

.sec-cp__cond {
  font-size: 14px;
  line-height: 1.6;
  padding: 14.8px 0 31.8px;
  color: #333333;
}

@media (max-width: 768px) {
  .sec-cp__cond {
    font-size: 14px;
    line-height: 1.57;
    padding: 13px 0 26px;
    width: 60vw;
    margin: auto;
  }
}

.sec-cp__cond a {
  text-decoration: underline;
}

.sec-cp__at {
  padding: 50px 0 53px;
  color: #414141;
}

@media (max-width: 768px) {
  .sec-cp__at {
    padding: 10px 0 36.8px;
    width: 74.7%;
    margin: 0 auto;
  }
}

.sec-cp__txt-title {
  display: inline-block;
  border-bottom: solid 1px #dd5c3c;
  padding-bottom: 2px;
  font-size: 16x;
  height: 19px;
}

@media (max-width: 768px) {
  .sec-cp__txt-title {
    width: 249px;
  }
}

.sec-cp__txt-detail {
  line-height: 2;
  font-size: 14px;
}

.sec-cp__txt-detail:nth-child(2) {
  padding-top: 12px;
}

@media (max-width: 768px) {
  .sec-cp__txt-detail {
    line-height: 1.6;
  }

  .sec-cp__txt-detail:nth-child(2) {
    padding-top: 13.8px;
  }

  .sec-cp__txt-detail:nth-child(3) {
    padding-top: 7.6px;
  }
}

.sec-cp__cond .mi-pc {
  display: inline;
}
/*--------------------------------------------------------------------------
   #sec-fixed-bnr
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-fixed-bnr__btns {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sec-fixed-bnr__btns {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: bottom 0.2s;
  }
  .sec-fixed-bnr__btns .btns-item {
    width: 50%;
  }
  .sec-fixed-bnr__btns .btns-item a {
    text-align: center;
    display: block;
    position: relative;
    color: #fff;
    font-family: "Noto selif Japanese", serif;
    font-size: 17px;
    line-height: 1.44;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec-fixed-bnr__btns .btns-item:last-of-type a {
    padding-right: 10px;
  }
  .sec-fixed-bnr__btns .btns-item:last-of-type a span {
    font-size: 13px;
  }
  .sec-fixed-bnr__btns .btns-item a::before {
    position: absolute;
    top: 44%;
    right: 4.1%;
    width: 13.44px;
    height: 13.44px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    transform: translateY(-50%) rotate(135deg);
  }
  .sec-fixed-bnr__btns .btns-item a::before {
    right: 15%;
  }
  .sec-fixed-bnr__btns .btns-item:first-child a {
    background-color: #761d3d;
    padding-right: 10px;
  }
  .sec-fixed-bnr__btns .btns-item:last-child a {
    background-color: #574009;
  }
  .sec-fixed-bnr__btns .btns-item:last-child a::before {
    /* display: none; */
  }

  .sec-fixed-bnr__btns .btns-item.non-active a {
    pointer-events: none;
    background-color: #989b9e;
  }
  
  .sec-fixed-bnr__btns .btns-item.non-active a::before {
    content: none;
  }
}

@media (max-width: 374px) {
  .sec-fixed-bnr__btns .btns-item:last-child a::before {
    right: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .sec-fixed-bnr__btns.is-show {
    bottom: 0;
  }
}

.sec-message {
  background-color: #f0eede;
  padding: 87px 0 125.5px;
}

@media only screen and (max-width: 767px) {
  .sec-message {
    padding: 32.5px 20px 40px;
  }
}

.sec-message .area {
  width: 1100px;
  margin: 0 auto;
}

.sec-message .area + .area {
  margin: 135px auto 0;
}

@media only screen and (max-width: 767px) {
  .sec-message .area {
    width: 100%;
  }

  .sec-message .area + .area {
    margin: 63px auto 0;
  }
}

.sec-message .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #761d3d;
  font-family: "Noto selif Japanese", serif;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sec-message .title {
    font-size: 24px;
    line-height: 1.333;
  }
}

.sec-message .person {
  margin-top: 88px;
}

@media only screen and (max-width: 767px) {
  .sec-message .person {
    margin-top: 26.5px;
  }
}

.sec-message ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sec-message ul {
    flex-direction: column;
  }
}

.sec-message ul + ul {
  margin-top: 52.5px;
  border-top: solid 1px rgba(185, 169, 120, 0.5);
  padding-top: 51px;
}

@media only screen and (max-width: 767px) {
  .sec-message ul + ul {
    margin-top: 22.5px;
    padding-top: 22.5px;
  }
}

.sec-message li {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .sec-message li + li {
    margin-top: 22.5px;
    border-top: solid 1px rgba(185, 169, 120, 0.5);
    padding-top: 22.5px;
  }
}

.sec-message figure {
  width: 115px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .sec-message figure {
    width: 94.5px;
  }
}

.sec-message img {
  width: 100%;
  border-radius: 50%;
}

.sec-message .group {
  width: 360px;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .sec-message .group {
    width: 100%;
    margin-left: 17.5px;
  }
}

.sec-message .name {
  font-size: 17px;
  line-height: 1.41176470588;
  color: #444;
  padding-left: 29px;
  background: url(../img/index/message_icon.png) 0 2.5px / 19px no-repeat;
  margin-top: 10.5px;
}

@media only screen and (max-width: 767px) {
  .sec-message .name {
    font-size: 16px;
    line-height: 1.0625;
    padding-left: 27.5px;
    background: url(../img/index/message_icon.png) 0 / 17px no-repeat;
    margin-top: 8px;
  }
}

.sec-message .text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  font-family: "Sawarabi Gothic", sans-serif;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .sec-message .text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 13px;
  }
}
