@charset 'utf8';

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}


/*フォント*/
body{
    font-family: 'Noto Sans JP', sans-serif;

}



/*ヘッダー*/
.headerandmain{
    width: 100%;
    max-height: 100%;
    background-image: url(image/main.jpg);
    background-size: cover;
}

/*黒フィルター*/
.headerandmain .filter{
    width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.398);

}

.headerandmain header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.headerandmain header nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin: 0px 40px 15px 40px;
}

.headerandmain header nav img{
  width: 30px;
  cursor: pointer;
  transition: all 0.3s;
}

.headerandmain header nav img:hover{
  transform: scale(1.0);
  opacity: 0.7;
}


.headerandmain header nav ul{
    display: flex;
}

.headerandmain header nav ul li{
    padding-left: 30px;
    font-size: 12px;
    letter-spacing: 1.8px;
    color: #bfbfbf;
    cursor: pointer;
    transition: all 0.3s;
}

.headerandmain header nav ul li:hover{
  transform: scale(1.0);
  opacity: 0.7;
}



/*線*/
.headerandmain header hr{
    border: solid 1px #d7d7d7;
    display: block;
    margin: 0 auto;
}


/*タイトル*/
.headerandmain .mainimg .maintitle{
    margin-bottom: 150px;
    text-align: center;
}

.headerandmain .mainimg .maintitle h2{
    font-size: 16px;
    letter-spacing: 3px;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 230px;
}

.headerandmain .mainimg .maintitle h1{
    font-size: 32px;
    letter-spacing: 6px;
    color: #ffffff;
    font-weight: 600;
    line-height: 45px;
}


.headerandmain .mainimg .button{
  width: 148px;
  height: 48px;
  border-radius: 7px;
  background: #b1b1b1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5a5a5a;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  letter-spacing: 3px;
  text-align: center;
  box-shadow: 7px 7px 5px 0  rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}


.headerandmain .mainimg .button:hover{
  transform: scale(1.1);
  opacity: 0.7;
}


.headerandmain .mainimg .img{
padding-bottom: 161px;

}









/*商品紹介１*/
/*お悩みコメント*/
.komento {
  padding-top: 90px;
max-width: 500px;
}


.komento .hukidasi-left p{
    padding: 20px;
    font-size: 14px;
    letter-spacing: 2px;
}


/*左吹き出し*/
.komento .hukidasi-left{
    position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e8e8e8;
  border-radius: 15px;
  margin: 0px 0px 40px 40px;
}

.komento .hukidasi-left::before{
    content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e8e8e8;
}



.komento .hukidasi-right p{
    padding: 20px;
    font-size: 14px;
    letter-spacing: 2px;
}

/*右吹き出し*/
.komento .hukidasi-right{
    position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e8e8e8;
  border-radius: 15px;
  margin-left: 25%;
  margin-right: 40px;
  margin-bottom: 40px;
}
.komento .hukidasi-right::before{
    content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e8e8e8;
}


.komento h3{
    text-align: center;
    color: #b1b1b1;
    margin: 25px 0px 50px 0px;
    letter-spacing: 3px;
}




/*商品*/
.syouhinn{
text-align: center;
background: #EFF8F9;
}

.syouhinn h2{
  color: #555;
  font-size: 15px;
  letter-spacing: 2px;
  padding-bottom: 5px;
  padding-top: 90px;
}

.syouhinn h1{
  color: #2F9AD4;
  font-size: 24px;
  letter-spacing: 3.6px;
  font-weight: 600;
}


.syouhinn img{
  width: 375px;
  height: 450px;
  object-fit: contain;
  margin-bottom: 20px;
}

.syouhinn .button p{
  width: 148px;
  height: 48px;
  border-radius: 7px;
  background: #2F9AD4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EFF8F9;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  letter-spacing: 3px;
  text-align: center;
  box-shadow: 5px 5px 5px 0  rgba(0, 0, 0, 0.3);
}

