/** Shopify CDN: Minification failed

Line 1917:21 Expected ")" to end URL token
Line 3107:21 Expected ")" to end URL token

**/
/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}



pre {
    font-family: monospace,monospace;
    font-size: 1em
}

table {
  box-shadow:none !important;
}

tbody {
  border:none !important;
}

tr {
  border:none !important;
}

td {
  border:none !important;
}

th {
  border:none !important;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM  DEVELOPER : DENIS LEBLANC  URL : http://responsive.gs  VERSION : 3.0  LICENSE : GPL & MIT*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    max-width: 800px;
    margin: 0 auto
}

.clr:after,.col:after,.container:after,.group:after,.row:after {
    content: "";
    display: table;
    clear: both
}

.row {
    padding-bottom: 0
}

.col {
    display: block;
    float: left;
    width: 100%
}

@media(min-width: 768px) {
    .gutters .col {
        margin-left:2%
    }

    .span_1 {
        width: 8.33333333333%
    }

    .span_2 {
        width: 16.6666666667%
    }

    .span_3 {
        width: 25%
    }

    .span_4 {
        width: 33.3333333333%
    }

    .span_5 {
        width: 41.6666666667%
    }

    .span_6 {
        width: 50%
    }

    .span_7 {
        width: 58.3333333333%
    }

    .span_8 {
        width: 66.6666666667%
    }

    .span_9 {
        width: 75%
    }

    .span_10 {
        width: 83.3333333333%
    }

    .span_11 {
        width: 91.6666666667%
    }

    .span_12 {
        width: 100%
    }

    .gutters .span_1 {
        width: 6.5%
    }

    .gutters .span_2 {
        width: 15%
    }

    .gutters .span_3 {
        width: 23.5%
    }

    .gutters .span_4 {
        width: 32%
    }

    .gutters .span_5 {
        width: 40.5%
    }

    .gutters .span_6 {
        width: 49%;
    }

    .gutters .span_7 {
        width: 100%
    }

    .gutters .span_8 {
        width: 66%
    }

    .gutters .span_9 {
        width: 74.5%
    }

    .gutters .span_10 {
        width: 83%
    }

    .gutters .span_11 {
        width: 91.5%
    }

    .gutters .span_12 {
        width: 100%
    }
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1*/
.container {
    padding: 0 1%
}

.container img {
    max-width: 100%
}

*+.container {
    margin-top: 2em
}

.row:not(:last-child) {
    margin-bottom: 4%
}

.col {
    float: none
}

.col:not(:last-child) {
    margin-bottom: 3%
}

@media(min-width: 768px) {
    .container {
        max-width:initial;
        margin: auto;
        padding: 0 10px
    }

    *+.container {
        margin-top: 40px
    }

    .col {
        float: left
    }

    .reverse>.col {
        float: right
    }

    .col:not(:last-child) {
        margin-bottom: 0
    }

    .reverse>.col:last-child,:not(.reverse)>.col:first-child {
        margin-left: 0
    }

    .col.offset_1 {
        margin-left: 8.33333333333%
    }

    .gutters .col.offset_1 {
        margin-left: 10.5%
    }

    .gutters .col.offset_1:first-child {
        margin-left: 8.5%
    }

    .col.offset_2 {
        margin-left: 16.6666666667%
    }

    .gutters .col.offset_2 {
        margin-left: 19%
    }

    .gutters .col.offset_2:first-child {
        margin-left: 17%
    }

    .col.offset_3 {
        margin-left: 25%
    }

    .gutters .col.offset_3 {
        margin-left: 27.5%
    }

    .gutters .col.offset_3:first-child {
        margin-left: 25.5%
    }

    .col.offset_4 {
        margin-left: 33.3333333333%
    }

    .gutters .col.offset_4 {
        margin-left: 36%
    }

    .gutters .col.offset_4:first-child {
        margin-left: 34%
    }

    .col.offset_5 {
        margin-left: 41.6666666667%
    }

    .gutters .col.offset_5 {
        margin-left: 44.5%
    }

    .gutters .col.offset_5:first-child {
        margin-left: 42.5%
    }

    .col.offset_6 {
        margin-left: 50%
    }

    .gutters .col.offset_6 {
        margin-left: 53%
    }

    .gutters .col.offset_6:first-child {
        margin-left: 51%
    }

    .col.offset_7 {
        margin-left: 58.3333333333%
    }

    .gutters .col.offset_7 {
        margin-left: 61.5%
    }

    .gutters .col.offset_7:first-child {
        margin-left: 59.5%
    }

    .col.offset_8 {
        margin-left: 66.6666666667%
    }

    .gutters .col.offset_8 {
        margin-left: 70%
    }

    .gutters .col.offset_8:first-child {
        margin-left: 68%
    }

    .col.offset_9 {
        margin-left: 75%
    }

    .gutters .col.offset_9 {
        margin-left: 78.5%
    }

    .gutters .col.offset_9:first-child {
        margin-left: 76.5%
    }

    .col.offset_10 {
        margin-left: 83.3333333333%
    }

    .gutters .col.offset_10 {
        margin-left: 87%
    }

    .gutters .col.offset_10:first-child {
        margin-left: 85%
    }

    .col.offset_11 {
        margin-left: 91.6666666667%
    }

    .gutters .col.offset_11 {
        margin-left: 95.5%
    }

    .gutters .col.offset_11:first-child {
        margin-left: 93.5%
    }

    .col.offset_12 {
        margin-left: 100%
    }

    :not(.reverse)>.col.break+.col {
        clear: left;
        margin-left: 0
    }

    .reverse>.col.break {
        margin-left: 0
    }

    .reverse>.col.break+.col {
        clear: right;
        margin-right: 0
    }

    .col.break~.col {
        margin-top: 2%
    }
}

@media(min-width : 1024px) {
    .container {
        padding:0
    }
}


/* ここから */



figure {
  margin: 0;
  text-align: center;
}

figure + h3, figure + h4 {
  margin-block-start: 1em;
}

figure a img {
  transition: .3s;
}

figure a:hover img {
  opacity: .7;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #444444;
  text-decoration: underline;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

.highlight a {
  color: #444444;
}

.highlight a:hover {
  color: #444444;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
      list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 3%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

.sp-mask {
  transition: none !important;
}

.highlight {
  padding: 4%;
  background: rgba(242, 102, 81, 0.05);
  color: #444444;
}

#swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section:last-child {
    margin-bottom: 9%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@media (max-width: 767px) {
  .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  .gutters .row.row_inline .span_12 {
    width: 100%;
  }
}

main .column_main,
main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

main .column_main .widget_header,
main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

main .column_main .widget_header + *:not(.calendar_wrap),
main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

main .column_main .widget_header + .textwidget,
main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

main .column_main .widget_wrap .menu,
main .column_main .widget_wrap > ul,
main .column_sub .widget_wrap .menu,
main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu ul,
main .column_main .widget_wrap > ul ul,
main .column_sub .widget_wrap .menu ul,
main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .column_main .widget_wrap .menu li,
main .column_main .widget_wrap > ul li,
main .column_sub .widget_wrap .menu li,
main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

main .column_main .widget_wrap .menu li:last-child,
main .column_main .widget_wrap > ul li:last-child,
main .column_sub .widget_wrap .menu li:last-child,
main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

main .column_main .widget_wrap .menu li a,
main .column_main .widget_wrap > ul li a,
main .column_sub .widget_wrap .menu li a,
main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

main .column_main .widget_wrap .menu li a:hover,
main .column_main .widget_wrap > ul li a:hover,
main .column_sub .widget_wrap .menu li a:hover,
main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

main .column_main .widget_wrap ul > li.page_item,
main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

main .column_main .widget_wrap ul > li.page_item .children,
main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

main .column_main .widget_wrap ul > li.page_item .children li,
main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

main .column_main .widget_wrap ul > li.page_item .children li:before,
main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

main .column_main .widget_wrap ul > li.page_item .children li li:before,
main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  .gutters .span_3.column_sub,
  .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}


@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

.article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  .article_detail:not(.reverse) .col.span_12 + .span_4,
  .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  .article_detail.reverse .col.span_12,
  .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

.sidebar {
  visibility: hidden;
}

.sidebar > .widget_wrap {
  visibility: visible;
}

.gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

.sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

.sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

.sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

.sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

.sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

.sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

.sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.parallax_h1 {
  height: 250px;
  position: relative;
}

.parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

.parallax_h1 h1 {
  color: #fff;
}

.parallax_h1 h1:after, .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  .parallax_h1 {
    height: 450px;
  }
}

.map_wide #map_canvas,
.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_wide img {
  max-width: none;
}

.slick-track {
  margin: 0 auto;
}

.col dl p {
  line-height: 1.4;
  margin: 0;
}

.col table {
  line-height: 1.8;
}

.col table p, .col table dl, .col table ul, .col table ol {
  line-height: 1.8;
}

.col p, .col dl, .col ul, .col ol {
  line-height: 1.8;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

#fb-root,
.fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

img.wp-edited-image[width] {
  width: auto !important;
}

img.wp-edited-image[height] {
  height: auto !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: transparent;
  color: #444444;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  width: 240px;
  height: 70px;
  max-width: none;
}

@media (max-width: 639px) {
  header .title img,
  header .title object {
    width: 170px;
    height: 49.58333px;
  }
}

.top_logo {
  position: absolute;
    margin-top: 75px;
  left: 1.5vw;
    width: 15vw;
}

header .title img.top_logo,
header .title object.top_logo {
  display: none;
}

header .global_nav {
  display: none;
}

header .global_nav.visible {
  display: block;
}

header .global_nav > ul {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

header .global_nav > ul > li {
  border-bottom: 1px solid #fff;
}

header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: rgba(242, 102, 81, 0.9);
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

header .global_nav > ul > li a:hover {
  color: #fff;
}

header .global_nav > ul > li a:active {
  background: #F26651;
  color: #fff;
}

header .global_nav > ul > li > a {
  background: rgba(242, 102, 81, 0.9);
}

header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

header .global_nav .menu_icon a:after, header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #F26651;
  transition: transform 0.5s;
}

header .global_nav .menu_icon a:before {
  top: 0;
}

header .global_nav .menu_icon a:after {
  bottom: 0;
}

header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #F26651;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #F26651;
}

header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #F26651;
}

