@charset "UTF-8";
/*
Theme Name: エルプラス様専用テーマ
Theme URI: https://www.l-plus.net/
Author: l-plus Web team
Author URI: https://www.l-plus.net/
Description: エルプラス様サイト専用のテーマです
Version: 1.0
License URI: https://www.l-plus.net/
*/
/** @format */
/** @format */
html {
  font-size: 100%; /* ここをjQueryで書き換えます。 */
}

body {
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #0e1621;
  font-size: 1rem; /* remで指定（1rem = 16px） */
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
  font-family: source-han-sans-cjk-ja, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.enFont, header .headerWrap .spNav .spMenu .menuItem a span.enText {
  font-family: century-gothic, "Futura", "Trebuchet MS", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.enFontBold, .serviceList .item a .mainText h4, .homeHeader .message .contents p, header .headerWrap .spNav h4, header .headerWrap .globalMenu, body.servicePage .subpageHeadsec h1 .enText, body.serviceSelectPage .pageSelectMenu li a .title h4, body.serviceSelectPage .pageTitle .enText, .pageHeader .categoryName h2, .sectitleArea .enTextArea .enText {
  font-family: century-gothic, "Futura", "Trebuchet MS", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ローディング中のスタイル */
.wf-loading body {
  opacity: 0;
}

/* フォント読み込み完了後のスタイル */
.wf-active body {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* フォント読み込み失敗時のスタイル */
.wf-inactive body {
  opacity: 1;
}

/** @format */
html {
  font-synthesis: none;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animation, .serviceList .item a .hoverItem, .serviceList .item a .hoverBg, .serviceList .item a .mainText ul, body.serviceSelectPage .pageSelectMenu li a figure {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.displaynone {
  display: none !important;
}

body.nonscroll {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

.boxFadein img,
img.boxFadein {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.boxFadein.lazyloaded,
img.lazyloaded {
  opacity: 1;
}

img.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  img.pc {
    display: none !important;
  }
}

img.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  img.sp {
    display: block !important;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.sectitleArea {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .sectitleArea {
    margin-bottom: 25px;
  }
}
.sectitleArea .enTextArea {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  font-size: 60px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sectitleArea .enTextArea {
    font-size: 30px;
    font-size: 7.0093457944vw;
  }
}
.sectitleArea .enTextArea .enText {
  font-size: 60px;
  line-height: 1em;
  line-height: 1em;
}
@media screen and (max-width: 480px) {
  .sectitleArea .enTextArea .enText {
    font-size: 30px;
    font-size: 7.0093457944vw;
  }
}
.sectitleArea .enTextArea .jaText {
  display: block;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #ed6c00;
  line-height: 1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 480px) {
  .sectitleArea .enTextArea .jaText {
    font-size: 15px;
    font-size: 3.5046728972vw;
  }
}
.sectitleArea .enTextArea .instagram {
  width: calc(1em - 10px);
  height: auto;
  aspect-ratio: 1/1;
  margin-left: 0.05em;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .sectitleArea .enTextArea .instagram {
    width: calc(1em - 5px);
    margin-left: 0.025em;
  }
}

.inner {
  width: 940px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

.section {
  padding: 70px 0;
}
@media screen and (max-width: 480px) {
  .section {
    padding: 35px 0;
  }
}

.pageHeader .categoryName {
  height: 50px;
  background-color: #ed6c00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageHeader .categoryName h2 {
  font-size: 25px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .pageHeader .categoryName h2 {
    font-size: 24px;
    font-size: 5.6074766355vw;
  }
}
.pageHeader figure {
  position: relative;
  overflow: hidden;
}
.pageHeader figure img {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pageHeader figure img {
    height: auto;
  }
}

body.serviceSelectPage .pageTitle {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  body.serviceSelectPage .pageTitle {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body.serviceSelectPage .pageTitle .enText {
  font-size: 60px;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  body.serviceSelectPage .pageTitle .enText {
    font-size: 40px;
    font-size: 9.3457943925vw;
    margin-bottom: 5px;
  }
}
body.serviceSelectPage .pageTitle .jaText {
  font-size: 15px;
  display: block;
  color: #ed6c00;
}
@media screen and (max-width: 480px) {
  body.serviceSelectPage .pageTitle .jaText {
    font-size: 15px;
    font-size: 3.5046728972vw;
  }
}
body.serviceSelectPage .pageSelectMenu {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body.serviceSelectPage .pageSelectMenu li {
  list-style: none;
  width: 50%;
  border-right: 1px solid #ddd;
  margin-bottom: 30px;
}
body.serviceSelectPage .pageSelectMenu li:nth-of-type(even) {
  border-right: none;
  margin-bottom: 0;
}
body.serviceSelectPage .pageSelectMenu li:nth-of-type(even) a {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  body.serviceSelectPage .pageSelectMenu li {
    width: 100%;
    border-right: none;
  }
}
body.serviceSelectPage .pageSelectMenu li a {
  color: #231815;
  width: 410px;
  display: block;
  max-width: 100%;
}
body.serviceSelectPage .pageSelectMenu li a figure {
  margin-bottom: 15px;
  overflow: hidden;
}
body.serviceSelectPage .pageSelectMenu li a figure img {
  width: 100%;
}
body.serviceSelectPage .pageSelectMenu li a:hover figure {
  border-radius: 20px 20px 20px 20px;
}
body.serviceSelectPage .pageSelectMenu li a .title {
  border-left: 4px solid #ed6c00;
  padding-left: 10px;
}
body.serviceSelectPage .pageSelectMenu li a .title h4 {
  font-size: 33px;
  margin-bottom: 5px;
}
body.serviceSelectPage .pageSelectMenu li a .title h5 {
  font-size: 12px;
  color: #ed6c00;
}
body.serviceSelectPage .pageSelectMenu li.last {
  border-right: none;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
body.serviceSelectPage .pageSelectMenu li.last a {
  margin: auto;
}

body.servicePage .subpageHeadsec {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body.servicePage .subpageHeadsec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body.servicePage .subpageHeadsec h1 {
  display: block;
}
body.servicePage .subpageHeadsec h1 .enText {
  font-size: 60px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  body.servicePage .subpageHeadsec h1 .enText {
    font-size: 40px;
    font-size: 9.3457943925vw;
    margin-bottom: 5px;
  }
}
body.servicePage .subpageHeadsec h1 .jaText {
  font-size: 15px;
  display: block;
  color: #ed6c00;
}
@media screen and (max-width: 480px) {
  body.servicePage .subpageHeadsec h1 .jaText {
    font-size: 15px;
    font-size: 3.5046728972vw;
  }
}
body.servicePage .subpageHeadsec .pageTitle {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body.servicePage .subpageHeadsec .pageTitle {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.servicePage .subpageHeadsec .pageGuidance {
  width: 50%;
  border-left: solid #ed6c00 4px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  body.servicePage .subpageHeadsec .pageGuidance {
    width: 100%;
    border-left: none;
    padding-left: 0px;
    padding-top: 15px;
    border-top: solid #ed6c00 4px;
  }
}
body.servicePage .subpageHeadsec .pageGuidance p {
  font-size: 15px;
  line-height: 1.7em;
  margin-top: -5px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  body.servicePage .subpageHeadsec .pageGuidance p {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
  body.servicePage .subpageHeadsec .pageGuidance p br {
    display: none;
  }
}

.gray {
  padding-top: 94px;
  padding-bottom: 94px;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .gray {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.orange {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f18e1d;
}
@media screen and (max-width: 768px) {
  .orange {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.orange .orageBg {
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .orange .orageBg {
    padding: 0 0;
  }
}

.orangeop {
  background-color: #fde8c6;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .orangeop {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.orangeop .orageBg {
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .orangeop .orageBg {
    padding: 0 0;
  }
}

.whiteBg {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .whiteBg {
    padding: 15px;
  }
}

.orageBg {
  background-color: transparent;
}
.separate {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .separate {
    flex-wrap: wrap;
  }
}
.separate.flexWrap {
  flex-wrap: wrap;
}
.separate .col-12 {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .separate .col-12 {
    width: 100%;
    margin-bottom: 30px;
  }
  .separate .col-12:last-of-type {
    margin-bottom: 0;
  }
}
.separate .col-6 {
  width: 420px;
  max-width: calc(50% - 30px);
}
@media screen and (max-width: 900px) {
  .separate .col-6 {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .separate .col-6 {
    width: 100%;
    margin-bottom: 30px;
    max-width: initial;
  }
  .separate .col-6:last-of-type {
    margin-bottom: 0;
  }
}

.infoCard {
  margin-bottom: 60px;
}
.infoCard:last-of-type {
  margin-bottom: 0;
}
.infoCard .infoTitle {
  font-size: 25px;
  color: #ed6c00;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .infoCard .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
}
.infoCard .infoTitle .largeText {
  font-size: 36px;
}
.infoCard .infoContent {
  padding-bottom: 15px;
}
.infoCard .infoContent:last-of-type {
  padding-bottom: 0;
}
.infoCard .infoContent p {
  font-size: 14px;
  line-height: 1.6em;
  font-feature-settings: "palt";
  margin-bottom: 1em;
}
.infoCard .infoContent p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .infoCard .infoContent p {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.infoCard .infoImage img {
  max-width: 100%;
}

.dlTable.colorTable {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #9fa0a0;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .dlTable.colorTable {
    display: block;
  }
}
.dlTable.colorTable dt,
.dlTable.colorTable dd {
  padding: 10px;
  border-bottom: 1px solid #9fa0a0;
}
.dlTable.colorTable dt {
  width: 154px;
  font-weight: bold;
  background-color: #efefef;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .dlTable.colorTable dt {
    width: 100%;
  }
}
.dlTable.colorTable dd {
  width: calc(100% - 154px);
  font-size: 14px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .dlTable.colorTable dd {
    width: 100%;
  }
}

.orangecircle.nowrap {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .orangecircle.nowrap {
    display: block;
  }
}
.orangecircle.nowrap li {
  margin-right: 0.5em;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  .orangecircle.nowrap li {
    margin-bottom: 0.5em;
  }
}
.orangecircle.dFlex {
  display: flex;
  flex-wrap: wrap;
}
.orangecircle li {
  list-style: none;
  width: fit-content;
  padding-right: 0.5em;
  margin-bottom: 0.3em;
}
.orangecircle li::before {
  content: "●";
  color: #ed6c00;
}

.scrollText {
  font-size: 14px;
  margin: 5px 0 5px auto;
  display: none;
}
@media screen and (max-width: 480px) {
  .scrollText {
    font-size: 14px;
    font-size: 3.2710280374vw;
    display: block;
    height: 1.5em;
  }
  .scrollText::before {
    content: "横にスクロールできます";
  }
}

.infoTitle {
  font-weight: 600;
}

.infoContent h6 {
  font-weight: 600;
}

.wpcf7 p {
  display: inline;
}

.infoTitle {
  order: 1;
  font-size: 27px;
  margin-bottom: 20px;
  color: #ed6c00;
}
@media screen and (max-width: 480px) {
  .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
  .infoTitle br {
    display: none;
  }
}

.subtitle {
  font-size: 18px;
  color: #ed6c00;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}

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

/** @format */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

body {
  position: relative;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}

header {
  border-bottom: 1px solid #231815;
  background-color: #fff;
  z-index: 300;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s ease, opacity 0.7s ease 0.1s;
}
header .headerWrap {
  max-width: 1080px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 480px) {
  header .headerWrap {
    padding: 0 20px;
    height: 60px;
  }
}
header .headerWrap h1 {
  display: block;
  padding: 0;
}
header .headerWrap h1 img {
  width: 87px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  header .headerWrap h1 img {
    width: 70px;
  }
}
header .headerWrap .globalMenu .menu {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  header .headerWrap .globalMenu .menu {
    display: none;
  }
}
header .headerWrap .globalMenu .menu .menuItem .srOnly {
  display: none;
}
header .headerWrap .globalMenu .menu .menuItem a {
  color: #231815;
}
header .headerWrap .globalMenu .menu .menuItem a:hover {
  color: #ed6c00;
}
header .headerWrap .btnTrigger {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  header .headerWrap .btnTrigger {
    display: inline-flex;
  }
}
header .headerWrap .btnTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #231815;
  border-radius: 0px;
  display: none;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  header .headerWrap .btnTrigger span {
    display: inline-flex;
  }
}
header .headerWrap .btnTrigger span:nth-of-type(1) {
  top: 0;
}
header .headerWrap .btnTrigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .headerWrap .btnTrigger span:nth-of-type(3) {
  bottom: 0;
}
header .headerWrap .btnTrigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
header .headerWrap .btnTrigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .headerWrap .btnTrigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
header .headerWrap .spNav {
  display: none;
  opacity: 0;
}
header .headerWrap .spNav h4 {
  text-align: center;
  font-size: 18px;
  font-size: 4.2056074766vw;
  margin-bottom: 20px;
}
header .headerWrap .spNav .spMenu .menuItem {
  margin-bottom: 30px;
}
header .headerWrap .spNav .spMenu .menuItem a {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
header .headerWrap .spNav .spMenu .menuItem a span {
  width: 100%;
}
header .headerWrap .spNav .spMenu .menuItem a span.enText {
  margin-bottom: 5px;
  color: #231815;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  header .headerWrap .spNav .spMenu .menuItem a span.enText {
    font-size: 30px;
    font-size: 7.0093457944vw;
  }
}
header .headerWrap .spNav .spMenu .menuItem a span.jaText {
  color: #ed6c00;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  header .headerWrap .spNav .spMenu .menuItem a span.jaText {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
header .headerWrap .btnTrigger.active + .spNav {
  display: block;
  opacity: 1;
  width: 100%;
  padding: 20px 20px;
  position: fixed;
  top: 61px;
  left: 0;
  height: calc(100dvh - 61px);
  background-color: #fff;
}

footer {
  padding: 50px 0;
  color: #fff;
  background-color: #ed6c00;
}
footer section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer section p {
  font-size: 15px;
}
footer section a.arrow {
  display: block;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(common/images/footerarrow.svg);
}

.homeHeader {
  height: calc(100dvh - 80px);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .homeHeader {
    height: calc(100dvh - 60px);
  }
}
.homeHeader .message {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
}
.homeHeader .message .contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 940px;
  padding: 0 20px;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .homeHeader .message .contents {
    padding: 0 20px;
    gap: 15px;
  }
}
.homeHeader .message .contents p {
  width: 100%;
  font-size: 60px;
  line-height: 1.1em;
}
@media screen and (max-width: 1040px) {
  .homeHeader .message .contents p {
    font-size: 30px;
    font-size: 7.0093457944vw;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 480px) {
  .homeHeader .message .contents p {
    font-size: 26px;
    font-size: 6.0747663551vw;
    line-height: 1.1em;
  }
}
.homeHeader .message .contents h5 {
  color: #898989;
  font-size: 20px;
}
.homeHeader .message .contents h5 br {
  display: none;
}
@media screen and (max-width: 480px) {
  .homeHeader .message .contents h5 br {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  .homeHeader .message .contents h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .homeHeader .message .contents h5 {
    font-size: 14px;
    font-size: 3.2710280374vw;
    line-height: 1.3em;
  }
}
.homeHeader .movie {
  height: 50%;
  width: 100%;
}
.homeHeader .movie .item .bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
}

.contactBtn {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
  .contactBtn {
    top: initial;
    bottom: 0;
    display: flex;
  }
}
.contactBtn a {
  display: block;
  width: 80px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 480px) {
  .contactBtn a {
    width: 60px;
  }
}
.contactBtn a img {
  display: block;
  width: 100%;
}
.portfolio {
  position: relative;
}
.portfolio .portfolioNav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.portfolio .portfolioNav .swiperButton {
  border-radius: 100em;
  background-color: #fff;
  width: 62px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: cover;
}
.portfolio .portfolioNav .swiperButton::after {
  display: none;
}
.portfolio .portfolioNav .swiper-button-next {
  background-image: url(common/images/portfolioBtnNext.svg);
}
.portfolio .portfolioNav .swiper-button-prev {
  background-image: url(common/images/portfolioBtnPrev.svg);
}

.portfolioSwiper {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .portfolioSwiper {
    width: 100%;
    overflow: hidden;
  }
}
.portfolioSwiper .swiper-wrapper {
  display: flex;
  gap: 0px;
  position: relative;
}
.portfolioSwiper .swiper-slide {
  width: 288px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
  background: #ddd;
}
@media screen and (max-width: 480px) {
  .portfolioSwiper .swiper-slide {
    width: 50%;
  }
}
.portfolioSwiper .swiper-slide .link {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolioSwiper .swiper-slide .link img {
  width: 100%;
  height: 100%;
}
.serviceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.serviceList .item {
  width: 220px;
  height: 426px;
  aspect-ratio: 110/213;
  overflow: hidden;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  .serviceList .item {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
.serviceList .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #231815;
}
.serviceList .item a .mainText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .serviceList .item a .mainText {
    padding: 20px;
  }
}
.serviceList .item a .mainText h4 {
  font-size: 40px;
  line-height: 1.3em;
}
@media screen and (max-width: 480px) {
  .serviceList .item a .mainText h4 {
    font-size: 55px;
    font-size: 12.8504672897vw;
    line-height: 1em;
    margin-bottom: 5px;
  }
}
.serviceList .item a .mainText h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .serviceList .item a .mainText h5 {
    font-size: 18px;
    font-size: 4.2056074766vw;
    margin-bottom: 20px;
  }
}
.serviceList .item a .mainText ul {
  list-style-position: inside;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .serviceList .item a .mainText ul {
    opacity: 1;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.serviceList .item a .mainText ul li {
  list-style: disc;
  list-style-position: inside;
}
.serviceList .item a .hoverBg {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .serviceList .item a .hoverBg {
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.serviceList .item a .hoverItem {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -50%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
}
@media screen and (max-width: 480px) {
  .serviceList .item a .hoverItem {
    bottom: 0;
    height: 55%;
    padding: 20px;
  }
}
.serviceList .item a .hoverItem p {
  font-size: 13px;
  line-height: 1.4em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .serviceList .item a .hoverItem p {
    font-size: 18px;
    font-size: 4.2056074766vw;
    line-height: 1.6em;
  }
}
.serviceList .item a .hoverItem .link {
  color: #ed6c00;
  font-size: 13px;
  line-height: 1.4em;
  position: absolute;
  z-index: 0;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .serviceList .item a .hoverItem .link {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.serviceList .item a .hoverItem .link::before {
  display: inline-block;
  content: "";
  aspect-ratio: 1/1;
  height: auto;
  width: 11px;
  margin-right: 3px;
  background-image: url(images//hoverItemArrow.svg);
  background-size: cover;
}
.serviceList .item a:hover .mainText ul {
  opacity: 1;
}
.serviceList .item a:hover .hoverBg {
  background-color: rgba(255, 255, 255, 0.8);
}
.serviceList .item a:hover .hoverItem {
  bottom: 0;
}
.serviceList .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  aspect-ratio: 110/213;
  z-index: -1;
}

.company {
  background-color: #f8f5ee;
}
.company .whiteBg {
  background-color: #fff;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 15px;
}
.company .whiteBg.dFlex {
  display: flex;
  justify-content: space-between;
}
.company h4 {
  margin-bottom: 15px;
  color: #ed6c00;
}
.company .overviewWrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .company .overviewWrap {
    padding: 0;
  }
}
.company .overviewWrap dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px 15px;
}
.company .overviewWrap dl dt,
.company .overviewWrap dl dd {
  padding: 0px 0 0px 0;
  line-height: 1.4em;
}
.company .overviewWrap dl dt {
  width: 60px;
  text-align: justify;
  text-align-last: justify;
}
.company .overviewWrap dl dd {
  margin-left: 0em;
  width: calc(100% - 80px);
}
.company .overviewWrap .companyOverview {
  width: 374px;
  border-right: 15px solid #f8f5ee;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .company .overviewWrap .companyOverview {
    width: 100%;
    border-right: none;
    border-bottom: 15px solid #f8f5ee;
    padding: 20px 20px;
  }
}
.company .overviewWrap .companyOverview dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px 15px;
}
.company .overviewWrap .companyOverview dl dt,
.company .overviewWrap .companyOverview dl dd {
  padding: 0px 0 0px 0;
  line-height: 1.4em;
}
.company .overviewWrap .companyOverview dl dt {
  width: 60px;
  text-align: justify;
  text-align-last: justify;
}
.company .overviewWrap .companyOverview dl dd {
  margin-left: 0em;
  width: calc(100% - 80px);
}
.company .overviewWrap .companyHistory {
  width: 510px;
  padding: 20px 0 20px 20px;
}
.company .overviewWrap .companyHistory dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px 15px;
}
.company .overviewWrap .companyHistory dl dt,
.company .overviewWrap .companyHistory dl dd {
  padding: 0px 0 0px 0;
  line-height: 1.4em;
}
.company .overviewWrap .companyHistory dl dt {
  width: 80px;
  text-align: justify;
  text-align-last: justify;
}
.company .overviewWrap .companyHistory dl dd {
  margin-left: 0em;
  width: calc(100% - 100px);
}
.company .companyBusiness {
  padding: 20px 0;
}
.company .companyBusiness p {
  font-size: 12px;
  line-height: 1.4em;
}

.map .googlemapArea .googlemap {
  width: 100%;
  height: 400px;
}

.outsourcing p {
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .outsourcing p {
    font-size: 16px;
    font-size: 3.738317757vw;
    text-align: left;
  }
  .outsourcing p br {
    display: none;
  }
}
.outsourcing .outsourcingList {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .outsourcing .outsourcingList {
    gap: 10px;
    margin: 20px 0;
  }
}
.outsourcing .outsourcingList .outsourcingBox {
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.outsourcing .outsourcingList .outsourcingBox br {
  display: none;
}
@media screen and (max-width: 480px) {
  .outsourcing .outsourcingList .outsourcingBox {
    font-size: 14px;
    font-size: 3.2710280374vw;
    padding: 15px;
  }
  .outsourcing .outsourcingList .outsourcingBox br {
    display: block;
  }
}
.outsourcing .outsourcingList .outsourcingBox.red {
  background-color: #e83828;
}
.outsourcing .outsourcingList .outsourcingBox.orange {
  background-color: #ea5514;
}
.outsourcing .outsourcingList .outsourcingBox.yellow {
  background-color: #f39800;
}
.outsourcing h4 {
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
}
.outsourcing h4 br {
  display: none;
}
@media screen and (max-width: 480px) {
  .outsourcing h4 {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
  .outsourcing h4 br {
    display: block;
  }
}
.outsourcing h4 a {
  color: #ed6c00;
}

.contact {
  background-color: #f8f5ee;
}
.contact .contactForm {
  width: calc(100% - 180px);
}
@media screen and (max-width: 480px) {
  .contact .contactForm {
    width: 100%;
  }
}
.contact .contactForm .formTable {
  display: flex;
  flex-wrap: wrap;
}
.contact .contactForm .formTable dt,
.contact .contactForm .formTable dd {
  margin-bottom: 10px;
}
.contact .contactForm .formTable dt {
  width: 180px;
}
@media screen and (max-width: 480px) {
  .contact .contactForm .formTable dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.contact .contactForm .formTable dt .label {
  display: flex;
  align-items: center;
  min-height: 42px;
  height: 100%;
  width: 100%;
  padding: 10px 10px 10px 30px;
  line-height: 1.4em;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .contact .contactForm .formTable dt .label {
    padding: 0;
    min-height: inherit;
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
  .contact .contactForm .formTable dt .label br {
    display: none;
  }
}
.contact .contactForm .formTable dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 480px) {
  .contact .contactForm .formTable dd {
    width: 100%;
  }
}
.contact .contactForm .formTable input {
  background-color: #fff;
  height: 42px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .contact .contactForm .formTable input {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.contact .contactForm .formTable .inputSet {
  display: flex;
  gap: 10px;
}
.contact .contactForm .formTable textarea {
  background-color: #fff;
  min-height: 42px;
  width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  border: none;
}
.contact .contactForm .wpcf7-not-valid-tip {
  padding: 3px 3;
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .contact .contactForm .wpcf7-not-valid-tip {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
.contact .wpcf7 form .wpcf7-response-output {
  width: 540px;
  margin: 20px auto 0 auto;
  border-width: 1px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .contact .wpcf7 form .wpcf7-response-output {
    margin: 20px auto 0 auto;
    font-size: 14px;
    font-size: 3.2710280374vw;
    width: calc(100% - 40px);
  }
}
.contact input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 140px;
  height: 42px;
  padding: 10px;
  background-color: #231815;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 15px;
  text-indent: -9999px;
  background-image: url(common/images/formsendbtn.svg);
}
.contact span.wpcf7-spinner {
  display: none;
}

body.labelChild .infoCard .infoContent .kamishitsu {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
body.labelChild .infoCard .infoContent .kamishitsu h4 {
  font-size: 14px;
  padding: 10px;
  background-color: #efefef;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  body.labelChild .infoCard .infoContent .kamishitsu h4 {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.labelChild .infoCard .infoContent .kamishitsu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  body.labelChild .infoCard .infoContent .kamishitsu ul {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.labelChild .infoCard .infoContent .kamishitsu ul li {
  white-space: nowrap;
  line-height: 1.4em;
  font-feature-settings: "palt";
}
body.labelChild .infoCard .infoContent .kamishitsu ul li::after {
  content: "、";
  display: inline-block;
}
body.labelChild .infoCard .infoContent .subtitle {
  font-size: 18px;
  color: #ed6c00;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  body.labelChild .infoCard .infoContent .subtitle {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
body.labelChild .infoCard .infoContent p {
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  body.labelChild .infoCard .infoContent p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.labelChild .infoCard .sozai {
  gap: 42px;
}
body.labelChild .infoCard .sozai .left {
  width: 425px;
}
@media screen and (max-width: 768px) {
  body.labelChild .infoCard .sozai .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.labelChild .infoCard .sozai .right {
    width: 100%;
  }
}
body.labelChild .infoCard .sozai .right img {
  max-width: 100%;
  display: block;
  margin-top: -40px;
}
@media screen and (max-width: 480px) {
  body.labelChild .infoCard .sozai .right img {
    margin-top: 0;
  }
}
body.labelChild .infoCard .kakaku .separate {
  width: 690px;
  margin: 20px auto 0 auto;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  body.labelChild .infoCard .kakaku .separate {
    width: 100%;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  body.labelChild .infoCard .kakaku .separate .col-6 {
    width: 100%;
    margin-bottom: 0;
  }
}
body.labelChild .infoCard .kakaku .separate .col-6 img {
  max-width: 100%;
}

.btn.contact {
  width: 460px;
  height: 62px;
  margin: 0px auto;
  background-color: #231815;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .btn.contact {
    width: 100%;
    height: auto;
    padding: 10px 5px;
  }
}
.btn.contact .text {
  color: #fff;
  display: block;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
}
@media screen and (max-width: 480px) {
  .btn.contact .text {
    font-size: 20px;
    font-size: 4.6728971963vw;
  }
}
.btn.contact .text::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: auto;
  aspect-ratio: 36/25;
  margin-right: 10px;
  background-image: url(common/images/contactbtnicon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.cakepick .infoCard .syurui {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  body.cakepick .infoCard .syurui {
    flex-wrap: wrap;
  }
}
body.cakepick .infoCard .syurui .left {
  width: 80%;
}
@media screen and (max-width: 480px) {
  body.cakepick .infoCard .syurui .left {
    width: 100%;
  }
}
body.cakepick .infoCard .syurui .right {
  width: 20%;
}
@media screen and (max-width: 480px) {
  body.cakepick .infoCard .syurui .right {
    width: 100%;
  }
}
body.cakepick .infoCard .syurui .right h3 .img {
  display: block;
  width: 100%;
  width: 130px;
  height: auto;
  aspect-ratio: 1/1;
  margin: auto;
}
@media screen and (max-width: 480px) {
  body.cakepick .infoCard .syurui .right h3 .img {
    display: none;
  }
}
body.cakepick .infoCard .syurui .right h3 .text {
  display: none;
}
@media screen and (max-width: 480px) {
  body.cakepick .infoCard .syurui .right h3 .text {
    display: flex;
    padding: 10px;
    width: 100%;
    border-radius: 50em;
    background-color: #ed6c00;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
body.cakepick .infoCard .syurui + .infoImage {
  margin-bottom: 20px;
}
body.cakepick .infoCard .syuruiAnnounce {
  text-align: right;
  font-size: 10px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body.cakepick .infoCard .syuruiAnnounce {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
body.cakepick .ensyutsu {
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  body.cakepick .ensyutsu {
    padding: 0 0;
  }
}
body.cakepick .ensyutsu h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  body.cakepick .ensyutsu h3 {
    font-size: 24px;
    font-size: 5.6074766355vw;
    margin-bottom: 20px;
  }
}
body.cakepick .ensyutsu .fukidashiList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  body.cakepick .ensyutsu .fukidashiList {
    gap: 10px;
  }
}
body.cakepick .ensyutsu .fukidashiList li {
  aspect-ratio: 248/148;
  grid-column: auto/span 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  body.cakepick .ensyutsu .fukidashiList li {
    grid-column: auto/span 6;
  }
}
body.cakepick .ensyutsu .fukidashiList li img {
  display: block;
  max-width: 100%;
}
body.cakepick .useCaseBlock .useCaseList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  gap: 20px 10px;
}
body.cakepick .useCaseBlock .useCaseList .item {
  grid-column: auto/span 4;
  list-style: none;
}
@media screen and (max-width: 480px) {
  body.cakepick .useCaseBlock .useCaseList .item {
    grid-column: auto/span 12;
  }
}
body.cakepick .useCaseBlock .useCaseList .item figure img {
  width: 100%;
}
body.cakepick .useCaseBlock .useCaseList h4 {
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  margin: 10px auto;
  color: #ed6c00;
}
@media screen and (max-width: 480px) {
  body.cakepick .useCaseBlock .useCaseList h4 {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
body.cakepick .useCaseBlock .useCaseList p {
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding: 0 20px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  body.cakepick .useCaseBlock .useCaseList p {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
body.cakepick .meritBlock .meritList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  gap: 20px 20px;
}
body.cakepick .meritBlock .meritList .item {
  grid-column: auto/span 4;
  list-style: none;
  padding: 20px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  body.cakepick .meritBlock .meritList .item {
    grid-column: auto/span 12;
  }
}
body.cakepick .meritBlock .meritList .item .num {
  background: #ed6c00;
  background: rgb(237, 108, 0);
  aspect-ratio: 1/1;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-weight: bold;
  color: #fff;
}
body.cakepick .meritBlock .meritList .item h4 {
  line-height: 1.6em;
  text-align: center;
  color: #ed6c00;
  font-size: 17px;
  margin: 0 auto 20px auto;
  height: 4.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.cakepick .meritBlock .meritList .item p {
  font-size: 13px;
  font-feature-settings: "palt";
}
body.cakepick .produce {
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  body.cakepick .produce {
    padding: 0 0;
  }
}
body.cakepick .produce h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  body.cakepick .produce h3 {
    font-size: 24px;
    font-size: 5.6074766355vw;
    margin-bottom: 20px;
  }
}
body.cakepick .produce p {
  font-size: 14px;
  margin-bottom: 20px;
}
body.cakepick .produce .appealPoint {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  border: 1px solid #fff;
}
body.cakepick .produce .appealPoint .item {
  grid-column: auto/span 3;
  list-style: none;
  padding: 20px;
  border-right: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  body.cakepick .produce .appealPoint .item {
    grid-column: auto/span 12;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
body.cakepick .produce .appealPoint .item:last-of-type {
  border-right: none;
  border-bottom: 1px solid #fff;
}
body.cakepick .produce .appealPoint .item .num {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  color: #ed6c00;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.cakepick .produce .appealPoint .item .icon {
  width: 70px;
  aspect-ratio: 1/1;
  height: auto;
  margin: 10px auto 20px auto;
}
body.cakepick .produce .appealPoint .item .icon img {
  width: 100%;
}
body.cakepick .produce .appealPoint .item p {
  font-size: 17px;
  text-align: center;
  line-height: 1.6em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  body.cakepick .produce .appealPoint .item p br {
    display: none;
  }
}

body.shrinklabel .infoCard .siyorei {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .siyorei {
    flex-wrap: wrap;
  }
}
body.shrinklabel .infoCard .siyorei .textArea {
  width: calc(100% - 220px);
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .siyorei .textArea {
    width: 100%;
    padding-right: 0;
  }
}
body.shrinklabel .infoCard .siyorei .imgArea {
  width: 220px;
  position: relative;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .siyorei .imgArea {
    width: 100%;
  }
}
body.shrinklabel .infoCard .siyorei .imgArea img {
  position: absolute;
  max-width: 100%;
  display: block;
  margin-top: -60px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .siyorei .imgArea img {
    margin-top: 0;
    position: relative;
    max-width: 50%;
    margin: 0 auto;
  }
}
body.shrinklabel .infoCard .kisyu {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .kisyu {
    margin-top: 25px;
  }
}
body.shrinklabel .infoCard .kisyu h3 {
  font-size: 18px;
  line-height: 27px;
  color: #ed6c00;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .kisyu h3 {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
body.shrinklabel .infoCard .kisyu .kakouList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.shrinklabel .infoCard .kisyu .kakouList .item {
  width: 266px;
  list-style: none;
  border: 1px solid #f49e1b;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .kisyu .kakouList .item {
    width: 100%;
  }
}
body.shrinklabel .infoCard .kisyu .kakouList .item h4 {
  background-color: #f49e1b;
  height: 78px;
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .kisyu .kakouList .item h4 {
    font-size: 18px;
    font-size: 4.2056074766vw;
    height: auto;
    padding: 10px;
  }
  body.shrinklabel .infoCard .kisyu .kakouList .item h4 br {
    display: none;
  }
}
body.shrinklabel .infoCard .kisyu .kakouList .item p {
  display: flex;
  height: 96px;
  font-size: 13px;
  padding: 15px 35px 20px 35px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .kisyu .kakouList .item p {
    font-size: 14px;
    font-size: 3.2710280374vw;
    height: auto;
  }
  body.shrinklabel .infoCard .kisyu .kakouList .item p br {
    display: none;
  }
}
body.shrinklabel .infoCard .LabelVariation .headerArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .LabelVariation .headerArea {
    display: block;
    margin-bottom: 15px;
  }
}
body.shrinklabel .infoCard .LabelVariation .headerArea .subTitle {
  order: 2;
  font-size: 15px;
  color: #fff;
  background-color: #22ac38;
  width: 90px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .LabelVariation .headerArea .subTitle {
    font-size: 15px;
    font-size: 3.5046728972vw;
    border-radius: 0px;
    height: auto;
    aspect-ratio: initial;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  body.shrinklabel .infoCard .LabelVariation .headerArea .subTitle br {
    display: none;
  }
}
body.shrinklabel .infoCard .LabelVariation .headerArea .infoTitle {
  order: 1;
  font-size: 27px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .LabelVariation .headerArea .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
  body.shrinklabel .infoCard .LabelVariation .headerArea .infoTitle br {
    display: none;
  }
}
body.shrinklabel .infoCard .LabelVariation .infoImage {
  margin-bottom: 30px;
}
body.shrinklabel .infoCard .LabelVariation .infoContent h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .LabelVariation .infoContent h5 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.shrinklabel .infoCard .LabelVariation .infoContent h6 {
  font-size: 18px;
  color: #ed6c00;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .LabelVariation .infoContent h6 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.shrinklabel .infoCard .LabelVariation .infoContent p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .LabelVariation .infoContent p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.shrinklabel .infoCard .LabelVariation .infoContent .link p {
  margin-bottom: 5px;
  color: #ed6c00;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .LabelVariation .infoContent .link p {
    font-size: 12px;
    font-size: 2.8037383178vw;
  }
}
body.shrinklabel .infoCard .LabelVariation .infoContent .link p a {
  color: #231815;
}
body.shrinklabel .infoCard .stretchLabel {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
body.shrinklabel .infoCard .stretchLabel .left {
  width: calc(50% - 15px);
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .left {
    width: 100%;
  }
}
body.shrinklabel .infoCard .stretchLabel .left .headerArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .left .headerArea {
    display: block;
    margin-bottom: 15px;
  }
}
body.shrinklabel .infoCard .stretchLabel .left .subTitle {
  order: 2;
  font-size: 15px;
  color: #fff;
  background-color: #22ac38;
  width: 90px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .left .subTitle {
    font-size: 15px;
    font-size: 3.5046728972vw;
    border-radius: 0px;
    height: auto;
    aspect-ratio: initial;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  body.shrinklabel .infoCard .stretchLabel .left .subTitle br {
    display: none;
  }
}
body.shrinklabel .infoCard .stretchLabel .left .infoTitle {
  order: 1;
  font-size: 27px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .left .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
  body.shrinklabel .infoCard .stretchLabel .left .infoTitle br {
    display: none;
  }
}
body.shrinklabel .infoCard .stretchLabel .left img {
  width: 100%;
}
body.shrinklabel .infoCard .stretchLabel .left h5 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .left h5 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.shrinklabel .infoCard .stretchLabel .left h5 strong {
  color: #ed6c00;
}
body.shrinklabel .infoCard .stretchLabel .left p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .left p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.shrinklabel .infoCard .stretchLabel .right {
  width: calc(50% - 15px);
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .right {
    width: 100%;
    margin-top: 0px;
  }
}
body.shrinklabel .infoCard .stretchLabel .right img {
  width: 85%;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  body.shrinklabel .infoCard .stretchLabel .right img {
    margin-top: 0;
    width: 100%;
  }
}

.Decoration {
  padding: 0 30px;
}
@media screen and (max-width: 480px) {
  .Decoration {
    padding: 0 0;
  }
}
.Decoration .tabTitle {
  width: 240px;
  height: 60px;
  aspect-ratio: 12/3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  background-color: #231815;
  margin: -40px auto 20px auto;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .Decoration .tabTitle {
    margin-top: -30px;
  }
}
.Decoration h4 {
  font-weight: bold;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .Decoration h4 {
    font-size: 24px;
    font-size: 5.6074766355vw;
    line-height: 1.6em;
  }
}
.Decoration h4 strong {
  color: #231815;
}
@media screen and (max-width: 480px) {
  .Decoration h4 strong {
    display: block;
  }
}
.Decoration p {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .Decoration p {
    font-size: 14px;
    font-size: 3.2710280374vw;
    text-align: left;
  }
}
.Decoration .appealPoint {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
}
.Decoration .appealPoint .item {
  grid-column: auto/span 3;
  list-style: none;
  padding: 0 20px;
  border-right: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Decoration .appealPoint .item {
    grid-column: auto/span 12;
    border-right: none;
    border: 1px solid #fff;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
}
.Decoration .appealPoint .item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 480px) {
  .Decoration .appealPoint .item:last-of-type {
    border-right: 1px solid #fff;
  }
}
.Decoration .appealPoint .item .num {
  height: 56px;
  width: 56px;
  color: #ed6c00;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #f49e1b;
  font-weight: bold;
  margin: 0 auto 30px auto;
}
.Decoration .appealPoint .item h5 {
  font-size: 17px;
  text-align: center;
  line-height: 1.3em;
  font-feature-settings: "palt";
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 480px) {
  .Decoration .appealPoint .item h5 br {
    display: none;
  }
}
.Decoration .appealPoint .item p {
  text-align: left;
  line-height: 1.3em;
}

body.kraftbag .subpageHeadsec {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  body.kraftbag .subpageHeadsec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body.kraftbag .subpageHeadsec .pageTitle {
  width: 57%;
}
@media screen and (max-width: 768px) {
  body.kraftbag .subpageHeadsec .pageTitle {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.kraftbag .subpageHeadsec .pageGuidance {
  width: 43%;
  border-left: solid #ed6c00 4px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .subpageHeadsec .pageGuidance {
    width: 100%;
    border-left: none;
    padding-left: 0px;
    padding-top: 15px;
    border-top: solid #ed6c00 4px;
  }
}
body.kraftbag .subpageHeadsec .pageGuidance p {
  font-size: 15px;
  line-height: 1.7em;
  margin-top: -5px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  body.kraftbag .subpageHeadsec .pageGuidance p {
    font-size: 16px;
    font-size: 3.738317757vw;
  }
  body.kraftbag .subpageHeadsec .pageGuidance p br {
    display: none;
  }
}
body.kraftbag .kraftbag {
  position: relative;
  padding-top: 42px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag {
    padding-top: 15px;
  }
}
body.kraftbag .kraftbag .orangeTitle {
  width: 137px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ed6c00;
  border-radius: 100em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  position: absolute;
  left: 376px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .orangeTitle {
    aspect-ratio: initial;
    position: relative;
    left: initial;
    top: initial;
    width: fit-content;
    padding: 0px 20px;
    margin: -30px auto 20px auto;
    height: 30px;
  }
  body.kraftbag .kraftbag .orangeTitle br {
    display: none;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
body.kraftbag .kraftbag .kraftbagInner1:last-of-type {
  margin-bottom: 0px;
}
body.kraftbag .kraftbag .kraftbagInner1 .left {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .kraftbagInner1 .left {
    width: 100%;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 .left .headerArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .kraftbagInner1 .left .headerArea {
    display: block;
    margin-bottom: 15px;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent {
    margin-top: auto;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent h6 strong {
  color: #ed6c00;
}
body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent h6 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent h6 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent h6 strong {
  color: #ed6c00;
}
body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 .left .infoContent p:last-of-type {
  margin-bottom: 0;
}
body.kraftbag .kraftbag .kraftbagInner1 .left .subTitle {
  order: 2;
  font-size: 15px;
  color: #fff;
  background-color: #22ac38;
  width: 90px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .kraftbagInner1 .left .subTitle {
    font-size: 15px;
    font-size: 3.5046728972vw;
    border-radius: 0px;
    height: auto;
    aspect-ratio: initial;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  body.kraftbag .kraftbag .kraftbagInner1 .left .subTitle br {
    display: none;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 .left .infoTitle {
  order: 1;
  font-size: 27px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body.kraftbag .kraftbag .kraftbagInner1 .left .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
  body.kraftbag .kraftbag .kraftbagInner1 .left .infoTitle br {
    display: none;
  }
}
body.kraftbag .kraftbag .kraftbagInner1 .right {
  width: calc(50% - 15px);
  text-align: right;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .kraftbagInner1 .right {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .kraftbagInner1 .right img {
    display: block;
    margin: 0 auto 20px auto;
  }
}
body.kraftbag .kraftbag .ecoplastics {
  margin-bottom: 25px;
}
body.kraftbag .kraftbag .ecoplastics .subTitle {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .ecoplastics .subTitle {
    font-size: 23px;
    font-size: 5.3738317757vw;
    height: auto;
    padding: 10px;
  }
}
body.kraftbag .kraftbag .ecoplastics .ecoplaBody {
  padding: 25px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .ecoplastics .ecoplaBody {
    padding: 15px;
  }
}
body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList {
  position: relative;
  counter-reset: li;
  counter-reset: list-number;
}
body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList li {
  list-style: none;
  padding-left: 1.6em;
  margin-bottom: 20px;
  position: relative;
}
body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList li:last-of-type {
  margin-bottom: 0;
}
body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList li::before {
  position: relative;
  counter-increment: list-number;
  content: counter(list-number) "";
  display: inline-block;
  /* ①円のポジション調整 */
  position: absolute;
  left: 0;
  top: 2px;
  /* ②色付きの円を作る */
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  /* ③数字の文字調整 */
  font-size: 14px;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}
body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList li h4 {
  font-size: 19px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList li h4 {
    font-size: 19px;
    font-size: 4.4392523364vw;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
}
body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList li p {
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .ecoplastics .ecoplaBody .ecoplaList li p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.kraftbag .kraftbag .ecoplastics.kankyo {
  border: 1px solid #22ac38;
}
body.kraftbag .kraftbag .ecoplastics.kankyo .subTitle {
  background-color: #22ac38;
}
body.kraftbag .kraftbag .ecoplastics.kankyo .ecoplaBody .ecoplaList li::before {
  background-color: #22ac38;
}
body.kraftbag .kraftbag .ecoplastics.kankyo .ecoplaBody .ecoplaList li h4 strong {
  color: #22ac38;
}
body.kraftbag .kraftbag .ecoplastics.design {
  border: 1px solid #f6ab00;
}
body.kraftbag .kraftbag .ecoplastics.design .subTitle {
  background-color: #f6ab00;
}
body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody {
  display: flex;
  flex-wrap: wrap;
}
body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .left {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .right {
  width: 330px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .right {
    width: 100%;
  }
}
body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .right img {
  display: block;
  width: 110px;
}
@media screen and (max-width: 768px) {
  body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .right img {
    margin: auto;
  }
}
body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .ecoplaList li::before {
  background-color: #f6ab00;
}
body.kraftbag .kraftbag .ecoplastics.design .ecoplaBody .ecoplaList li h4 strong {
  color: #f6ab00;
}

.ecoFriendly .ecoFriendlyHead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.ecoFriendly .ecoFriendlyHead .left {
  width: calc(100% - 330px);
}
@media screen and (max-width: 768px) {
  .ecoFriendly .ecoFriendlyHead .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ecoFriendly .ecoFriendlyHead .left .infoTitle {
  color: #22ac38;
}
@media screen and (max-width: 768px) {
  .ecoFriendly .ecoFriendlyHead .left .infoContent {
    margin-top: auto;
  }
}
.ecoFriendly .ecoFriendlyHead .left .infoContent h6 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
  color: #22ac38;
}
@media screen and (max-width: 480px) {
  .ecoFriendly .ecoFriendlyHead .left .infoContent h6 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
.ecoFriendly .ecoFriendlyHead .left .infoContent h6 strong {
  color: #ed6c00;
}
.ecoFriendly .ecoFriendlyHead .right {
  width: 290px;
  text-align: right;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .ecoFriendly .ecoFriendlyHead .right {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ecoFriendly .ecoFriendlyHead .right img {
    display: block;
    margin: 0 auto 0px auto;
  }
}
.ecoFriendly .separate {
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 480px) {
  .ecoFriendly .separate {
    gap: 15px;
  }
}
.ecoFriendly .separate .col-6,
.ecoFriendly .separate .col-12 {
  border: 1px solid #22ac38;
}
.ecoFriendly .separate .col-6 {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .ecoFriendly .separate .col-6 {
    width: 100%;
    margin-bottom: 0px;
  }
}
.ecoFriendly .separate .col-12 p {
  text-align: center;
}
.ecoFriendly .separate h4 {
  color: #fff;
  background-color: #22ac38;
  font-size: 19px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .ecoFriendly .separate h4 {
    height: auto;
    padding: 10px;
  }
}
.ecoFriendly .separate p {
  padding: 20px 35px;
  font-size: 13px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .ecoFriendly .separate p {
    padding: 15px;
  }
}

body.spoutpouch .ecoAppeal {
  color: #fff;
  position: relative;
  padding: 30px 0 10px 0;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .ecoAppeal {
    padding: 0;
  }
}
body.spoutpouch .ecoAppeal .fukidashi {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 205px;
  height: 142px;
  aspect-ratio: 205/142;
}
@media screen and (max-width: 900px) {
  body.spoutpouch .ecoAppeal .fukidashi {
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  body.spoutpouch .ecoAppeal .fukidashi {
    top: 0px;
    position: relative;
    width: 90%;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 5px;
    aspect-ratio: initial;
  }
}
body.spoutpouch .ecoAppeal h4 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .ecoAppeal h4 {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
  body.spoutpouch .ecoAppeal h4 br {
    display: none;
  }
}
body.spoutpouch .ecoAppeal .ecoAppealList {
  position: relative;
}
body.spoutpouch .ecoAppeal .ecoAppealList li {
  list-style: none;
  padding-left: 1.3em;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .ecoAppeal .ecoAppealList li {
    font-size: 20px;
    font-size: 4.6728971963vw;
    line-height: 1.5em;
  }
  body.spoutpouch .ecoAppeal .ecoAppealList li br {
    display: none;
  }
}
body.spoutpouch .ecoAppeal .ecoAppealList li::before {
  position: relative;
  display: inline-block;
  /* ①円のポジション調整 */
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 19px;
  height: 19px;
  content: "";
  background-image: url(images/film/spout/checkicon.svg);
}
@media screen and (max-width: 768px) {
  body.spoutpouch .ecoAppeal .ecoAppealList li::before {
    font-size: 20px;
    font-size: 4.6728971963vw;
    top: 5px;
  }
}
body.spoutpouch .case .up {
  background-color: #fff;
  padding: 0px;
}
body.spoutpouch .case .up .headerArea {
  position: relative;
  margin-bottom: 15px;
  padding: 30px 30px 0px 100px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .case .up .headerArea {
    padding: 17px 20px 0 65px;
  }
}
body.spoutpouch .case .up .headerArea::before {
  position: absolute;
  content: "";
  width: 90px;
  aspect-ratio: 1/1;
  height: auto;
  display: block;
  background-image: url(images/film/spout/case_01_circle.svg);
  left: -5px;
  top: -5px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .case .up .headerArea::before {
    width: 50px;
    background-size: cover;
    left: 10px;
    top: 10px;
  }
}
body.spoutpouch .case .up .headerArea .infoTitle {
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 900px) {
  body.spoutpouch .case .up .headerArea .infoTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.spoutpouch .case .up .headerArea .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
}
body.spoutpouch .case .up .headerArea .subTitle {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  body.spoutpouch .case .up .headerArea .subTitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body.spoutpouch .case .up .headerArea .subTitle {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.spoutpouch .case .up figure {
  width: 100%;
  text-align: center;
  position: relative;
  vertical-align: bottom;
}
body.spoutpouch .case .up figure img {
  display: block;
  left: 0;
  right: 0;
  margin: auto auto -1px auto;
  vertical-align: bottom;
  width: 100%;
}
body.spoutpouch .case .down {
  padding-top: 10px;
  background-color: #fde8c6;
}
body.spoutpouch .case .down h5 {
  color: #ed6c00;
  font-size: 24px;
  background-color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px 20px 10px 20px;
}
@media screen and (max-width: 900px) {
  body.spoutpouch .case .down h5 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.spoutpouch .case .down h5 {
    font-size: 24px;
    font-size: 5.6074766355vw;
  }
}
body.spoutpouch .case .down .img {
  display: block;
  position: relative;
  text-align: center;
}
body.spoutpouch .case .down .img .main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
body.spoutpouch .case .down .img .fukidashi {
  position: absolute;
  top: 0;
  right: -20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .case .down .img .fukidashi {
    right: -10px;
  }
}
body.spoutpouch .case .down .downBody {
  padding: 20px;
}
body.spoutpouch .case .down .downBody p {
  text-align: center;
  font-size: 21px;
}
@media screen and (max-width: 900px) {
  body.spoutpouch .case .down .downBody p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.spoutpouch .case .down .downBody p {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.spoutpouch .case .down .downBody p span {
  padding-bottom: 5px;
  display: block;
  margin: 0 auto 5px auto;
  border-bottom: 2px solid #ed6c00;
  width: fit-content;
}
body.spoutpouch .case.case2 .up .headerArea::before {
  background-image: url(images/film/spout/case_02_circle.svg);
}
body.spoutpouch .qanda .qandaList {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .qanda .qandaList {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0%;
  }
}
body.spoutpouch .qanda .qandaList li {
  list-style: none;
  width: 184px;
  position: relative;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .qanda .qandaList li {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding: 0 20% 30px 20%;
    border-bottom: 1px solid #ddd;
  }
}
body.spoutpouch .qanda .qandaList li::after {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid #ddd;
  top: 0;
  position: absolute;
  right: -18px;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .qanda .qandaList li::after {
    display: none;
  }
}
body.spoutpouch .qanda .qandaList li:last-child::after {
  border-right: none;
}
body.spoutpouch .qanda .qandaList li .question {
  margin-bottom: 10px;
}
body.spoutpouch .qanda .qandaList li .question img {
  display: block;
  width: 100%;
}
body.spoutpouch .qanda .qandaList li .answer {
  text-align: center;
  line-height: 1.5em;
  font-size: 14px;
  font-feature-settings: "palt";
}
body.spoutpouch .qanda .qandaList li .answer strong {
  color: #ed6c00;
}
body.spoutpouch .productSpec .square {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}
body.spoutpouch .productSpec .square::first-letter {
  color: #ed6c00;
}
body.spoutpouch .productSpec .square em {
  font-size: 80%;
}
body.spoutpouch .productSpec .sizeLineup {
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .productSpec .sizeLineup {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 5px;
  }
}
body.spoutpouch .productSpec .sizeLineup table {
  font-size: 13px;
  background-color: #231815;
  border-spacing: 1px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  body.spoutpouch .productSpec .sizeLineup table {
    font-size: 12px;
    white-space: nowrap;
    width: 940px;
  }
}
@media screen and (max-width: 480px) {
  body.spoutpouch .productSpec .sizeLineup table {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}
body.spoutpouch .productSpec .sizeLineup table th,
body.spoutpouch .productSpec .sizeLineup table td {
  width: 16.6666666667%;
  padding: 7px 0 9px 0;
  text-align: center;
  line-height: 1em;
}
body.spoutpouch .productSpec .sizeLineup table th .size-orange,
body.spoutpouch .productSpec .sizeLineup table th .bold,
body.spoutpouch .productSpec .sizeLineup table td .size-orange,
body.spoutpouch .productSpec .sizeLineup table td .bold {
  font-size: 120%;
}
body.spoutpouch .productSpec .sizeLineup table th:nth-child(1),
body.spoutpouch .productSpec .sizeLineup table td:nth-child(1) {
  background-color: #f49e1b;
}
body.spoutpouch .productSpec .sizeLineup table th {
  font-weight: 400;
}
body.spoutpouch .productSpec .sizeLineup table th .size-orange {
  color: #ed6c00;
}
body.spoutpouch .productSpec .sizeLineup table th .unit {
  color: #ed6c00;
}
body.spoutpouch .productSpec .sizeLineup table td {
  background-color: #fff;
}
body.spoutpouch .productSpec .sizeLineup table thead th {
  background-color: #fff;
}
body.spoutpouch .productSpec .separate {
  justify-content: space-between;
}
body.spoutpouch .productSpec .separate .block h4 {
  background-color: #ed6c00;
  height: 42px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  justify-content: center;
  font-weight: 400;
}
body.spoutpouch .productSpec .separate .block .blockBody h5 {
  font-size: 16px;
}
body.spoutpouch .productSpec .separate .block .blockBody p {
  font-size: 13px;
  margin-bottom: 10px;
}
body.spoutpouch .productSpec .separate .cap {
  width: 538px;
  border: 1px solid #ed6c00;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .productSpec .separate .cap {
    width: 100%;
  }
}
body.spoutpouch .productSpec .separate .cap .top {
  padding: 17px;
  border-bottom: 1px solid #9fa0a0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.spoutpouch .productSpec .separate .cap .top .left {
  width: calc(100% - 218px);
}
@media screen and (max-width: 768px) {
  body.spoutpouch .productSpec .separate .cap .top .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
body.spoutpouch .productSpec .separate .cap .top .left p {
  font-feature-settings: "palt";
  line-height: 1.5em;
}
body.spoutpouch .productSpec .separate .cap .top .right {
  width: 188px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .productSpec .separate .cap .top .right {
    width: 100%;
    text-align: center;
  }
}
body.spoutpouch .productSpec .separate .cap .bottom {
  padding: 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.spoutpouch .productSpec .separate .cap .bottom .left {
  width: calc(100% - 120px);
}
@media screen and (max-width: 768px) {
  body.spoutpouch .productSpec .separate .cap .bottom .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
body.spoutpouch .productSpec .separate .cap .bottom .left p {
  font-feature-settings: "palt";
  line-height: 1.5em;
}
body.spoutpouch .productSpec .separate .cap .bottom .right {
  width: 120px;
  text-align: center;
}
body.spoutpouch .productSpec .separate .cap .colorTable {
  display: flex;
  width: fit-content;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
body.spoutpouch .productSpec .separate .cap .colorTable dt,
body.spoutpouch .productSpec .separate .cap .colorTable dd {
  padding: 8px 0;
}
body.spoutpouch .productSpec .separate .cap .colorTable dt {
  background-color: #efefef;
  width: 105px;
  font-size: 12px;
  text-align: center;
}
body.spoutpouch .productSpec .separate .cap .colorTable dd {
  background-color: #fff;
  width: calc(100% - 105px);
  padding: 8px 10px;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip {
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 50em;
  margin-right: 2px;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip:last-child {
  margin-right: 0;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.white {
  border: 1px solid #231815;
  background-color: #fff;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.black {
  background-color: #000;
  border: 1px solid #000;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.red {
  background-color: #e60012;
  border: 1px solid #e60012;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.yellow {
  background-color: #ffeb3b;
  border: 1px solid #ffeb3b;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.green {
  background-color: #009944;
  border: 1px solid #009944;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.blue {
  background-color: #005bbb;
  border: 1px solid #005bbb;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.graychip {
  background-color: #555;
  border: 1px solid #555;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.purple {
  background-color: #561c76;
  border: 1px solid #561c76;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.orangechip {
  background-color: #ec6b2f;
  border: 1px solid #ec6b2f;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.skyblue {
  background-color: #87ceeb;
  border: 1px solid #87ceeb;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.lightgray {
  background-color: #ccc;
  border: 1px solid #ccc;
}
body.spoutpouch .productSpec .separate .cap .colorTable .chip.beige {
  background-color: #c69c6d;
  border: 1px solid #c69c6d;
}
body.spoutpouch .productSpec .separate .select {
  width: 260px;
  border: 1px solid #ed6c00;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .productSpec .separate .select {
    width: 100%;
  }
}
body.spoutpouch .productSpec .separate .select .blockBody {
  padding: 17px;
}
body.spoutpouch .productSpec .separate .select .blockBody figure {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
body.spoutpouch .productSpec .separate .select .blockBody p {
  line-height: 1.5em;
  font-size: 14px;
}
body.spoutpouch .productSpec .separate .select .blockBody p.announce {
  font-size: 10px;
}
body.spoutpouch .priceWrap .priceBlock {
  margin-bottom: 20px;
}
body.spoutpouch .priceWrap .priceBlock > h5 {
  height: 28px;
  background-color: #f18e1d;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  font-size: 17px;
  line-height: 1em;
  font-weight: 600;
  width: 100%;
  margin-bottom: 10px;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll {
  display: flex;
  align-content: flex-start;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .priceWrap .priceBlock .priceScroll {
    display: block;
  }
}
body.spoutpouch .priceWrap .priceBlock .priceScroll figure {
  background-color: #fff;
  padding-right: 15px;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .priceWrap .priceBlock .priceScroll figure {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
body.spoutpouch .priceWrap .priceBlock .priceScroll figure img {
  width: 190px;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .priceWrap .priceBlock .priceScroll figure img {
    width: 100%;
  }
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet {
    overflow-x: scroll;
  }
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table {
  background-color: #231815;
  border-spacing: 1px;
  width: 100%;
  white-space: nowrap;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table th,
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table td {
  padding: 5px 1px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table th,
  body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table td {
    padding: 5px 0.5em;
  }
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table th {
  font-size: 11px;
  background-color: #fbdbba;
  text-align: center;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table td {
  font-size: 12px;
  background-color: #fff;
  text-align: center;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table .cell_name,
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table .cell_size {
  width: 22%;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table .cell_spout {
  width: 26%;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table .cell_iri {
  width: 15%;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table .cell_tanka {
  width: 15%;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table#DP10-SA0020M tbody td,
  body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table#DP10-TA0050M tbody td {
    height: auto !important;
  }
}
@media screen and (max-width: 480px) {
  body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table#DP10-SA0020M + table tbody td,
  body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet table#DP10-TA0050M + table tbody td {
    height: auto !important;
  }
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet .leftTable {
  width: 78%;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet .leftTable td {
  height: 18px;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet .rightTable {
  width: 22%;
}
body.spoutpouch .priceWrap .priceBlock .priceScroll .tableSet .rightTable td {
  height: 114px;
  vertical-align: middle;
}
body.spoutpouch .announce {
  width: 65%;
  padding-top: 1em;
  margin-left: 35%;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .announce {
    width: 100%;
    margin-left: 0%;
  }
}
body.spoutpouch .announce p {
  font-size: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .announce p {
    font-size: 12px;
    font-size: 2.8037383178vw;
  }
}
body.spoutpouch .pouchList .pouch01 {
  position: relative;
}
body.spoutpouch .pouchList .pouch01 .orangeTitle {
  width: 137px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ed6c00;
  border-radius: 100em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  position: absolute;
  left: 276px;
  top: -20px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .orangeTitle {
    aspect-ratio: initial;
    position: relative;
    left: initial;
    top: initial;
    width: fit-content;
    padding: 0px 20px;
    margin: -30px auto 20px auto;
    height: 30px;
  }
  body.spoutpouch .pouchList .pouch01 .orangeTitle br {
    display: none;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
body.spoutpouch .pouchList .pouch01 .pouchInner:last-of-type {
  margin-bottom: 0px;
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left {
  width: calc(100% - 454px);
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .headerArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .headerArea {
    display: block;
    margin-bottom: 15px;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent {
    margin-top: auto;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent h6 strong {
  color: #ed6c00;
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent h6 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent h6 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent h6 strong {
  color: #ed6c00;
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoContent p:last-of-type {
  margin-bottom: 0;
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .subTitle {
  order: 2;
  font-size: 15px;
  color: #fff;
  background-color: #22ac38;
  width: 90px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .subTitle {
    font-size: 15px;
    font-size: 3.5046728972vw;
    border-radius: 0px;
    height: auto;
    aspect-ratio: initial;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .subTitle br {
    display: none;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoTitle {
  order: 1;
  font-size: 27px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
  body.spoutpouch .pouchList .pouch01 .pouchInner .left .infoTitle br {
    display: none;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .right {
  width: 434px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .right {
    width: 100%;
    margin-top: 0px;
    padding-right: 0px;
  }
}
body.spoutpouch .pouchList .pouch01 .pouchInner .right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .pouchInner .right img {
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
  }
}
body.spoutpouch .pouchList .pouch01 .infoContent {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .infoContent {
    margin-top: auto;
  }
}
body.spoutpouch .pouchList .pouch01 .infoContent h6 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4em;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouch01 .infoContent h6 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.spoutpouch .pouchList .pouch01 .infoContent h6 strong {
  color: #ed6c00;
}
body.spoutpouch .pouchList .pouch01 .infoContent p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouch01 .infoContent p {
    font-size: 14px;
    font-size: 3.2710280374vw;
  }
}
body.spoutpouch .pouchList .pouch01 .infoContent p:last-of-type {
  margin-bottom: 0;
}
body.spoutpouch .pouchList .pouch01 .infoImage .col-6 {
  width: 414px;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouch01 .infoImage .col-6 {
    margin-bottom: 10px;
  }
}
body.spoutpouch .pouchList .pouch01 .infoImage .col-6 img {
  width: 100%;
}
body.spoutpouch .pouchList .pouchcol6 .headerArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouchcol6 .headerArea {
    display: block;
    margin-bottom: 15px;
  }
}
body.spoutpouch .pouchList .pouchcol6 .headerArea .subTitle {
  order: 2;
  font-size: 15px;
  color: #fff;
  background-color: #22ac38;
  width: 90px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouchcol6 .headerArea .subTitle {
    font-size: 15px;
    font-size: 3.5046728972vw;
    border-radius: 0px;
    height: auto;
    aspect-ratio: initial;
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  body.spoutpouch .pouchList .pouchcol6 .headerArea .subTitle br {
    display: none;
  }
}
body.spoutpouch .pouchList .pouchcol6 .headerArea .infoTitle {
  order: 1;
  font-size: 27px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouchcol6 .headerArea .infoTitle {
    font-size: 22px;
    font-size: 5.1401869159vw;
  }
  body.spoutpouch .pouchList .pouchcol6 .headerArea .infoTitle br {
    display: none;
  }
}
body.spoutpouch .pouchList .pouchcol6 .infoImage {
  margin-top: -30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.spoutpouch .pouchList .pouchcol6 .infoImage {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
body.spoutpouch .pouchList .pouchcol6 .infoContent h6 {
  font-size: 18px;
  color: #ed6c00;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  body.spoutpouch .pouchList .pouchcol6 .infoContent h6 {
    font-size: 18px;
    font-size: 4.2056074766vw;
  }
}
body.spoutpouch .pouchList .pouchcol6 .infoContent h6 strong {
  color: #231815;
}

body.package .infoCard .infoContent {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.package .packageWorks {
  position: relative;
}
body.package .packageWorks .orangeTitle {
  width: 137px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ed6c00;
  border-radius: 100em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  position: absolute;
  right: -50px;
  top: -22px;
}
@media screen and (max-width: 768px) {
  body.package .packageWorks .orangeTitle {
    aspect-ratio: initial;
    position: relative;
    left: initial;
    top: initial;
    width: fit-content;
    padding: 0px 20px;
    margin: -30px auto 20px auto;
    height: 30px;
  }
  body.package .packageWorks .orangeTitle br {
    display: none;
  }
}
body.package .packageWorks .infoTitle {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  body.package .packageWorks .infoTitle {
    margin-bottom: 20px;
  }
}
body.package .packageWorks .infoContent {
  margin-bottom: 15px;
}
body.package .packageWorks .infoContent .dlTable.colorTable {
  width: 90%;
}
@media screen and (max-width: 768px) {
  body.package .packageWorks .infoContent .dlTable.colorTable {
    width: 100%;
  }
}
body.package .packageWorks .infoImage.separate {
  gap: 20px;
  flex-wrap: wrap;
}
body.package .packageWorks .infoImage.separate .col-6 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  body.package .packageWorks .infoImage.separate .col-6 {
    width: 100%;
    margin-bottom: 0;
  }
}
body.package .packageWorks .infoImage.separate .col-6 + .col-12 {
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  body.package .packageWorks .infoImage.separate .col-6 + .col-12 {
    font-size: 13px;
    font-size: 3.0373831776vw;
  }
}

body.print .orangeTitle {
  width: 137px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ed6c00;
  border-radius: 100em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1.5em;
  position: absolute;
}
@media screen and (max-width: 768px) {
  body.print .orangeTitle {
    aspect-ratio: initial;
    position: relative;
    left: initial;
    top: initial;
    width: fit-content;
    padding: 0px 20px;
    margin: -30px auto 20px auto;
    height: 30px;
  }
  body.print .orangeTitle br {
    display: none;
  }
}
body.print .chirashi {
  position: relative;
}
body.print .chirashi .orangeTitle {
  right: 30px;
  top: -40px;
}
@media screen and (max-width: 768px) {
  body.print .chirashi .orangeTitle {
    position: relative;
    right: initial;
    top: initial;
  }
  body.print .chirashi .orangeTitle br {
    display: none;
  }
}
body.print .poster {
  position: relative;
}
body.print .poster .orangeTitle {
  right: 30px;
  top: 23px;
}
@media screen and (max-width: 768px) {
  body.print .poster .orangeTitle {
    position: relative;
    right: initial;
    top: initial;
  }
  body.print .poster .orangeTitle br {
    display: none;
  }
}
body.print .infoContent {
  margin-bottom: 20px;
}
body.print .infoContent h5 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #ed6c00;
}
body.print .infoContent p {
  font-size: 14px;
  line-height: 1.5em;
}
body.print .infoImage {
  width: 750px;
  margin: 0 auto 0 auto;
  text-align: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  body.print .infoImage img {
    margin: auto;
  }
}
body.print .pop .infoContent.separate {
  gap: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  body.print .pop .infoContent.separate {
    gap: 0;
  }
}
body.print .pop .infoContent.separate .col-6:first-child {
  position: relative;
}
body.print .pop .infoContent.separate .col-6:first-child::after {
  content: "";
  display: block;
  border-right: 1px solid #9fa0a0;
  height: 100%;
  position: absolute;
  top: 0;
  right: -28px;
}
@media screen and (max-width: 480px) {
  body.print .pop .infoContent.separate .col-6:first-child::after {
    display: none;
  }
}
body.print .pop .infoContent.separate .col-6 p {
  margin-bottom: 30px;
}
body.print .pop .infoContent.separate .col-6 img {
  width: 100%;
}

.contactThanks .thanksBox {
  background-color: #fff;
  padding: 35px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contactThanks .thanksBox {
    width: calc(100% - 10px);
  }
}
.contactThanks .thanksBox p {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contactThanks .thanksBox p {
    text-align: left;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
.contactThanks .thanksBox a {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contactThanks .thanksBox a {
    text-align: left;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}

body.privacypolicy .privacypolicyBox {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  body.privacypolicy .privacypolicyBox {
    width: calc(100% - 10px);
  }
}
body.privacypolicy .privacypolicyBox .block {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.privacypolicy .privacypolicyBox .block .olList {
  position: relative;
  list-style-position: inside;
  padding-left: 1.2em;
  list-style-position: outside;
}
body.privacypolicy .privacypolicyBox .block .olList li {
  margin-bottom: 0.5em;
  position: relative;
  line-height: 1.5em;
}
body.privacypolicy .privacypolicyBox .block .olList li ol {
  margin-top: 0.5em;
  padding-left: 1.2em;
}
body.privacypolicy .privacypolicyBox p {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  body.privacypolicy .privacypolicyBox p {
    text-align: left;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}
body.privacypolicy .privacypolicyBox a {
  display: block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body.privacypolicy .privacypolicyBox a {
    text-align: left;
    font-size: 16px;
    font-size: 3.738317757vw;
  }
}