@charset "UTF-8";

@font-face {
  font-family: 'SawarabiMin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../common/font/sawarabi.woff2) format('woff2'),
    url(../common/font/sawarabi.woff) format('woff'),
    url(../common/font/sawarabi.ttf) format('truetype');
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #2c190a;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #2c190a;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

table {
  font-size: inherit;
  font: 100%;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],

:focus {
  outline: none;
}

picture {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
body {
  font-size: 15px;
  /* font-size: calc(30vw / 7.5); */
}
html, body {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
}
@media print {
  body {
    _zoom: 80%;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

a img {
  transition: all 1.5s;
}

a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #2c190a;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}

button {
  cursor: pointer;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  color: #fff;
  background: #CD7511;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}
.u-inner {
  margin: 0 auto;
  position: relative;
  max-width: 860px;
}


.u-hoverButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #2c190a;
  padding: 15px 0;
  position: relative;
  line-height: 1;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  z-index: 1;
  width: 280px;
  border-radius: 12px;
}
.u-hoverButton_arw:after {
  display: block;
  content: '';
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #2c190a;
  border-right: 1px solid #2c190a;
  transform: rotate(45deg);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .u-hoverButton:hover {
    transform: scale(1, 1);
    transition: all .6s ease-in-out;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hoverButton {
    border: 1px solid;
    padding: 15px 0;
  }
}

.g-body {
  font-family: 'SawarabiMin', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #fff;
  line-height: 1.65;
  font-weight: 400;
  color: #2c190a;
  animation: fade 1s ease forwards;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-header {
  width: 100%;
  padding: 20px 2% 20px;
  background: rgba(82,32,17,0.95);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
}
.g-header .logo {
  width: 180px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.g-header .logo a {
  height: 100%;
}
.material-ttl {
  font-size: 1.9rem;
  text-align: center;
  margin: auto;
  line-height: 1;
}
.g-footer {
  padding: 60px 0;
  text-align: center;
  color: #2c190a;
}
.g-footer .copyright {
  text-align: center;
  margin: 0px auto 0;
  line-height: 1;
  font-size: calc(14vw / 14);
}
@media (max-width: 767px) {
  .g-header {
    padding: 15px 5%;
  }
  .g-header .logo {
    width: calc(240vw / 7.5);
    height: calc(50vw / 7.5);
    top: -3px;
  }
  .g-header .logo img {
    vertical-align: middle;
  }
  .material-ttl {
    font-size: 1.4rem;
    line-height: 1;
    text-align: right;
  }
  .g-footer {
    padding: 60px 0 30px;
    pointer-events: auto;
  }
  .g-footer .copyright {
    font-size: 1rem;
  }
}

.returnbtn {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}
.returnbtn a {
  margin: 0 20px;
}
.material-block {
  position: relative;
  display: block;
  margin: 50px auto 0;
  max-width: 860px;
  width: 100%;
  color: #2c190a;
  text-align: left;
  padding: 100px 0px 60px;
}

.list__group{
  display: block;
  border-left: 1px solid #2c190a;
}
.list__group > .row:first-child{
  border-top: 1px solid #2c190a;
}
.list__group > .row:last-child .col-th{
  border-bottom: 1px solid #2c190a;
}
.list__update,
.list__remarks,
.list__common_remarks{
  line-height: 1.5;
}
.list__update{
  text-align: right;
}
.list__error{
  box-sizing: border-box; 
  line-height: 1.0;
}
.list .row{
  display: table;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}
.list .col-th,
.list .col-td{
  display: table-cell;
  box-sizing: border-box; 
  line-height: 1.3;
}
.list .col-th{
  border-bottom: 1px solid #2c190a;
  background: #f7f5e3;
  font-weight: bold;
  color: #2c190a;
}
.list .col-td{
  border: 1px solid #2c190a;
  border-top: none;
  border-left: none;
}
#materialName .col-td {
  font-weight: bold;
}
.composition_list__ttl{
  box-sizing: border-box; 
  border-left: 5px solid #80562e;
  line-height: 1.0;
}
.composition_list__ttl span{
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px){
  .list__group-01{
    margin-bottom: 28px;
  }
  .list__update,
  .list__remarks,
  .list__common_remarks{
    font-size: 12px;
  }
  .list__update+ .list__common_remarks,
  .list__update+ .list__remarks{
    margin-top: 12px;
  }
  .list__error{
    padding-top: 10px;
  }
  .list .col-th,
  .list .col-td{
    padding: 18px 10px; 
    vertical-align: middle;
    font-size: 14px;
  }
  .composition_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .composition_list__ttl{
    margin-bottom: 10px;
    padding-left: 5px; 
    font-size: 18px;
  }
  .composition_list__ttl span{
    font-size: 14px;
  }
  .composition_list__caption{
    margin-top: 10px; 
    font-size: 12px;
  }
  .composition_list__box{
    box-sizing: border-box;
  }
  .composition_list__box-01{
    max-width: 585px; 
    width: 100%;
  }
  .composition_list__box-01 .col-th{
    width: 160px;
  }
  .composition_list__box-02{
    margin-left: 29px; 
    max-width: 275px;
    width: 100%;
  }
  .composition_list__box-02 .col-th{
    width: 108px;
  }
}

@media (max-width: 767px){
  .returnbtn {
    margin: 40px auto 0;
    display: block;
  }
  .returnbtn a {
    margin: 20px auto 0;
  }
  .material-block {
    margin: 30px auto 0;
    padding: 70px 5% 30px;
  }
  .list__update,
  .list__remarks,
  .list__common_remarks{
    font-size: 12px;
  }
  .list__update+ .list__common_remarks,
  .list__update+ .list__remarks{
    margin-top: 12px;
  }
  .list .col-th,
  .list .col-td{
    padding: 8px 5px; 
    font-size: 14px;
  }

  .list .col-th> span{
    display: block;
  }

  .composition_list__ttl{
    margin-bottom: 10px;
    padding-left: 5px; 
    font-size: 16px;
  }

  .composition_list__ttl span{
    font-size: 11px;
  }

  .composition_list__caption{
    margin-top: 5px; 
    font-size: 12px;
  }

  .composition_list__box{
    margin-bottom: 20px;
  }

  .composition_list__box .col-th{
    width: 120px;
  }
}

.ec-only{
  display: none;
}
#specialMaterial span{
  display: inline-block;
  background: #F19ECA;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 50px;
  margin-top: 3px;
}
#anc_sand #specialMaterial span,
#anc_tiramisu #specialMaterial span {
  background: #7fbe4c;
}