header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 1280px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 1280px) and (max-width: 1199px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .global_nav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 100px;
  }
  header .title {
    max-width: none;
    padding: 10px 0;
  }
  header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding-right: 160px;
    display: none;
  }
  header .global_nav.visible {
    display: table-cell;
  }
  header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-inline: .5em;
  }
  header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .global_nav > ul > li:not(:first-child) > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -.5em;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #444444;
  }
  header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #444444;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 0;
  }
  header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #444444;
    color: #444444;
  }
  header .global_nav > ul > li > a:active {
    background: none;
  }
  header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .global_nav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 1279px) {
  header .global_nav > ul > li a > span,
  header .global_nav > ul > li a > br {
    display: none;
  }
}

.hdr_info_wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .hdr_info_wrap {
    position: fixed;
    width: 100%;
    right: auto;
    top: auto;
    transform: none;
    left: 0;
    bottom: 0;
    height: 50px;
    z-index: -2;
  }
}

.hdr_info_wrap .hdr_info {
  display: flex;
  height: 100%;
}

.hdr_info_wrap .hdr_info .link_wrap {
  background: #4ABDA2;
  text-decoration: none;
  width: 180px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  top: 75px;
  transition: .3s;
}

@media (max-width: 767px) {
  .hdr_info_wrap .hdr_info .link_wrap {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .hdr_info_wrap .hdr_info .link_wrap {
    width: 100%;
  }
}

.hdr_info_wrap .hdr_info .link_wrap.bg_2 {
  background: #F26651;
}

.hdr_info_wrap .hdr_info .link_wrap:hover {
  background: #6fcbb5;
}

.hdr_info_wrap .hdr_info .link_wrap:hover.bg_2 {
  background: #f69080;
}

@media (min-width: 768px) {
  .hdr_info_wrap .hdr_info .link_wrap figure {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .hdr_info_wrap .hdr_info .link_wrap figure img {
    max-width: 20px;
  }
}

.hdr_info_wrap .hdr_info .link_wrap p {
  margin-top: .2em;
}

footer {
  position: relative;
}

@media (max-width: 767px) {
  footer {
    padding-block: 20px 50px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  footer .logo img {
    width: 170px;
  }
}

footer nav {
  text-align: center;
  display: none;
}

footer nav.visible {
  display: block;
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer nav ul li + li {
  border-top: 1px solid #fff;
}

footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: .8em;
}

@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
    margin-bottom: 1.5em;
  }
}

@media (min-width: 768px) {
  footer {
    padding-block: 35px;
  }
  footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .logo {
    text-align: right;
  }
  footer .nav_col {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  footer nav {
    text-align: left;
  }
  footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  footer nav ul li + li {
    border: 0;
  }
  footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

/*
 * フッターパターンA(footer pattern A)
 */
footer {
  background: #F26651;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  footer .container .row nav ul {
    display: inline-block;
  }
  footer .container .row nav a {
    display: inline-block;
    padding: 0.05em;
  }
}

/* 追尾ボタン */
.link_btn {
  position: fixed;
  bottom: calc(10% + 70px);
  right: 1%;
  z-index: 60;
}

.link_btn .box {
  transition: .4s;
}

.link_btn .box:hover {
  opacity: .7;
}

.link_btn .box img {
  max-width: 15vw;
}

.bread_wrap {
  margin-bottom: 2%;
}

.bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

.bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

.bread ul li a {
  text-decoration: none;
  color: #444444;
}

.bread ul li a:hover {
  color: #444444;
  text-decoration: none;
}

.bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.bread ul li:last-child:after {
  content: none;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 190px;
  margin: 0;
  padding: 1em 1em;
  border: 0;
  border-radius: 50px;
  line-height: 1.4;
  background: #F26651;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  transition: .3s;
  font-weight: bold;
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #F9A396;
  color: #fff;
}

.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.highlight .button:hover, .highlight .inquiry .wpcf7-submit:hover, .inquiry .highlight .wpcf7-submit:hover {
  color: #fff;
}

.button.block, .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

.button.inverse, .inquiry .inverse.wpcf7-submit {
  border: 0;
  border-radius: 50px;
  background: #000;
  color: #fff;
}

.button.inverse:hover, .inquiry .inverse.wpcf7-submit:hover {
  background: #1a1a1a;
  color: #fff;
}

.button.cancel, .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

.button.cancel:hover, .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

.button.large, .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button + .button, .inquiry .wpcf7-submit + .button, .inquiry .button + .wpcf7-submit, .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

.button span, .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url({{ 'btn_icon.png' | file_url }}) left center no-repeat;
  background-size: auto 14px;
}

.cal_wrapper table.cal {
  width: 100%;
}

.cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1.0em;
}

.cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}

.cal_wrapper table.cal button {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

.cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #F26651;
}

.cal_wrapper table.cal button.prev {
  left: 0;
}

.cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

.cal_wrapper table.cal button.next {
  right: 0;
}

.cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

.cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}

.cal_wrapper table.cal .headline {
  background-color: rgba(242, 102, 81, 0.7);
  color: #fff;
}

.cal_wrapper table.cal .headline td {
  padding: 0.5em;
}

.cal_wrapper .cal_legend {
  margin-top: 20px;
}

.cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}

.cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

/* お問い合わせフォーム(form liên lạc) */
.inquiry fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: .5em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type="text"],
.inquiry input[type="url"],
.inquiry input[type="email"],
.inquiry input[type="tel"],
.inquiry input[type="date"],
.inquiry input[type="number"],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 9px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ACACAC;
}

.inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .w_half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #f00;
  font-size: 13px;
  font-size: 1.3rem;
}

.inquiry label {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 0;
  margin-right: 0.8em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 792px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry dt {
    clear: both;
  }
  .inquiry dt.col:not(:last-child) {
    margin-bottom: 1.3em;
  }
  .inquiry dd.col:not(:last-child) {
    margin-bottom: 3em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type="text"],
  .inquiry input[type="url"],
  .inquiry input[type="email"],
  .inquiry input[type="tel"],
  .inquiry input[type="date"],
  .inquiry input[type="text"],
  .inquiry select {
    width: 100%;
  }
  .inquiry input[type="number"] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

.movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie.ar16to9 {
  padding-top: 56.25%;
}

.movie.ar4to3 {
  padding-top: 75%;
}

.news .news_bg {
  background: rgba(242, 102, 81, 0.05);
}

.news.typeC .news_bg {
  padding: 1em;
}

.news h2 {
  color: #444444;
}

.news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

.news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

.news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

.news dl dd a {
  text-decoration: none;
}

.news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  .news.typeA h2:after {
    display: none;
  }
  .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  .news.typeC dl {
    max-height: 500px;
  }
  .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  .news dl dt + dd {
    padding-left: 120px;
  }
}

.parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax.ios {
  background-attachment: scroll;
}

.parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.parallax .parallax_contents h1, .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

.shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

.shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

.shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

.shopinfo dl:first-child {
  margin-top: 0;
}

.shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

.shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #F26651;
}

.shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

.shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shopinfo .map_container + p {
  margin-top: 2em;
}

.map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

.map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  .shopinfo figure {
    max-width: 100%;
  }
  .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  .shopinfo .map_container {
    padding-top: 70%;
  }
  .shopinfo .span_12 .map_container, .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}

table {
  margin: 0 auto;
}

table td,
table th {
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  table td,
  table th {
    padding: 0.7em .3em;
  }
}

table th {
  text-align: center;
  font-weight: normal;
}

.table-default {
  width: 100%;
}

.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-default td,
.table-default th {
  border: 1px solid #F26651;
}

.table-default th {
  background: rgba(242, 102, 81, 0.7);
  color: #fff;
}

.table-default td {
  background: transparent;
}

.table-menu {
  width: 100%;
}

.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-menu td,
.table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #F26651;
  border-bottom: 1px solid #F26651;
}

@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em .3em;
  }
}

.table-menu tbody th {
  text-align: left;
}

.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

.table-schedule {
  width: 100%;
}

.table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-schedule td,
.table-schedule th {
  border: 1px solid #F26651;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em .3em;
  }
}

.table-schedule thead th {
  background: rgba(242, 102, 81, 0.7);
  color: #fff;
}

.table-schedule tbody th {
  background: transparent;
}

.table-schedule td {
  background: transparent;
}

.table-summary {
  border-top: 1px solid #F26651;
  width: 100%;
}

.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #F26651;
}

.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .responsive-list {
    display: block;
  }
  .responsive-list thead {
    display: none;
  }
  .responsive-list tbody,
  .responsive-list td,
  .responsive-list th,
  .responsive-list tr {
    display: block;
  }
  .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  .responsive-list td:first-child {
    border-bottom: 0;
  }
  .responsive-list td:last-child {
    border-top: 0;
  }
  .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}



h2 {
  display: block;
  text-align: center;
  margin: 0 auto 0.8em;
  position: relative;
  border: 0;
  word-wrap: break-word;
  font-weight: bold;
  font-size: 48px;
  font-size: 4.8rem;
  color: #444444;
  padding-bottom: .5em;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: .7em;
  }
}

h2:before {
  content: "";
  position: absolute;
  display: block;
  background: #F26651;
  width: 60px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

h2.inverse {
  color: #fff;
}

h2.inverse:before {
  background: #fff;
}

h2 .small {
  font-size: 38px;
  font-size: 3.8rem;
}

@media (max-width: 767px) {
  h2 .small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h2 .large {
  font-size: 56px;
  font-size: 5.6rem;
}

@media (max-width: 767px) {
  h2 .large {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h2 .xlarge {
  font-size: 72px;
  font-size: 7.2rem;
}

@media (max-width: 767px) {
  h2 .xlarge {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.h2_ttl {
  padding: 0;
}

.h2_ttl:before {
  content: none;
}

h3 {
  margin: 0 0 0.5em;
  color: #F26651;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  h3.xlarge {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  h3.xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  h3.large {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  h3.large {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h4 {
  margin: 0 0 0.5em;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  color: #444444;
  font-weight: bold;
}

@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #444444;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(242, 102, 81, 0.05);
}

.widget_wrap .widget_header a {
  text-decoration: none;
}

.widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main_visual {
  position: relative;
  table-layout: fixed;
}

.main_visual .main_visual_slick,
.main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

.main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

.main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

.main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 87.83333%;
  max-width: 1054px;
  max-height: 579px;
  z-index: 52;
}

.main_visual .main_visual_copy2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_copy2 > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.main_visual .main_visual_copy2 > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80.66667%;
  max-width: 968px;
  max-height: 386px;
  z-index: 52;
}

.main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

.main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

.main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

.main_visual .main_visual_arrow .slick-prev:before,
.main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  .main_visual .main_visual_arrow .slick-prev:before,
  .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }

  .main_visual_wrap {
    position: relative;
    padding-top: 0;
    padding-bottom: 15vw;
}
}

@media (max-width: 639px) {
  .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

.main_visual .main_visual_slick {
  padding-top: 62.5%!important;
}

@media (min-width: 1200px) {
  .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 750px !important;
  }
}

@media (min-width: 1920px) {
  .main_visual .main_visual_slick {
    padding-top: 39.0625%!important;
  }
}

@media (max-width: 639px) {
  .main_visual .main_visual_slick {
    padding-top: 109.375%!important;
  }
}

.slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #F26651;
}

.slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url({{ 'icon_scroll.png' | file_url }}) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

.slide_scroll:hover {
  color: #fff;
}

.article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .article_list {
    padding: 1em;
  }
}

.article_list:nth-child(even) {
  background: rgba(242, 102, 81, 0.05);
}

.article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

.article_list:hover:before {
  background: #F26651;
}

.article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_list .case_arrow {
    height: 80px;
  }
}

.article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #F26651;
  border-right: 5px solid #F26651;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #F26651;
    border-right: 5px solid #F26651;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_list .span_12 {
  margin: 2% 0;
}

.article_single01 .article_single01_02 {
  margin-top: 10px;
}

.article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single01 .ofi {
  background: rgba(242, 102, 81, 0.05);
}

.article_single01 .more {
  display: block;
  text-align: center;
}

.article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single02 .ofi {
  background: rgba(242, 102, 81, 0.05);
}

.article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

.article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #F26651;
  border-right: 3px solid #F26651;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_single03 .ofi {
  background: rgba(242, 102, 81, 0.05);
}

.article_single03 .more {
  display: block;
  text-align: center;
}

.article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

.article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

.article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

.article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

.article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

.article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

.article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

.article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

.article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

.article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

.article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

.article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

.article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

.article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

.article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

.article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

.article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

.article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

.article_single04 .article_single04_02 {
  margin-top: 10px;
}

.article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_single04 .slick-next,
.article_single04 .slick-prev {
  z-index: 1;
}

.article_single04 .slick-next:before,
.article_single04 .slick-prev:before {
  content: none;
}

.article_single04 .slick-next:after,
.article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #F26651;
  transition: 0.2s;
  z-index: 1;
}

.article_single04 .slick-prev {
  left: 0;
}

.article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #F26651;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

.article_single04 .slick-next {
  right: 0;
}

.article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #F26651;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

.article_single04 .ofi {
  background: rgba(242, 102, 81, 0.05);
  height: auto !important;
}

.article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

.article_container .article_single01_02 {
  margin-top: 10px;
}

.article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

.article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.article_detail {
  background: rgba(242, 102, 81, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

.article_detail .article_date {
  margin-bottom: 1em;
}

.article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

.article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

.article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  .article_detail .case_arrow {
    height: 80px;
  }
}

.article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #F26651;
  border-right: 5px solid #F26651;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #F26651;
    border-right: 5px solid #F26651;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

.article_detail .span_12 {
  margin: 2% 0;
}

.wp_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

.wp_pager .wp_pager_prev {
  float: left;
}

.wp_pager .wp_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_prev a:before, .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #444444;
  transition: .2s;
}

.wp_pager .wp_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

.wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

.wp_pager .wp_pager_next {
  float: right;
}

.wp_pager .wp_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

.wp_pager .wp_pager_next a:before, .wp_pager .wp_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #444444;
  transform-origin: center;
  transition: .2s;
}

.wp_pager .wp_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

.wp_pager .wp_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

.wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

.wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

.wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

#commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#commentform #comment {
  width: 100%;
}

#commentform #submit {
  background: #F26651;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#commentform input[type="submit"] {
  background: #F26651;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*
 * ボタン矢印(mũi tên button)
 */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  margin: auto;
  width: 15px;
  height: 6px;
  background: url(/cdn/shop/files/arrow.png?v=1747857480) no-repeat center/contain;
  transform: translate(0, -50%);
  transition: 0.2s;
}

.add_arrow.inverse:after {
  background: url(/cdn/shop/files/arrow2.png?v=1747857480) no-repeat center/contain;
}

