@charset "UTF-8";
/* 必須指定 */
#contWrap {
  margin: 0 auto;
  width: 100%;
  color: #333;
}
#contWrap ul {
  list-style-type: none;
}
#contWrap h3, #contWrap h4, #contWrap ul, #contWrap a {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
/*共通パーツ
---------------------------------------*/
.link-btn:hover {
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.wrap {
  width: 96.55172413793103%;
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}
.wrap_wrap {
  margin-top: 70px;
}
.ttl3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: #002558;
}
.ttl3::before {
  content: url("images/ttl3_img01.png");
  position: absolute;
  top: 14px;
  left: -100px;
}
.ttl3::after {
  content: url("images/ttl3_img02.png");
  position: absolute;
  top: 14px;
  right: -100px;
}
.ttl3 span {
  font-size: 18px;
}
#contWrap .ttle-h2 {
  text-align: center;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #000;
  margin: 50px auto 30px;
  font-weight: bold;
  font-size: 27px;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  #contWrap .ttle-h2 {
    font-size: 20px;
  }
}
#contWrap .ttle-h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.chumoku {
  padding: 1.5em 2em;
  background: #ffff00;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin: 30px auto 30px;
  color: #000;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .chumoku {
    font-size: 16px;
    width: 100%;
  }
}
.chumoku span {
  font-size: 17px;
}
.chumoku02 {
  padding: 0.8rem 2rem;
  background: #ffff00;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: 70%;
  margin: 30px auto 30px;
  color: #002a41;
  line-height: 1.2;
}
.chumoku span {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .chumoku02 {
    font-size: 16px;
    width: 100%;
  }
}
.chumoku_S {
  padding: 0.8rem 2rem;
  background: #ffff00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 30px auto 30px;
  color: #003e94;
  line-height: 1.2;
}
.chumoku_S span {
  font-size: 12px;
}
#contWrap .ttle-h3 {
  position: relative;
  padding: 1rem 0.5rem calc(1rem + 10px);
  background: #000;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
