@charset "UTF-8";
@font-face {
  font-family: "NotoSans Regular";
  src: url(../font/NotoSans-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "NotoSans Medium";
  src: url(../font/NotoSans-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "NotoMyanmar Medium";
  src: url(../font/NotoSerifMyanmar-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Yu Mincho Regular";
  src: url(../font/yumin.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Yu Mincho Demibold";
  src: url(../font/yumindb.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Yu Mincho Extrabold";
  src: url(../font/yumineb.ttf) format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  /* 最小値を375pxに */
  min-width: 375px;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  border-style: none;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.m-35 {
  margin-bottom: 35px;
}

.c-flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.chp-stk {
  width: 9.586vw;
}

@media screen and (min-width: 1600px) {
  .chp-stk {
    width: initial;
  }
}

.a-fe {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.head-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.head-ttl .head-txt {
  margin-top: -80px;
  text-align: center;
}

@media screen and (max-width: 1260px) {
  .head-ttl .head-txt {
    margin-top: -6.349vw;
  }
}

@media screen and (max-width: 450px) {
  .head-ttl .head-txt {
    margin-top: 0.651vw;
  }
}

.head-ttl .head-txt .diag {
  margin-left: -15px;
  margin-bottom: -23px;
}

@media screen and (max-width: 1260px) {
  .head-ttl .head-txt .diag {
    width: 21.349vw;
  }
}

@media screen and (max-width: 450px) {
  .head-ttl .head-txt .diag {
    margin-left: -1.9vw;
    margin-bottom: -1vw;
  }
}

.head-ttl .head-txt .diag-1 {
  margin-bottom: -23px;
}

@media screen and (max-width: 1260px) {
  .head-ttl .head-txt .diag-1 {
    width: 21.349vw;
  }
}

@media screen and (max-width: 450px) {
  .head-ttl .head-txt .diag-1 {
    margin-bottom: -1vw;
  }
}

.head-ttl .head-txt .diag-2 {
  margin-left: -60px;
  margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
  .head-ttl .head-txt .diag-2 {
    width: 21.349vw;
    margin-left: -4.762vw;
  }
}

.head-ttl .head-txt .diag-3 {
  margin-left: 19px;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .head-ttl .head-txt .diag-3 {
    width: 35.026vw;
  }
}

@media (max-width: 450px) {
  .head-ttl .head-txt .diag-3 {
    margin-left: -9px;
    margin-top: 27px;
    max-width: 96px;
    margin-bottom: 0;
  }
}

.head-ttl .head-txt .txt {
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 48px;
  letter-spacing: 1px;
  margin-top: 24px;
}

@media screen and (max-width: 1260px) {
  .head-ttl .head-txt .txt {
    font-size: 3.810vw;
    margin-top: 1.905vw;
  }
}

@media screen and (max-width: 450px) {
  .head-ttl .head-txt .txt {
    font-size: 3.556vw;
    letter-spacing: 1.5px;
  }
}

.head-ttl .head-txt .txt .mthd {
  font-size: 68px;
}

@media screen and (max-width: 1260px) {
  .head-ttl .head-txt .txt .mthd {
    font-size: 5.397vw;
  }
}

@media screen and (max-width: 450px) {
  .head-ttl .head-txt .txt .mthd {
    font-size: 5.111vw;
  }
}

.head-ttl .head-txt .txt .nmbr {
  font-size: 80px;
  color: #C81B30;
}

@media screen and (max-width: 1260px) {
  .head-ttl .head-txt .txt .nmbr {
    font-size: 6.349vw;
  }
}

@media screen and (max-width: 450px) {
  .head-ttl .head-txt .txt .nmbr {
    font-size: 6vw;
  }
}

.head-ttl .head-txt .txt .rsn {
  color: #C81B30;
}

.head-ttl .txt-ttl {
  font-family: "Yu Mincho Extrabold", sans-serif;
  color: #c81b30;
  font-size: 80px;
  padding: 0 25px;
}

@media screen and (max-width: 1260px) {
  .head-ttl .txt-ttl {
    font-size: 6.222vw;
    padding: 0 1.984vw;
  }
}

.head-ttl .txt-ttl span {
  font-size: 48px;
  color: #000;
}

@media screen and (max-width: 1260px) {
  .head-ttl .txt-ttl span {
    font-size: 3.778vw;
  }
}

.head-ttl .txt-ttl-1 {
  font-family: "Yu Mincho Extrabold", sans-serif;
  color: #000;
  font-size: 68px;
}

@media screen and (max-width: 1285px) {
  .head-ttl .txt-ttl-1 {
    font-size: 5.292vw;
    letter-spacing: -1.1px;
  }
}

.under-l {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #ffdb00), color-stop(0, transparent));
  background: linear-gradient(0deg, #ffdb00 33%, transparent 0);
}

.red-tag {
  width: 100%;
  background-color: #C81B30;
  padding: 10px 0;
}

.red-tag-1 {
  width: 100%;
  background-color: #C81B30;
  padding: 5px 0;
}

.sec-recom {
  padding: 53px 0 0;
}

@media only screen and (max-width: 450px) {
  .sec-recom {
    padding: 19px 0 0;
  }
}

.sec-recom .top-container {
  background: url(../img/polygon-y.svg) no-repeat center 46px;
  background-size: 268px 150px;
  padding-bottom: 59px;
}

@media only screen and (max-width: 450px) {
  .sec-recom .top-container {
    background-position: center 18px;
    background-size: 102px 61px;
    padding-bottom: 27px;
  }
}

.sec-recom .top-container .title {
  margin: 0 auto;
  font: 39px "EB Garamond", sans-serif;
  font-style: italic;
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 1.8;
  text-align: center;
  max-width: 84%;
}

@media only screen and (max-width: 450px) {
  .sec-recom .top-container .title {
    font-size: 16px;
    max-width: initial;
  }
}

.sec-recom .top-container .text {
  font: 49px "Yu Mincho Extrabold", sans-serif;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 450px) {
  .sec-recom .top-container .text {
    font-size: 18px;
    margin-top: 4px;
  }
}

.sec-recom .content-container {
  background: url(../img/index/sec_17/sec_17_stomach_bg.png) no-repeat 81px -14px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1210px) {
  .sec-recom .content-container {
    background: none;
    padding-bottom: 0;
  }
}

.sec-recom .content-container .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1210px) {
  .sec-recom .content-container .box-container {
    display: none;
  }
}

.sec-recom .content-container .box-container .box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 31px;
}

.sec-recom .content-container .box-container .box-wrapper .yellow-box {
  background-color: #fff;
  border: 1px solid #CCB852;
  width: 253px;
  height: 127px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-recom .content-container .box-container .box-wrapper .yellow-box .inner-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #CCB852;
  border-radius: 5px;
  width: 243px;
  height: 117px;
}

.sec-recom .content-container .box-container .box-wrapper .yellow-box .text {
  font: 20px "Yu Mincho Demibold", sans-serif;
  color: #000;
  white-space: pre-line;
  text-align: center;
  line-height: 2;
}

.sec-recom .content-container .sp-box-container,
.sec-recom .content-container .img-wrapper {
  display: none;
}

@media only screen and (max-width: 1210px) {
  .sec-recom .content-container .sp-box-container {
    display: block;
  }
  .sec-recom .content-container .sp-box-container .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box {
    background-color: #fff;
    border: 1px solid #CCB852;
    width: 210px;
    height: 106px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1210px) and (max-width: 480px) {
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box {
    width: 43.750vw;
  }
}

@media only screen and (max-width: 1210px) and (max-width: 450px) {
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box {
    width: 46vw;
  }
}

@media only screen and (max-width: 1210px) {
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box .inner-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #CCB852;
    border-radius: 5px;
    width: 200px;
    height: 95px;
  }
}

@media only screen and (max-width: 1210px) and (max-width: 480px) {
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box .inner-border {
    width: 41.667vw;
  }
}

@media only screen and (max-width: 1210px) and (max-width: 450px) {
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box .inner-border {
    width: 43.5vw;
  }
}

@media only screen and (max-width: 1210px) {
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box .text {
    font: 16px "Yu Mincho Demibold", sans-serif;
    color: #000;
    white-space: pre-line;
    text-align: center;
    line-height: 2;
  }
}

@media only screen and (max-width: 1210px) and (max-width: 414px) {
  .sec-recom .content-container .sp-box-container .box-wrapper .yellow-box .text {
    font: 3.556vw "Yu Mincho Demibold", sans-serif;
  }
}

@media only screen and (max-width: 1210px) {
  .sec-recom .content-container .img-wrapper {
    display: block;
    max-width: 429px;
    margin: 0 auto;
  }
  .sec-recom .content-container .img-wrapper .sp-stomach-img {
    width: 100%;
    height: auto;
  }
}

#footer {
  padding: 20px 0;
  background: #f2f1f0;
  text-align: center;
}

#footer a {
  color: #777;
  font-family: "Yu Mincho Demibold", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 450px) {
  #footer a {
    font-size: 3.556vw;
  }
}

#policy .wrp {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
}

@media screen and (max-width: 1260px) {
  #policy .wrp {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 700px) {
  #policy .wrp {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 450px) {
  #policy .wrp {
    padding: 40px 10px;
  }
}

#policy .ttl-plcy {
  font-family: "EB Garamond", sans-serif;
  text-align: center;
  margin-bottom: 30px;
  font-size: 48px;
}