.add_arrow.inverse:hover {
  border-color: #fff;
  color: #fff;
  background: #F9A396;
}

.add_arrow.inverse:hover:after {
  background: url(/cdn/shop/files/arrow.png?v=1747857480) no-repeat center/contain;
}

.add_arrow.btn_2:after {
  width: 22px;
  height: 8px;
  background: url(/cdn/shop/files/arrow3.png?v=1747857480) no-repeat center/contain;
}

.add_arrow.btn_2:hover {
  border-color: #f4f47e;
  background: #f4f47e;
}

.add_arrow:hover {
  border: 1px solid #F9A396;
  color: #fff;
  background: #F9A396;
}

.add_arrow:hover:after {
  right: 6%;
}

/*
 * moreボタン雛形 (hình dạng button more)
 */
.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #F26651;
  color: #fff;
  background: #F26651;
  padding: 0.6em;
  margin: 0 auto;
  max-width: 220px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .more a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.more a.inverse {
  border: 1px solid #fff;
  color: #F26651;
  background: #fff;
}

.more a.btn_2 {
  border: 1px solid #F0F04F;
  color: #F26651;
  background: #F0F04F;
  max-width: 576px;
  padding: 0.75em;
  padding-right: 2em;
  border-radius: 100px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .more a.btn_2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

/*
 * ボタンエフェクト(button effect)
 */
@media (min-width: 768px) {
  .effect01 {
    overflow: hidden;
    position: relative;
  }
  .effect01:before {
    content: '';
    position: absolute;
    display: block;
    width: 140%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: #F26651;
    opacity: 0.3;
    transform: translateX(-120%) skewX(15deg);
    transition: transform 0.3s;
  }
  .effect01:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  }
  .effect01:hover:before {
    transform: translateX(-15%) skewX(15deg);
  }
}

header .global_nav > ul > li.has_under > a {
  position: relative;
}

header .global_nav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: .2s;
}

header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #fff;
}

@media (min-width: 1280px) {
  header .global_nav > ul > li.has_under {
    position: relative;
  }
  header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  header .global_nav > ul > li.has_under > a:after {
    border-color: #444444;
    width: 6px;
    height: 6px;
  }
  header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  header .global_nav > ul > li.has_under > ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    letter-spacing: -.40em;
    background: rgba(242, 102, 81, 0.9);
    z-index: 52;
  }
  header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  left: 5%;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    bottom: calc(50px + 1%);
  }
}

.pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #F26651;
  border: 2px solid #fff;
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.lead {
  color: #F26651;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 18px;
  font-size: 1.8rem;
}

.text-xlarge {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-xsmall {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #444444 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #F26651 !important;
}

.text-secondary {
  color: #F0F04F !important;
}

.text-tertiary {
  color: #4ABDA2 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .text-xlarge {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text-xsmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1219px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1220px) {
  .tablet-only {
    display: none !important;
  }
  .sp-tablet-only {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.arial {
  font-family: "Arial", arial !important;
}

.arial_n {
  font-family: "Arial Narrow", arial !important;
}

.color_pri {
  color: #F26651;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.inverse h2,
.inverse h3,
.inverse h4,
.inverse p {
  color: #fff;
}

.inverse h2:after {
  background: #fff;
}

.inverse h2 small,
.inverse h2 span {
  color: #fff;
}

.link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

/* ================================
utility
================================ */
.num {
  font-family: "Jost", sans-serif;
}

.marker {
  background: linear-gradient(transparent 78%, #F0F04F 78%);
}

.marker2 {
  background: linear-gradient(transparent 78%, rgba(242, 102, 81, 0.4) 78%);
}

/* ================================
TOP
================================ */
body.home, body#lp1, body#lp2 {
  position: relative;
}

@media (min-width: 640px) {
  body#lp1:before, body#lp2:before {
    content: "";
    position: absolute;
    display: block;
    background: #F26651;
    width: 54.4%;
    height: calc(var(--dynamic-height) * 0.76);
    top: 0;
    left: 0;
  }
}

@media (min-width: 1280px) {
  body.home header .row, body#lp1 header .row, body#lp2 header .row {
    width: 94%;
  }
}

@media (max-width: 1279px) and (min-width: 640px) {
  body.home header .row, body#lp1 header .row, body#lp2 header .row {
    min-height: 90px;
  }
}

@media (min-width: 640px) {
  body.home header .title, body#lp1 header .title, body#lp2 header .title {
    position: absolute;
    top: 70%;
    left: 5.2%;
  }
}

@media (min-width: 640px) and (max-width: 1279px) {
  body.home header .title, body#lp1 header .title, body#lp2 header .title {
    top: 5%;
    left: 2%;
  }
}

@media (min-width: 640px) {
  body.home header .title img, body#lp1 header .title img, body#lp2 header .title img {
    width: 150px;
    max-width: 14vw;
    height: auto;
  }
  body.home header .title img.main_logo, body#lp1 header .title img.main_logo, body#lp2 header .title img.main_logo {
    display: none;
  }
  body.home header .title img.top_logo, body#lp1 header .title img.top_logo, body#lp2 header .title img.top_logo {
    display: block;
  }
}

@media (min-width: 640px) {
  body#lp2:before {
    width: 39%;
    height: calc(var(--dynamic-height) * 0.88);
  }
}

@media (min-width: 640px) {
  body#lp2 header .title {
    position: absolute;
    top: 26%;
    left: 2.2%;
  }
}

@media (min-width: 640px) and (max-width: 1279px) {
  body#lp2 header .title {
    top: 5%;
    left: 2%;
  }
}

/* ================================
メインビジュアル
================================ */
.main_visual_wrap {
  position: relative;
  padding-top: 174px;
}

@media (max-width: 767px) {
  .main_visual_wrap {
    padding-bottom: 4%;
  }
}

@media (max-width: 639px) {

  .main_visual_wrap {
    position: relative;
    padding-top: 0;
}
  .main_visual {
        margin-top: 62px;
  }
}

.main_visual_wrap .main_visual_content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 12px;
  max-width: 96%;
  margin-inline: auto 2%;
}

@media (min-width: 768px) {
  .main_visual_wrap .main_visual_content {
    margin-top: -16vw;
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .main_visual_wrap .main_visual_content {
    margin-inline: auto;
    padding-top: 4%;
    justify-content: center;
    align-items: center;
  }
}

.main_visual_wrap .main_visual_content img {
  max-width: 20vw;
}

@media (max-width: 767px) {
  .main_visual_wrap .main_visual_content img {
    max-width: 28vw;
  }
}

@media (min-width: 640px) {
  .main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
    max-width: 82%;
    object-fit: cover;
    margin-inline: auto 0;
    left: 0;
    right: 0;
  }
}

.main_visual .main_visual_copy {
    width: 84%;
    margin-top: -12%;
    left: -20vw;
}

.main_visual .main_visual_copy li img {
  opacity: 0;
  margin-left: 5%;
  width: 65%;
}

.main_visual .main_visual_copy li img.main_copy001 {
  transition: 1.2s;
  transform: translateY(50px);
}

.main_visual .main_visual_copy li img.animated {
  opacity: 1;
  transform: none;
}

.main_visual .main_visual_copy2 {
  width: 100%;
  margin-bottom: 2%;
}

.main_visual .main_visual_copy2 li img {
  opacity: 0;
  margin-left: 9.2%;
  width: 65%;
}

.main_visual .main_visual_copy2 li img.main_copy001 {
  transition: 1.2s;
  transform: translateY(50px);
}

.main_visual .main_visual_copy2 li img.animated {
  opacity: 1;
  transform: none;
}

/* ================================
オリジナルプロテイン sec_01
================================ */
.sec_01 {
  position: relative;
  z-index: 0;
  background: #F26651;
}

@media (min-width: 768px) {
  .sec_01:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img001.png?v=1747857480) no-repeat top 45% left 5%, url(/cdn/shop/files/bg_img002.png?v=1747857480) no-repeat top 15% right 2%, url(/cdn/shop/files/bnr_img003.png?v=1747857480) no-repeat bottom 15% right;
    background-size: min(30vw, 196px) auto, min(30vw, 255px) auto, min(20vw, 120px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.sec_01 .bg_wrap {
  background: #fff;
  padding: 60px 5%;
}

@media (max-width: 767px) {
  .sec_01 .bg_wrap {
    padding: 8% 10px;
  }
}

.sec_01 h2 {
  text-align: left;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .sec_01 .txt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.3;
  }
}