.syouhinn .button{
  padding-bottom: 90px;
  margin-bottom: 90px;
  cursor: pointer;
  transition: all 0.3s;
}


.syouhinn .button:hover{
  transform: scale(1.1);
  opacity: 0.7;
}











/*商品紹介２*/
/*お悩みコメント*/
.komento2 {
  max-width: 500px;
  }
  
  
  .komento2 .hukidasi-left p{
      padding: 20px;
      font-size: 14px;
      letter-spacing: 2px;
  }
  
  
  /*左吹き出し*/
  .komento2 .hukidasi-left{
      position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e8e8e8;
    border-radius: 15px;
    margin: 0px 0px 40px 40px;
  }
  
  .komento2 .hukidasi-left::before{
      content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e8e8e8;
  }
  
  
  
  .komento2 .hukidasi-right p{
      padding: 20px;
      font-size: 14px;
      letter-spacing: 2px;
  }
  
  /*右吹き出し*/
  .komento2 .hukidasi-right{
      position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e8e8e8;
    border-radius: 15px;
    margin-left: 25%;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .komento2 .hukidasi-right::before{
      content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e8e8e8;
  }
  
  
  .komento2 h3{
      text-align: center;
      color: #b1b1b1;
      margin: 25px 0px 50px 0px;
      letter-spacing: 3px;
  }
  
  
  
  
  /*商品*/
  .syouhinn2{
  text-align: center;
  background: #F9F0EF;
  }
  
  .syouhinn2 h2{
    color: #555;
    font-size: 15px;
    letter-spacing: 2px;
    padding-bottom: 5px;
    padding-top: 90px;
  }
  
  .syouhinn2 h1{
    color:#DD5762;
    font-size: 24px;
    letter-spacing: 3.6px;
    font-weight: 600;
  }
  
  
  .syouhinn2 img{
    width: 375px;
    height: 450px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  
  .syouhinn2 .button p{
    width: 148px;
    height: 48px;
    border-radius: 7px;
    background: #DD5762;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F9F0EF;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 3px;
    text-align: center;
    box-shadow: 5px 5px 5px 0  rgba(0, 0, 0, 0.3);
  }
  
  .syouhinn2 .button{
    padding-bottom: 90px;
    margin-bottom: 90px;
    cursor: pointer;
   transition: all 0.3s;
  }

  .syouhinn2 .button:hover{
    transform: scale(1.1);
    opacity: 0.7;
  }







/*商品紹介3*/
/*お悩みコメント*/
.komento3 {
  max-width: 500px;
  }
  
  
  .komento3 .hukidasi-left p{
      padding: 20px;
      font-size: 14px;
      letter-spacing: 2px;
  }
  
  
  /*左吹き出し*/
  .komento3 .hukidasi-left{
      position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e8e8e8;
    border-radius: 15px;
    margin: 0px 0px 40px 40px;
  }
  
  .komento3 .hukidasi-left::before{
      content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e8e8e8;
  }
  
  
  
  .komento3 .hukidasi-right p{
      padding: 20px;
      font-size: 14px;
      letter-spacing: 2px;
  }
  
  /*右吹き出し*/
  .komento3 .hukidasi-right{
      position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e8e8e8;
    border-radius: 15px;
    margin-left: 25%;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .komento3 .hukidasi-right::before{
      content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e8e8e8;
  }
  
  
  .komento3 h3{
      text-align: center;
      color: #b1b1b1;
      margin: 25px 0px 50px 0px;
      letter-spacing: 3px;
  }
  
  
  
  
  /*商品*/
  .syouhinn3{
  text-align: center;
  background: #EFF9EF;
  }
  
  .syouhinn3 h2{
    color: #555;
    font-size: 15px;
    letter-spacing: 2px;
    padding-bottom: 5px;
    padding-top: 90px;
  }
  
  .syouhinn3 h1{
    color: #006B56;
    font-size: 24px;
    letter-spacing: 3.6px;
    font-weight: 600;
  }
  
  
  .syouhinn3 img{
    width: 375px;
    height: 450px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  
  .syouhinn3 .button p{
    width: 148px;
    height: 48px;
    border-radius: 7px;
    background: #006B56;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #EFF9EF;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 3px;
    text-align: center;
    box-shadow: 5px 5px 5px 0  rgba(0, 0, 0, 0.3);
  }
  
  .syouhinn3 .button{
    padding-bottom: 90px;
    margin-bottom: 90px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .syouhinn3 .button:hover{
    transform: scale(1.1);
    opacity: 0.7;
  }






  /*商品紹介4*/
/*お悩みコメント*/
.komento4 {
  max-width: 500px;
  }
  
  
  .komento4 .hukidasi-left p{
      padding: 20px;
      font-size: 14px;
      letter-spacing: 2px;
  }
  
  
  /*左吹き出し*/
  .komento4 .hukidasi-left{
      position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e8e8e8;
    border-radius: 15px;
    margin: 0px 0px 40px 40px;
  }
  
  .komento4 .hukidasi-left::before{
      content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e8e8e8;
  }
  
  
  
  .komento4 .hukidasi-right p{
      padding: 20px;
      font-size: 14px;
      letter-spacing: 2px;
  }
  
  /*右吹き出し*/
  .komento4 .hukidasi-right{
      position: relative;
    display: inline-block;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #e8e8e8;
    border-radius: 15px;
    margin-left: 25%;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .komento4 .hukidasi-right::before{
      content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #e8e8e8;
  }
  
  
  .komento4 h3{
      text-align: center;
      color: #b1b1b1;
      margin: 25px 0px 50px 0px;
      letter-spacing: 3px;
  }
  
  
  
  
  /*商品*/
  .syouhinn4{
  text-align: center;
  background: #F1F2F8;
  }
  
  .syouhinn4 h2{
    color: #555;
    font-size: 15px;
    letter-spacing: 2px;
    padding-bottom: 5px;
    padding-top: 90px;
  }
  
  .syouhinn4 h1{
    color: #014475;
    font-size: 24px;
    letter-spacing: 3.6px;
    font-weight: 600;
  }
  
  
  .syouhinn4 img{
    width: 375px;
    height: 450px;
    object-fit: contain;
    margin-bottom: 20px;
  }
  
  .syouhinn4 .button p{
    width: 148px;
    height: 48px;
    border-radius: 7px;
    background: #014475;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#F1F2F8;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    letter-spacing: 3px;
    text-align: center;
    box-shadow: 5px 5px 5px 0  rgba(0, 0, 0, 0.3);
  }
  
  .syouhinn4 .button{
    padding-bottom: 90px;
    margin-bottom: 90px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .syouhinn4 .button:hover{
    transform: scale(1.1);
    opacity: 0.7;
  }






  /*ご利用者の声*/
.review .title h1{
  font-size: 24px;
  letter-spacing: 3px;
  color: #555;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 110px;
}



.review .reviewkomennto{
  width: 80%;
  margin: 0 auto;
}

.review .aikonn{
  width: 60%;
}







.review .reviewkomennto p{
  color: #555;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: 60px;
  margin-top: 20px;
}


.review .reviewkomennto div{
  display: flex;
}




.review .button p{
  width: 148px;
  height: 48px;
  border-radius: 7px;
  background: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#7d7d7d;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
  letter-spacing: 3px;
  text-align: center;
  box-shadow: 5px 5px 5px 0  rgba(0, 0, 0, 0.3);
}


.review .button{
  margin-bottom: 90px;
  cursor: pointer;
  transition: all 0.3s;
}

.review .button:hover{
  transform: scale(1.1);
  opacity: 0.7;
}










  footer{
    background-color: #D9D9D9;
  }
  

  footer img{
    width: 90px;
    object-fit: contain;
   text-align: center;
    padding: 20px;
  }