@media screen and (max-width: 510px) {
  #policy .ttl-plcy {
    font-size: 55px;
  }
}

#policy .plcys {
  margin-bottom: 35px;
}

#policy .plcys:last-child {
  margin-bottom: 0;
}

#policy .plcys .nmr {
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

#policy .plcys .desc {
  font-family: "Yu Mincho Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  padding: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .tbl {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 700px) {
  .tbl {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 450px) {
  .tbl {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .tbl-r {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  .tbl-r:last-child {
    border-bottom: 3px solid #000;
  }
}

.tbl-c {
  font-family: "Yu Mincho Regular", sans-serif;
  border: 1px solid #333;
  text-align: left;
  padding: 8px;
  white-space: pre-line;
  vertical-align: middle;
  line-height: 20px;
}

@media screen and (max-width: 1000px) {
  .tbl-c {
    display: block;
  }
}

.tbl-c-lh {
  line-height: 24px;
}

.tbl-r > .tbl-c:first-child {
  font-family: "Yu Mincho Extrabold", sans-serif;
  font-size: 18px;
}

.tbl-r > .tbl-c:last-child {
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .tbl-r > .tbl-c:last-child {
    border-top: 0;
    border-bottom: 0;
  }
}

#app-form {
  padding: 10px 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#app-form .msg-success {
  text-align: center;
  margin: 30px 0;
}

#app-form .msg-success h2 {
  color: #155724;
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  display: inline-block;
  padding: 15px;
  font-size: 24px;
  font-weight: bold;
}