/* ================================
こんなお悩みはありませんか？ sec_02
================================ */
@media (max-width: 767px) {
  .sec_02 {
    padding-block: 8% 0;
  }
}

@media (max-width: 767px) {
  .sec_02 h2 img {
    width: 280px;
  }
}

.sec_02 .content_row {
  display: flex;
  align-items: center;
  position: relative;
}

.sec_02 .content_row:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/cdn/shop/files/bg_img004.png?v=1747857480) no-repeat center/cover;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sec_02 .content_row .col {
  margin: 0;
}

.sec_02 .content_row .text_col {
  width: 57.5%;
  padding-right: 1%;
}

@media (max-width: 767px) {
  .sec_02 .content_row .text_col {
    width: 60%;
  }
}

.sec_02 .content_row .img_col {
  width: 42.5%;
}

@media (max-width: 767px) {
  .sec_02 .content_row .img_col {
    width: 40%;
  }
}

.sec_02 .content_row .text_area {
  max-width: 660px;
  margin-inline: auto 0;
}

.sec_02 .content_row .text_area .img_area {
  position: relative;
  max-width: 580px;
  margin-inline: auto;
}

.sec_02 .content_row .text_area .img_area .img_01 {
  text-align: left;
}

.sec_02 .content_row .text_area .img_area .img_01 img {
  max-width: 68%;
}

.sec_02 .content_row .text_area .img_area .img_02 {
  text-align: right;
  margin-top: -15%;
  margin-bottom: 4%;
}

.sec_02 .content_row .text_area .img_area .img_02 img {
  max-width: 46%;
}

.sec_02 .content_row .text_area .img_area .img_03 img {
  max-width: 66%;
}

.sec_02 .content_row .text_area .img_area .img_04 {
  text-align: left;
}

.sec_02 .content_row .text_area .img_area .img_04 img {
  max-width: 56%;
}

@media (min-width: 768px) {
  .sec_02 .content_row .text_area .img_area .img_04 img {
    transform: translateX(19%);
  }
}

.sec_02 .content_row .text_area .img_area .img_05 {
  text-align: right;
  margin-top: -8%;
  margin-bottom: 4%;
}

.sec_02 .content_row .text_area .img_area .img_05 img {
  max-width: 42%;
}

.sec_02 .content_row .text_area .img_area .img_06 img {
  max-width: 56%;
}

@media (min-width: 768px) {
  .sec_02 .content_row .text_area .img_area .img_06 img {
    transform: translateX(12%);
  }
}

.sec_02 .lead_wrap {
  position: relative;
  background: #F26651;
  padding: 1.989em 1em;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec_02 .lead_wrap {
    padding: .6em;
    margin-bottom: 20px;
  }
}

.sec_02 .lead_wrap:before {
  content: "";
  position: absolute;
  display: block;
  background: #F26651;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 100px;
  height: 50px;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .sec_02 .lead_wrap:before {
    width: 40px;
    height: 20px;
  }
}

