html {
  height: 100%; 
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #3e3e3e;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 170%;
  text-align: left;
  margin: 0;
  min-width: 1000px;
}

p {
  margin-right: 8px;
}

a {
  text-decoration: underline;
  color: #827a73;
}

a:hover {
  text-decoration: underline;
  color: #d7b4a3;
}



/* header */

header {
  height: 7.4em;
  background-color: #fff;
  margin: 0 auto;
  width="device-width"
}

.header_box {
  position: relative;
  background-color: #002645;
  height: 2.4em;
  width: auto;
}

.header_box .box_imageRight {
  position: absolute;
  right: 1em;
  margin-top: 0.3em;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.header_box .box_imageRight a {
  text-decoration: underline;
  color: #fff;
}

.header_box .box_imageRight a:hover {
  text-decoration: underline;
  color: #ccc;
}

.header_box2 {
  position: relative;
  height: 5em;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.header_box2 .box_imageLeft {
  position: absolute;
  margin: 1.5em 0 0 1px;
}

.header_box2 .box_Right {
  position: absolute;
  margin: 2.1em 0 0 848px;
  text-align: right;
}

.header_box3 {
  position: relative;
  height: 1px;
  border-bottom: 1px solid #eee;
}



/* footer */

footer {
  height: 3.5em;
  background-color: #002645;
  margin: 0 auto;
}

.footer_box {
  position: relative;
  background-color: #002645;
}

.footer_box .box_imageRight {
  font-family: "p22-underground", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  position: absolute;
  right: 1em;
  margin: 1.1em;
}


.container {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}



/* navigation */

nav {
  background: #f7f7f7;
  width: 250px;
  margin: 10px 0 0 0;
}

.navi_title { 
  background-color: #fff;
  width: 250px;
  height: 55px;
  margin: 0;
}

.navi_left { 
  background-color: #f7f7f7;
  margin: 0;
}



/* SNS */

.navi_sns {
  width: 218px;
  padding: 10px;
  margin: 5px 5px;
  font-weight: bold;
  color: #876d4a;
  background: #fff;
  border: solid 1px #876d4a;
  border-radius: 2px;
}

.navi_sns p {
  margin: 0; 
  padding: 0;
}

.stripe {
  background: repeating-linear-gradient(-45deg, #fdf6fa, #fdf6fa 5px,#fbeef7 5px, #fbeef7 10px);
}


.box_sns {
  display: grid;
  grid-template-columns: 50px 50px 50px 50px;
  grid-template-rows: 40px 50px;
  margin: 0;
  gap: 10px 5px;
}

.box_sns1 {
  grid-column: 1 / 5;
  align-self: center;
  justify-self: center;
  text-align:center;
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.box_sns2 {
  align-self: center;
  justify-self: center;
  margin-left: 9px;
}

.box_sns3 {
  align-self: center;
  justify-self: center;
  margin-left: 9px;
}

.box_sns4 {
  align-self: center;
  justify-self: center;
  margin-left: 9px;
}

.box_sns5 {
  align-self: center;
  justify-self: center;
  margin-left: 9px;
}

.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}

.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}

.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: 'Font Awesome 6 Brands';
  font-size: 18px;
  height: 46px; /* Button height */
  line-height: 49px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 46px; /* Button width */
}

.follow-me li a[href*="twitter.com"]::before {
  border-color: #1da1f2; background-color: #1da1f2; content: "\f099";
}

.follow-me li a[href*="facebook.com"]::before {
  border-color: #1877f2; background-color: #1877f2; content: "\f39e";
}

.follow-me li a[href*="instagram.com"]::before {
  border-color: #f23f79; background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%); content: "\f16d";
}

.follow-me li a[href*="youtube.com"]::before {
  border-color: #ff0000; background-color: #ff0000; content: "\f167";
}

.follow-me li a:hover::before {
  background-color: #fff;
  background: #fff;
}

.follow-me li a[href*="twitter.com"]:hover::before {
  color: #1da1f2;
}

.follow-me li a[href*="facebook.com"]:hover::before {
  color: #1877f2;
}

.follow-me li a[href*="instagram.com"]:hover::before {
  color: #f23f79;
}

.follow-me li a[href*="youtube.com"]:hover::before {
  color: #ff0000;
}



/* twitter embed */

.navi_tw { 
  background-color: #f7f7f7;
  margin: 5px 0 0 2px;
}

.navi_link { 
  margin: 0 0 0 15px;
}

.navi_link2 { 
  margin: 0 0 0 120px;
}

.navi_link_tw { 
  margin: 0 0 0 10px;
}



/* main */

main {
  background-color: #fff;
  flex: 1;
  margin: 0 0 0 10px;
  width: 740px;
}

.title_image {
  width: 740px;
  height: 270px;
  margin: 10px 0 0 0;
}

.title_image_380 {
  width: 740px;
  height: 380px;
  margin: 10px 0 0 0;
}

.navilink_i {
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
  margin: 13px 0 23px 0;
  width: 724px;
  height: 23px;
  padding: 8px;
}



/* title_bar */

.box_mds {
  width: 724px;
  padding: 8px;
  margin: 0;
  border-bottom: 1px solid #876d4a;
}

.box_mds P {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #876d4a;
  margin: 0; 
  padding: 0;
}

.box_mds_s {
  width: 195px;
  padding: 0.5em 1em;
  margin: 0;
  border-bottom: 1px solid #876d4a;
}

.box_mds_s P {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  color: #876d4a;
  margin: 0; 
  padding: 0;
}

.box2_mds {
  width: 702px;
  padding: 8px 12px 7px 12px;
  margin-left: 5px;
  margin-bottom: 30px;
  background: #f4f4f4;
  border-left: solid 6px #876d4a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}

.box2_mds P {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  font-size: 14px;
  color: #876d4a;
  margin: 0; 
  padding-top: 2px;
  padding-bottom: 4px;
}

.box2_mdsline {
  width: 740px;
  padding: 0.5em 1em;
  margin: 20px 0 0 0;
}

.box2_mdsline h1 {
  font-size: 16px;
  color: #876d4a;
  margin: 0; 
  padding: 5px;
  border-bottom: 1px solid #876d4a;
}

.box3_mds {
  width: 702px;
  padding: 8px 12px;
  margin-left: 5px;
  margin-bottom: 30px;
  background: #f4f4f4;
  border-left: 6px solid #876d4a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}

.box3_mds P {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #876d4a;
  margin: 0; 
  padding-top: 2px;
  padding-bottom: 4px;
}

.box4_mds {
  width: 702px;
  padding: 6px 12px 10px 12px;
  margin-left: 5px;
  margin-bottom: 30px;
  background: #f4f4f4;
  border-left: solid 6px #876d4a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}

.box4_mds P {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #876d4a;
  margin: 0; 
  padding: 0;
}

.box5_mds {
  width: 702px;
  padding: 6px 12px 10px 12px;
  margin-left: 5px;
  margin-bottom: 15px;
  background: #f4f4f4;
  border-left: solid 6px #876d4a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}

.box5_mds P {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #876d4a;
  margin: 0; 
  padding: 0;
}

.box6_mds {
  width: 702px;
  padding: 10px 12px 10px 12px;
  margin-left: 5px;
  margin-bottom: 15px;
  background: #f4f4f4;
  border-left: solid 6px #876d4a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}

.box6_mds P {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  color: #876d4a;
  margin: 0; 
  padding: 0;
}



/* brand */

.detail  {
  margin: 0;
  padding: 0;
}

.detail p {
  margin: 0 0 0 10px;
}



/* font-size */

.mds_jp {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.mds_jpw {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.mds_en {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.fpx12lb {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.fpx12b {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.fpx13 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.fpx13b {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 13px;
}

.fpx14 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.fpx14b {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}

.fpx16 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.fpx16b {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

.fpx18 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.fpx18b {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}

.fpx20 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

.fpx24 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

.fpx28 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

.fpx30 {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
}

.fpx40_en {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
}

.fpx8 {
  font-size: 8px;
}

.fpx9 {
  font-size: 9px;
}

.fpx10 {
  font-size: 10px;
}

.fpx11 {
  font-size: 11px;
}

.fpx6_sup {
  font-size: 6px;
  font-weight: normal;
  vertical-align: top;
}

.fpx8_sup {
  font-size: 8px;
  font-weight: normal;
  vertical-align: top;
}

.fpx10_red {
  font-size: 10px;
  font-weight: bold;
  color: #f05c45;
  vertical-align: top;
}

.fpx10b_red {
  font-size: 10px;
  font-weight: normal;
  font-style: italic;
  color: #f05c45;
  vertical-align: top;
}



/* color */

.red {
  color: #d53a3e;
}

.gold {
  color: #876d4a;
}

.grey {
  color: #827a73;
}

.clr_red {
  color: #d53a3e;
}

.clr_gold {
  color: #876d4a;
}

.clr_grey {
  color: #827a73;
}

.fb-grey {
  color: #888f9d;
}

.fb-blue {
  color: #1877f2;
}

.tw-blue {
  color: #1da1f2;
}

.ig-mlt {
  color: #FF8C00;
  background: -webkit-linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yt-red {
  color: #ff0000;
}



/* spacer */

.top0 {
  margin-top: 0;
}

.top5 {
  margin-top: 5px;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top17 {
  margin-top: 17px;
}

.top20 {
  margin-top: 20px;
}

.top22 {
  margin-top: 22px;
}

.top23 {
  margin-top: 23px;
}

.top30 {
  margin-top: 30px;
}

.top45 {
  margin-top: 45px;
}

.top60 {
  margin-top: 60px;
}

.top90 {
  margin-top: 90px;
}

.top120 {
  margin-top: 120px;
}

.top150 {
  margin-top: 150px;
}

.top180 {
  margin-top: 180px;
}

.top200 {
  margin-top: 200px;
}

.top210 {
  margin-top: 210px;
}

.top240 {
  margin-top: 240px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml16 {
  margin-left: 16px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr16 {
  margin-right: 16px;
}



/* sharebutton */

.sharebutton {
  text-align: left;
}

.sharebutton_h50 {
  margin-left: 10px;
  text-align: left;
  height: 50px;
}

.sharebutton_clm {
  text-align: left;
  height: 50px;
  display: grid;
  grid-template-columns: 460px 80px 180px;
  grid-template-rows: 490px 360px;
  margin-top: 20px;
  gap: 20px;
}



/* page_top */

#page_top{
  width: 45px;
  height: 45px;
  position: fixed;
  right: 5px;
  bottom: 45px;
  background: #b2916e;
  opacity: 0.6;
  border-radius: 50%;
}

#page_top a{
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  text-decoration: none;
}

#page_top a::before{
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  content: '\f102';
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 1px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/* last_update */

.update {
  font-family: "montserrat", "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 170%;
  text-align: right;
  font-feature-settings: "palt";
}