#app-form .msg-failed {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

#app-form .cont {
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid #bfbfbf;
  border-radius: 15px;
  padding: 10px 20px;
}

@media screen and (max-width: 800px) {
  #app-form .cont {
    border: none;
  }
}

#app-form .cont-ttl {
  border-left: 10px solid #44617b;
  border-bottom: 1px solid #aaa;
  border-radius: 5px;
  padding: 30px 0;
  color: black;
  font-weight: 700;
  font-size: 2.0em;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 20px;
}

#app-form .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 800px) {
  #app-form .input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#app-form .input label {
  width: 35%;
  padding: 20px 10px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 800px) {
  #app-form .input label {
    width: 100%;
  }
}

#app-form .input label:after {
  content: "*";
  color: #e32;
  margin-left: 2px;
}

#app-form .input input, #app-form .input select {
  width: 65%;
  border: 1.4px solid #bfbfbf;
  padding: 10px;
  background-color: #fdd;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media screen and (max-width: 800px) {
  #app-form .input input, #app-form .input select {
    width: 100%;
  }
}

#app-form .input input:focus + span, #app-form .input select:focus + span {
  -webkit-transition: all 1s;
  transition: all 1s;
  display: none;
}

#app-form .input input:hover, #app-form .input input:focus, #app-form .input select:hover, #app-form .input select:focus {
  background-color: #fff;
}

#app-form .input option {
  background-color: #fff;
}

#app-form .input span {
  position: absolute;
  background-color: #F33;
  margin-top: -75px;
  right: 0;
  color: #fff;
  font-size: 12px;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0 0 6px #000;
          box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
}

@media screen and (max-width: 800px) {
  #app-form .input span {
    margin-top: -30px;
  }
}

#app-form .input span:before {
  content: " ";
  height: 15px;
  width: 15px;
  background-color: green;
}

#app-form input[type=submit] {
  padding: 10px 40px;
  font-size: 2em;
  font-weight: 700;
  border-radius: 5px;
  background-color: #44617b;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: initial;
  margin: 50px 0;
}

@media screen and (max-width: 800px) {
  #app-form input[type=submit] {
    width: 90%;
  }
}

#app-form input[type=submit]:hover {
  background-color: rgba(68, 97, 123, 0.7);
}
/*# sourceMappingURL=style.css.map */