.sec_02 .lead_wrap .lead_txt {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .sec_02 .lead_wrap .lead_txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_02 .lead_wrap .lead_txt .large {
  font-size: 52px;
  font-size: 5.2rem;
}

@media (max-width: 767px) {
  .sec_02 .lead_wrap .lead_txt .large {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* ================================
他社との違い sec_03
================================ */
.sec_03 {
  position: relative;
  padding-block: 95px 120px;
}

@media (max-width: 767px) {
  .sec_03 {
    padding-block: 8%;
  }
}


.sec_03 h2 {
  display: table;
  background: #fff;
  margin-bottom: -1.2em;
  padding-inline: .4em;
}

.sec_03 .content_row {
  background: #fff;
  border: 4px solid #F26651;
  padding: 100px 10px;
}

@media (max-width: 767px) {
  .sec_03 .content_row {
    padding: 10% 10px 8%;
  }
}

@media (min-width: 768px) {
  .sec_03 .content_row .txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_03 .content_row .main_img {
  margin-bottom: 2.5em;
}

@media (max-width: 767px) {
  .sec_03 .content_row .main_img {
    margin-bottom: 1em;
  }
}

/* ================================
TANPACKが選ばれる4つの理由 sec_04
================================ */
.sec_04 {
  position: relative;
  z-index: 1;
  background: #F26651;
  padding-block: 100px 120px;
}

@media (max-width: 767px) {
  .sec_04 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_04:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img002.png?v=1747857480) no-repeat bottom 22% right 2%;
    background-size: min(30vw, 255px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .sec_04 h2 {
    margin-bottom: 1.2em;
  }
}

.sec_04 .content_row h3 {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .sec_04 .content_row .txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_04 .content_row_1 {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 40px 3.5%;
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .sec_04 .content_row_1 {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .sec_04 .content_row_1 {
    margin-bottom: 50px;
  }
}

.sec_04 .content_row_1:before {
  content: "";
  position: absolute;
  display: block;
  background: #F0F04F;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 434px;
  height: 60px;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .sec_04 .content_row_1:before {
    width: 150px;
    height: 22px;
    top: calc(100% + 15px);
  }
}

@media (max-width: 767px) {
  .sec_04 .content_row_1 {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_1 .img_col {
    width: 42.5%;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_1 .text_col {
    width: 55.5%;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_1 .text_area {
    max-width: 608px;
    margin-inline: auto 0;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_1 .text_area h3 {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .sec_04 .content_row_1 .text_area h3 {
    text-align: center;
  }
}

@media (max-width: 1050px) {
  .sec_04 .content_row_2 > .col {
    width: 100%;
    margin-inline: auto;
    height: auto !important;
  }
  .sec_04 .content_row_2 > .col:not(:last-child) {
    margin-bottom: 3%;
  }
}

.sec_04 .content_row_2 .content_wrap {
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 0 7% 30px;
}

@media (max-width: 767px) {
  .sec_04 .content_row_2 .content_wrap {
    padding: 0 10px 20px;
  }
}

.sec_04 .content_row_2 .content_wrap:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: calc(100% - 60px);
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_04 .content_row_2 .content_wrap:before {
    height: calc(100% - 25px);
  }
}

.sec_04 .content_row_2 .content_wrap .num {
  display: block;
  background: #F0F04F;
  color: #F26651;
  border-radius: 50%;
  aspect-ratio: 1;
  font-size: 48px;
  font-size: 4.8rem;
  max-width: 120px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .sec_04 .content_row_2 .content_wrap .num {
    max-width: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec_04 .content_row_2 .content_wrap h3 {
  text-align: center;
  margin-top: .5em;
}

@media (min-width: 768px) {
  .sec_04 .content_row_2 .content_wrap h3 {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .sec_04 .content_row_2 .content_wrap figure {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.8em;
  }
}

@media (max-width: 767px) {
  .sec_04 .content_row_2 .content_wrap figure img {
    max-width: 50px;
    max-height: 50px;
  }
}

/* ================================
メリット sec_05
================================ */
.sec_05 {
  position: relative;
  z-index: 1;
  background: #F26651;
  padding-block: 0 100px;
}

@media (max-width: 767px) {
  .sec_05 {
    padding-block: 0 8%;
  }
}

@media (min-width: 768px) {
  .sec_05:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img001.png?v=1747857480) no-repeat top 44% left 5%, url(/cdn/shop/files/bg_img003.png?v=1747857479) no-repeat bottom 20% right;
    background-size: min(30vw, 196px) auto, min(20vw, 120px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.sec_05 .bg_wrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  z-index: 0;
  padding: 80px 30px 100px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .sec_05 .bg_wrap {
    padding: 8% 20px;
  }
}

.sec_05 .bg_wrap:before {
  content: "";
  position: absolute;
  display: block;
  background: url(/cdn/shop/files/bnr_img010.jpg?v=1747857481) no-repeat right bottom;
  background-size: contain;
  width: 936px;
  max-width: 100%;
  height: 936px;
  max-height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.sec_05 .bg_wrap:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  border: 1px solid #F26651;
  border-radius: 5px;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .sec_05 .bg_wrap:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
}

.sec_05 h2 {
  position: relative;
  color: #fff;
  font-weight: 600;
  display: table;
  margin-inline: auto;
  padding-inline: 42px;
  margin-bottom: 1.5em;
}

@media (max-width: 767px) {
  .sec_05 h2 {
    padding-inline: 15px;
    margin-bottom: 1.2em;
  }
}

.sec_05 h2:before, .sec_05 h2:after {
  content: "";
  position: absolute;
  display: block;
  background: #4ABDA2;
  width: 62px;
  height: calc(100% - 10px);
  bottom: -10px;
  left: 0;
  z-index: -1;
  transform: none;
}

@media (max-width: 767px) {
  .sec_05 h2:before, .sec_05 h2:after {
    width: 35px;
    height: 100%;
  }
}

.sec_05 h2:before {
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 20px 50%, 0 0);
          clip-path: polygon(100% 0%, 100% 100%, 0 100%, 20px 50%, 0 0);
}

@media (max-width: 767px) {
  .sec_05 h2:before {
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 10px 50%, 0 0);
            clip-path: polygon(100% 0%, 100% 100%, 0 100%, 10px 50%, 0 0);
  }
}

.sec_05 h2:after {
  -webkit-clip-path: polygon(100% 0%, calc(100% - 20px) 50%, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0%, calc(100% - 20px) 50%, 100% 100%, 0 100%, 0 0);
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .sec_05 h2:after {
    -webkit-clip-path: polygon(100% 0%, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(100% 0%, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
  }
}

.sec_05 h2 .ribbon {
  width: 100%;
  display: inline-block;
  background: #4ABDA2;
  color: #fff;
  position: relative;
  padding: .12em 1.1em;
}

@media (max-width: 767px) {
  .sec_05 h2 .ribbon {
    padding: .3em 1.5em;
  }
}

.sec_05 h2 .ribbon:before, .sec_05 h2 .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  background: #289C81;
  width: 20px;
  height: 10px;
  top: calc(100% - 1px);
  left: 0;
  z-index: 0;
}

.sec_05 h2 .ribbon:before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.sec_05 h2 .ribbon:after {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  left: auto;
  right: 0;
}

.sec_05 .content_row {
  max-width: 1026px;
  margin-inline: auto;
}

.sec_05 .content_row:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2.5%;
  margin-bottom: 2.8%;
}

.sec_05 .content_row h3 {
  text-align: center;
}

@media (max-width: 767px) {
  .sec_05 .content_row h3 {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .sec_05 .content_row .txt {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
}

/* ================================
ご注文(セミオーダー)の流れ sec_06
================================ */
.sec_06 {
  position: relative;
  background: #F9A396;
  padding-block: 0 100px;
}

@media (max-width: 767px) {
  .sec_06 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_06:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img003.png?v=1747857479) no-repeat top 20% left, url(/cdn/shop/files/bg_img08.png?v=1747857479) no-repeat bottom 32% left 2%, url(/cdn/shop/files/bg_img001.png?v=1747857480) no-repeat top 44% right 4%;
    background-size: min(20vw, 120px) auto, min(30vw, 255px) auto, min(30vw, 196px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .sec_06:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 100%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0, 50% 100%);
    width: 100%;
    min-width: 1920px;
    height: 220px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sec_06 .bg_wrap {
  background: #FAFAEA;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 80px 10px 100px;
}

@media (max-width: 767px) {
  .sec_06 .bg_wrap {
    padding: 8% 10px;
  }
}

.sec_06 .lead_txt {
  background: #4ABDA2;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  display: table;
  margin: 0 auto .4em;
  border-radius: 50px;
  padding: .222em .914em;
}

@media (max-width: 767px) {
  .sec_06 .lead_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec_06 .lead_txt .xlarge {
  font-size: 42px;
  font-size: 4.2rem;
}

@media (max-width: 767px) {
  .sec_06 .lead_txt .xlarge {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .sec_06 h2 {
    margin-bottom: 1.2em;
  }
}

@media (min-width: 768px) {
  .sec_06 .content_row_01 .txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_06 .content_row_02 {
  position: relative;
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  max-width: 996px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .sec_06 .content_row_02 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.sec_06 .content_row_02:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .sec_06 .content_row_02:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sec_06 .content_row_02:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  background: #F26651;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 100px;
  height: 30px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .sec_06 .content_row_02:not(:last-child):before {
    width: 50px;
    height: 15px;
  }
}

@media (min-width: 768px) {
  .sec_06 .content_row_02 .text_area {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .sec_06 .content_row_02 .text_area .step {
    width: 15%;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D9D9D9;
  }
}

/* .step_feature {
    width: 15%!important;
  } */

@media (max-width: 767px) {
  .sec_06 .content_row_02 .text_area .step {
    width: 22%!important;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
}

.sec_06 .content_row_02 .text_area .step .num {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 767px) {
  .sec_06 .content_row_02 .text_area .step .num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_06 .content_row_02 .text_area .step .num span {
  display: block;
  font-size: 46px;
  font-size: 4.6rem;
}

@media (max-width: 767px) {
  .sec_06 .content_row_02 .text_area .step .num span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .sec_06 .content_row_02 .text_area .text {
    width: 74%;
    padding-left: 5%;
  }
}

@media (min-width: 768px) {
  .sec_06 .content_row_02 .text_area .text h3 {
    margin-bottom: .8em;
  }
}

@media (max-width: 767px) {
  .sec_06 .content_row_02 .text_area .text h3 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sec_06 .content_row_02 .text_area .text .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.sec_06 .content_row_03 {
  margin-top: 3.5%;
  position: relative;
  z-index: 1;
}

/* ================================
成功事例 sec_07
================================ */
.sec_07 {
  padding-block: 80px 120px;
}

@media (max-width: 767px) {
  .sec_07 {
    padding-block: 8%;
  }
}

.sec_07 h2 {
  color: #4ABDA2;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: -1.1em;
}

@media (max-width: 767px) {
  .sec_07 h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_07 h2 .bg {
  display: table;
  margin-inline: auto;
  margin-top: .2em;
  background: #F26651;
  color: #fff;
  font-size: 36px;
  font-size: 3.6rem;
  border-radius: 20px;
  padding: .175em 1.1224em;
}

@media (max-width: 767px) {
  .sec_07 h2 .bg {
    font-size: 20px;
    font-size: 2rem;
    border-radius: 10px;
  }
}

.sec_07 h2 .bg .small {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .sec_07 h2 .bg .small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_07 .content_row {
  background: #FAFAEA;
  padding: 60px 10px;
  border-top: 2px solid #F26651;
}

@media (max-width: 767px) {
  .sec_07 .content_row {
    padding: 10% 10px 8%;
  }
}

.sec_07 .content_row:not(:last-child) {
  margin-bottom: 6.5%;
}

@media (min-width: 768px) {
  .sec_07 .content_row .text_area {
    max-width: 474px;
    margin-inline: auto;
  }
}

.sec_07 .content_row .text_area .table_wrap {
  position: relative;
  z-index: 0;
  border-inline: 1px solid #F26651;
  width: -moz-fit-content;
  width: fit-content;
  padding: .11em 1em;
}

@media (min-width: 768px) {
  .sec_07 .content_row .text_area .table_wrap {
    margin-bottom: 6%;
  }
}

@media (max-width: 767px) {
  .sec_07 .content_row .text_area .table_wrap {
    margin-inline: auto;
  }
}

.sec_07 .content_row .text_area .table_wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  border-block: 1px solid;
  border-image: linear-gradient(to right, #F26651 14px, transparent 14px, transparent calc(100% - 14px), #F26651 calc(100% - 14px)) 1;
  z-index: -1;
}

.sec_07 .content_row .text_area .table_wrap table th {
  vertical-align: top;
  min-width: 3.4em;
  text-align: left;
}

.sec_07 .content_row .text_area .table_wrap table th, .sec_07 .content_row .text_area .table_wrap table td {
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #F26651;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .sec_07 .content_row .text_area .table_wrap table th, .sec_07 .content_row .text_area .table_wrap table td {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .sec_07 .content_row .text_area .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
}

/* ================================
期間限定特典 sec_08
================================ */
#lp2 .sec_08 {
  padding-top: 120px;
}

@media (max-width: 767px) {
  #lp2 .sec_08 {
    padding-top: 8%;
  }
}

.sec_08 {
  position: relative;
}

@media (max-width: 767px) {
  .sec_08 {
    padding-block: 0 8%;
  }
}

@media (min-width: 768px) {
  .sec_08:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img006.png?v=1747857479) no-repeat bottom 28% left 4.5%;
    background-size: min(30vw, 196px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.sec_08 .title_wrap {
  position: relative;
  max-width: 1050px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .sec_08 .title_wrap {
    margin-bottom: -107px;
  }
}

.sec_08 .title_wrap:before, .sec_08 .title_wrap:after {
  content: "";
  position: absolute;
  display: block;
  background: #444444;
  width: 100vw;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.sec_08 .title_wrap:before {
  right: calc(100% - 4px);
}

.sec_08 .title_wrap:after {
  left: calc(100% - 4px);
}

.sec_08 .title_wrap .box {
  position: relative;
}

.sec_08 .title_wrap .box:before, .sec_08 .title_wrap .box:after {
  content: "";
  position: absolute;
  display: block;
  background: #444444;
  width: 80px;
  height: 100%;
  top: 0;
}

@media (max-width: 767px) {
  .sec_08 .title_wrap .box:before, .sec_08 .title_wrap .box:after {
    width: 35px;
  }
}

.sec_08 .title_wrap .box:before {
  -webkit-clip-path: polygon(100% 0%, 8px 50%, 100% 100%, calc(100% - 8px) 100%, 0% 50%, calc(100% - 8px) 0%);
          clip-path: polygon(100% 0%, 8px 50%, 100% 100%, calc(100% - 8px) 100%, 0% 50%, calc(100% - 8px) 0%);
  left: 0;
}

.sec_08 .title_wrap .box:after {
  -webkit-clip-path: polygon(8px 0%, 100% 50%, 8px 100%, 0 100%, calc(100% - 8px) 50%, 0 0);
          clip-path: polygon(8px 0%, 100% 50%, 8px 100%, 0 100%, calc(100% - 8px) 50%, 0 0);
  right: 0;
}

.sec_08 .title_wrap .box h2 {
  background: #444444;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .06em;
  line-height: 1.5;
  padding: .297em 2.5em;
  -webkit-clip-path: polygon(72px 0%, calc(100% - 72px) 0%, 100% 50%, calc(100% - 72px) 100%, 72px 100%, 0% 50%);
          clip-path: polygon(72px 0%, calc(100% - 72px) 0%, 100% 50%, calc(100% - 72px) 100%, 72px 100%, 0% 50%);
  max-width: calc(100% - 45px);
}

@media (min-width: 768px) {
  .sec_08 .title_wrap .box h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 1100px) {
  .sec_08 .title_wrap .box h2 {
    text-align: left;
  }
  .sec_08 .title_wrap .box h2 br {
    display: none;
  }
}

@media (max-width: 767px) {
  .sec_08 .title_wrap .box h2 {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: calc(100% - 30px);
    -webkit-clip-path: polygon(26px 0%, calc(100% - 26px) 0%, 100% 50%, calc(100% - 26px) 100%, 26px 100%, 0% 50%);
            clip-path: polygon(26px 0%, calc(100% - 26px) 0%, 100% 50%, calc(100% - 26px) 100%, 26px 100%, 0% 50%);
    padding: .5em 1.6em;
  }
}

.sec_08 .title_wrap .box h2 .large {
  font-size: 46px;
  font-size: 4.6rem;
}

@media (max-width: 1100px) {
  .sec_08 .title_wrap .box h2 .large {
    font-size: 38px;
    font-size: 3.8rem;
  }
}

@media (max-width: 767px) {
  .sec_08 .title_wrap .box h2 .large {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_08 .title_wrap .box h2 .xlarge {
  font-size: 52px;
  font-size: 5.2rem;
}

@media (max-width: 1100px) {
  .sec_08 .title_wrap .box h2 .xlarge {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .sec_08 .title_wrap .box h2 .xlarge {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row .main_img {
    width: 1010px;
    height: 752px;
    max-width: 54.5vw;
    margin-left: -10.5%;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row .main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
}

@media (min-width: 768px) {
  .sec_08 .content_row .text_col {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.sec_08 .content_row .text_img {
  text-align: left;
  margin-bottom: 10%;
}

@media (max-width: 767px) {
  .sec_08 .content_row .text_img {
    margin-bottom: .5em;
  }
}

@media (max-width: 767px) {
  .sec_08 .content_row .text_img img {
    width: 200px;
  }
}

.sec_08 .content_row .text_area {
  position: relative;
  padding: 40px 10px;
}

@media (max-width: 767px) {
  .sec_08 .content_row .text_area {
    padding: 20px 10px;
  }
}

.sec_08 .content_row .text_area:before {
  content: "";
  position: absolute;
  display: block;
  background: #4ABDA2;
  width: 180%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec_08 .content_row .text_area:before {
    width: 100%;
  }
}

.sec_08 .content_row .text_area .txt {
  font-weight: bold;
}

@media (min-width: 768px) {
  .sec_08 .content_row .text_area .txt {
    font-size: 20px;
    font-size: 2rem;
    max-width: 500px;
    margin-inline: auto;
    letter-spacing: .06em;
    line-height: 1.6;
  }
}

.sec_08 .content_row .text_area .txt .bg {
  background: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

@media (max-width: 767px) {
  .sec_08 .content_row .text_area .txt .bg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* ================================
Original Protein sec_09
================================ */
.sec_09 .container {
  max-width: 1920px;
  padding: 0;
}

/* ================================
よくある質問 sec_10
================================ */
.sec_10 {
  background: rgba(225, 225, 225, 0.4);
  padding-block: 120px 100px;
}

@media (max-width: 767px) {
  .sec_10 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_10 h2 {
    margin-bottom: 1.2em;
  }
}

.sec_10 .qa {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 996px;
  margin-inline: auto;
}

.sec_10 .qa:not(:last-child) {
  margin-bottom: 2.5%;
}

@media (max-width: 767px) {
  .sec_10 .qa:not(:last-child) {
    margin-bottom: 4%;
  }
}

.sec_10 .qa .question {
  position: relative;
  cursor: pointer;
  border: none;
  padding-block: 1.9em;
  padding-right: calc(3% + 30px);
  margin: 0;
  display: grid;
  grid-template-columns: 90px auto;
  align-items: center;
}

@media (max-width: 767px) {
  .sec_10 .qa .question {
    padding-block: 1em;
    padding-right: calc(3% + 20px);
    grid-template-columns: 40px auto;
  }
}

.sec_10 .qa .question:before, .sec_10 .qa .question:after {
  content: "";
  position: absolute;
  background: #444444;
  transform: translateY(-50%);
  transition: 0.4s;
}

.sec_10 .qa .question:before {
  width: 24px;
  height: 4px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 3%;
}

@media (max-width: 767px) {
  .sec_10 .qa .question:before {
    width: 16px;
    height: 2px;
  }
}

.sec_10 .qa .question:after {
  width: 4px;
  height: 24px;
  top: 50%;
  bottom: auto;
  left: auto;
  right: calc(3% + 10px);
}

@media (max-width: 767px) {
  .sec_10 .qa .question:after {
    width: 2px;
    height: 16px;
    right: calc(3% + 7px);
  }
}

.sec_10 .qa .question .ttl {
  color: #4ABDA2;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  display: block;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767px) {
  .sec_10 .qa .question .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_10 .qa .question .text_area p {
  font-weight: bold;
}

@media (min-width: 768px) {
  .sec_10 .qa .question .text_area p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_10 .qa .question.open:before, .sec_10 .qa .question.open:after {
  transform: translateY(-50%) rotate(-180deg);
}

.sec_10 .qa .question.open:after {
  opacity: 0;
}

.sec_10 .qa .answer {
  display: none;
  padding-block: .5em 2.3em;
  padding-right: 10px;
  grid-template-columns: 90px auto;
}

@media (max-width: 767px) {
  .sec_10 .qa .answer {
    padding-block: .5em 1em;
    grid-template-columns: 40px auto;
  }
}

.sec_10 .qa .answer .ttl {
  color: #F26651;
  font-weight: bold;
  font-size: 40px;
  font-size: 4rem;
  display: block;
  text-align: center;
  line-height: 1;
}

@media (max-width: 767px) {
  .sec_10 .qa .answer .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_10 .qa .answer .text_area p {
  font-weight: 500;
}

@media (min-width: 768px) {
  .sec_10 .qa .answer .text_area p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
  }
}

/* ================================
私たちの想い sec_11
================================ */
.sec_11 {
  position: relative;
  z-index: 0;
  background: #F26651;
}

@media (min-width: 768px) {
  .sec_11:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img001.png?v=1747857480) no-repeat top 65% left 5%, url(/cdn/shop/files/bg_img002.png?v=1747857480) no-repeat top 22% right 16%, url(/cdn/shop/files/bg_img003.png?v=1747857479) no-repeat bottom right;
    background-size: min(30vw, 196px) auto, min(30vw, 255px) auto, min(20vw, 120px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.sec_11 .bg_wrap {
  background: #fff;
  padding: 76px 6%;
}

@media (max-width: 767px) {
  .sec_11 .bg_wrap {
    padding: 8% 10px;
  }
}

@media (min-width: 768px) {
  .sec_11 h2 {
    font-size: 46px;
    font-size: 4.6rem;
    text-align: left;
    margin-bottom: .7em;
  }
}

@media (min-width: 768px) {
  .sec_11 .txt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.3;
  }
}

/* ================================
あなたのジムだけのオリジナルプロテイン sec_12
================================ */
.sec_12 .container {
  max-width: 1920px;
  padding: 0;
}

/* ================================
変化に対応できる企業こそが生き残る sec_13
================================ */
.sec_13 {
  position: relative;
  padding-block: 170px 122px;
}

@media (max-width: 767px) {
  .sec_13 {
    padding-block: 8%;
  }
}

@media (min-width: 768px) {
  .sec_13:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img014.png?v=1747857479) no-repeat bottom left, url(/cdn/shop/files/bg_img015.png?v=1747857480) no-repeat top 50% right;
    background-size: min(45vw, 642px) auto, min(45vw, 666px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.sec_13:after {
  content: "";
  position: absolute;
  display: block;
  background: url(/cdn/shop/files/bnr_img026.png?v=1747857480) no-repeat top 35% right 21%, url(/cdn/shop/files/bg_img011.png?v=1747857479) no-repeat bottom 22% left 5%, url(/cdn/shop/files/bg_img012.png?v=1747857479) no-repeat top 32% right 34%, url(/cdn/shop/files/bg_img013.png?v=1747857479) no-repeat bottom 30% right 9%;
  background-size: min(20vw, 274px) auto, min(25vw, 196px) auto, min(25vw, 255px) auto, min(15vw, 140px) auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1219px) {
  .sec_13:after {
    background-position: top 6% right 2%, bottom 22% left 5%, top 32% right 34%, bottom 30% right 9%;
  }
}

.sec_13 .content_row {
  max-width: 1020px;
  margin-inline: auto;
}

.sec_13 .content_row h2 {
  font-size: 56px;
  font-size: 5.6rem;
}

@media (max-width: 767px) {
  .sec_13 .content_row h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_13 .content_row h2 .italic {
  display: inline-block;
  transform: rotate(20deg);
  font-size: 82px;
  font-size: 8.2rem;
}

@media (max-width: 767px) {
  .sec_13 .content_row h2 .italic {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .sec_13 .content_row .txt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2.3;
  }
}

/* ================================
なぜ今、健康食品？なぜプロテイン？ sec_14
================================ */
.sec_14 {
  position: relative;
  padding-block: 0 120px;
}

@media (max-width: 767px) {
  .sec_14 {
    padding-block: 0;
  }
}

@media (min-width: 768px) {
  .sec_14:before {
    content: "";
    position: absolute;
    display: block;
    background: url(/cdn/shop/files/bg_img006.png?v=1747857479) no-repeat top 46% left 4.5%, url(/cdn/shop/files/bg_img007.png?v=1747857479) no-repeat top 58% right 1.5%;
    background-size: min(30vw, 196px) auto, min(30vw, 255px) auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.sec_14 .lead_wrap {
  background: url(/cdn/shop/files/bg_img016.png?v=1747857484) no-repeat center bottom/cover;
  min-height: 522px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .5em 1em;
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  .sec_14 .lead_wrap {
    min-height: 200px;
  }
}

.sec_14 .lead_wrap h2 {
  line-height: 1.7;
  color: #fff;
  font-size: 64px;
  font-size: 6.4rem;
}

@media (max-width: 1219px) {
  .sec_14 .lead_wrap h2 {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

@media (max-width: 767px) {
  .sec_14 .lead_wrap h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec_14 .lead_wrap h2 .small {
  font-size: 60px;
  font-size: 6rem;
}

@media (max-width: 1219px) {
  .sec_14 .lead_wrap h2 .small {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .sec_14 .lead_wrap h2 .small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec_14 .lead_wrap h2 .large {
  font-size: 78px;
  font-size: 7.8rem;
}

@media (max-width: 1219px) {
  .sec_14 .lead_wrap h2 .large {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media (max-width: 767px) {
  .sec_14 .lead_wrap h2 .large {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.sec_14 .lead_wrap h2 .bg {
  background: #fff;
  color: #F26651;
  margin-inline: .1em;
  padding-inline: .2em;
}

.sec_14 .row:not(:last-child) {
  margin-bottom: 5%;
}

.sec_14 .border {
  border: 2px solid #F26651;
  padding: 40px 3%;
}

@media (max-width: 767px) {
  .sec_14 .border {
    padding: 20px 10px;
  }
}

@media (min-width: 768px) {
  .sec_14 .border .txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*# sourceMappingURL=main.css.map */



/* 計算システム標準レイアウト */
.selector-block {
  margin-bottom: 1rem;
      font-weight: bold;
}

.button-group button {
  margin: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1.3px solid #888C8C;
  background-color: #f7f7f7;
  cursor: pointer;
}

.button-group button.active {
  background-color: #EDF8FF;
    color: #000000;
}

.price-original {
  text-decoration: line-through;
  color: #999;
  margin-right: 0.5em;
}

.price-discounted {
  font-size: 1.5em;
  font-weight: bold;
  color: #d32f2f;
}

.price-normal {
  font-size: 1.5em;
  font-weight: bold;
  color: #000;
}

.discount-info {
  font-size: 0.9em;
  color: #f26651;
}






/* 追加コード */
     .button-group button {
    color: #F26651;
    background: #F0F04F;
    max-width: 576px;
    border-radius: 100px;
    font-size: 1.3rem;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
}

.button-group button:hover {
  border-color: #297CD1;
}

#quantity {
  appearance: none; /* ブラウザ標準のスタイルを無効に */
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #F0F04F;
  border: 1px solid #F0F04F;
  color: #0F1111;
  border-radius: 100px;
  padding: 0.75em 2em 0.75em 1em;
  font-size: 1.7rem;
  cursor: pointer;
  max-width: 576px;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.3s, border-color 0.3s;
  text-align: center;
}

#quantity:hover {
  border-color: #297CD1;
}



#add-to-cart-btn {
  color: #0F1111;
  background: #FBD815;
  max-width: 576px;
  padding: 0.75em;
  border-radius: 100px;
  font-size: 1.7rem;
  cursor: pointer;
}

#add-to-cart-btn:hover {
  background: #FBCE12;
}


.row.reverse.content_row_02 .col.span_7 .text_area .text {
  text-align: center;
}

#type-buttons {
  display: flex;
  width: 100%;
  gap: 0; /* ボタン同士に隙間なし。必要なら5pxなど入れてOK */
}

#type-buttons button {
  flex: 1; /* 3つで均等に横幅を分ける */
  border-radius: 0; /* 四角形にする */
  padding: 1rem; /* 内側の余白 */
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  transition: background-color 0.2s;
}

#size-buttons {
  display: flex;
  width: 100%;
  flex-wrap: wrap; /* 長すぎる場合は折り返しもOK */
  gap: 0;
}

#size-buttons button {
  flex: 1;
  padding: 1rem;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
}

#bag-selector {
  display: flex;
  width: 100%;
  flex-wrap: wrap; /* 長すぎる場合は折り返しもOK */
  gap: 0;
}

#bag-selector button {
  flex: 1;
  border-radius: 0;
  padding: 1rem 10vw;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
}

.flavor-info-box {
  display: none;
  position: fixed; /* 固定表示 */
  top: 80%;         /* 画面の上から80%の位置 */
  left: 50%;        /* 中央表示 */
  transform: translate(-50%, -50%); /* 中央補正 */
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  width: 90vw;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 9999;
  gap: 10px;
  align-items: flex-start;
  flex-direction: row;
}

.flavor-info-box.show {
  display: flex;
}

.flavor-info-box img {
  width: 60%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.flavor-info-box p {
  width: 40%;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

#CartSpecialInstructions, .cart__note {
  display: none !important;
}

#shopify-section-template--19253796110569__hero-slideshow {
  display: none;
}

#a02 {
max-width: 1100px;
    margin: 0 auto;
    padding: clamp(10px, 5vw, 300px);
}
    