@charset "UTF-8";

.smalltext {
  font-size: 70%;
  font-weight: 300;
}

.topvisual {
  min-width: 976px;
  width: 100%;
  height: 480px;
  margin-bottom: 80px;
  background-image: url(../images/wg_topvisual.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topvisual-in {
  width: 976px;
  margin: 0 auto;
  position: relative;
}

.topvisual-sp-image {
  display: none;
  margin-bottom: 16px;
}

.topvisual-sp-image img {
  width: 100%;
}

.topvisual-new {
  position: absolute;
  top: 42px;
  left: 0;
}

.topvisual-new img {
  width: 80px;
  height: auto;
}

.topvisual-title {
  position: absolute;
  top: 80px;
  left: 0;
}

.topvisual-title h1 {
  font-size: 2.8em;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

.topvisual-text {
  position: absolute;
  top: 180px;
  right: 0;
  width: 320px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px;
}

.topvisual-text1 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}

.topvisual-text2 {
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

@media screen and (min-width: 1400px) {
.topvisual { height: 600px; }
.topvisual-new { top: 62px; }
.topvisual-title { top: 100px; }
.topvisual-text { top: 300px;}
}

@media screen and (max-width: 976px) {
.topvisual-new { left: 20px; }
.topvisual-title { left: 20px; }
.topvisual-text { right: 20px;}
}

@media screen and (max-width: 599px) and (orientation: portrait) {
.topvisual { min-width: 100%; width: 100%; height: auto; margin-bottom: 40px; background-image: none; }
.topvisual-in { width: 100%; }
.topvisual-sp-image { display: block; }
.topvisual-new { position: relative; top: 0; left: 0; padding: 0 20px; }
.topvisual-new img { width: 60px; }
.topvisual-title { position: relative; top: 0; left: 0; padding: 0 20px; margin-bottom: 20px; }
.topvisual-title h1 { font-size: 2em; }
.topvisual-text { position: relative; top: 0; right: 0; width: 100%; padding: 0 20px; }
}

.product_title {
  background-color: #f1e7d3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
}

.product_title1 {
  font-size: 1.4em;
  line-height: 1;
  font-weight: 300;
  margin-right: 20px;
}

.product_title2 {
  font-size: 2em;
  line-height: 1;
  font-weight: 600;
  margin-right: 30px;
}

.product_title3 a {
  background-color: #7a5746;
  padding: 4px 16px;
  border-radius: 9999px;
  font-size: 1em;
  font-weight: 500;
  color: #fff;
}

.product_title3 a:hover {
  background-color: #b95c00;
  color: #fff;
}

.product_readtxt {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4;
}

.product_visual_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: flex-end;
  margin-bottom: 60px;
}

.product_visual_wrap_left {
  width: 360px;
  margin-right: 30px;
}

.product_visual_wrap img {
  width: 100%;
}

.product_visual_wrap_right {
  width: 212px;
  display: flex;
  flex-wrap: wrap;
}

.product_visual_wrap_right_item1 {
  width: 100px;
  margin-right: 12px;
  margin-bottom: 10px;
  line-height: 1;
}

.product_visual_wrap_right_item1:nth-of-type(2n) {
  margin-right: 0;
}

.product_visual_wrap_right_item2 {
  width: 212px;
  margin-bottom: 10px;
  line-height: 1;
}

.product_visual_wrap_right_item2:last-child {
  margin-bottom: 0;
}

.product_visual_wrap_right_item2 span {
  display: block;
  width: calc(100% - 2px);
  border: 1px solid #999;
  padding: 8px 0;
  border-radius: 8px;
  text-align: center;
}

.product_features_wrap {
  display: flex;
  flex-wrap: wrap;
}

.product_features_wrap_item {
  width: 48%;
  padding: 16px;
  border-radius: 16px;
  background-color: #e6ebee;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.product_features_order11{
  order: 1;
  margin-right: 4%;
  margin-bottom: 30px;
}

.product_features_order12{
  order: 2;
  margin-bottom: 30px;
}

.product_features_order13{
  order: 3;
  margin-right: 4%;
  margin-bottom: 10px;
}

.product_features_order14{
  order: 4;
  margin-bottom: 10px;
}

.product_features_order21{
  order: 1;
  margin-right: 4%;
  margin-bottom: 10px;
}

.product_features_order22{
  order: 2;
  margin-bottom: 10px;
}

.product_features_item_icon {
  width: 100px;
  margin-right: 20px;
}

.product_features_item_title {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 600;
}

.product_features_item_title sup {
  font-size: 50%;
  font-weight: 300;
  vertical-align: top;
  position: relative;
  top: -0.5em;
  left: 0.1em;
}

.product_features_item_title span {
  margin-left: 8px;
  background-color: #b60005;
  padding: 3px 8px;
  border-radius: 6px;
  color: #fff;
  font-size: 0.65em;
  font-weight: 600;
  line-height: 1;
}

.product_features_item_in {
  width: 100%;
}

.product_features_item_in_midashi {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 4px;
}

.product_features_item_in p {
  margin: 8px 0 8px 0 ;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

.product_features_item_in_a {
  display: flex;
  flex-wrap: wrap;
}

.product_features_item_in_a1 {
  width: 100%;
  font-size: 1;
  font-weight: 600;
  color: #7a5746;
  border-bottom: 1px solid #999;
}

.product_features_item_in_a2 {
  width: 22%;
  background-color: #fff;
  padding: 4px 6px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}

.product_features_item_in_a3 {
  width: 78%;
  background-color: #fff;
  padding: 4px 6px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.notestext {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
.product_title { flex-wrap: wrap; padding: 14px; margin-bottom: 20px; }
.product_title1 { width: 100%; font-size: 1em; margin: 0 0 4px 0; text-align: center; }
.product_title2 { width: 100%; font-size: 1.6em; margin: 0 0 8px 0; text-align: center; }
.product_title3 a { padding: 4px 10px; font-size: 0.9em; }
.product_readtxt { margin-bottom: 20px; }
.product_visual_wrap { margin-bottom: 30px; }
.product_visual_wrap_left { width: 60%; margin-right: 4%; }
.product_visual_wrap_right { width: 36%; }
.product_visual_wrap_right_item1 { width: 47%; margin-right: 6%; margin-bottom: 6px; }
.product_visual_wrap_right_item2 { width: 100%; margin-bottom: 6px; }
.product_visual_wrap_right_item2 span { padding: 6px 0; border-radius: 6px; font-size: 0.7em; }
.product_features_wrap_item { width: 100%; }
.product_features_order11{ order: 1; margin-right: 0; margin-bottom: 20px; }
.product_features_order12{ order: 3; margin-right: 0; margin-bottom: 20px; }
.product_features_order13{ order: 2; margin-right: 0; margin-bottom: 20px; }
.product_features_order14{ order: 4; margin-right: 0; margin-bottom: 10px; }
.product_features_order21{ margin-right: 0; margin-bottom: 20px; }
.product_features_order22{ margin-right: 0; margin-bottom: 10px; }
.product_features_wrap_left { width: 100%; margin-right: 0; margin-top: 10px; margin-bottom: 10px; }
.product_features_wrap_right { width: 100%; margin-top: 10px; margin-bottom: 10px; }
.product_features_item_icon { width: 70px; margin-right: 12px; }
.product_features_item_title { width: calc(100% - 82px); font-size: 4.3vw; line-height: 1.3; }
.notestext { font-size: 0.7em; }
}

.product_features_title {
  width: 100%;
  border: 1px solid #666;
  padding: 14px 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 30px;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
}

.product_features_wrap_left2 {
  width: 36%;
  margin-right: 4%;
}

.product_features_wrap_right2 {
  width: 60%;
}

.product_features_wrap_left2 p {
  margin: 0;
  font-size: 1.1em;
  font-weight: 300;
}

.product_features_wrap_right2 img {
  width: 100%;
}

@media screen and (max-width: 599px) and (orientation: portrait) {
.product_features_title { padding: 10px 0; font-size: 1.2em; margin-bottom: 20px; }
.anchor { padding-top: 20px; margin-top: -20px;}
.product_features_wrap_left2 { width: 100%; margin-right: 0; margin-bottom: 30px; }
.product_features_wrap_right2 { width: 100%; }
.product_features_wrap_left2 p { font-size: 1em; line-height: 1.4;}
}