#contWrap .ttle-h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}
@media screen and (max-width: 750px) {
  #contWrap .ttle-h3 {
    font-size: 17px;
  }
}
.ttl4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.ttl5 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-top: 30px;
}
.textbox {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}
.textbox a {
  color: #006cab;
}
@media screen and (max-width: 750px) {
  .wrap {
    width: 94.66666666666667%;
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }
  .wrap_wrap {
    margin-top: 50px;
  }
  .ttl3 {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: #006cab solid 4px;
  }
  .ttl3 span {
    font-size: 16px;
    font-weight: 300;
  }
  .ttl3::before, .ttl3::after {
    content: none;
  }
  .ttl4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .ttl3 {
    font-size: 18px;
  }
  .ttl3 span {
    font-size: 14px;
  }
}
/*--テキスト---*/
.center {
  text-align: center;
}
.bold {
  font-weight: 700;
}
.white {
  color: #FFF;
}
.red {
  color: #ed1e83;
}
.fs15 {
  font-size: 15px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs28 {
  font-size: 28px;
}
.fs35 {
  font-size: 35px;
}
.ma50 {
  margin: 50px auto;
}
.mat150 {
  margin-top: 150px;
}
.mat50 {
  margin-top: 50px;
}
.mat20 {
  margin-top: 20px;
}
.mal20 {
  margin-left: 20px;
}
.pab50 {
  padding-bottom: 50px;
}
.mab50 {
  margin-bottom: 50px;
}
.mab30 {
  margin-bottom: 30px;
}
.mab10 {
  margin-bottom: 10px;
}
.mab15 {
  margin-bottom: 15px;
}
.uline {
  border-bottom: solid;
  /*下線を点線にする*/
  border-color: #ed1e83;
  border-width: 1px;
}
.ulineyellow {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.explanationtitle {
  line-height: 1.5;
  text-align: left;
  font-weight: bold;
  font-size: 23px;
  margin-top: 50px;
  background: linear-gradient(transparent 70%, #FFFF00 0%);
}
.explanation {
  line-height: 1.5;
  margin-top: 40px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
.explanation02 {
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .fs18 {
    font-size: 14px;
  }
  .fs20 {
    font-size: 14px;
  }
  .center {
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
  }
  .explanationtitle{
    margin-top: 0;
    font-size: 20px;
  }
  .explanation,.explanation02{
    font-size: 16px;
    font-weight: normal;
  }
}
/*mv
---------------------------------------*/
#mv {
  width: 100%;
}
/*テキストボックス色なし
---------------------------------------*/
.box1 {
  padding: 1.5em 0 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #000;
  background: #FFF;
  text-align: center;
}
.box1_S {
  padding: 0 1em 2em;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #002558;
  background: #FFF;
  text-align: center;
}
.box1 h4 {
  background: linear-gradient(transparent 60%, #ffffa8 0%);
  padding: 0 0 10px;
  margin: 30px;
  display: inline-block;
  color: #002558;
  font-weight: bold;
  font-size: 19px;
}
.box1 p {
  margin-bottom: 15px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .box1 {
    margin: 2em 2%;
    font-size: 14px;
  }
  .box1 h4 {
    margin: 30px auto;
    text-align: center;
  }
  .box1 p {
    margin: 0;
    padding-left: 0px;
  }
}
/*商品リンク
---------------------------------------*/
.box3 {
  padding: 2em 1em 2em;
  margin: 0 0 0 280px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}
.box3s {
  padding: 0 1em 2em;
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
}
/*contactA お問合せエリア
---------------------------------------*/
.contactA-area {
  width: 100%;
  background-color: #000;
  padding: 30px 0 44px 0;
}
.contactA-area>h3 {
  font-size: 24px;
  line-height: 1.7;
  color: #fff;
  margin: 0 0 18px 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
.contactA-area>p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.contactA-wrap {
  width: 75.86%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contactA-box {
  width: 48.86%;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 0 3px;
  text-align: center;
}
.contactA-box h4.contact {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #fff;
  color: #000;
}
.contactA-tel {
  color: #069f97;
  text-decoration: none;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.8;
}
.contactA-box-p {
  color: #333;
  margin: 20px 0;
  font-size: 14px;
}
.contactA-btn {
  /*ボタン*/
  display: inline-block;
  background-color: #069f97;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 11% 12px 11%;
  border-bottom: solid 4px #000;
  margin-bottom: 20px;
  position: relative;
}
.contactA-btn:hover, .contactA-tel:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .contactA-area>p {
    font-size: 14px;
  }
  .contactA-wrap {
    width: 100%;
    display: block;
  }
  .contactA-box {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 8px;
  }
  .contactA-box:nth-child(1) {
    margin-bottom: 20px;
  }
}
/*レスポンシブ 2列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 10px auto 0;
}
.col_2>div {
  width: 50%;
  padding: 10px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}
/*リンクボタン レスポンシブ 2列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2002 {
  width: 75%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 0 auto 50px;
}
.col_2002>div {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_2002>div {
    width: 100%;
  }
}
/*レスポンシブ 3列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}
.col_3>div {
  width: 33.33333%;
  padding: 10px;
}
.col_3>div p {
  font-size: 14px;
  padding: 8px 0 14px 45px;
  color: #ff375f;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3>div {
    width: 100%;
  }
}
/*リンクボタン レスポンシブ 4列
---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin: 0 auto 50px;
}
.col_4>div {
  width: 25%;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  .col_4>div {
    width: 100%;
  }
}
/*メニューへ戻る
---------------------------------------*/
.goMenu {
  text-align: right;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.goMenu::after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 5px 8.7px 5px;
  border-color: transparent transparent #003d98 transparent;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin: 10px 0 30px 0;
}
@media screen and (max-width: 750px) {
  .goMenu {
    margin: 16px 2% 0 0;
  }
}
/*アルミリンクボタン */
a.btn--yellow {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background-color: #ed1e83;
}
a.btn--yellow:hover {
  color: #000;
  background: #fff20a;
}
a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #c30643;
}
a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #c30643;
}
a.btn-c {
  font-size: 20px;
  position: relative;
  padding: 2rem 5rem 2rem;
  border-radius: 100vh;
}
a.btn-c i.fa {
  margin-right: 1rem;
}
a.btn-c:before {
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  a.btn-c {
    font-size: 15px;
    padding: 0 5rem 2rem;
  }
  a.btn-c:before {
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: calc(90% - .8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
  }
}
/*アイテムリスト
------------------------------------*/
.itemList {
  background-color: #E2F0FA;
  text-align: center;
  padding: 10px 0;
}
.itemList img {
  position: relative;
  width: 100%;
}
.itemList p {
  margin: 15px 0;
  font-size: 14px;
}
.itemList li {
  width: 150px;
}
@media screen and (max-width: 750px) {
  .itemList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 2%;
  }
  .itemList li {
    background-color: #000;
    width: 49%;
    margin-bottom: 4px;
  }
  .itemList li>a {
    font-size: 14px;
    color: #FFF;
    padding: 7px 2%;
  }
}
/*アイテムリスト
------------------------------------*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
  width: 260px;
  position: relative;
  display: inline-block;
  padding: 3rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 0.5rem;
  background-color: #ed1e83;
}
a.btn--red.btn--cubic {
  border-bottom: 5px solid #ff7100;
}
a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ffff00;
}
a.btn--radius {
  border-radius: 100vh;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
/*商品リンクボタン
------------------------------------*/
.nurutto_btn_red {
  display: inline-block;
  width: 500px;
  height: 80px;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #06aea6;
  border-bottom: 4px solid #000;
  border-radius: 4px;
  font-weight: 700;
  font-size: 22px;
  display: block;
}
.nurutto_btn_red:hover {
  cursor: pointer;
  text-decoration: none;
  background: #000;
  color: #FFF;
  transform: translate3d(0, 4px, 0);
  border-bottom: none;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
.box3{
  margin: 0;
  padding: 0 1em 0;
}
.nurutto_btn_red{
  width: 100%;
}
}
