@charset "UTF-8";
@media screen and (min-width: 767.99px) {
  /* 共通 */
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Noto serif JP";
    color: #fff;
  }
  img {
    width: 100%;
  }
  a:hover {
    opacity: 0.7;
  }
  .pc {
    display: block !important;
  }
  .pcf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp {
    display: none !important;
  }
  /* ヘッダー */
  header {
    height: 80px;
    background-color: #EC6828;
  }
  header .header_inner {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .header_logo {
    width: 120px;
  }
  header .header_list {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* ライン */
  #line .line_inner {
    margin: 0 auto;
    margin-top: 150px;
    width: 65%;
  }
  #line .line_inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  #line .line_inner .btn {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    background-color: #5BAD59;
    padding: 40px 70px;
    border-radius: 10px;
  }
  #line .line_message {
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }
  #line .line_message:before {
    content: "＼";
    font-size: 54px;
    color: #707070;
  }
  #line .line_message:after {
    content: "／";
    font-size: 54px;
    color: #707070;
  }
  /* 特定商取引法に基づく表記 */
  #law .law_inner {
    width: 65%;
    margin: 0 auto;
    padding-top: 80px;
  }
  #law .law_title {
    color: #EC6828;
    font-size: 40px;
    text-align: center;
  }
  #law .law_table {
    color: #707070;
    width: 100%;
    margin-top: 80px;
  }
  #law .law_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 1%;
  }
  #law .law_table th, #law .law_table td {
    padding: 10px;
    border-bottom: 1px solid #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #law .law_table th {
    width: 19%;
  }
  #law .law_table td {
    width: 80%;
  }
  /* フッター */
  footer {
    background-color: #EC6828;
  }
  footer .footer_inner {
    padding: 20px 0;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
  }
  footer .footer_inner a {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767.99px) {
  /* 共通 */
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: "Noto serif JP";
    color: #fff;
  }
  img {
    width: 100%;
  }
  a:hover {
    opacity: 0.7;
  }
  .pc {
    display: none !important;
  }
  .pcf {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* ヘッダー */
  header {
    background-color: #EC6828;
  }
  header .header_inner {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header_logo {
    width: 35%;
    padding: 10px;
  }
  header .header_list {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* ライン */
  #line .line_inner {
    margin: 0 auto;
    margin-top: 64px;
    width: 90%;
  }
  #line .line_inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  #line .line_inner .btn {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    background-color: #5BAD59;
    padding: 20px 40px;
    border-radius: 10px;
  }
  #line .line_message {
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
  #line .line_message:before {
    content: "＼";
    font-size: 32px;
    color: #707070;
  }
  #line .line_message:after {
    content: "／";
    font-size: 32px;
    color: #707070;
  }
  /* 特定商取引法に基づく表記 */
  #law .law_inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
  }
  #law .law_title {
    color: #EC6828;
    font-size: 40px;
    text-align: center;
  }
  #law .law_table {
    color: #707070;
    width: 100%;
    margin-top: 40px;
  }
  #law .law_table tr {
    display: block;
    margin-top: 20px;
  }
  #law .law_table tr:first-child {
    margin-top: 0;
  }
  #law .law_table th, #law .law_table td {
    padding: 10px;
    display: block;
  }
  #law .law_table th {
    width: 100%;
    border-bottom: 1px solid #707070;
  }
  #law .law_table td {
    width: 100%;
    padding-left: 20px;
  }
  /* フッター */
  footer {
    background-color: #EC6828;
  }
  footer .footer_inner {
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 64px;
  }
  footer .footer_inner a {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
  }
}